diff options
author | 2010-03-15 18:32:58 +0000 | |
---|---|---|
committer | 2010-03-15 18:32:58 +0000 | |
commit | f0df4889a8bee0e0894168d64ab0fe3ede22fc3c (patch) | |
tree | 290bc19a0ef499c7738810609878599afb1c7c9c /dev-perl/Authen-SASL | |
parent | Version bump. (diff) | |
download | historical-f0df4889a8bee0e0894168d64ab0fe3ede22fc3c.tar.gz historical-f0df4889a8bee0e0894168d64ab0fe3ede22fc3c.tar.bz2 historical-f0df4889a8bee0e0894168d64ab0fe3ede22fc3c.zip |
Version bump
Package-Manager: portage-2.2_rc67/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/Authen-SASL')
-rw-r--r-- | dev-perl/Authen-SASL/Authen-SASL-2.14.ebuild | 22 | ||||
-rw-r--r-- | dev-perl/Authen-SASL/ChangeLog | 7 |
2 files changed, 28 insertions, 1 deletions
diff --git a/dev-perl/Authen-SASL/Authen-SASL-2.14.ebuild b/dev-perl/Authen-SASL/Authen-SASL-2.14.ebuild new file mode 100644 index 000000000000..45ad24ac34db --- /dev/null +++ b/dev-perl/Authen-SASL/Authen-SASL-2.14.ebuild @@ -0,0 +1,22 @@ +# 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 645e4883c37c..41a429c460de 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.68 2010/01/28 19:42:47 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Authen-SASL/ChangeLog,v 1.69 2010/03/15 18:26:53 tove Exp $ + +*Authen-SASL-2.14 (15 Mar 2010) + + 15 Mar 2010; Torsten Veller <tove@gentoo.org> +Authen-SASL-2.14.ebuild: + Version bump 28 Jan 2010; Torsten Veller <tove@gentoo.org> Authen-SASL-2.13.ebuild: Fix LICENSE: same terms as perl (#301969) |