summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2006-10-29 22:40:11 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2006-10-29 22:40:11 +0000
commit80523949ec98d1f11eadcfc1af28e15fd3747372 (patch)
treeafae86a108f2c4ece9869624814b893ee6dd685d /media-sound/takcd
parentInitial commit. Thanks to brebs@sent.com, in bug 151004 for the ebuild this ... (diff)
downloadhistorical-80523949ec98d1f11eadcfc1af28e15fd3747372.tar.gz
historical-80523949ec98d1f11eadcfc1af28e15fd3747372.tar.bz2
historical-80523949ec98d1f11eadcfc1af28e15fd3747372.zip
Fix autotools rebuilding, thanks to Patrick Lauer in bug #153362.
Package-Manager: portage-2.1.2_rc1-r1
Diffstat (limited to 'media-sound/takcd')
-rw-r--r--media-sound/takcd/ChangeLog7
-rw-r--r--media-sound/takcd/files/digest-takcd-0.102
-rw-r--r--media-sound/takcd/takcd-0.10.ebuild20
3 files changed, 19 insertions, 10 deletions
diff --git a/media-sound/takcd/ChangeLog b/media-sound/takcd/ChangeLog
index 5bf7a71dc0c5..47ae54d85148 100644
--- a/media-sound/takcd/ChangeLog
+++ b/media-sound/takcd/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-sound/takcd
-# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/takcd/ChangeLog,v 1.10 2005/09/15 19:59:03 agriffis Exp $
+# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/takcd/ChangeLog,v 1.11 2006/10/29 22:40:11 flameeyes Exp $
+
+ 29 Oct 2006; Diego Pettenò <flameeyes@gentoo.org> takcd-0.10.ebuild:
+ Fix autotools rebuilding, thanks to Patrick Lauer in bug #153362.
15 Sep 2005; Aron Griffis <agriffis@gentoo.org> takcd-0.10.ebuild:
Mark 0.10 stable on alpha
diff --git a/media-sound/takcd/files/digest-takcd-0.10 b/media-sound/takcd/files/digest-takcd-0.10
index 5c76dd69c0e8..d282bdf70317 100644
--- a/media-sound/takcd/files/digest-takcd-0.10
+++ b/media-sound/takcd/files/digest-takcd-0.10
@@ -1 +1,3 @@
MD5 2cd3da060ea1d20d46aa5065031147a1 takcd-0.10.tar.gz 95457
+RMD160 2784989499ba9e999b1b59c8749d702de1ba446e takcd-0.10.tar.gz 95457
+SHA256 2871ace2ec79b09ea8eff80a2074105fdde33d3fb0a0572dc8e2dd931c8d4802 takcd-0.10.tar.gz 95457
diff --git a/media-sound/takcd/takcd-0.10.ebuild b/media-sound/takcd/takcd-0.10.ebuild
index 8edcd6e58735..823b4a538d1b 100644
--- a/media-sound/takcd/takcd-0.10.ebuild
+++ b/media-sound/takcd/takcd-0.10.ebuild
@@ -1,6 +1,11 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/takcd/takcd-0.10.ebuild,v 1.10 2005/09/15 19:59:03 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/takcd/takcd-0.10.ebuild,v 1.11 2006/10/29 22:40:11 flameeyes Exp $
+
+WANT_AUTOMAKE="1.4"
+WANT_AUTOCONF="2.5"
+
+inherit autotools
IUSE=""
@@ -12,15 +17,14 @@ SLOT="0"
LICENSE="GPL-2"
KEYWORDS="alpha amd64 ~hppa ia64 ~mips ~ppc sparc x86"
-RDEPEND="virtual/libc"
+src_unpack() {
+ unpack ${A}
+ cd "${S}"
-DEPEND="sys-devel/autoconf
- sys-devel/automake"
+ eautoreconf
+}
src_compile() {
- export WANT_AUTOMAKE=1.4
- export WANT_AUTOCONF=2.5
- ./autogen.sh
emake || die
}