summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEray Aslan <eras@gentoo.org>2012-12-21 12:57:02 +0000
committerEray Aslan <eras@gentoo.org>2012-12-21 12:57:02 +0000
commit969f77703a1aacc9f4e205633d2b4e57f826be39 (patch)
tree2f05fa270ecacffeca3449dbd238b6aeb5184a21 /net-libs
parentUse PYTHON_USEDEP to properly request implementation support in deps. (diff)
downloadgentoo-2-969f77703a1aacc9f4e205633d2b4e57f826be39.tar.gz
gentoo-2-969f77703a1aacc9f4e205633d2b4e57f826be39.tar.bz2
gentoo-2-969f77703a1aacc9f4e205633d2b4e57f826be39.zip
Remove old
(Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key 0x77F1F175586A3B1F)
Diffstat (limited to 'net-libs')
-rw-r--r--net-libs/libgsasl/ChangeLog6
-rw-r--r--net-libs/libgsasl/libgsasl-1.6.1.ebuild50
-rw-r--r--net-libs/libgsasl/libgsasl-1.8.0.ebuild49
3 files changed, 5 insertions, 100 deletions
diff --git a/net-libs/libgsasl/ChangeLog b/net-libs/libgsasl/ChangeLog
index 3842f3d76443..62714e7e4158 100644
--- a/net-libs/libgsasl/ChangeLog
+++ b/net-libs/libgsasl/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-libs/libgsasl
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libgsasl/ChangeLog,v 1.87 2012/12/16 19:58:09 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libgsasl/ChangeLog,v 1.88 2012/12/21 12:57:02 eras Exp $
+
+ 21 Dec 2012; Eray Aslan <eras@gentoo.org> -libgsasl-1.6.1.ebuild,
+ -libgsasl-1.8.0.ebuild:
+ Remove old
16 Dec 2012; Raúl Porcel <armin76@gentoo.org> libgsasl-1.8.0-r1.ebuild:
alpha/ia64/sparc stable wrt #441450
diff --git a/net-libs/libgsasl/libgsasl-1.6.1.ebuild b/net-libs/libgsasl/libgsasl-1.6.1.ebuild
deleted file mode 100644
index 88b41d6484a7..000000000000
--- a/net-libs/libgsasl/libgsasl-1.6.1.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libgsasl/libgsasl-1.6.1.ebuild,v 1.13 2012/05/27 17:39:13 maekke Exp $
-
-EAPI="3"
-
-inherit autotools eutils
-
-DESCRIPTION="The GNU SASL library"
-HOMEPAGE="http://www.gnu.org/software/gsasl/"
-SRC_URI="mirror://gnu/${PN/lib}/${P}.tar.gz"
-LICENSE="GPL-3 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 arm ia64 ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos"
-IUSE="idn gcrypt kerberos nls static-libs"
-DEPEND="
- gcrypt? ( dev-libs/libgcrypt )
- idn? ( net-dns/libidn )
- kerberos? ( virtual/krb5 )
- nls? ( >=sys-devel/gettext-0.18.1 )
-"
-RDEPEND="${DEPEND}
- !net-misc/gsasl"
-
-src_prepare() {
- epatch "${FILESDIR}/${PN}-gss-extra.patch"
- eautoreconf
-}
-
-src_configure() {
- econf \
- $(use_with gcrypt libgcrypt) \
- $(use_with idn stringprep) \
- $(use_enable kerberos gssapi) \
- $(use_enable kerberos kerberos_v5) \
- $(use_enable nls) \
- $(use_enable static-libs static) \
- || die "econf failed"
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "installation failed"
- if ! use static-libs; then
- rm -f "${D}"/usr/lib*/lib*.la
- fi
- dodoc AUTHORS ChangeLog NEWS README THANKS
-}
diff --git a/net-libs/libgsasl/libgsasl-1.8.0.ebuild b/net-libs/libgsasl/libgsasl-1.8.0.ebuild
deleted file mode 100644
index b8a8a8f44da5..000000000000
--- a/net-libs/libgsasl/libgsasl-1.8.0.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libgsasl/libgsasl-1.8.0.ebuild,v 1.8 2012/09/09 17:09:27 armin76 Exp $
-
-EAPI="4"
-
-inherit autotools eutils
-
-DESCRIPTION="The GNU SASL library"
-HOMEPAGE="http://www.gnu.org/software/gsasl/"
-SRC_URI="mirror://gnu/${PN/lib}/${P}.tar.gz"
-LICENSE="GPL-3 LGPL-3"
-SLOT="0"
-KEYWORDS="alpha amd64 arm ia64 ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos"
-IUSE="idn gcrypt kerberos nls ntlm static-libs"
-DEPEND="
- gcrypt? ( dev-libs/libgcrypt )
- idn? ( net-dns/libidn )
- kerberos? ( virtual/krb5 )
- nls? ( >=sys-devel/gettext-0.18.1 )
- ntlm? ( net-libs/libntlm )
-"
-RDEPEND="${DEPEND}
- !net-misc/gsasl"
-
-src_prepare() {
- epatch "${FILESDIR}/${PN}-gss-extra.patch"
- sed -i -e 's/ -Werror//' configure.ac || die
- eautoreconf
-}
-
-src_configure() {
- econf \
- $(use_with gcrypt libgcrypt) \
- $(use_with idn stringprep) \
- $(use_enable kerberos gssapi) \
- $(use_enable kerberos kerberos_v5) \
- $(use_enable nls) \
- $(use_enable ntlm) \
- $(use_enable static-libs static)
-}
-
-src_install() {
- default
-
- if ! use static-libs; then
- rm -f "${D}"/usr/lib*/lib*.la
- fi
-}