summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlastair Tse <liquidx@gentoo.org>2006-02-06 23:56:07 +0000
committerAlastair Tse <liquidx@gentoo.org>2006-02-06 23:56:07 +0000
commit4808d5e4e5b7995cbe82ac64c201b972dd76f291 (patch)
tree52ab16e72f2d1c68800f49c434c63145badfbf57 /app-pda
parentVersion bump from upstream and propagating virtual/x11 changes to previous ve... (diff)
downloadgentoo-2-4808d5e4e5b7995cbe82ac64c201b972dd76f291.tar.gz
gentoo-2-4808d5e4e5b7995cbe82ac64c201b972dd76f291.tar.bz2
gentoo-2-4808d5e4e5b7995cbe82ac64c201b972dd76f291.zip
version bump (#112266)
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'app-pda')
-rw-r--r--app-pda/gnupod/ChangeLog9
-rw-r--r--app-pda/gnupod/Manifest8
-rw-r--r--app-pda/gnupod/files/digest-gnupod-0.98.31
-rw-r--r--app-pda/gnupod/gnupod-0.98.3.ebuild43
4 files changed, 56 insertions, 5 deletions
diff --git a/app-pda/gnupod/ChangeLog b/app-pda/gnupod/ChangeLog
index 0b8fdd553a93..7cc9d29f1939 100644
--- a/app-pda/gnupod/ChangeLog
+++ b/app-pda/gnupod/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-pda/gnupod
-# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/gnupod/ChangeLog,v 1.15 2005/06/27 07:53:50 corsair Exp $
+# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-pda/gnupod/ChangeLog,v 1.16 2006/02/06 23:56:07 liquidx Exp $
+
+*gnupod-0.98.3 (06 Feb 2006)
+
+ 06 Feb 2006; Alastair Tse <liquidx@gentoo.org> +gnupod-0.98.3.ebuild:
+ version bump (#112266)
27 Jun 2005; Markus Rothe <corsair@gentoo.org> gnupod-0.98.ebuild:
Stable on ppc64
diff --git a/app-pda/gnupod/Manifest b/app-pda/gnupod/Manifest
index 056481c5b74a..0b979cbf6609 100644
--- a/app-pda/gnupod/Manifest
+++ b/app-pda/gnupod/Manifest
@@ -1,8 +1,10 @@
MD5 56c2f3a2c9a117689c96cf019ef30a42 ChangeLog 1725
+MD5 6ebe359f3cb9294398e187d7239a9400 files/digest-gnupod-0.27 68
+MD5 644e45ce76da0a2dbbedeabb3d36a769 files/digest-gnupod-0.97 60
+MD5 f1400bfce407c03693f2c397f23cd425 files/digest-gnupod-0.98 60
+MD5 87d7a19ab38bd07660f2bf4ef3ee4416 files/digest-gnupod-0.98.3 62
MD5 60daabb01cf25ffc73fa2cff22c33b2c gnupod-0.27.ebuild 1888
MD5 44fa4de97aef533678d5f93385090a6d gnupod-0.97.ebuild 1016
+MD5 9458fe7514a7c979f5096821f8a9ce3b gnupod-0.98.3.ebuild 1016
MD5 9458fe7514a7c979f5096821f8a9ce3b gnupod-0.98.ebuild 1016
MD5 075fea99b82d61028585dc3e42f00466 metadata.xml 156
-MD5 6ebe359f3cb9294398e187d7239a9400 files/digest-gnupod-0.27 68
-MD5 644e45ce76da0a2dbbedeabb3d36a769 files/digest-gnupod-0.97 60
-MD5 f1400bfce407c03693f2c397f23cd425 files/digest-gnupod-0.98 60
diff --git a/app-pda/gnupod/files/digest-gnupod-0.98.3 b/app-pda/gnupod/files/digest-gnupod-0.98.3
new file mode 100644
index 000000000000..a608fd522e57
--- /dev/null
+++ b/app-pda/gnupod/files/digest-gnupod-0.98.3
@@ -0,0 +1 @@
+MD5 a2db678aa2098a5b019fc3e4dc380afc gnupod-0.98.3.tgz 157938
diff --git a/app-pda/gnupod/gnupod-0.98.3.ebuild b/app-pda/gnupod/gnupod-0.98.3.ebuild
new file mode 100644
index 000000000000..723da38ecf6c
--- /dev/null
+++ b/app-pda/gnupod/gnupod-0.98.3.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-pda/gnupod/gnupod-0.98.3.ebuild,v 1.1 2006/02/06 23:56:07 liquidx Exp $
+
+inherit perl-module
+
+DESCRIPTION="A collection of Perl-scripts for iPod"
+HOMEPAGE="http://www.gnu.org/software/gnupod/"
+SRC_URI="http://blinkenlights.ch/gnupod-dist/stable/${P}.tgz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ppc64 ~x86"
+IUSE=""
+
+# perl-5.8.0 contains Getopt-Long and Digest-MD5.
+DEPEND="dev-lang/perl
+ dev-perl/MP3-Info
+ dev-perl/XML-Parser
+ dev-perl/Unicode-String
+ || ( >=dev-lang/perl-5.8.0
+ ( perl-core/Getopt-Long
+ perl-core/Digest-MD5
+ )
+ )"
+
+src_compile() {
+ econf
+}
+
+src_install() {
+ perlinfo
+ sed -i -e "s:\$INC\[0\]/\$modi:${D}${VENDOR_ARCH}/\$modi:g" \
+ tools/gnupod_install.pl || die
+
+ dodir /usr/bin
+ dodir ${VENDOR_ARCH}/GNUpod
+ dodir /usr/share/info
+ einstall || die
+
+ dodoc AUTHORS BUGS CHANGES README* TODO doc/gnutunesdb.example
+ dohtml doc/gnupod.html
+}