summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2011-03-30 15:00:00 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2011-03-30 15:00:00 +0000
commit65cb6c6e390e9ec3313386fc97d8a804b4c369ae (patch)
tree99bbcced627476b52c086fbe0b04315e5cb4b10b /app-pda
parentFix copyright year. (diff)
downloadgentoo-2-65cb6c6e390e9ec3313386fc97d8a804b4c369ae.tar.gz
gentoo-2-65cb6c6e390e9ec3313386fc97d8a804b4c369ae.tar.bz2
gentoo-2-65cb6c6e390e9ec3313386fc97d8a804b4c369ae.zip
amd64/x86 stable too for non broken version, clean old, fix repoman warnings
(Portage version: 2.2.0_alpha29/cvs/Linux x86_64)
Diffstat (limited to 'app-pda')
-rw-r--r--app-pda/gnupod/ChangeLog7
-rw-r--r--app-pda/gnupod/gnupod-0.97.ebuild43
-rw-r--r--app-pda/gnupod/gnupod-0.98.3.ebuild7
-rw-r--r--app-pda/gnupod/gnupod-0.99.8.ebuild9
4 files changed, 14 insertions, 52 deletions
diff --git a/app-pda/gnupod/ChangeLog b/app-pda/gnupod/ChangeLog
index 1c335dd6fe52..9e00d97e3992 100644
--- a/app-pda/gnupod/ChangeLog
+++ b/app-pda/gnupod/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-pda/gnupod
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/gnupod/ChangeLog,v 1.20 2010/05/23 20:05:30 bangert Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-pda/gnupod/ChangeLog,v 1.21 2011/03/30 15:00:00 ssuominen Exp $
+
+ 30 Mar 2011; Samuli Suominen <ssuominen@gentoo.org> gnupod-0.98.3.ebuild:
+ amd64/x86 stable
*gnupod-0.99.8 (23 May 2010)
diff --git a/app-pda/gnupod/gnupod-0.97.ebuild b/app-pda/gnupod/gnupod-0.97.ebuild
deleted file mode 100644
index b1f38e4d628f..000000000000
--- a/app-pda/gnupod/gnupod-0.97.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# 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.97.ebuild,v 1.7 2006/02/11 21:27:45 mcummings 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="x86 ppc amd64"
-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
- )
- )"
-
-src_compile() {
- econf || die
-}
-
-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
-}
diff --git a/app-pda/gnupod/gnupod-0.98.3.ebuild b/app-pda/gnupod/gnupod-0.98.3.ebuild
index af92e6c05488..ace09dfbd530 100644
--- a/app-pda/gnupod/gnupod-0.98.3.ebuild
+++ b/app-pda/gnupod/gnupod-0.98.3.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# 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.3 2006/09/16 14:07:14 dertobi123 Exp $
+# $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
@@ -10,7 +10,7 @@ SRC_URI="http://blinkenlights.ch/gnupod-dist/stable/${P}.tgz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ppc ppc64 ~x86"
+KEYWORDS="amd64 ppc ppc64 x86"
IUSE=""
# perl-5.8.0 contains Getopt-Long and Digest-MD5.
@@ -23,6 +23,7 @@ DEPEND="dev-lang/perl
virtual/perl-Digest-MD5
)
)"
+RDEPEND="${DEPEND}"
src_compile() {
econf
diff --git a/app-pda/gnupod/gnupod-0.99.8.ebuild b/app-pda/gnupod/gnupod-0.99.8.ebuild
index bb8197907435..6e37f612e1c3 100644
--- a/app-pda/gnupod/gnupod-0.99.8.ebuild
+++ b/app-pda/gnupod/gnupod-0.99.8.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# 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.99.8.ebuild,v 1.1 2010/05/23 20:05:30 bangert Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/gnupod/gnupod-0.99.8.ebuild,v 1.2 2011/03/30 15:00:00 ssuominen Exp $
inherit perl-module
@@ -10,10 +10,10 @@ SRC_URI="http://blinkenlights.ch/gnupod-dist/stable/${P}.tgz"
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86 ~ppc64"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
IUSE="aac ffmpeg flac mp3 ogg"
-DEPEND="dev-lang/perl
+RDEPEND="dev-lang/perl
dev-perl/TimeDate
dev-perl/XML-Parser
>=dev-perl/MP3-Info-1.01
@@ -31,6 +31,7 @@ DEPEND="dev-lang/perl
aac? ( >=media-libs/faac-1.24 )
mp3? ( media-sound/lame )
!aac? ( media-sound/lame ) )"
+DEPEND="${RDEPEND}"
src_compile() {
econf