summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2009-09-29 21:37:42 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2009-09-29 21:37:42 +0000
commit115ee6583f27fdd86258ee4ec4d9403ea4781b69 (patch)
tree85380825d39fd5cffe95dfe7f62271a342e14189 /media-libs/libgpod
parentFix Manifest (diff)
downloadgentoo-2-115ee6583f27fdd86258ee4ec4d9403ea4781b69.tar.gz
gentoo-2-115ee6583f27fdd86258ee4ec4d9403ea4781b69.tar.bz2
gentoo-2-115ee6583f27fdd86258ee4ec4d9403ea4781b69.zip
old, use emake
(Portage version: 2.2_rc42/cvs/Linux x86_64)
Diffstat (limited to 'media-libs/libgpod')
-rw-r--r--media-libs/libgpod/files/libgpod-0.6.0+gcc-4.3.patch10
-rw-r--r--media-libs/libgpod/libgpod-0.6.0.ebuild60
-rw-r--r--media-libs/libgpod/libgpod-0.7.0.ebuild51
-rw-r--r--media-libs/libgpod/libgpod-0.7.2.ebuild9
4 files changed, 4 insertions, 126 deletions
diff --git a/media-libs/libgpod/files/libgpod-0.6.0+gcc-4.3.patch b/media-libs/libgpod/files/libgpod-0.6.0+gcc-4.3.patch
deleted file mode 100644
index 1e5dfe890237..000000000000
--- a/media-libs/libgpod/files/libgpod-0.6.0+gcc-4.3.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- media-libs/libgpod-0.6.0/work/libgpod-0.6.0/tests/test-rebuild-db.cc 2007-06-02 10:56:58.000000000 +0200
-+++ test-rebuild-db.cc 2008-04-09 14:28:09.000000000 +0200
-@@ -29,6 +29,7 @@
- #include <sys/stat.h>
- #include <typeinfo>
- #include <unistd.h>
-+#include <cstring>
-
- #include <glib/gstdio.h>
-
diff --git a/media-libs/libgpod/libgpod-0.6.0.ebuild b/media-libs/libgpod/libgpod-0.6.0.ebuild
deleted file mode 100644
index 288c4939caae..000000000000
--- a/media-libs/libgpod/libgpod-0.6.0.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2009 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.13 2009/03/10 17:40:52 tester Exp $
-
-inherit eutils libtool
-
-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 test hal"
-
-RDEPEND=">=dev-libs/glib-2.4
- hal? ( =sys-apps/hal-0.5* )
- sys-apps/sg3_utils
- gtk? ( >=x11-libs/gtk+-2 )
- python? ( >=dev-lang/python-2.3
- >=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_unpack() {
- unpack ${A}
- cd "${S}"
-
- epatch "${FILESDIR}/${P}+gcc-4.3.patch"
-
- elibtoolize
-}
-
-src_compile() {
- econf \
- $(use_enable doc gtk-doc) \
- $(use_enable gtk gdk-pixbuf) \
- $(use_with hal hal) \
- $(use_enable python) \
- $(use_with python) || die "configure failed"
-
- emake || die "make failed"
-
-}
-
-src_install() {
- make DESTDIR="${D}" install || die "install failed"
- dodoc README TROUBLESHOOTING AUTHORS NEWS README.SysInfo
-}
-
-pkg_postinst() {
- einfo "If you use a newer Ipod like the Ipod classic, make sure to read"
- einfo "the information in README.SysInfo in /usr/share/doc/${P}"
- einfo "This is no needed if HAL is installed and works correctly."
-}
diff --git a/media-libs/libgpod/libgpod-0.7.0.ebuild b/media-libs/libgpod/libgpod-0.7.0.ebuild
deleted file mode 100644
index 74ce257d643c..000000000000
--- a/media-libs/libgpod/libgpod-0.7.0.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libgpod/libgpod-0.7.0.ebuild,v 1.5 2009/05/31 15:33:48 ranger Exp $
-
-inherit eutils libtool
-
-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 test hal"
-
-RDEPEND=">=dev-libs/glib-2.4
- hal? ( =sys-apps/hal-0.5* )
- sys-apps/sg3_utils
- gtk? ( >=x11-libs/gtk+-2 )
- python? ( >=dev-lang/python-2.3
- >=x11-libs/gtk+-2
- media-libs/mutagen
- >=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() {
- econf \
- $(use_enable doc gtk-doc) \
- $(use_enable gtk gdk-pixbuf) \
- $(use_with hal hal) \
- $(use_enable python pygobject) \
- $(use_with python) || die "configure failed"
-
- emake || die "make failed"
-
-}
-
-src_install() {
- make DESTDIR="${D}" install || die "install failed"
- dodoc README TROUBLESHOOTING AUTHORS NEWS README.SysInfo
-}
-
-pkg_postinst() {
- einfo "If you use a newer Ipod like the Ipod classic, make sure to read"
- einfo "the information in README.SysInfo in /usr/share/doc/${P}"
- einfo "This is no needed if HAL is installed and works correctly."
-}
diff --git a/media-libs/libgpod/libgpod-0.7.2.ebuild b/media-libs/libgpod/libgpod-0.7.2.ebuild
index 0fa16264d665..41632eb6187a 100644
--- a/media-libs/libgpod/libgpod-0.7.2.ebuild
+++ b/media-libs/libgpod/libgpod-0.7.2.ebuild
@@ -1,9 +1,8 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libgpod/libgpod-0.7.2.ebuild,v 1.9 2009/09/27 15:25:33 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libgpod/libgpod-0.7.2.ebuild,v 1.10 2009/09/29 21:37:41 ssuominen Exp $
EAPI=2
-
inherit autotools eutils
DESCRIPTION="Shared library to access the contents of an iPod"
@@ -30,7 +29,7 @@ DEPEND="${RDEPEND}
dev-libs/libxslt"
src_prepare() {
- epatch "${FILESDIR}/${P}-compile-without-hal.patch"
+ epatch "${FILESDIR}"/${P}-compile-without-hal.patch
eautoreconf
}
@@ -39,10 +38,10 @@ src_configure() {
$(use_with hal) \
$(use_enable gtk gdk-pixbuf) \
$(use_enable python pygobject) \
- $(use_with python) || die "configure failed"
+ $(use_with python)
}
src_install() {
- make DESTDIR="${D}" install || die "install failed"
+ emake DESTDIR="${D}" install || die
dodoc README TROUBLESHOOTING AUTHORS NEWS README.SysInfo
}