summaryrefslogtreecommitdiff
path: root/dev-perl/NetxAP
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:57:42 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:57:42 +0100
commit1798c4aeca70ac8d0a243684d6a798fbc65735f8 (patch)
treee48e19cb6fa03de18e1c63e1a93371b7ebc4eb56 /dev-perl/NetxAP
parentd87262dd706fec50cd150aab3e93883b6337466d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-perl/NetxAP')
-rw-r--r--dev-perl/NetxAP/Manifest5
-rw-r--r--dev-perl/NetxAP/NetxAP-0.20.0-r1.ebuild21
-rw-r--r--dev-perl/NetxAP/NetxAP-0.20.0-r2.ebuild34
-rw-r--r--dev-perl/NetxAP/metadata.xml43
4 files changed, 0 insertions, 103 deletions
diff --git a/dev-perl/NetxAP/Manifest b/dev-perl/NetxAP/Manifest
deleted file mode 100644
index 31a5d12fb1d4..000000000000
--- a/dev-perl/NetxAP/Manifest
+++ /dev/null
@@ -1,5 +0,0 @@
-DIST NetxAP-0.02-patches-1.tar.xz 2912 BLAKE2B f07a22b792b6e876786fb54749d73e10ed9bce2c87c1f56395c53c0aeb0696d12e8ad6590bf33adbf922a57a2b21a9797907c2a205bc69ba0cdb8dfa5598d4ab SHA512 5b54ad9de0467cfdf2876c72552d9a5bd678dc717acd02187dce5d7f405c9a710e4ec65c5b9f44c1d7d0e111e04255e99d27a0fac7950c90df1713875605c28d
-DIST NetxAP-0.02.tar.gz 33374 BLAKE2B 551dcdfe26836f7a3be4c92a5d1eb3e0ad9a14effd977e1d9263a55eff5d795a7e0899de75d1a3f1246b684b33726ec6aeaab763f4cdbe10dc2082f3b6528090 SHA512 72b2cb8e68f462f8dbbda6b1008344be5cd6b120ea7a7f14c3b83dc3f0b649171416cc1d86caefaf6732a9eea978a7fb502cd9315c9d4399d114f80caac8eccf
-EBUILD NetxAP-0.20.0-r1.ebuild 405 BLAKE2B 8362b3efbab6a06fe28b62c956c821fe82c1138cbff951267c262975cdb8d1be34b42d0d6561147c62202089f13de5a6509aed01aa04395434e69bd651ffc8db SHA512 c4370723eda85363171fb6a2e0481411b4288aa46297a107c9e99d0e2e16f0dbdb90d1db3d474c93eb50d938aba1dd4aa67466c927280411efafd322f565f24e
-EBUILD NetxAP-0.20.0-r2.ebuild 697 BLAKE2B 0a6fe3810c229f8aa402546e1a460213cab5a8cd7df598e8d6fb066d5b4842123c6514fa00fc6dbf7116eb72379fe384925cedc2f10555a9d87ac8884fdd594e SHA512 9b0a6256ed87e35783846a5a8cf224d3bb85b4c56864b435a9dc29f239078d0b26f0afc7395fb7153b6ca95d9b22d8e69243bc4fb8e3798da9c4f8e5eda5c82b
-MISC metadata.xml 2380 BLAKE2B d7c0964d9f485ac336512c9e1dec4ec14068075539b7bc1c83103aff492f647870c893d11db07248bc4df6cb11c37e30ed9537c6191789a5a5cd3a6e90fd26b6 SHA512 b7ce0e85527acc10695dd72c1497dc05e88b2bdfe89318944c2cbf4dd7d8398c14ab8e9147f6e40b8f221f4c592b98542919a43563f41fbc5823fa8183f4d668
diff --git a/dev-perl/NetxAP/NetxAP-0.20.0-r1.ebuild b/dev-perl/NetxAP/NetxAP-0.20.0-r1.ebuild
deleted file mode 100644
index ddd3e8537b60..000000000000
--- a/dev-perl/NetxAP/NetxAP-0.20.0-r1.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=KJOHNSON
-MODULE_VERSION=0.02
-inherit perl-module
-
-DESCRIPTION="A base class for protocols such as IMAP, ACAP, IMSP, and ICAP"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="virtual/perl-MIME-Base64
- dev-perl/MD5
- virtual/perl-Digest-MD5"
-DEPEND="${RDEPEND}"
-
-SRC_TEST=""
diff --git a/dev-perl/NetxAP/NetxAP-0.20.0-r2.ebuild b/dev-perl/NetxAP/NetxAP-0.20.0-r2.ebuild
deleted file mode 100644
index a4a234053305..000000000000
--- a/dev-perl/NetxAP/NetxAP-0.20.0-r2.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=KJOHNSON
-DIST_VERSION=0.02
-DIST_EXAMPLES=("examples/*")
-
-inherit perl-module
-
-PATCH_BASE="${PN}-0.02-patches-1"
-
-DESCRIPTION="A base class for protocols such as IMAP, ACAP, IMSP, and ICAP"
-SRC_URI+=" mirror://gentoo/${PATCH_BASE}.tar.xz https://dev.gentoo.org/~kentnl/distfiles/${PATCH_BASE}.tar.xz"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-RDEPEND="virtual/perl-MIME-Base64
- dev-perl/MD5
- dev-perl/Digest-HMAC
- virtual/perl-Digest-MD5
-"
-DEPEND="${RDEPEND}
- test? (
- net-mail/uw-imap
- )
-"
-src_prepare() {
- eapply "${WORKDIR}/patches"
- perl-module_src_prepare
-}
diff --git a/dev-perl/NetxAP/metadata.xml b/dev-perl/NetxAP/metadata.xml
deleted file mode 100644
index ff331c2addc9..000000000000
--- a/dev-perl/NetxAP/metadata.xml
+++ /dev/null
@@ -1,43 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>perl@gentoo.org</email>
- <name>Gentoo Perl Project</name>
- </maintainer>
- <upstream>
- <remote-id type="cpan">NetxAP</remote-id>
- <remote-id type="cpan-module">Net::IMAP</remote-id>
- <remote-id type="cpan-module">Net::IMAP::Acl</remote-id>
- <remote-id type="cpan-module">Net::IMAP::Addr</remote-id>
- <remote-id type="cpan-module">Net::IMAP::Bad</remote-id>
- <remote-id type="cpan-module">Net::IMAP::BodyStructure</remote-id>
- <remote-id type="cpan-module">Net::IMAP::Bodypart</remote-id>
- <remote-id type="cpan-module">Net::IMAP::Bye</remote-id>
- <remote-id type="cpan-module">Net::IMAP::Capability</remote-id>
- <remote-id type="cpan-module">Net::IMAP::Cond</remote-id>
- <remote-id type="cpan-module">Net::IMAP::Envelope</remote-id>
- <remote-id type="cpan-module">Net::IMAP::Exists</remote-id>
- <remote-id type="cpan-module">Net::IMAP::Expunge</remote-id>
- <remote-id type="cpan-module">Net::IMAP::Fetch</remote-id>
- <remote-id type="cpan-module">Net::IMAP::FetchData</remote-id>
- <remote-id type="cpan-module">Net::IMAP::Flags</remote-id>
- <remote-id type="cpan-module">Net::IMAP::List</remote-id>
- <remote-id type="cpan-module">Net::IMAP::Listrights</remote-id>
- <remote-id type="cpan-module">Net::IMAP::Lsub</remote-id>
- <remote-id type="cpan-module">Net::IMAP::Multipart</remote-id>
- <remote-id type="cpan-module">Net::IMAP::Myrights</remote-id>
- <remote-id type="cpan-module">Net::IMAP::Namespace</remote-id>
- <remote-id type="cpan-module">Net::IMAP::No</remote-id>
- <remote-id type="cpan-module">Net::IMAP::Ok</remote-id>
- <remote-id type="cpan-module">Net::IMAP::Quota</remote-id>
- <remote-id type="cpan-module">Net::IMAP::Quotaroot</remote-id>
- <remote-id type="cpan-module">Net::IMAP::Recent</remote-id>
- <remote-id type="cpan-module">Net::IMAP::Response</remote-id>
- <remote-id type="cpan-module">Net::IMAP::Search</remote-id>
- <remote-id type="cpan-module">Net::IMAP::Status</remote-id>
- <remote-id type="cpan-module">Net::IMAP::UntaggedResponse</remote-id>
- <remote-id type="cpan-module">Net::xAP</remote-id>
- <remote-id type="cpan-module">Net::xAP::Response</remote-id>
- </upstream>
-</pkgmetadata>