diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-12-01 09:13:15 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-12-01 09:13:15 +0000 |
commit | c792c8e38dbc8c2d41f098f6b27d4f744c9895d9 (patch) | |
tree | 2f00608d7e1e5e9248fd32118c19a4886cc87105 /media-sound | |
parent | gutter is a tool ! gutter is a tool ! (diff) | |
download | gentoo-2-c792c8e38dbc8c2d41f098f6b27d4f744c9895d9.tar.gz gentoo-2-c792c8e38dbc8c2d41f098f6b27d4f744c9895d9.tar.bz2 gentoo-2-c792c8e38dbc8c2d41f098f6b27d4f744c9895d9.zip |
gutter is a tool ! gutter is a tool !
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/castpodder/Manifest | 3 | ||||
-rw-r--r-- | media-sound/castpodder/castpodder-3.2.ebuild | 55 | ||||
-rw-r--r-- | media-sound/castpodder/files/castpodder-3.2-wxversion.patch | 12 | ||||
-rw-r--r-- | media-sound/castpodder/files/digest-castpodder-3.2 | 1 |
4 files changed, 0 insertions, 71 deletions
diff --git a/media-sound/castpodder/Manifest b/media-sound/castpodder/Manifest deleted file mode 100644 index 0dbf1b5d3935..000000000000 --- a/media-sound/castpodder/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -MD5 428421e494d867c40978a329437dc88c castpodder-3.2.ebuild 1395 -MD5 f45d9e87c39cf192645901ef379894ba files/castpodder-3.2-wxversion.patch 422 -MD5 8ece1f1df5d2f2b3e2b2f7b4aa312887 files/digest-castpodder-3.2 67 diff --git a/media-sound/castpodder/castpodder-3.2.ebuild b/media-sound/castpodder/castpodder-3.2.ebuild deleted file mode 100644 index 7c481653d97b..000000000000 --- a/media-sound/castpodder/castpodder-3.2.ebuild +++ /dev/null @@ -1,55 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/castpodder/castpodder-3.2.ebuild,v 1.1 2005/11/30 09:38:11 chriswhite Exp $ - -inherit eutils - -MY_PV="${PV/_/-}" -MY_PN="${PN/castpodder/CastPodder}" -MY_P="${MY_PN}-${MY_PV}" -S="${WORKDIR}/${PN}" - -DESCRIPTION="A cross-platform Podcast receiver, based on iPodder" -HOMEPAGE="http://www.castpodder.net/" -SRC_URI="http://borgforge.net/frs/download.php/14/${MY_P}.tar.bz2" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~x86" -IUSE="" -DEPEND=">=dev-lang/python-2.3.0 - >=dev-python/wxpython-2.6 - >=dev-python/pyxmms-2.02 - >=sys-libs/db-4.2.52_p2" - -useflag_test() { - built_with_use ${1} ${2} || die \ -"${1} must be emerged with the '${2}' USE flag enabled." -} - -pkg_setup() { - useflag_test x11-libs/wxGTK unicode - useflag_test dev-python/wxpython unicode - useflag_test dev-lang/python berkdb -} - -src_unpack() { - unpack ${A} - cd ${S} - epatch "${FILESDIR}"/${P}-wxversion.patch -} - -src_install() { - insinto /opt/CastPodder - # Doesn't work with doins -r * (this is done as in install.sh) - cp -R ${S}/* ${D}/opt/CastPodder/ - - # Fix perms - #fperms 644 /opt/CastPodder/ipodder/players.py - - newbin ${S}/CastPodder.sh castpodder - insinto /usr/share/pixmaps - doins ${S}/CastPodder.png - - make_desktop_entry "castpodder" "CastPodder" \ - "CastPodder.png" "AudioVideo;Player" -} diff --git a/media-sound/castpodder/files/castpodder-3.2-wxversion.patch b/media-sound/castpodder/files/castpodder-3.2-wxversion.patch deleted file mode 100644 index 2e2bcfa298c0..000000000000 --- a/media-sound/castpodder/files/castpodder-3.2-wxversion.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -Nru --exclude='*.pyc' castpodder/CastPodderGui.py castpodder-patched/CastPodderGui.py ---- castpodder/CastPodderGui.py 2005-10-07 20:23:09.000000000 +0200 -+++ castpodder-patched/CastPodderGui.py 2005-11-11 22:47:42.000000000 +0100 -@@ -19,6 +19,8 @@ - #Version check - CHECK_VERSION = 3.0 - -+import wxversion -+wxversion.ensureMinimal('2.6') - import wx - import wx.xrc as xrc - import wx.lib.filebrowsebutton as filebrowse diff --git a/media-sound/castpodder/files/digest-castpodder-3.2 b/media-sound/castpodder/files/digest-castpodder-3.2 deleted file mode 100644 index ca8061a1693e..000000000000 --- a/media-sound/castpodder/files/digest-castpodder-3.2 +++ /dev/null @@ -1 +0,0 @@ -MD5 f338816033baebb976892c2bd2ba9375 CastPodder-3.2.tar.bz2 715372 |