diff options
author | Olivier Crête <tester@gentoo.org> | 2008-01-28 01:11:26 +0000 |
---|---|---|
committer | Olivier Crête <tester@gentoo.org> | 2008-01-28 01:11:26 +0000 |
commit | 221ad49a9cc824f653206c9a2990231295152df3 (patch) | |
tree | adb9b08ecdd0152b63eaec558259435a2d4ae872 /media-libs/libgpod | |
parent | marked ~amd64 - bug #195169 (diff) | |
download | gentoo-2-221ad49a9cc824f653206c9a2990231295152df3.tar.gz gentoo-2-221ad49a9cc824f653206c9a2990231295152df3.tar.bz2 gentoo-2-221ad49a9cc824f653206c9a2990231295152df3.zip |
Don't specify compression in documentation filename (bug #207776), fix unquoted vars
(Portage version: 2.1.3.19)
Diffstat (limited to 'media-libs/libgpod')
-rw-r--r-- | media-libs/libgpod/ChangeLog | 7 | ||||
-rw-r--r-- | media-libs/libgpod/libgpod-0.4.0.ebuild | 10 | ||||
-rw-r--r-- | media-libs/libgpod/libgpod-0.4.2.ebuild | 6 | ||||
-rw-r--r-- | media-libs/libgpod/libgpod-0.6.0.ebuild | 6 |
4 files changed, 17 insertions, 12 deletions
diff --git a/media-libs/libgpod/ChangeLog b/media-libs/libgpod/ChangeLog index 10e8a9619403..2b0472ef62aa 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.46 2008/01/08 15:18:16 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libgpod/ChangeLog,v 1.47 2008/01/28 01:11:26 tester Exp $ + + 28 Jan 2008; <tester@gentoo.org> libgpod-0.4.0.ebuild, + libgpod-0.4.2.ebuild, libgpod-0.6.0.ebuild: + Don't specify compression in documentation filename (bug #207776), fix + unquoted vars 08 Jan 2008; Raúl Porcel <armin76@gentoo.org> libgpod-0.5.2.ebuild: sparc stable diff --git a/media-libs/libgpod/libgpod-0.4.0.ebuild b/media-libs/libgpod/libgpod-0.4.0.ebuild index 5069394f39c4..2e02793a41ce 100644 --- a/media-libs/libgpod/libgpod-0.4.0.ebuild +++ b/media-libs/libgpod/libgpod-0.4.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# 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.13 2007/07/12 03:10:24 mr_bones_ Exp $ +# $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" @@ -28,8 +28,8 @@ DEPEND="${RDEPEND} src_unpack() { unpack ${A} - cd ${S} - epatch ${FILESDIR}/libgpod-0.4.0-test-nogdk.patch + cd "${S}" + epatch "${FILESDIR}/libgpod-0.4.0-test-nogdk.patch" AT_M4DIR="m4" eautoreconf } @@ -44,6 +44,6 @@ src_compile() { } src_install() { - make DESTDIR=${D} install || die "install failed" + 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 index c0d4ae33e653..da736799ca1d 100644 --- a/media-libs/libgpod/libgpod-0.4.2.ebuild +++ b/media-libs/libgpod/libgpod-0.4.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# 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.7 2007/07/12 03:10:24 mr_bones_ Exp $ +# $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" @@ -31,6 +31,6 @@ src_compile() { } src_install() { - make DESTDIR=${D} install || die "install failed" + 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 81ab923f984b..1d8e350275c8 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-2007 Gentoo Foundation +# 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.4 2007/11/20 21:26:48 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libgpod/libgpod-0.6.0.ebuild,v 1.5 2008/01/28 01:11:26 tester Exp $ inherit eutils @@ -53,6 +53,6 @@ src_install() { pkg_postinst() { einfo "If you use a newer Ipod like the Ipod classic, make sure to read" - einfo "the information in /usr/share/doc/${P}/README.SysInfo.bz2" + einfo "the information in README.SysInfo in /usr/share/doc/${P}" einfo "This is no needed if HAL is installed and works correctly." } |