summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2006-02-04 16:19:20 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2006-02-04 16:19:20 +0000
commit7b3e27ac7b8c73c3e9696de0a9f546a88e836f37 (patch)
tree0d6d8b90c500fb2055c6a544d752c3b49c63f1af /media-libs
parentMark 2.8.1 stable on ia64 (diff)
downloadgentoo-2-7b3e27ac7b8c73c3e9696de0a9f546a88e836f37.tar.gz
gentoo-2-7b3e27ac7b8c73c3e9696de0a9f546a88e836f37.tar.bz2
gentoo-2-7b3e27ac7b8c73c3e9696de0a9f546a88e836f37.zip
Drop dependencies on autotools, autotools eclass handle them.
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'media-libs')
-rw-r--r--media-libs/id3lib/ChangeLog7
-rw-r--r--media-libs/id3lib/id3lib-3.8.3-r4.ebuild7
2 files changed, 7 insertions, 7 deletions
diff --git a/media-libs/id3lib/ChangeLog b/media-libs/id3lib/ChangeLog
index c6eea5865c2d..0127a11cc7b2 100644
--- a/media-libs/id3lib/ChangeLog
+++ b/media-libs/id3lib/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-libs/id3lib
-# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/id3lib/ChangeLog,v 1.36 2005/12/08 22:45:45 flameeyes Exp $
+# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-libs/id3lib/ChangeLog,v 1.37 2006/02/04 16:19:20 flameeyes Exp $
+
+ 04 Feb 2006; Diego Pettenò <flameeyes@gentoo.org> id3lib-3.8.3-r4.ebuild:
+ Drop dependencies on autotools, autotools eclass handle them.
08 Dec 2005; Diego Pettenò <flameeyes@gentoo.org> id3lib-3.8.3-r4.ebuild:
Change the AT_M4DIR to use the full path to fix it when it builds inside
diff --git a/media-libs/id3lib/id3lib-3.8.3-r4.ebuild b/media-libs/id3lib/id3lib-3.8.3-r4.ebuild
index 66f5f917a014..dc9771ec68d2 100644
--- a/media-libs/id3lib/id3lib-3.8.3-r4.ebuild
+++ b/media-libs/id3lib/id3lib-3.8.3-r4.ebuild
@@ -1,6 +1,6 @@
-# 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-libs/id3lib/id3lib-3.8.3-r4.ebuild,v 1.2 2005/12/08 22:45:45 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/id3lib/id3lib-3.8.3-r4.ebuild,v 1.3 2006/02/04 16:19:20 flameeyes Exp $
inherit eutils autotools
@@ -18,9 +18,6 @@ IUSE="doc examples"
RDEPEND="sys-libs/zlib"
DEPEND="${RDEPEND}
- sys-devel/autoconf
- sys-devel/automake
- sys-devel/libtool
doc? ( app-doc/doxygen )"
src_unpack() {