summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2010-12-07 08:10:34 +0000
committerTorsten Veller <tove@gentoo.org>2010-12-07 08:10:34 +0000
commit862d79a5a060c9502163b03e046debaedb2d968e (patch)
tree8aeb80ab125f59939e02ee6698ad8fe11acd8507 /dev-perl/Authen-SASL
parentVersion bump (#348003) (diff)
downloadgentoo-2-862d79a5a060c9502163b03e046debaedb2d968e.tar.gz
gentoo-2-862d79a5a060c9502163b03e046debaedb2d968e.tar.bz2
gentoo-2-862d79a5a060c9502163b03e046debaedb2d968e.zip
Cleanup (#347998)
(Portage version: 2.2.0_alpha6/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Authen-SASL')
-rw-r--r--dev-perl/Authen-SASL/Authen-SASL-2.10.ebuild20
-rw-r--r--dev-perl/Authen-SASL/Authen-SASL-2.13.ebuild22
-rw-r--r--dev-perl/Authen-SASL/Authen-SASL-2.14.01.ebuild24
-rw-r--r--dev-perl/Authen-SASL/Authen-SASL-2.14.ebuild22
-rw-r--r--dev-perl/Authen-SASL/ChangeLog7
5 files changed, 6 insertions, 89 deletions
diff --git a/dev-perl/Authen-SASL/Authen-SASL-2.10.ebuild b/dev-perl/Authen-SASL/Authen-SASL-2.10.ebuild
deleted file mode 100644
index 385b7a6420c4..000000000000
--- a/dev-perl/Authen-SASL/Authen-SASL-2.10.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Authen-SASL/Authen-SASL-2.10.ebuild,v 1.13 2010/01/21 12:43:59 tove Exp $
-
-inherit perl-module
-
-DESCRIPTION="A Perl SASL interface"
-AUTHOR="GBARR"
-HOMEPAGE="http://search.cpan.org/~gbarr/"
-SRC_URI="mirror://cpan/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/${AUTHOR}/${P}.tar.gz"
-
-LICENSE="Artistic"
-SLOT="0"
-KEYWORDS="~mips"
-IUSE=""
-
-SRC_TEST="do"
-
-export OPTIMIZE="$CFLAGS"
-DEPEND="dev-lang/perl"
diff --git a/dev-perl/Authen-SASL/Authen-SASL-2.13.ebuild b/dev-perl/Authen-SASL/Authen-SASL-2.13.ebuild
deleted file mode 100644
index bfdc685cf22d..000000000000
--- a/dev-perl/Authen-SASL/Authen-SASL-2.13.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Authen-SASL/Authen-SASL-2.13.ebuild,v 1.3 2010/01/28 19:42:47 tove Exp $
-
-EAPI=2
-
-MODULE_AUTHOR=GBARR
-inherit perl-module
-
-DESCRIPTION="A Perl SASL interface"
-HOMEPAGE="http://search.cpan.org/~gbarr/"
-
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~ppc-aix ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="kerberos"
-
-DEPEND="dev-perl/Digest-HMAC
- kerberos? ( dev-perl/GSSAPI )"
-RDEPEND="${DEPEND}"
-
-SRC_TEST="do"
-export OPTIMIZE="$CFLAGS"
diff --git a/dev-perl/Authen-SASL/Authen-SASL-2.14.01.ebuild b/dev-perl/Authen-SASL/Authen-SASL-2.14.01.ebuild
deleted file mode 100644
index 787d2b1d5e6b..000000000000
--- a/dev-perl/Authen-SASL/Authen-SASL-2.14.01.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Authen-SASL/Authen-SASL-2.14.01.ebuild,v 1.1 2010/03/31 07:39:08 tove Exp $
-
-EAPI=2
-
-inherit versionator
-MY_P=${PN}-$(delete_version_separator 2 )
-S=${WORKDIR}/${MY_P}
-MODULE_AUTHOR=GBARR
-inherit perl-module
-
-DESCRIPTION="A Perl SASL interface"
-
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~sparc-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="kerberos"
-
-DEPEND="dev-perl/Digest-HMAC
- kerberos? ( dev-perl/GSSAPI )"
-RDEPEND="${DEPEND}"
-
-SRC_TEST="do"
-export OPTIMIZE="$CFLAGS"
diff --git a/dev-perl/Authen-SASL/Authen-SASL-2.14.ebuild b/dev-perl/Authen-SASL/Authen-SASL-2.14.ebuild
deleted file mode 100644
index 45ad24ac34db..000000000000
--- a/dev-perl/Authen-SASL/Authen-SASL-2.14.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Authen-SASL/Authen-SASL-2.14.ebuild,v 1.1 2010/03/15 18:26:53 tove Exp $
-
-EAPI=2
-
-MODULE_AUTHOR=GBARR
-inherit perl-module
-
-DESCRIPTION="A Perl SASL interface"
-HOMEPAGE="http://search.cpan.org/~gbarr/"
-
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~sparc-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="kerberos"
-
-DEPEND="dev-perl/Digest-HMAC
- kerberos? ( dev-perl/GSSAPI )"
-RDEPEND="${DEPEND}"
-
-SRC_TEST="do"
-export OPTIMIZE="$CFLAGS"
diff --git a/dev-perl/Authen-SASL/ChangeLog b/dev-perl/Authen-SASL/ChangeLog
index 5ed2072dfeee..ad348585a780 100644
--- a/dev-perl/Authen-SASL/ChangeLog
+++ b/dev-perl/Authen-SASL/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-perl/Authen-SASL
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Authen-SASL/ChangeLog,v 1.79 2010/12/07 03:24:11 mattst88 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Authen-SASL/ChangeLog,v 1.80 2010/12/07 08:10:34 tove Exp $
+
+ 07 Dec 2010; Torsten Veller <tove@gentoo.org> -Authen-SASL-2.10.ebuild,
+ -Authen-SASL-2.13.ebuild, -Authen-SASL-2.14.ebuild,
+ -Authen-SASL-2.14.01.ebuild:
+ Cleanup (#347998)
07 Dec 2010; Matt Turner <mattst88@gentoo.org> Authen-SASL-2.15.ebuild:
Added ~mips keyword, bug 189441.