summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-pda')
-rw-r--r--app-pda/gtkpod/ChangeLog6
-rw-r--r--app-pda/gtkpod/files/digest-gtkpod-0.80.23
-rw-r--r--app-pda/gtkpod/files/digest-gtkpod-0.88.11
-rw-r--r--app-pda/gtkpod/gtkpod-0.80.2.ebuild37
-rw-r--r--app-pda/gtkpod/gtkpod-0.88.1.ebuild29
-rw-r--r--app-pda/gtkpod/gtkpod-0.88.2.ebuild4
6 files changed, 7 insertions, 73 deletions
diff --git a/app-pda/gtkpod/ChangeLog b/app-pda/gtkpod/ChangeLog
index 79f00e71849b..a956c81d44a9 100644
--- a/app-pda/gtkpod/ChangeLog
+++ b/app-pda/gtkpod/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-pda/gtkpod
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/gtkpod/ChangeLog,v 1.29 2005/04/21 20:02:46 blubb Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/gtkpod/ChangeLog,v 1.30 2005/04/23 19:14:22 tester Exp $
+
+ 23 Apr 2005; Olivier Crête <tester@gentoo.org> -gtkpod-0.80.2.ebuild,
+ -gtkpod-0.88.1.ebuild, gtkpod-0.88.2.ebuild:
+ Stable on x86
21 Apr 2005; Simon Stelling <blubb@gentoo.org> gtkpod-0.85.0.ebuild:
stable on amd64
diff --git a/app-pda/gtkpod/files/digest-gtkpod-0.80.2 b/app-pda/gtkpod/files/digest-gtkpod-0.80.2
deleted file mode 100644
index 2d9e6da6bade..000000000000
--- a/app-pda/gtkpod/files/digest-gtkpod-0.80.2
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 50cc19b1a535df4c37e588baa08bf3c4 gtkpod-0.80-2.tar.gz 673639
-MD5 daf4ad76a806265fad1490cbe61e378e gtk2.4-gtk2.0.diff 2330
-MD5 e88a4923ebac2b4663297bafc53fcb2e Local_Playcounts.README 1841
diff --git a/app-pda/gtkpod/files/digest-gtkpod-0.88.1 b/app-pda/gtkpod/files/digest-gtkpod-0.88.1
deleted file mode 100644
index 2e79bc012dd6..000000000000
--- a/app-pda/gtkpod/files/digest-gtkpod-0.88.1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 1ad3a1e3a22262af6929e7a1d58a5c61 gtkpod-0.88.1.tar.gz 850638
diff --git a/app-pda/gtkpod/gtkpod-0.80.2.ebuild b/app-pda/gtkpod/gtkpod-0.80.2.ebuild
deleted file mode 100644
index 4e68c63f71b3..000000000000
--- a/app-pda/gtkpod/gtkpod-0.80.2.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/gtkpod/gtkpod-0.80.2.ebuild,v 1.7 2005/01/01 15:43:59 eradicator Exp $
-
-inherit eutils
-
-#Sorry I'm just too lazy to do bash magic to fix it
-PV2=0.80-2
-
-DESCRIPTION="GUI for iPod using GTK2"
-HOMEPAGE="http://gtkpod.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${PN}-${PV2}.tar.gz
- mirror://sourceforge/${PN}/gtk2.4-gtk2.0.diff
- mirror://sourceforge/${PN}/Local_Playcounts.README"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86 ~amd64 ~sparc ppc"
-IUSE="aac"
-
-DEPEND=">=x11-libs/gtk+-2.0.0
- >=x11-libs/pango-1.2.1
- media-libs/libid3tag
- aac? ( || ( media-libs/faad2 media-video/mpeg4ip ) )"
-
-S=${WORKDIR}/${PN}-${PV2}
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- epatch ${DISTDIR}/gtk2.4-gtk2.0.diff
-}
-
-src_install() {
- einstall || die
- dodoc README ${DISTDIR}/Local_Playcounts.README
-}
diff --git a/app-pda/gtkpod/gtkpod-0.88.1.ebuild b/app-pda/gtkpod/gtkpod-0.88.1.ebuild
deleted file mode 100644
index a267980f45f2..000000000000
--- a/app-pda/gtkpod/gtkpod-0.88.1.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/gtkpod/gtkpod-0.88.1.ebuild,v 1.1 2005/03/17 14:07:17 tester Exp $
-
-DESCRIPTION="GUI for iPod using GTK2"
-HOMEPAGE="http://gtkpod.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86 ~amd64 ~sparc ~ppc"
-IUSE="aac"
-
-DEPEND=">=x11-libs/gtk+-2.4.0
- >=media-libs/libid3tag-0.15
- aac? ( || ( media-libs/faad2 media-video/mpeg4ip ) )"
-
-src_unpack() {
- unpack ${A}
-
- # Disable aac forcefully if not enabled
- cd ${S}
- use aac || sed -i -e s/MP4FileInfo/MP4FileInfoDisabled/g configure
-}
-
-src_install() {
- einstall || die
- dodoc README ${DISTDIR}/Local_Playcounts.README
-}
diff --git a/app-pda/gtkpod/gtkpod-0.88.2.ebuild b/app-pda/gtkpod/gtkpod-0.88.2.ebuild
index 619405794ce5..e7f8c3115539 100644
--- a/app-pda/gtkpod/gtkpod-0.88.2.ebuild
+++ b/app-pda/gtkpod/gtkpod-0.88.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/gtkpod/gtkpod-0.88.2.ebuild,v 1.1 2005/04/01 16:26:49 tester Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/gtkpod/gtkpod-0.88.2.ebuild,v 1.2 2005/04/23 19:14:22 tester Exp $
DESCRIPTION="GUI for iPod using GTK2"
HOMEPAGE="http://gtkpod.sourceforge.net/"
@@ -8,7 +8,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~x86 ~amd64 ~sparc ~ppc"
+KEYWORDS="x86 ~amd64 ~sparc ~ppc"
IUSE="aac"
DEPEND=">=x11-libs/gtk+-2.4.0