diff options
author | 2006-07-23 08:03:58 +0000 | |
---|---|---|
committer | 2006-07-23 08:03:58 +0000 | |
commit | edd4f7b9e8f170363dede1abcfb1645b687c26f8 (patch) | |
tree | 029a6e3bde29ea690b5378a640f14130a3db7f04 /app-crypt/heimdal | |
parent | hadfield is retired. (diff) | |
download | historical-edd4f7b9e8f170363dede1abcfb1645b687c26f8.tar.gz historical-edd4f7b9e8f170363dede1abcfb1645b687c26f8.tar.bz2 historical-edd4f7b9e8f170363dede1abcfb1645b687c26f8.zip |
Punt unneeded deps. Cleanup.
Package-Manager: portage-2.1.1_pre3-r1
Diffstat (limited to 'app-crypt/heimdal')
-rw-r--r-- | app-crypt/heimdal/ChangeLog | 6 | ||||
-rw-r--r-- | app-crypt/heimdal/heimdal-0.7.2-r2.ebuild | 8 | ||||
-rw-r--r-- | app-crypt/heimdal/heimdal-0.7.2.ebuild | 8 |
3 files changed, 9 insertions, 13 deletions
diff --git a/app-crypt/heimdal/ChangeLog b/app-crypt/heimdal/ChangeLog index 2e146ec44b81..4068757a8cd7 100644 --- a/app-crypt/heimdal/ChangeLog +++ b/app-crypt/heimdal/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-crypt/heimdal # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/heimdal/ChangeLog,v 1.103 2006/05/22 15:10:50 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/heimdal/ChangeLog,v 1.104 2006/07/23 08:03:58 exg Exp $ + + 23 Jul 2006; Emanuele Giaquinta <exg@gentoo.org> heimdal-0.7.2.ebuild, + -heimdal-0.7.2-r1.ebuild, heimdal-0.7.2-r2.ebuild: + Punt unneeded deps. Cleanup. *heimdal-0.7.2-r2 (22 May 2006) diff --git a/app-crypt/heimdal/heimdal-0.7.2-r2.ebuild b/app-crypt/heimdal/heimdal-0.7.2-r2.ebuild index 7f63c8c5911e..f82c82a511f9 100644 --- a/app-crypt/heimdal/heimdal-0.7.2-r2.ebuild +++ b/app-crypt/heimdal/heimdal-0.7.2-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/heimdal/heimdal-0.7.2-r2.ebuild,v 1.1 2006/05/22 15:10:50 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/heimdal/heimdal-0.7.2-r2.ebuild,v 1.2 2006/07/23 08:03:58 exg Exp $ inherit autotools libtool eutils virtualx toolchain-funcs @@ -26,11 +26,7 @@ RDEPEND="ssl? ( dev-libs/openssl ) sys-libs/cracklib !virtual/krb5" -DEPEND="${RDEPEND} - sys-devel/autoconf - sys-devel/automake - sys-devel/gcc - >=sys-apps/sed-4" +DEPEND="${RDEPEND}" PROVIDE="virtual/krb5" diff --git a/app-crypt/heimdal/heimdal-0.7.2.ebuild b/app-crypt/heimdal/heimdal-0.7.2.ebuild index 446aa2c11fbb..2ba89825e894 100644 --- a/app-crypt/heimdal/heimdal-0.7.2.ebuild +++ b/app-crypt/heimdal/heimdal-0.7.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/heimdal/heimdal-0.7.2.ebuild,v 1.12 2006/05/22 14:50:19 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/heimdal/heimdal-0.7.2.ebuild,v 1.13 2006/07/23 08:03:58 exg Exp $ inherit autotools libtool eutils virtualx toolchain-funcs @@ -26,11 +26,7 @@ RDEPEND="ssl? ( dev-libs/openssl ) sys-libs/cracklib !virtual/krb5" -DEPEND="${RDEPEND} - sys-devel/autoconf - sys-devel/automake - sys-devel/gcc - >=sys-apps/sed-4" +DEPEND="${RDEPEND}" PROVIDE="virtual/krb5" |