diff options
author | Eray Aslan <eras@gentoo.org> | 2011-03-13 03:45:13 +0000 |
---|---|---|
committer | Eray Aslan <eras@gentoo.org> | 2011-03-13 03:45:13 +0000 |
commit | a5889a78214e62f6a183528faa0fc0f47a37b2bf (patch) | |
tree | e9348fa3d78b4cffffdddd4cb63818a46216f27a /app-crypt/heimdal | |
parent | Change to new style virtual: Remove PROVIDE. (diff) | |
download | gentoo-2-a5889a78214e62f6a183528faa0fc0f47a37b2bf.tar.gz gentoo-2-a5889a78214e62f6a183528faa0fc0f47a37b2bf.tar.bz2 gentoo-2-a5889a78214e62f6a183528faa0fc0f47a37b2bf.zip |
Change to new style virtual: Remove PROVIDE.
(Portage version: 2.1.9.42/cvs/Linux x86_64)
Diffstat (limited to 'app-crypt/heimdal')
-rw-r--r-- | app-crypt/heimdal/ChangeLog | 6 | ||||
-rw-r--r-- | app-crypt/heimdal/heimdal-1.3.3-r1.ebuild | 6 | ||||
-rw-r--r-- | app-crypt/heimdal/heimdal-1.4.1_pre20110304.ebuild | 4 |
3 files changed, 8 insertions, 8 deletions
diff --git a/app-crypt/heimdal/ChangeLog b/app-crypt/heimdal/ChangeLog index f161caf0c6e6..a2fb61cb47c9 100644 --- a/app-crypt/heimdal/ChangeLog +++ b/app-crypt/heimdal/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-crypt/heimdal # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/heimdal/ChangeLog,v 1.172 2011/03/04 11:55:11 eras Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/heimdal/ChangeLog,v 1.173 2011/03/13 03:45:13 eras Exp $ + + 13 Mar 2011; Eray Aslan <eras@gentoo.org> heimdal-1.3.3-r1.ebuild, + heimdal-1.4.1_pre20110304.ebuild: + Change to new style virtual: Remove PROVIDE. *heimdal-1.4.1_pre20110304 (04 Mar 2011) diff --git a/app-crypt/heimdal/heimdal-1.3.3-r1.ebuild b/app-crypt/heimdal/heimdal-1.3.3-r1.ebuild index 1e687b87b7aa..4d5de9c23532 100644 --- a/app-crypt/heimdal/heimdal-1.3.3-r1.ebuild +++ b/app-crypt/heimdal/heimdal-1.3.3-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/heimdal/heimdal-1.3.3-r1.ebuild,v 1.8 2010/09/05 15:57:07 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/heimdal/heimdal-1.3.3-r1.ebuild,v 1.9 2011/03/13 03:45:13 eras Exp $ EAPI=2 VIRTUALX_REQUIRED="manual" @@ -32,8 +32,6 @@ DEPEND="${RDEPEND} >=sys-devel/autoconf-2.62 test? ( X? ( ${VIRTUALX_DEPEND} ) )" -PROVIDE="virtual/krb5" - src_prepare() { epatch "${FILESDIR}/heimdal_db5.patch" epatch "${FILESDIR}/heimdal_testsuite.patch" diff --git a/app-crypt/heimdal/heimdal-1.4.1_pre20110304.ebuild b/app-crypt/heimdal/heimdal-1.4.1_pre20110304.ebuild index e35884ba4a56..62ce85f6cc89 100644 --- a/app-crypt/heimdal/heimdal-1.4.1_pre20110304.ebuild +++ b/app-crypt/heimdal/heimdal-1.4.1_pre20110304.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/heimdal/heimdal-1.4.1_pre20110304.ebuild,v 1.1 2011/03/04 11:55:11 eras Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/heimdal/heimdal-1.4.1_pre20110304.ebuild,v 1.2 2011/03/13 03:45:13 eras Exp $ EAPI=2 # PYTHON_BDEPEND="2" @@ -34,8 +34,6 @@ DEPEND="${RDEPEND} >=sys-devel/autoconf-2.62 test? ( X? ( ${VIRTUALX_DEPEND} ) )" -PROVIDE="virtual/krb5" - S="${WORKDIR}/${PN}" pkg_setup() { |