diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2005-11-14 18:24:57 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2005-11-14 18:24:57 +0000 |
commit | fb9622b1f979cb43351dce65b2c6b3c0cb55511c (patch) | |
tree | 0ba545bb4081990ea7123a7daef83120164b3cb5 /app-crypt/heimdal | |
parent | for some reason I had src_COMPILE not src_compile in the ebuild, leading to b... (diff) | |
download | historical-fb9622b1f979cb43351dce65b2c6b3c0cb55511c.tar.gz historical-fb9622b1f979cb43351dce65b2c6b3c0cb55511c.tar.bz2 historical-fb9622b1f979cb43351dce65b2c6b3c0cb55511c.zip |
move the autoreconf/elibtoolize business into src_unpack
Package-Manager: portage-2.0.53_rc7
Diffstat (limited to 'app-crypt/heimdal')
-rw-r--r-- | app-crypt/heimdal/ChangeLog | 5 | ||||
-rw-r--r-- | app-crypt/heimdal/Manifest | 4 | ||||
-rw-r--r-- | app-crypt/heimdal/heimdal-0.7.1-r1.ebuild | 7 |
3 files changed, 10 insertions, 6 deletions
diff --git a/app-crypt/heimdal/ChangeLog b/app-crypt/heimdal/ChangeLog index ca987906f164..622762ddbe97 100644 --- a/app-crypt/heimdal/ChangeLog +++ b/app-crypt/heimdal/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-crypt/heimdal # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/heimdal/ChangeLog,v 1.89 2005/11/14 18:11:59 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/heimdal/ChangeLog,v 1.90 2005/11/14 18:24:57 seemant Exp $ + + 14 Nov 2005; Seemant Kulleen <seemant@gentoo.org> heimdal-0.7.1-r1.ebuild: + move the autoreconf/elibtoolize business into src_unpack 14 Nov 2005; Seemant Kulleen <seemant@gentoo.org> heimdal-0.7.1-r1.ebuild: for some reason I had src_COMPILE not src_compile in the ebuild, leading to diff --git a/app-crypt/heimdal/Manifest b/app-crypt/heimdal/Manifest index b4425e784a2c..9cd9fbce467c 100644 --- a/app-crypt/heimdal/Manifest +++ b/app-crypt/heimdal/Manifest @@ -1,6 +1,6 @@ -MD5 6ad6751b83e2f67ea5ea2a6d1502d67d ChangeLog 15058 +MD5 65ff54e87543c70b52cc90a05851f83a ChangeLog 15195 MD5 48691f4945f1b98de5fe5d5e4f48ef8b files/digest-heimdal-0.6.5 147 MD5 7e46678d57392f8cfcf60114e30768e4 files/digest-heimdal-0.7.1-r1 149 MD5 1abe6db9c36ed47686737e246ff7774f heimdal-0.6.5.ebuild 3671 -MD5 7af40b79f1b51844cfd916c2d1f90119 heimdal-0.7.1-r1.ebuild 3825 +MD5 310ccb6b530f2793e79c7066536233b5 heimdal-0.7.1-r1.ebuild 3826 MD5 6c9cbfc951ebeca1a88d8722de4dde80 metadata.xml 231 diff --git a/app-crypt/heimdal/heimdal-0.7.1-r1.ebuild b/app-crypt/heimdal/heimdal-0.7.1-r1.ebuild index ff84e6fdc473..f5f036608b00 100644 --- a/app-crypt/heimdal/heimdal-0.7.1-r1.ebuild +++ b/app-crypt/heimdal/heimdal-0.7.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/heimdal/heimdal-0.7.1-r1.ebuild,v 1.3 2005/11/14 18:11:59 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/heimdal/heimdal-0.7.1-r1.ebuild,v 1.4 2005/11/14 18:24:57 seemant Exp $ inherit autotools libtool eutils virtualx toolchain-funcs @@ -41,14 +41,15 @@ src_unpack() { EPATCH_SUFFIX="patch" \ epatch ${GENTOODIR}/patches -} -src_compile() { ebegin "Running autoreconf" AT_M4DIR="cf" eautoreconf eend $? elibtoolize +} + +src_compile() { local myconf="" use krb4 \ |