summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-misc/gsasl')
-rw-r--r--net-misc/gsasl/ChangeLog7
-rw-r--r--net-misc/gsasl/gsasl-0.2.29.ebuild44
-rw-r--r--net-misc/gsasl/gsasl-0.2.4.ebuild40
-rw-r--r--net-misc/gsasl/gsasl-1.1.ebuild40
-rw-r--r--net-misc/gsasl/gsasl-1.4.1.ebuild41
-rw-r--r--net-misc/gsasl/gsasl-1.6.0-r1.ebuild57
-rw-r--r--net-misc/gsasl/gsasl-1.6.0.ebuild51
7 files changed, 6 insertions, 274 deletions
diff --git a/net-misc/gsasl/ChangeLog b/net-misc/gsasl/ChangeLog
index 4cba6f3e7370..2fde17326d54 100644
--- a/net-misc/gsasl/ChangeLog
+++ b/net-misc/gsasl/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-misc/gsasl
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/gsasl/ChangeLog,v 1.44 2011/07/19 19:46:22 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/gsasl/ChangeLog,v 1.45 2011/08/06 16:33:51 eras Exp $
+
+ 06 Aug 2011; Eray Aslan <eras@gentoo.org> -gsasl-0.2.4.ebuild,
+ -gsasl-0.2.29.ebuild, -gsasl-1.1.ebuild, -gsasl-1.4.1.ebuild,
+ -gsasl-1.6.0.ebuild, -gsasl-1.6.0-r1.ebuild:
+ remove old
19 Jul 2011; Markus Meier <maekke@gentoo.org> gsasl-1.6.1.ebuild:
x86 stable, bug #364523
diff --git a/net-misc/gsasl/gsasl-0.2.29.ebuild b/net-misc/gsasl/gsasl-0.2.29.ebuild
deleted file mode 100644
index 30eb84f8fae4..000000000000
--- a/net-misc/gsasl/gsasl-0.2.29.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/gsasl/gsasl-0.2.29.ebuild,v 1.3 2011/06/24 15:20:30 armin76 Exp $
-
-DESCRIPTION="The GNU SASL client, server, and library"
-HOMEPAGE="http://www.gnu.org/software/gsasl/"
-SRC_URI="ftp://alpha.gnu.org/pub/gnu/${PN}/${P}.tar.gz"
-LICENSE="GPL-3"
-SLOT="0"
-# TODO: check http://www.gnu.org/software/gsasl/#dependencies for more
-# optional external libraries.
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="doc gnutls idn kerberos nls"
-DEPEND="nls? ( >=sys-devel/gettext-0.16.1 )
- kerberos? ( virtual/krb5 )
- idn? ( net-dns/libidn )
- gnutls? ( net-libs/gnutls )"
-RDEPEND="${DEPEND}"
-
-src_compile() {
- econf \
- --enable-client \
- --enable-server \
- $(use_enable kerberos gssapi) \
- $(use_enable kerberos kerberosv5) \
- $(use_with idn stringprep) \
- $(use_enable nls) \
- $(use_with gnutls) \
- || die "econf failed"
- emake || die "emake failed"
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "einstall failed"
- dodoc AUTHORS ChangeLog NEWS README THANKS
- doman doc/gsasl.1
-
- if use doc; then
- dodoc doc/*.{eps,ps,pdf}
- dohtml doc/*.html
- docinto examples
- dodoc examples/*.c
- fi
-}
diff --git a/net-misc/gsasl/gsasl-0.2.4.ebuild b/net-misc/gsasl/gsasl-0.2.4.ebuild
deleted file mode 100644
index 5ee022523c6c..000000000000
--- a/net-misc/gsasl/gsasl-0.2.4.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/gsasl/gsasl-0.2.4.ebuild,v 1.11 2011/06/24 15:20:30 armin76 Exp $
-
-DESCRIPTION="The GNU SASL client, server, and library"
-HOMEPAGE="http://www.gnu.org/software/gsasl/"
-SRC_URI="http://josefsson.org/gsasl/releases/${P}.tar.gz"
-LICENSE="GPL-2"
-SLOT="0"
-# TODO: check http://www.gnu.org/software/gsasl/#dependencies for more
-# optional external libraries.
-KEYWORDS="amd64 ppc x86"
-IUSE="kerberos nls static doc"
-DEPEND="nls? ( sys-devel/gettext )
- kerberos? ( virtual/krb5 )"
-RDEPEND="${DEPEND}"
-
-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() {
- make DESTDIR="${D}" install || die "make install failed"
- dodoc AUTHORS ChangeLog NEWS README README-alpha THANKS
- doman doc/gsasl.1
-
- if use doc; then
- dodoc doc/*.{eps,ps,pdf}
- dohtml doc/*.html
- docinto examples
- dodoc examples/*.c
- fi
-}
diff --git a/net-misc/gsasl/gsasl-1.1.ebuild b/net-misc/gsasl/gsasl-1.1.ebuild
deleted file mode 100644
index adee52b5f0b2..000000000000
--- a/net-misc/gsasl/gsasl-1.1.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/gsasl/gsasl-1.1.ebuild,v 1.5 2011/06/24 15:20:30 armin76 Exp $
-
-DESCRIPTION="The GNU SASL client, server, and library"
-HOMEPAGE="http://www.gnu.org/software/gsasl/"
-SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
-LICENSE="GPL-2"
-SLOT="0"
-# TODO: check http://www.gnu.org/software/gsasl/#dependencies for more
-# optional external libraries.
-KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
-IUSE="kerberos nls static doc"
-DEPEND="nls? ( sys-devel/gettext )
- kerberos? ( virtual/krb5 )"
-RDEPEND="${DEPEND}"
-
-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() {
- make DESTDIR="${D}" install || die "einstall failed"
- dodoc AUTHORS ChangeLog NEWS README README-alpha THANKS
- doman doc/gsasl.1
-
- if use doc; then
- dodoc doc/*.{eps,ps,pdf}
- dohtml doc/*.html
- docinto examples
- dodoc examples/*.c
- fi
-}
diff --git a/net-misc/gsasl/gsasl-1.4.1.ebuild b/net-misc/gsasl/gsasl-1.4.1.ebuild
deleted file mode 100644
index 4dbcfa65c8b5..000000000000
--- a/net-misc/gsasl/gsasl-1.4.1.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/gsasl/gsasl-1.4.1.ebuild,v 1.4 2011/06/24 15:20:30 armin76 Exp $
-
-DESCRIPTION="The GNU SASL client, server, and library"
-HOMEPAGE="http://www.gnu.org/software/gsasl/"
-SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
-LICENSE="GPL-3"
-SLOT="0"
-# TODO: check http://www.gnu.org/software/gsasl/#dependencies for more
-# optional external libraries.
-KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
-IUSE="kerberos nls static doc"
-DEPEND="nls? ( sys-devel/gettext )
- kerberos? ( virtual/krb5 )"
-RDEPEND="${DEPEND}"
-
-src_compile() {
- econf \
- --enable-client \
- --enable-server \
- --disable-valgrind-tests \
- $(use_enable kerberos gssapi) \
- $(use_enable nls) \
- $(use_enable static) \
- || die "econf failed"
- emake || die "emake failed"
-}
-
-src_install() {
- make DESTDIR="${D}" install || die "einstall failed"
- dodoc AUTHORS ChangeLog NEWS README THANKS
- doman doc/gsasl.1
-
- if use doc; then
- dodoc doc/*.{eps,ps,pdf}
- dohtml doc/*.html
- docinto examples
- dodoc examples/*.c
- fi
-}
diff --git a/net-misc/gsasl/gsasl-1.6.0-r1.ebuild b/net-misc/gsasl/gsasl-1.6.0-r1.ebuild
deleted file mode 100644
index 806d091f6314..000000000000
--- a/net-misc/gsasl/gsasl-1.6.0-r1.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/gsasl/gsasl-1.6.0-r1.ebuild,v 1.3 2011/06/24 15:20:30 armin76 Exp $
-
-EAPI="2"
-
-inherit autotools-utils
-
-DESCRIPTION="The GNU SASL client, server, and library"
-HOMEPAGE="http://www.gnu.org/software/gsasl/"
-SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
-IUSE="doc gcrypt idn kerberos nls ntlm static-libs"
-
-DEPEND="
- gcrypt? ( dev-libs/libgcrypt )
- idn? ( net-dns/libidn )
- kerberos? ( virtual/krb5 )
- nls? ( sys-devel/gettext )
- ntlm? ( net-libs/libntlm )
-"
-RDEPEND="${DEPEND}"
-
-src_configure() {
- econf \
- --enable-client \
- --enable-server \
- --disable-valgrind-tests \
- --disable-rpath \
- --without-libshishi \
- --without-libgss \
- --disable-kerberos_v5 \
- $(use_enable kerberos gssapi) \
- $(use_enable kerberos gs2) \
- $(use_with gcrypt libgcrypt) \
- $(use_enable nls) \
- $(use_with idn stringprep) \
- $(use_enable ntlm) \
- $(use_with ntlm libntlm) \
- $(use_enable static-libs static)
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
- use static-libs || remove_libtool_files
- dodoc AUTHORS ChangeLog INSTALL NEWS README THANKS
- doman doc/gsasl.1 doc/man/*.3
-
- if use doc; then
- dodoc doc/*.{eps,ps,pdf}
- dohtml doc/*.html
- docinto examples
- dodoc examples/*.c
- fi
-}
diff --git a/net-misc/gsasl/gsasl-1.6.0.ebuild b/net-misc/gsasl/gsasl-1.6.0.ebuild
deleted file mode 100644
index c68e08b3f80e..000000000000
--- a/net-misc/gsasl/gsasl-1.6.0.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/gsasl/gsasl-1.6.0.ebuild,v 1.4 2011/06/24 15:20:30 armin76 Exp $
-
-EAPI="2"
-
-inherit autotools-utils
-
-DESCRIPTION="The GNU SASL client, server, and library"
-HOMEPAGE="http://www.gnu.org/software/gsasl/"
-SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
-IUSE="doc gcrypt idn kerberos nls static-libs"
-
-# TODO: check http://www.gnu.org/software/gsasl/#dependencies for more
-# optional external libraries.
-DEPEND="
- gcrypt? ( dev-libs/libgcrypt )
- idn? ( net-dns/libidn )
- kerberos? ( virtual/krb5 )
- nls? ( sys-devel/gettext )
-"
-RDEPEND="${DEPEND}"
-
-src_configure() {
- econf \
- --enable-client \
- --enable-server \
- --disable-valgrind-tests \
- $(use_enable kerberos gssapi) \
- $(use_with gcrypt libgcrypt) \
- $(use_enable nls) \
- $(use_with idn stringprep) \
- $(use_enable static-libs static)
-}
-
-src_install() {
- make DESTDIR="${D}" install || die "einstall failed"
- use static-libs || remove_libtool_files
- dodoc AUTHORS ChangeLog NEWS README THANKS
- doman doc/gsasl.1
-
- if use doc; then
- dodoc doc/*.{eps,ps,pdf}
- dohtml doc/*.html
- docinto examples
- dodoc examples/*.c
- fi
-}