diff options
Diffstat (limited to 'net-misc/gsasl')
-rw-r--r-- | net-misc/gsasl/ChangeLog | 6 | ||||
-rw-r--r-- | net-misc/gsasl/gsasl-0.2.29.ebuild | 8 | ||||
-rw-r--r-- | net-misc/gsasl/gsasl-0.2.4.ebuild | 12 | ||||
-rw-r--r-- | net-misc/gsasl/gsasl-1.1.ebuild | 6 | ||||
-rw-r--r-- | net-misc/gsasl/gsasl-1.4.1.ebuild | 6 |
5 files changed, 17 insertions, 21 deletions
diff --git a/net-misc/gsasl/ChangeLog b/net-misc/gsasl/ChangeLog index 8d8cba6c545e..e6cb1ee0ac1e 100644 --- a/net-misc/gsasl/ChangeLog +++ b/net-misc/gsasl/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-misc/gsasl # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/gsasl/ChangeLog,v 1.33 2010/02/17 20:15:31 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/gsasl/ChangeLog,v 1.34 2010/02/17 20:48:20 jer Exp $ + + 17 Feb 2010; Jeroen Roovers <jer@gentoo.org> gsasl-0.2.4.ebuild, + gsasl-0.2.29.ebuild, gsasl-1.1.ebuild, gsasl-1.4.1.ebuild: + Switch to new style virtuals (bug #237400). *gsasl-1.4.1 (17 Feb 2010) diff --git a/net-misc/gsasl/gsasl-0.2.29.ebuild b/net-misc/gsasl/gsasl-0.2.29.ebuild index 8bf3a12ea0be..8518e933738b 100644 --- a/net-misc/gsasl/gsasl-0.2.29.ebuild +++ b/net-misc/gsasl/gsasl-0.2.29.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2010 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.1 2008/11/29 20:44:21 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/gsasl/gsasl-0.2.29.ebuild,v 1.2 2010/02/17 20:48:20 jer Exp $ DESCRIPTION="The GNU SASL client, server, and library" HOMEPAGE="http://www.gnu.org/software/gsasl/" @@ -11,13 +11,11 @@ SLOT="0" # optional external libraries. KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86" IUSE="doc gnutls idn kerberos nls" -PROVIDE="virtual/gsasl" DEPEND="nls? ( >=sys-devel/gettext-0.16.1 ) kerberos? ( virtual/krb5 ) idn? ( net-dns/libidn ) gnutls? ( net-libs/gnutls )" -RDEPEND="${DEPEND} - !virtual/gsasl" +RDEPEND="${DEPEND}" src_compile() { econf \ diff --git a/net-misc/gsasl/gsasl-0.2.4.ebuild b/net-misc/gsasl/gsasl-0.2.4.ebuild index 5a3a55a22707..e90d65ccbef7 100644 --- a/net-misc/gsasl/gsasl-0.2.4.ebuild +++ b/net-misc/gsasl/gsasl-0.2.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 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.9 2009/09/23 19:36:12 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/gsasl/gsasl-0.2.4.ebuild,v 1.10 2010/02/17 20:48:20 jer Exp $ DESCRIPTION="The GNU SASL client, server, and library" HOMEPAGE="http://www.gnu.org/software/gsasl/" @@ -11,11 +11,9 @@ SLOT="0" # optional external libraries. KEYWORDS="amd64 ia64 ppc sparc x86" IUSE="kerberos nls static doc" -PROVIDE="virtual/gsasl" DEPEND="nls? ( sys-devel/gettext ) kerberos? ( virtual/krb5 )" -RDEPEND="${DEPEND} - !virtual/gsasl" +RDEPEND="${DEPEND}" src_compile() { econf \ @@ -29,8 +27,8 @@ src_compile() { } src_install() { - make DESTDIR=${D} install || die "einstall failed" - dodoc ABOUT-NLS AUTHORS ChangeLog NEWS README README-alpha THANKS + make DESTDIR="${D}" install || die "make install failed" + dodoc AUTHORS ChangeLog NEWS README README-alpha THANKS doman doc/gsasl.1 if use doc; then diff --git a/net-misc/gsasl/gsasl-1.1.ebuild b/net-misc/gsasl/gsasl-1.1.ebuild index 3210c0ed3d18..00994106fe8c 100644 --- a/net-misc/gsasl/gsasl-1.1.ebuild +++ b/net-misc/gsasl/gsasl-1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 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.3 2010/02/17 20:15:31 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/gsasl/gsasl-1.1.ebuild,v 1.4 2010/02/17 20:48:20 jer Exp $ DESCRIPTION="The GNU SASL client, server, and library" HOMEPAGE="http://www.gnu.org/software/gsasl/" @@ -11,11 +11,9 @@ SLOT="0" # optional external libraries. KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos" IUSE="kerberos nls static doc" -PROVIDE="virtual/gsasl" DEPEND="nls? ( sys-devel/gettext ) kerberos? ( virtual/krb5 )" -RDEPEND="${DEPEND} - !virtual/gsasl" +RDEPEND="${DEPEND}" src_compile() { econf \ diff --git a/net-misc/gsasl/gsasl-1.4.1.ebuild b/net-misc/gsasl/gsasl-1.4.1.ebuild index c539b02fe399..b0f237f1f8b1 100644 --- a/net-misc/gsasl/gsasl-1.4.1.ebuild +++ b/net-misc/gsasl/gsasl-1.4.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 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.1 2010/02/17 20:15:31 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/gsasl/gsasl-1.4.1.ebuild,v 1.2 2010/02/17 20:48:20 jer Exp $ DESCRIPTION="The GNU SASL client, server, and library" HOMEPAGE="http://www.gnu.org/software/gsasl/" @@ -11,11 +11,9 @@ SLOT="0" # optional external libraries. KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos" IUSE="kerberos nls static doc" -PROVIDE="virtual/gsasl" DEPEND="nls? ( sys-devel/gettext ) kerberos? ( virtual/krb5 )" -RDEPEND="${DEPEND} - !virtual/gsasl" +RDEPEND="${DEPEND}" src_compile() { econf \ |