summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Crête <tester@gentoo.org>2007-01-13 18:13:47 +0000
committerOlivier Crête <tester@gentoo.org>2007-01-13 18:13:47 +0000
commit2c2a7eb372ced54315acef80b2b0d3b6f2612626 (patch)
treeeb95b940fd3ede89f4a354ffb61930965730eb97 /media-libs/libgpod
parentFix my name. (diff)
downloadhistorical-2c2a7eb372ced54315acef80b2b0d3b6f2612626.tar.gz
historical-2c2a7eb372ced54315acef80b2b0d3b6f2612626.tar.bz2
historical-2c2a7eb372ced54315acef80b2b0d3b6f2612626.zip
Cleanup old versions, fix autotools eclass usage, add gtk-doc dep
Package-Manager: portage-2.1.1-r2
Diffstat (limited to 'media-libs/libgpod')
-rw-r--r--media-libs/libgpod/ChangeLog9
-rw-r--r--media-libs/libgpod/libgpod-0.4.0.ebuild28
2 files changed, 19 insertions, 18 deletions
diff --git a/media-libs/libgpod/ChangeLog b/media-libs/libgpod/ChangeLog
index da5ff01842dd..199feb03219d 100644
--- a/media-libs/libgpod/ChangeLog
+++ b/media-libs/libgpod/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for media-libs/libgpod
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libgpod/ChangeLog,v 1.25 2006/12/01 20:30:53 gustavoz Exp $
+# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libgpod/ChangeLog,v 1.26 2007/01/13 18:13:47 tester Exp $
+
+ 13 Jan 2007; Olivier Crête <tester@gentoo.org>
+ -files/libgpod-0.3.0-config-enables.diff, -libgpod-0.3.0.ebuild,
+ -libgpod-0.3.2-r1.ebuild, libgpod-0.4.0.ebuild:
+ Cleanup old versions, fix autotools eclass usage, add gtk-doc dep
01 Dec 2006; Gustavo Zacarias <gustavoz@gentoo.org> libgpod-0.4.0.ebuild:
Stable on sparc wrt #155992
diff --git a/media-libs/libgpod/libgpod-0.4.0.ebuild b/media-libs/libgpod/libgpod-0.4.0.ebuild
index c32b2d1dddc2..736b731a1872 100644
--- a/media-libs/libgpod/libgpod-0.4.0.ebuild
+++ b/media-libs/libgpod/libgpod-0.4.0.ebuild
@@ -1,6 +1,9 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libgpod/libgpod-0.4.0.ebuild,v 1.10 2006/12/01 20:30:53 gustavoz Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libgpod/libgpod-0.4.0.ebuild,v 1.11 2007/01/13 18:13:47 tester Exp $
+
+WANT_AUTOCONF="latest"
+WANT_AUTOMAKE="latest"
inherit eutils autotools
@@ -14,16 +17,13 @@ KEYWORDS="amd64 ~ia64 ppc ppc64 sparc x86"
IUSE="gtk python"
RDEPEND=">=dev-libs/glib-2.4
- gtk? ( >=x11-libs/gtk+-2 )
- python? ( >=dev-lang/python-2.3
- >=dev-lang/swig-1.3.24
- >=dev-python/eyeD3-0.6.6 )"
+ gtk? ( >=x11-libs/gtk+-2 )
+ python? ( >=dev-lang/python-2.3
+ >=dev-lang/swig-1.3.24
+ >=dev-python/eyeD3-0.6.6 )"
DEPEND="${RDEPEND}
- sys-devel/autoconf
- sys-devel/automake
- dev-util/pkgconfig
- sys-devel/libtool
- >=dev-util/intltool-0.2.9"
+ gtk? ( dev-util/gtk-doc )
+ dev-util/pkgconfig"
src_unpack() {
unpack ${A}
@@ -31,11 +31,7 @@ src_unpack() {
cd ${S}
epatch ${FILESDIR}/libgpod-0.4.0-test-nogdk.patch
- # Dont run aclocal, it breaks
- eautomake
- eautoconf
- eautoheader
- elibtoolize
+ AT_M4DIR="m4" eautoreconf
}
src_compile() {