diff options
author | 2008-11-29 20:42:41 +0000 | |
---|---|---|
committer | 2008-11-29 20:42:41 +0000 | |
commit | 2a27b4b88bcfe556270940c5a2d381e9d58a4d58 (patch) | |
tree | d010325ef5c1e4ca699499097f5f8feed44ba807 /net-libs | |
parent | Version bump for Alessio Cassibba #248776 by Rodrigo Severo. (diff) | |
download | gentoo-2-2a27b4b88bcfe556270940c5a2d381e9d58a4d58.tar.gz gentoo-2-2a27b4b88bcfe556270940c5a2d381e9d58a4d58.tar.bz2 gentoo-2-2a27b4b88bcfe556270940c5a2d381e9d58a4d58.zip |
Version bump, bug #246507
(Portage version: 2.2_rc16/cvs/Linux 2.6.25-gentoo-r7 x86_64)
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/libgsasl/ChangeLog | 9 | ||||
-rw-r--r-- | net-libs/libgsasl/libgsasl-0.2.10.ebuild | 36 | ||||
-rw-r--r-- | net-libs/libgsasl/libgsasl-0.2.21.ebuild | 36 | ||||
-rw-r--r-- | net-libs/libgsasl/libgsasl-0.2.29.ebuild (renamed from net-libs/libgsasl/libgsasl-0.2.26.ebuild) | 8 | ||||
-rw-r--r-- | net-libs/libgsasl/libgsasl-0.2.3.ebuild | 33 |
5 files changed, 12 insertions, 110 deletions
diff --git a/net-libs/libgsasl/ChangeLog b/net-libs/libgsasl/ChangeLog index c29b6e99f74a..e46e559067d9 100644 --- a/net-libs/libgsasl/ChangeLog +++ b/net-libs/libgsasl/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for net-libs/libgsasl # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libgsasl/ChangeLog,v 1.39 2008/11/02 12:42:38 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libgsasl/ChangeLog,v 1.40 2008/11/29 20:42:41 dertobi123 Exp $ + +*libgsasl-0.2.29 (29 Nov 2008) + + 29 Nov 2008; Tobias Scherbaum <dertobi123@gentoo.org> + -libgsasl-0.2.3.ebuild, -libgsasl-0.2.10.ebuild, -libgsasl-0.2.21.ebuild, + -libgsasl-0.2.26.ebuild, +libgsasl-0.2.29.ebuild: + Version bump, bug #246507 02 Nov 2008; Markus Meier <maekke@gentoo.org> libgsasl-0.2.28.ebuild: amd64/x86 stable, bug #243096 diff --git a/net-libs/libgsasl/libgsasl-0.2.10.ebuild b/net-libs/libgsasl/libgsasl-0.2.10.ebuild deleted file mode 100644 index 34e248c9c1da..000000000000 --- a/net-libs/libgsasl/libgsasl-0.2.10.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libgsasl/libgsasl-0.2.10.ebuild,v 1.1 2006/01/02 15:57:55 slarti Exp $ - -DESCRIPTION="The GNU SASL library" -HOMEPAGE="http://www.gnu.org/software/gsasl/" -SRC_URI="http://josefsson.org/gsasl/releases/${P}.tar.gz" -LICENSE="LGPL-2.1" -SLOT="0" -# TODO: check http://www.gnu.org/software/gsasl/#dependencies for more -# optional external libraries. -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" -IUSE="kerberos nls static idn" -PROVIDE="virtual/gsasl" -DEPEND="virtual/libc - nls? ( sys-devel/gettext ) - kerberos? ( virtual/krb5 ) - idn? ( net-dns/libidn )" -RDEPEND="${DEPEND} - !virtual/gsasl" - -src_compile() { - econf \ - $(use_enable kerberos gssapi) \ - $(use_enable kerberos kerberosv5) \ - $(use_with idn stringprep) \ - $(use_enable nls) \ - $(use_enable static) \ - || die "econf failed" - emake || die "emake failed" -} - -src_install() { - make DESTDIR=${D} install || die "installation failed" - dodoc ABOUT-NLS AUTHORS ChangeLog NEWS README README-alpha THANKS -} diff --git a/net-libs/libgsasl/libgsasl-0.2.21.ebuild b/net-libs/libgsasl/libgsasl-0.2.21.ebuild deleted file mode 100644 index 37929e3e868f..000000000000 --- a/net-libs/libgsasl/libgsasl-0.2.21.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libgsasl/libgsasl-0.2.21.ebuild,v 1.3 2007/09/30 21:40:39 ticho Exp $ - -DESCRIPTION="The GNU SASL library" -HOMEPAGE="http://www.gnu.org/software/gsasl/" -SRC_URI="http://josefsson.org/gsasl/releases/${P}.tar.gz" -LICENSE="LGPL-3" -SLOT="0" -# TODO: check http://www.gnu.org/software/gsasl/#dependencies for more -# optional external libraries. -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" -IUSE="idn kerberos nls static" -PROVIDE="virtual/gsasl" -DEPEND="virtual/libc - nls? ( >=sys-devel/gettext-0.16.1 ) - kerberos? ( virtual/krb5 ) - idn? ( net-dns/libidn )" -RDEPEND="${DEPEND} - !virtual/gsasl" - -src_compile() { - econf \ - $(use_enable kerberos gssapi) \ - $(use_enable kerberos kerberosv5) \ - $(use_with idn stringprep) \ - $(use_enable nls) \ - $(use_enable static) \ - || die "econf failed" - emake || die "emake failed" -} - -src_install() { - emake DESTDIR="${D}" install || die "installation failed" - dodoc ABOUT-NLS AUTHORS ChangeLog NEWS README README-alpha THANKS -} diff --git a/net-libs/libgsasl/libgsasl-0.2.26.ebuild b/net-libs/libgsasl/libgsasl-0.2.29.ebuild index aaa3e34ff2e0..1590bbcd7d5c 100644 --- a/net-libs/libgsasl/libgsasl-0.2.26.ebuild +++ b/net-libs/libgsasl/libgsasl-0.2.29.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libgsasl/libgsasl-0.2.26.ebuild,v 1.1 2008/06/15 13:04:17 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libgsasl/libgsasl-0.2.29.ebuild,v 1.1 2008/11/29 20:42:41 dertobi123 Exp $ DESCRIPTION="The GNU SASL library" HOMEPAGE="http://www.gnu.org/software/gsasl/" -SRC_URI="http://josefsson.org/gsasl/releases/${P}.tar.gz" +SRC_URI="ftp://alpha.gnu.org/pub/gnu/gsasl/${P}.tar.gz" LICENSE="LGPL-3" SLOT="0" # TODO: check http://www.gnu.org/software/gsasl/#dependencies for more @@ -22,7 +22,7 @@ RDEPEND="${DEPEND} src_compile() { econf \ $(use_enable kerberos gssapi) \ - $(use_enable kerberos kerberosv5) \ + $(use_enable kerberos kerberos_v5) \ $(use_with idn stringprep) \ $(use_enable nls) \ || die "econf failed" @@ -31,5 +31,5 @@ src_compile() { src_install() { emake DESTDIR="${D}" install || die "installation failed" - dodoc AUTHORS ChangeLog NEWS README README-alpha THANKS + dodoc AUTHORS ChangeLog NEWS README THANKS } diff --git a/net-libs/libgsasl/libgsasl-0.2.3.ebuild b/net-libs/libgsasl/libgsasl-0.2.3.ebuild deleted file mode 100644 index 87745a25ab8b..000000000000 --- a/net-libs/libgsasl/libgsasl-0.2.3.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libgsasl/libgsasl-0.2.3.ebuild,v 1.7 2005/04/09 12:42:30 corsair Exp $ - -DESCRIPTION="The GNU SASL library" -HOMEPAGE="http://www.gnu.org/software/gsasl/" -SRC_URI="http://josefsson.org/gsasl/releases/${P}.tar.gz" -LICENSE="LGPL-2.1" -SLOT="0" -# TODO: check http://www.gnu.org/software/gsasl/#dependencies for more -# optional external libraries. -KEYWORDS="x86 amd64 ppc ppc64" -IUSE="kerberos nls static" -PROVIDE="virtual/gsasl" -DEPEND="virtual/libc - nls? ( sys-devel/gettext ) - kerberos? ( virtual/krb5 )" -RDEPEND="${DEPEND} - !virtual/gsasl" - -src_compile() { - econf \ - $(use_enable kerberos gssapi) \ - $(use_enable nls) \ - $(use_enable static) \ - || die "econf failed" - emake || die "emake failed" -} - -src_install() { - make DESTDIR=${D} install || die "installation failed" - dodoc ABOUT-NLS AUTHORS ChangeLog NEWS README README-alpha THANKS -} |