summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2005-11-14 18:11:59 +0000
committerSeemant Kulleen <seemant@gentoo.org>2005-11-14 18:11:59 +0000
commitb1f594fbd528d1a2523e8dca39bc8429ea180bbe (patch)
tree7ebdb7bbc6b4a89a40c679feb7c95264adb4d89f /app-crypt/heimdal
parentAdd m4 fixes by James Rowe, bug #109329. (diff)
downloadhistorical-b1f594fbd528d1a2523e8dca39bc8429ea180bbe.tar.gz
historical-b1f594fbd528d1a2523e8dca39bc8429ea180bbe.tar.bz2
historical-b1f594fbd528d1a2523e8dca39bc8429ea180bbe.zip
for some reason I had src_COMPILE not src_compile in the ebuild, leading to bug #112519 by Chandler Carruth
Package-Manager: portage-2.0.53_rc7
Diffstat (limited to 'app-crypt/heimdal')
-rw-r--r--app-crypt/heimdal/ChangeLog6
-rw-r--r--app-crypt/heimdal/Manifest8
-rw-r--r--app-crypt/heimdal/heimdal-0.7.1-r1.ebuild4
3 files changed, 11 insertions, 7 deletions
diff --git a/app-crypt/heimdal/ChangeLog b/app-crypt/heimdal/ChangeLog
index 92dab8430f13..ca987906f164 100644
--- a/app-crypt/heimdal/ChangeLog
+++ b/app-crypt/heimdal/ChangeLog
@@ -1,6 +1,10 @@
# 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.88 2005/11/08 18:53:06 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/heimdal/ChangeLog,v 1.89 2005/11/14 18:11:59 seemant Exp $
+
+ 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
+ bug #112519 by Chandler Carruth
08 Nov 2005; Brent Baude <ranger@gentoo.org> heimdal-0.6.5.ebuild:
Marking heimdal-0.6.5 ppc64 stable after 30 days
diff --git a/app-crypt/heimdal/Manifest b/app-crypt/heimdal/Manifest
index e0b700163219..b4425e784a2c 100644
--- a/app-crypt/heimdal/Manifest
+++ b/app-crypt/heimdal/Manifest
@@ -1,6 +1,6 @@
-MD5 ce07bf75f111c18bb931f0717058b860 ChangeLog 14867
-MD5 1abe6db9c36ed47686737e246ff7774f heimdal-0.6.5.ebuild 3671
-MD5 46190a3518aa38661d87eddbf538f5c8 heimdal-0.7.1-r1.ebuild 3825
-MD5 6c9cbfc951ebeca1a88d8722de4dde80 metadata.xml 231
+MD5 6ad6751b83e2f67ea5ea2a6d1502d67d ChangeLog 15058
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 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 1f751d582d4d..ff84e6fdc473 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.2 2005/10/03 12:26:25 seemant Exp $
+# $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 $
inherit autotools libtool eutils virtualx toolchain-funcs
@@ -43,7 +43,7 @@ src_unpack() {
epatch ${GENTOODIR}/patches
}
-src_COMPILE() {
+src_compile() {
ebegin "Running autoreconf"
AT_M4DIR="cf" eautoreconf
eend $?