summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Scherbaum <dertobi123@gentoo.org>2008-09-07 08:27:19 +0000
committerTobias Scherbaum <dertobi123@gentoo.org>2008-09-07 08:27:19 +0000
commita02f2eb621926f7aa0cfa2847a5c7fca22754321 (patch)
tree35e15c24a30552522191762276f38b7de82de5b9 /net-misc
parentVersion bump. (diff)
downloadgentoo-2-a02f2eb621926f7aa0cfa2847a5c7fca22754321.tar.gz
gentoo-2-a02f2eb621926f7aa0cfa2847a5c7fca22754321.tar.bz2
gentoo-2-a02f2eb621926f7aa0cfa2847a5c7fca22754321.zip
Version bump, #236712 and cleanup
(Portage version: 2.2_rc8/cvs/Linux 2.6.25-gentoo-r7 x86_64)
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/gsasl/ChangeLog9
-rw-r--r--net-misc/gsasl/gsasl-0.2.10.ebuild46
-rw-r--r--net-misc/gsasl/gsasl-0.2.21.ebuild48
-rw-r--r--net-misc/gsasl/gsasl-0.2.28.ebuild (renamed from net-misc/gsasl/gsasl-0.2.26.ebuild)4
-rw-r--r--net-misc/gsasl/gsasl-0.2.3.ebuild44
5 files changed, 10 insertions, 141 deletions
diff --git a/net-misc/gsasl/ChangeLog b/net-misc/gsasl/ChangeLog
index 1815f5a76060..a9a86c7f6a48 100644
--- a/net-misc/gsasl/ChangeLog
+++ b/net-misc/gsasl/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for net-misc/gsasl
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/gsasl/ChangeLog,v 1.27 2008/06/15 13:07:09 dertobi123 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/gsasl/ChangeLog,v 1.28 2008/09/07 08:27:19 dertobi123 Exp $
+
+*gsasl-0.2.28 (07 Sep 2008)
+
+ 07 Sep 2008; Tobias Scherbaum <dertobi123@gentoo.org> -gsasl-0.2.3.ebuild,
+ -gsasl-0.2.10.ebuild, -gsasl-0.2.21.ebuild, -gsasl-0.2.26.ebuild,
+ +gsasl-0.2.28.ebuild:
+ Version bump, #236712 and cleanup
*gsasl-0.2.26 (15 Jun 2008)
diff --git a/net-misc/gsasl/gsasl-0.2.10.ebuild b/net-misc/gsasl/gsasl-0.2.10.ebuild
deleted file mode 100644
index b808d811b156..000000000000
--- a/net-misc/gsasl/gsasl-0.2.10.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/gsasl/gsasl-0.2.10.ebuild,v 1.3 2008/02/03 16:20:00 grobian 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 ~ia64 ~ppc ~sparc ~x86"
-IUSE="kerberos nls static doc 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 \
- --enable-client \
- --enable-server \
- $(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 "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/*.html
- docinto examples
- dodoc examples/*.c
- fi
-}
diff --git a/net-misc/gsasl/gsasl-0.2.21.ebuild b/net-misc/gsasl/gsasl-0.2.21.ebuild
deleted file mode 100644
index 891d23a5e6a5..000000000000
--- a/net-misc/gsasl/gsasl-0.2.21.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/gsasl/gsasl-0.2.21.ebuild,v 1.5 2008/02/03 16:20:00 grobian 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-3"
-SLOT="0"
-# TODO: check http://www.gnu.org/software/gsasl/#dependencies for more
-# optional external libraries.
-KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86"
-IUSE="doc gnutls idn kerberos nls static"
-PROVIDE="virtual/gsasl"
-DEPEND="virtual/libc
- nls? ( >=sys-devel/gettext-0.16.1 )
- kerberos? ( virtual/krb5 )
- idn? ( net-dns/libidn )
- gnutls? ( net-libs/gnutls )"
-RDEPEND="${DEPEND}
- !virtual/gsasl"
-
-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) \
- $(use_enable static) \
- || die "econf failed"
- emake || die "emake failed"
-}
-
-src_install() {
- emake DESTDIR="${D}" install || 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/*.html
- docinto examples
- dodoc examples/*.c
- fi
-}
diff --git a/net-misc/gsasl/gsasl-0.2.26.ebuild b/net-misc/gsasl/gsasl-0.2.28.ebuild
index c0cff9e5578c..8232c6a5c253 100644
--- a/net-misc/gsasl/gsasl-0.2.26.ebuild
+++ b/net-misc/gsasl/gsasl-0.2.28.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-misc/gsasl/gsasl-0.2.26.ebuild,v 1.1 2008/06/15 13:07:09 dertobi123 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/gsasl/gsasl-0.2.28.ebuild,v 1.1 2008/09/07 08:27:19 dertobi123 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"
+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
diff --git a/net-misc/gsasl/gsasl-0.2.3.ebuild b/net-misc/gsasl/gsasl-0.2.3.ebuild
deleted file mode 100644
index 093859fb7c7a..000000000000
--- a/net-misc/gsasl/gsasl-0.2.3.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.3.ebuild,v 1.4 2005/01/22 17:16:02 ticho 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
-}