summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2012-09-12 08:25:39 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2012-09-12 08:25:39 +0000
commitd4d0e71b0aed708585009a24b4768d1e60337600 (patch)
tree3831ec9af228891b67ce9e949aeb21f50fd2e75b /app-pda
parentStable for amd64, wrt bug #428988 (diff)
downloadgentoo-2-d4d0e71b0aed708585009a24b4768d1e60337600.tar.gz
gentoo-2-d4d0e71b0aed708585009a24b4768d1e60337600.tar.bz2
gentoo-2-d4d0e71b0aed708585009a24b4768d1e60337600.zip
old
(Portage version: 2.2.0_alpha124/cvs/Linux x86_64)
Diffstat (limited to 'app-pda')
-rw-r--r--app-pda/gnupod/ChangeLog5
-rw-r--r--app-pda/gnupod/gnupod-0.98.3.ebuild44
2 files changed, 4 insertions, 45 deletions
diff --git a/app-pda/gnupod/ChangeLog b/app-pda/gnupod/ChangeLog
index 035bcc365037..bfa52e57c4c6 100644
--- a/app-pda/gnupod/ChangeLog
+++ b/app-pda/gnupod/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-pda/gnupod
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/gnupod/ChangeLog,v 1.25 2012/09/12 08:24:37 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/gnupod/ChangeLog,v 1.26 2012/09/12 08:25:39 ssuominen Exp $
+
+ 12 Sep 2012; Samuli Suominen <ssuominen@gentoo.org> -gnupod-0.98.3.ebuild:
+ old
12 Sep 2012; Samuli Suominen <ssuominen@gentoo.org> gnupod-0.99.8.ebuild:
x86 stable wrt #430158
diff --git a/app-pda/gnupod/gnupod-0.98.3.ebuild b/app-pda/gnupod/gnupod-0.98.3.ebuild
deleted file mode 100644
index ace09dfbd530..000000000000
--- a/app-pda/gnupod/gnupod-0.98.3.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2011 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.4 2011/03/30 15:00:00 ssuominen 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
- ( virtual/perl-Getopt-Long
- virtual/perl-Digest-MD5
- )
- )"
-RDEPEND="${DEPEND}"
-
-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
-}