summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHanno Böck <hanno@gentoo.org>2009-04-13 08:34:00 +0000
committerHanno Böck <hanno@gentoo.org>2009-04-13 08:34:00 +0000
commite1647ea24e9183549da6086d494e2e74b32c8fb4 (patch)
tree991778ecd88fc9c2ff8c16d3e83922703ffc345f /media-sound/gpodder
parentadd www-servers/cherokee wrt #247491 (diff)
downloadgentoo-2-e1647ea24e9183549da6086d494e2e74b32c8fb4.tar.gz
gentoo-2-e1647ea24e9183549da6086d494e2e74b32c8fb4.tar.bz2
gentoo-2-e1647ea24e9183549da6086d494e2e74b32c8fb4.zip
gpodder: remove old versions
(Portage version: 2.2_rc30/cvs/Linux x86_64)
Diffstat (limited to 'media-sound/gpodder')
-rw-r--r--media-sound/gpodder/gpodder-0.13.0.ebuild45
-rw-r--r--media-sound/gpodder/gpodder-0.13.1.ebuild45
-rw-r--r--media-sound/gpodder/gpodder-0.14.0.ebuild44
3 files changed, 0 insertions, 134 deletions
diff --git a/media-sound/gpodder/gpodder-0.13.0.ebuild b/media-sound/gpodder/gpodder-0.13.0.ebuild
deleted file mode 100644
index 4a74a2c20720..000000000000
--- a/media-sound/gpodder/gpodder-0.13.0.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/gpodder/gpodder-0.13.0.ebuild,v 1.1 2008/10/09 21:05:53 hanno Exp $
-
-inherit distutils
-
-DESCRIPTION="gPodder is a Podcast receiver/catcher written in Python, using GTK."
-HOMEPAGE="http://gpodder.berlios.de/"
-SRC_URI="mirror://berlios/${PN}/${P}.tar.gz"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="ipod libnotify"
-RESTRICT="test"
-
-RDEPEND="dev-python/feedparser
- dev-python/pygtk
- sys-devel/gettext
- libnotify? ( dev-python/notify-python )
- >=dev-python/pysqlite-2.4
- ipod? (
- || ( dev-python/eyeD3 dev-python/pymad )
- media-libs/libgpod
- )"
-DEPEND="${RDEPEND}
- dev-util/intltool
- media-gfx/imagemagick
- sys-apps/help2man"
-
-pkg_setup() {
- if use ipod && ! built_with_use media-libs/libgpod python ; then
- eerror "media-libs/libgpod has to be compiled with USE=python"
- die "Needed USE-flag for libgpod not found."
- fi
- if ! built_with_use 'media-gfx/imagemagick' 'png'; then
- eerror "You must build imagemagick with png support"
- die "media-gfx/imagemagick built without png"
- fi
-}
-
-src_compile() {
- emake generators || die
- emake messages || die
- distutils_src_compile || die
-}
diff --git a/media-sound/gpodder/gpodder-0.13.1.ebuild b/media-sound/gpodder/gpodder-0.13.1.ebuild
deleted file mode 100644
index 1db72bf2c4f7..000000000000
--- a/media-sound/gpodder/gpodder-0.13.1.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/gpodder/gpodder-0.13.1.ebuild,v 1.1 2008/11/14 11:17:55 hanno Exp $
-
-inherit distutils
-
-DESCRIPTION="gPodder is a Podcast receiver/catcher written in Python, using GTK."
-HOMEPAGE="http://gpodder.berlios.de/"
-SRC_URI="mirror://berlios/${PN}/${P}.tar.gz"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="ipod libnotify"
-RESTRICT="test"
-
-RDEPEND="dev-python/feedparser
- dev-python/pygtk
- sys-devel/gettext
- libnotify? ( dev-python/notify-python )
- >=dev-python/pysqlite-2.4
- dev-python/eyeD3
- ipod? (
- media-libs/libgpod
- )"
-DEPEND="${RDEPEND}
- dev-util/intltool
- media-gfx/imagemagick
- sys-apps/help2man"
-
-pkg_setup() {
- if use ipod && ! built_with_use media-libs/libgpod python ; then
- eerror "media-libs/libgpod has to be compiled with USE=python"
- die "Needed USE-flag for libgpod not found."
- fi
- if ! built_with_use 'media-gfx/imagemagick' 'png'; then
- eerror "You must build imagemagick with png support"
- die "media-gfx/imagemagick built without png"
- fi
-}
-
-src_compile() {
- emake generators || die
- emake messages || die
- distutils_src_compile || die
-}
diff --git a/media-sound/gpodder/gpodder-0.14.0.ebuild b/media-sound/gpodder/gpodder-0.14.0.ebuild
deleted file mode 100644
index ac53aaf449ed..000000000000
--- a/media-sound/gpodder/gpodder-0.14.0.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/gpodder/gpodder-0.14.0.ebuild,v 1.1 2009/01/13 12:24:00 hanno Exp $
-
-inherit distutils
-
-DESCRIPTION="gPodder is a Podcast receiver/catcher written in Python, using GTK."
-HOMEPAGE="http://gpodder.berlios.de/"
-SRC_URI="mirror://berlios/${PN}/${P}.tar.gz"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="ipod libnotify mad"
-RESTRICT="test"
-
-RDEPEND="dev-python/feedparser
- dev-python/pygtk
- sys-devel/gettext
- libnotify? ( dev-python/notify-python )
- >=dev-python/pysqlite-2.4
- dev-python/eyeD3
- ipod? ( media-libs/libgpod )
- mad? ( dev-python/pymad )"
-DEPEND="${RDEPEND}
- dev-util/intltool
- media-gfx/imagemagick
- sys-apps/help2man"
-
-pkg_setup() {
- if use ipod && ! built_with_use media-libs/libgpod python ; then
- eerror "media-libs/libgpod has to be compiled with USE=python"
- die "Needed USE-flag for libgpod not found."
- fi
- if ! built_with_use 'media-gfx/imagemagick' 'png'; then
- eerror "You must build imagemagick with png support"
- die "media-gfx/imagemagick built without png"
- fi
-}
-
-src_compile() {
- emake generators || die
- emake messages || die
- distutils_src_compile || die
-}