diff options
author | Olivier Crête <tester@gentoo.org> | 2008-04-09 12:39:12 +0000 |
---|---|---|
committer | Olivier Crête <tester@gentoo.org> | 2008-04-09 12:39:12 +0000 |
commit | a0a31973bad8853c63f11bcc5a133d256c907cdc (patch) | |
tree | 0d47fbca6a2c21da2bd5e1b0c32f3e9c51a9ac70 /media-libs/libgpod | |
parent | Suppress test for Netscape browser in configure, bug 202569. (diff) | |
download | gentoo-2-a0a31973bad8853c63f11bcc5a133d256c907cdc.tar.gz gentoo-2-a0a31973bad8853c63f11bcc5a133d256c907cdc.tar.bz2 gentoo-2-a0a31973bad8853c63f11bcc5a133d256c907cdc.zip |
swig is a compile-time dep only, cleanup old versions
(Portage version: 2.1.4.4)
Diffstat (limited to 'media-libs/libgpod')
-rw-r--r-- | media-libs/libgpod/ChangeLog | 7 | ||||
-rw-r--r-- | media-libs/libgpod/files/libgpod-0.4.0-test-nogdk.patch | 31 | ||||
-rw-r--r-- | media-libs/libgpod/libgpod-0.4.0.ebuild | 49 | ||||
-rw-r--r-- | media-libs/libgpod/libgpod-0.4.2.ebuild | 36 | ||||
-rw-r--r-- | media-libs/libgpod/libgpod-0.6.0.ebuild | 4 |
5 files changed, 8 insertions, 119 deletions
diff --git a/media-libs/libgpod/ChangeLog b/media-libs/libgpod/ChangeLog index 2b0472ef62aa..3f8a8f023626 100644 --- a/media-libs/libgpod/ChangeLog +++ b/media-libs/libgpod/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for media-libs/libgpod # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libgpod/ChangeLog,v 1.47 2008/01/28 01:11:26 tester Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libgpod/ChangeLog,v 1.48 2008/04/09 12:39:11 tester Exp $ + + 09 Apr 2008; Olivier Crête <tester@gentoo.org> + -files/libgpod-0.4.0-test-nogdk.patch, -libgpod-0.4.0.ebuild, + -libgpod-0.4.2.ebuild, libgpod-0.6.0.ebuild: + swig is a compile-time dep only, cleanup old versions 28 Jan 2008; <tester@gentoo.org> libgpod-0.4.0.ebuild, libgpod-0.4.2.ebuild, libgpod-0.6.0.ebuild: diff --git a/media-libs/libgpod/files/libgpod-0.4.0-test-nogdk.patch b/media-libs/libgpod/files/libgpod-0.4.0-test-nogdk.patch deleted file mode 100644 index 75515daf4361..000000000000 --- a/media-libs/libgpod/files/libgpod-0.4.0-test-nogdk.patch +++ /dev/null @@ -1,31 +0,0 @@ ---- tests/test-init-ipod.c.orig 2006-10-16 15:48:29.000000000 -0400 -+++ tests/test-init-ipod.c 2006-10-16 15:48:44.000000000 -0400 -@@ -26,7 +26,7 @@ - #include "itdb.h" - - #include <locale.h> --#include <gdk-pixbuf/gdk-pixbuf.h> -+#include <glib-object.h> - #include <glib/gi18n-lib.h> - - ---- tests/Makefile.am.orig 2006-10-16 15:56:24.000000000 -0400 -+++ tests/Makefile.am 2006-10-16 15:57:45.000000000 -0400 -@@ -23,6 +23,8 @@ - test_ls_SOURCES = test-ls.c - test_ls_LDADD = - -+test_init_ipod_SOURCES = test-init-ipod.c -+ - if HAVE_TAGLIB - test_rebuild_db_SOURCES = test-rebuild-db.cc - test_rebuild_db_LDADD = $(TAGLIB_LIBS) -@@ -36,8 +38,6 @@ - test_photos_SOURCES = test-photos.c - test_photos_CFLAGS = $(AM_CFLAGS) - --test_init_ipod_SOURCES = test-init-ipod.c -- - test_write_thumbnails_SOURCES = test-write-covers.c - test_write_thumbnails_CFLAGS = $(AM_CFLAGS) - endif diff --git a/media-libs/libgpod/libgpod-0.4.0.ebuild b/media-libs/libgpod/libgpod-0.4.0.ebuild deleted file mode 100644 index 2e02793a41ce..000000000000 --- a/media-libs/libgpod/libgpod-0.4.0.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2008 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.14 2008/01/28 01:11:26 tester Exp $ - -WANT_AUTOCONF="latest" -WANT_AUTOMAKE="latest" - -inherit eutils autotools - -DESCRIPTION="Shared library to access the contents of an iPod" -HOMEPAGE="http://www.gtkpod.org/libgpod.html" -SRC_URI="mirror://sourceforge/gtkpod/${P}.tar.gz" - -LICENSE="LGPL-2" -SLOT="0" -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 )" -DEPEND="${RDEPEND} - dev-util/gtk-doc - dev-util/pkgconfig" - -src_unpack() { - unpack ${A} - - cd "${S}" - epatch "${FILESDIR}/libgpod-0.4.0-test-nogdk.patch" - - AT_M4DIR="m4" eautoreconf -} - -src_compile() { - - econf $(use_enable gtk gdk-pixbuf) \ - $(use_with python) || die "configure failed" - - emake || die "make failed" - -} - -src_install() { - make DESTDIR="${D}" install || die "install failed" - dodoc README -} diff --git a/media-libs/libgpod/libgpod-0.4.2.ebuild b/media-libs/libgpod/libgpod-0.4.2.ebuild deleted file mode 100644 index da736799ca1d..000000000000 --- a/media-libs/libgpod/libgpod-0.4.2.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libgpod/libgpod-0.4.2.ebuild,v 1.8 2008/01/28 01:11:26 tester Exp $ - -DESCRIPTION="Shared library to access the contents of an iPod" -HOMEPAGE="http://www.gtkpod.org/libgpod.html" -SRC_URI="mirror://sourceforge/gtkpod/${P}.tar.gz" - -LICENSE="LGPL-2" -SLOT="0" -KEYWORDS="amd64 ~ia64 ppc ppc64 sparc x86" -IUSE="gtk python doc" - -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 )" -DEPEND="${RDEPEND} - doc? ( dev-util/gtk-doc ) - dev-util/pkgconfig" - -src_compile() { - - econf $(use_enable gtk gdk-pixbuf) \ - $(use_enable doc gtk-doc) \ - $(use_with python) || die "configure failed" - - emake || die "make failed" - -} - -src_install() { - make DESTDIR="${D}" install || die "install failed" - dodoc README TROUBLESHOOTING AUTHORS -} diff --git a/media-libs/libgpod/libgpod-0.6.0.ebuild b/media-libs/libgpod/libgpod-0.6.0.ebuild index 1d8e350275c8..98fa3bc87c0d 100644 --- a/media-libs/libgpod/libgpod-0.6.0.ebuild +++ b/media-libs/libgpod/libgpod-0.6.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libgpod/libgpod-0.6.0.ebuild,v 1.5 2008/01/28 01:11:26 tester Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libgpod/libgpod-0.6.0.ebuild,v 1.6 2008/04/09 12:39:11 tester Exp $ inherit eutils @@ -18,13 +18,13 @@ RDEPEND=">=dev-libs/glib-2.4 sys-apps/sg3_utils gtk? ( >=x11-libs/gtk+-2 ) python? ( >=dev-lang/python-2.3 - >=dev-lang/swig-1.3.24 >=x11-libs/gtk+-2 media-libs/mutagen gtk? ( >=dev-python/pygobject-2 ) ) test? ( media-libs/taglib )" DEPEND="${RDEPEND} doc? ( dev-util/gtk-doc ) + python? ( >=dev-lang/swig-1.3.24 ) dev-util/pkgconfig" src_compile() { |