diff options
author | Tom Martin <slarti@gentoo.org> | 2005-01-22 18:09:43 +0000 |
---|---|---|
committer | Tom Martin <slarti@gentoo.org> | 2005-01-22 18:09:43 +0000 |
commit | 6b470c5366709b7dcc9faccbd4297b34d279f7d3 (patch) | |
tree | e1f205fc7b3fa8cdb95476fbef8bcd6f5f2ad170 /net-misc/gsasl | |
parent | Unmasking for x86 (diff) | |
download | gentoo-2-6b470c5366709b7dcc9faccbd4297b34d279f7d3.tar.gz gentoo-2-6b470c5366709b7dcc9faccbd4297b34d279f7d3.tar.bz2 gentoo-2-6b470c5366709b7dcc9faccbd4297b34d279f7d3.zip |
Purge old versions
(Portage version: 2.0.51-r13)
Diffstat (limited to 'net-misc/gsasl')
-rw-r--r-- | net-misc/gsasl/ChangeLog | 6 | ||||
-rw-r--r-- | net-misc/gsasl/files/digest-gsasl-0.1.1 | 1 | ||||
-rw-r--r-- | net-misc/gsasl/files/digest-gsasl-0.1.4 | 1 | ||||
-rw-r--r-- | net-misc/gsasl/files/digest-gsasl-0.2.0 | 1 | ||||
-rw-r--r-- | net-misc/gsasl/gsasl-0.1.1.ebuild | 35 | ||||
-rw-r--r-- | net-misc/gsasl/gsasl-0.1.4.ebuild | 35 | ||||
-rw-r--r-- | net-misc/gsasl/gsasl-0.2.0.ebuild | 44 |
7 files changed, 5 insertions, 118 deletions
diff --git a/net-misc/gsasl/ChangeLog b/net-misc/gsasl/ChangeLog index 3e6be4277402..b0de22c86136 100644 --- a/net-misc/gsasl/ChangeLog +++ b/net-misc/gsasl/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-misc/gsasl # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/gsasl/ChangeLog,v 1.13 2005/01/22 17:16:02 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/gsasl/ChangeLog,v 1.14 2005/01/22 18:09:43 slarti Exp $ + + 22 Jan 2005; Tom Martin <slarti@gentoo.org> -gsasl-0.1.1.ebuild, + -gsasl-0.1.4.ebuild, -gsasl-0.2.0.ebuild: + Purge old versions. 22 Jan 2005; Andrej Kacian <ticho@gentoo.org> gsasl-0.2.3.ebuild: Stable on x86. diff --git a/net-misc/gsasl/files/digest-gsasl-0.1.1 b/net-misc/gsasl/files/digest-gsasl-0.1.1 deleted file mode 100644 index 387e5b33340c..000000000000 --- a/net-misc/gsasl/files/digest-gsasl-0.1.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 69041b133e7989be7c2528796d4e2902 gsasl-0.1.1.tar.gz 1603231 diff --git a/net-misc/gsasl/files/digest-gsasl-0.1.4 b/net-misc/gsasl/files/digest-gsasl-0.1.4 deleted file mode 100644 index c3d1208bf5ec..000000000000 --- a/net-misc/gsasl/files/digest-gsasl-0.1.4 +++ /dev/null @@ -1 +0,0 @@ -MD5 d8a00db1b23bbe9f1d0d746c84e669e2 gsasl-0.1.4.tar.gz 1658659 diff --git a/net-misc/gsasl/files/digest-gsasl-0.2.0 b/net-misc/gsasl/files/digest-gsasl-0.2.0 deleted file mode 100644 index 16fe3c5ee69c..000000000000 --- a/net-misc/gsasl/files/digest-gsasl-0.2.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 b67534afefdb1327e3f7b16e44e4797b gsasl-0.2.0.tar.gz 2527522 diff --git a/net-misc/gsasl/gsasl-0.1.1.ebuild b/net-misc/gsasl/gsasl-0.1.1.ebuild deleted file mode 100644 index e36b58daa7bf..000000000000 --- a/net-misc/gsasl/gsasl-0.1.1.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/gsasl/gsasl-0.1.1.ebuild,v 1.6 2005/01/22 16:15:42 slarti Exp $ - -DESCRIPTION="The GNU SASL client, server, and library" -HOMEPAGE="http://www.gnu.org/software/gsasl/" -UPST_SRC=$P.tar.gz -SRC_URI="ftp://alpha.gnu.org/pub/gnu/gsasl/${UPST_SRC}" -LICENSE="LGPL-2.1" -SLOT="0" -# TODO: check http://www.gnu.org/software/gsasl/#dependencies for more -# optional external libraries. -#KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86" -KEYWORDS="~x86 amd64 ~ppc" -IUSE="kerberos nls static" -PROVIDE="virtual/gsasl" -DEPEND="virtual/libc - nls? ( sys-devel/gettext ) - kerberos? ( virtual/krb5 )" -RDEPEND="${DEPEND} - !virtual/gsasl" - -src_compile() { - local myconf="--enable-client --enable-server" - myconf="${myconf} $(use_enable kerberos gssapi)" - myconf="${myconf} $(use_enable nls)" - myconf="${myconf} $(use_enable static)" - econf ${myconf} || die "econf failed" - emake || die "emake failed" -} - -src_install() { - einstall - dodoc ABOUT-NLS AUTHORS COPYING COPYING.DOC ChangeLog NEWS README README-alpha THANKS -} diff --git a/net-misc/gsasl/gsasl-0.1.4.ebuild b/net-misc/gsasl/gsasl-0.1.4.ebuild deleted file mode 100644 index 99881e06729f..000000000000 --- a/net-misc/gsasl/gsasl-0.1.4.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/gsasl/gsasl-0.1.4.ebuild,v 1.3 2005/01/22 16:15:42 slarti Exp $ - -DESCRIPTION="The GNU SASL client, server, and library" -HOMEPAGE="http://www.gnu.org/software/gsasl/" -UPST_SRC=$P.tar.gz -SRC_URI="ftp://alpha.gnu.org/pub/gnu/gsasl/${UPST_SRC}" -LICENSE="LGPL-2.1" -SLOT="0" -# TODO: check http://www.gnu.org/software/gsasl/#dependencies for more -# optional external libraries. -#KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86" -KEYWORDS="~x86 amd64 ~ppc" -IUSE="kerberos nls static" -PROVIDE="virtual/gsasl" -DEPEND="virtual/libc - nls? ( sys-devel/gettext ) - kerberos? ( virtual/krb5 )" -RDEPEND="${DEPEND} - !virtual/gsasl" - -src_compile() { - local myconf="--enable-client --enable-server" - myconf="${myconf} $(use_enable kerberos gssapi)" - myconf="${myconf} $(use_enable nls)" - myconf="${myconf} $(use_enable static)" - econf ${myconf} || die "econf failed" - emake || die "emake failed" -} - -src_install() { - einstall - dodoc ABOUT-NLS AUTHORS COPYING COPYING.DOC ChangeLog NEWS README README-alpha THANKS -} diff --git a/net-misc/gsasl/gsasl-0.2.0.ebuild b/net-misc/gsasl/gsasl-0.2.0.ebuild deleted file mode 100644 index 351730ba8962..000000000000 --- a/net-misc/gsasl/gsasl-0.2.0.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/gsasl/gsasl-0.2.0.ebuild,v 1.5 2005/01/22 16:15:42 slarti Exp $ - -DESCRIPTION="The GNU SASL client, server, and library" -HOMEPAGE="http://www.gnu.org/software/gsasl/" -SRC_URI="ftp://alpha.gnu.org/pub/gnu/gsasl/${P}.tar.gz" -LICENSE="GPL-2" -SLOT="0" -# TODO: check http://www.gnu.org/software/gsasl/#dependencies for more -# optional external libraries. -#KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86" -KEYWORDS="x86 amd64 ~ppc" -IUSE="kerberos nls static doc" -PROVIDE="virtual/gsasl" -DEPEND="virtual/libc - nls? ( sys-devel/gettext ) - kerberos? ( virtual/krb5 )" -RDEPEND="${DEPEND} - !virtual/gsasl" - -src_compile() { - econf \ - --enable-client \ - --enable-server \ - $(use_enable kerberos gssapi) \ - $(use_enable nls) \ - $(use_enable static) \ - || die "econf failed" - emake || die "emake failed" -} - -src_install() { - einstall || die "einstall failed" - dodoc ABOUT-NLS AUTHORS ChangeLog NEWS README README-alpha THANKS - doman doc/gsasl.1 - - if use doc; then - dodoc doc/*.{eps,ps,pdf} - dohtml doc/* - docinto examples - dodoc examples/*.c - fi -} |