summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Loeser <halcy0n@gentoo.org>2011-06-09 17:00:39 +0000
committerMark Loeser <halcy0n@gentoo.org>2011-06-09 17:00:39 +0000
commit0c866cc1b555747820b6f71a0f927579f0730f24 (patch)
tree14d162258bce7ea1ea9fcb491d64bd2e26dceb76 /net-libs/libgsasl
parentFix from upstream for missing symbol versions in multilib builds #304239. (diff)
downloadgentoo-2-0c866cc1b555747820b6f71a0f927579f0730f24.tar.gz
gentoo-2-0c866cc1b555747820b6f71a0f927579f0730f24.tar.bz2
gentoo-2-0c866cc1b555747820b6f71a0f927579f0730f24.zip
Really remove old
(Portage version: 2.2.0_alpha38/cvs/Linux x86_64)
Diffstat (limited to 'net-libs/libgsasl')
-rw-r--r--net-libs/libgsasl/ChangeLog6
-rw-r--r--net-libs/libgsasl/libgsasl-0.2.28.ebuild34
-rw-r--r--net-libs/libgsasl/libgsasl-0.2.29.ebuild34
-rw-r--r--net-libs/libgsasl/libgsasl-0.2.4.ebuild32
-rw-r--r--net-libs/libgsasl/libgsasl-1.1.ebuild34
5 files changed, 5 insertions, 135 deletions
diff --git a/net-libs/libgsasl/ChangeLog b/net-libs/libgsasl/ChangeLog
index 02f547621305..10025a6b87c2 100644
--- a/net-libs/libgsasl/ChangeLog
+++ b/net-libs/libgsasl/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-libs/libgsasl
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libgsasl/ChangeLog,v 1.56 2011/06/08 07:55:07 eras Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libgsasl/ChangeLog,v 1.57 2011/06/09 17:00:39 halcy0n Exp $
+
+ 09 Jun 2011; Mark Loeser <halcy0n@gentoo.org> -libgsasl-0.2.4.ebuild,
+ -libgsasl-0.2.28.ebuild, -libgsasl-0.2.29.ebuild, -libgsasl-1.1.ebuild:
+ Really remove old
08 Jun 2011; Eray Aslan <eras@gentoo.org> -libgsasl-0.2.4.ebuild,
-libgsasl-0.2.28.ebuild, -libgsasl-0.2.29.ebuild, -libgsasl-1.1.ebuild:
diff --git a/net-libs/libgsasl/libgsasl-0.2.28.ebuild b/net-libs/libgsasl/libgsasl-0.2.28.ebuild
deleted file mode 100644
index 1039fca30554..000000000000
--- a/net-libs/libgsasl/libgsasl-0.2.28.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libgsasl/libgsasl-0.2.28.ebuild,v 1.9 2011/06/08 16:31:32 eras Exp $
-
-DESCRIPTION="The GNU SASL library"
-HOMEPAGE="http://www.gnu.org/software/gsasl/"
-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
-# optional external libraries.
-# * ntlm - libntlm ( http://josefsson.org/libntlm/ )
-KEYWORDS="~alpha amd64 ~ia64 ppc ~ppc64 sparc x86"
-IUSE="idn kerberos nls"
-DEPEND="nls? ( >=sys-devel/gettext-0.16.1 )
- kerberos? ( virtual/krb5 )
- idn? ( net-dns/libidn )"
-RDEPEND="${DEPEND}
- !net-misc/gsasl"
-
-src_compile() {
- econf \
- $(use_enable kerberos gssapi) \
- $(use_enable kerberos kerberos_v5) \
- $(use_with idn stringprep) \
- $(use_enable nls) \
- || die "econf failed"
- emake || die "emake failed"
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "installation failed"
- dodoc AUTHORS ChangeLog NEWS README THANKS
-}
diff --git a/net-libs/libgsasl/libgsasl-0.2.29.ebuild b/net-libs/libgsasl/libgsasl-0.2.29.ebuild
deleted file mode 100644
index 5fa7ed8acf9d..000000000000
--- a/net-libs/libgsasl/libgsasl-0.2.29.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libgsasl/libgsasl-0.2.29.ebuild,v 1.5 2011/06/08 16:31:32 eras Exp $
-
-DESCRIPTION="The GNU SASL library"
-HOMEPAGE="http://www.gnu.org/software/gsasl/"
-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
-# optional external libraries.
-# * ntlm - libntlm ( http://josefsson.org/libntlm/ )
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE="idn kerberos nls"
-DEPEND="nls? ( >=sys-devel/gettext-0.16.1 )
- kerberos? ( virtual/krb5 )
- idn? ( net-dns/libidn )"
-RDEPEND="${DEPEND}
- !net-misc/gsasl"
-
-src_compile() {
- econf \
- $(use_enable kerberos gssapi) \
- $(use_enable kerberos kerberos_v5) \
- $(use_with idn stringprep) \
- $(use_enable nls) \
- || die "econf failed"
- emake || die "emake failed"
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "installation failed"
- dodoc AUTHORS ChangeLog NEWS README THANKS
-}
diff --git a/net-libs/libgsasl/libgsasl-0.2.4.ebuild b/net-libs/libgsasl/libgsasl-0.2.4.ebuild
deleted file mode 100644
index b0fafc6e49d7..000000000000
--- a/net-libs/libgsasl/libgsasl-0.2.4.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libgsasl/libgsasl-0.2.4.ebuild,v 1.17 2011/06/08 16:31:32 eras 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"
-DEPEND="nls? ( sys-devel/gettext )
- kerberos? ( virtual/krb5 )
- idn? ( net-dns/libidn )"
-RDEPEND="${DEPEND}
- !net-misc/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 "make install failed"
- dodoc AUTHORS ChangeLog NEWS README README-alpha THANKS
-}
diff --git a/net-libs/libgsasl/libgsasl-1.1.ebuild b/net-libs/libgsasl/libgsasl-1.1.ebuild
deleted file mode 100644
index e7b06d50610f..000000000000
--- a/net-libs/libgsasl/libgsasl-1.1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libgsasl/libgsasl-1.1.ebuild,v 1.7 2011/06/08 16:31:32 eras Exp $
-
-DESCRIPTION="The GNU SASL library"
-HOMEPAGE="http://www.gnu.org/software/gsasl/"
-SRC_URI="mirror://gnu/${PN/lib}/${P}.tar.gz"
-LICENSE="LGPL-3"
-SLOT="0"
-# TODO: check http://www.gnu.org/software/gsasl/#dependencies for more
-# optional external libraries.
-# * ntlm - libntlm ( http://josefsson.org/libntlm/ )
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-macos"
-IUSE="idn kerberos nls"
-DEPEND="nls? ( >=sys-devel/gettext-0.16.1 )
- kerberos? ( virtual/krb5 )
- idn? ( net-dns/libidn )"
-RDEPEND="${DEPEND}
- !net-misc/gsasl"
-
-src_compile() {
- econf \
- $(use_enable kerberos gssapi) \
- $(use_enable kerberos kerberos_v5) \
- $(use_with idn stringprep) \
- $(use_enable nls) \
- || die "econf failed"
- emake || die "emake failed"
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "installation failed"
- dodoc AUTHORS ChangeLog NEWS README THANKS
-}