summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Klimaszewski <steev@gentoo.org>2007-04-03 15:21:45 +0000
committerStephen Klimaszewski <steev@gentoo.org>2007-04-03 15:21:45 +0000
commitc071af7c9d666bd92dccf4eaef711dc799966c5d (patch)
treeff468f5e35bc8f68febaf45e710ba8bc045c7b59 /app-misc/hal-info
parentntpl > nptl (diff)
downloadgentoo-2-c071af7c9d666bd92dccf4eaef711dc799966c5d.tar.gz
gentoo-2-c071af7c9d666bd92dccf4eaef711dc799966c5d.tar.bz2
gentoo-2-c071af7c9d666bd92dccf4eaef711dc799966c5d.zip
Remove src_unpack function as it is no longer needed.
(Portage version: 2.1.2.3)
Diffstat (limited to 'app-misc/hal-info')
-rw-r--r--app-misc/hal-info/ChangeLog6
-rw-r--r--app-misc/hal-info/hal-info-20070402.ebuild8
2 files changed, 6 insertions, 8 deletions
diff --git a/app-misc/hal-info/ChangeLog b/app-misc/hal-info/ChangeLog
index 43427a520686..ecd27845c5a8 100644
--- a/app-misc/hal-info/ChangeLog
+++ b/app-misc/hal-info/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-misc/hal-info
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/hal-info/ChangeLog,v 1.5 2007/04/03 13:56:49 steev Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/hal-info/ChangeLog,v 1.6 2007/04/03 15:21:45 steev Exp $
+
+ 03 Apr 2007; Steev Klimaszewski <steev@gentoo.org>
+ hal-info-20070402.ebuild:
+ Remove the patch line from the ebuild.
*hal-info-20070402 (03 Apr 2007)
diff --git a/app-misc/hal-info/hal-info-20070402.ebuild b/app-misc/hal-info/hal-info-20070402.ebuild
index ff4c63dab631..bbcddba3d7a6 100644
--- a/app-misc/hal-info/hal-info-20070402.ebuild
+++ b/app-misc/hal-info/hal-info-20070402.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/hal-info/hal-info-20070402.ebuild,v 1.1 2007/04/03 13:56:49 steev Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/hal-info/hal-info-20070402.ebuild,v 1.2 2007/04/03 15:21:45 steev Exp $
inherit eutils
@@ -15,12 +15,6 @@ KEYWORDS="~amd64 ~ia64 ~ppc ~x86"
RDEPEND=">=sys-apps/hal-0.5.9_rc2"
DEPEND="${RDEPEND}"
-src_unpack() {
- unpack ${A}
- cd ${S}
- epatch ${FILESDIR}/${PN}-update_dtd.patch
-}
-
src_compile() {
econf --enable-recall --enable-video || die "econf failed."
emake