From: hasufell Date: Fri, 8 Mar 2013 19:46:41 +0000 (+0100) Subject: punt media-sound/poddy X-Git-Url: http://pileus.org/git/?p=~andy%2Fsunrise;a=commitdiff_plain;h=4bfe6321fcdbb91b62bdf731e1cdabdb68512869 punt media-sound/poddy pysqlite is subject to removal --- diff --git a/media-sound/poddy/ChangeLog b/media-sound/poddy/ChangeLog deleted file mode 100644 index 8968abd51..000000000 --- a/media-sound/poddy/ChangeLog +++ /dev/null @@ -1,38 +0,0 @@ -# ChangeLog for media-sound/poddy -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: $ - - 19 Jul 2011; Thomas Sachau (Tommy[D]) - poddy-0.5.1.ebuild: - Forced move to EAPI-3 from distutils eclass - - 10 Aug 2007; Nathan Smith poddy-0.5.1.ebuild: - Changed website - - 12 Jul 2007; David Shakaryan poddy-0.5.1.ebuild: - Use $PN in SRC_URI; no need for quotes when assigning. - - 29 Jun 2007; Nathan Smith (ndansmith) - -poddy-0.5.ebuild, +poddy-0.5.1.ebuild: - Changed license to GNU GPL v.3, minor version bump - - 29 Jun 2007; Nathan Smith (ndansmith) - poddy-0.5.ebuild: - Added ~x86-fbsd keyword - - 31 May 2007; Nathan Smith (ndansmith) - -poddy-0.1.4.ebuild, +poddy-0.5.ebuild: - Version bump - - 16 Jan 2007; Nathan Smith (ndansmith) - -poddy-0.1.3.ebuild, +poddy-0.1.4.ebuild: - Version bump, news deps, moved to sourceforge - - 19 Dec 2006; Nathan Smith (ndansmith) - -poddy-0.1.2.ebuild, +poddy-0.1.3.ebuild: - Upstream version bump and removed old ebuild - - 11 Dec 2006; Nathan Smith (ndansmith) - +poddy-0.1.2.ebuild, +metadata.xml: - New ebuild - diff --git a/media-sound/poddy/Manifest b/media-sound/poddy/Manifest deleted file mode 100644 index a23d58792..000000000 --- a/media-sound/poddy/Manifest +++ /dev/null @@ -1,4 +0,0 @@ -DIST poddy-0.5.1.tar.gz 19176 RMD160 6c74715136b59f9f020adbdc7325d918ed6caa60 SHA1 638b7b5e337fa8c30ef5bbdaa062e9be2a258759 SHA256 47f77b649eb7ec66d017e219b9e1d10028ee37c3395566c8ea8ec14f73a99939 -EBUILD poddy-0.5.1.ebuild 491 RMD160 a3cd4791df500c361d3164d267af15d8aa608759 SHA1 0dc738d267b2678ebdda140bd6fb0040aef7f347 SHA256 6b778f8af2ceff4968ee0f07377707df23e64e435ef03a28995eb1f99f938b14 -MISC ChangeLog 1271 RMD160 dcdccea73eed0f0ec171118c3d78a64d2fb9db2b SHA1 3852d46d131d0f60e41ef6c409ff6e983b656195 SHA256 d86632d7fed9a36ab21ff12242b045d2d66acd6b10a3c5e3e9125d4213aa1db4 -MISC metadata.xml 208 RMD160 c18611400760e42bdd001905be0a63c2e963bcea SHA1 595816105cac477cb85792a182e15888029118a1 SHA256 c4841c87f0c2b9b5e679a27dc72180be8d508fb3f5df0fbab2ec2c805c0a6d82 diff --git a/media-sound/poddy/metadata.xml b/media-sound/poddy/metadata.xml deleted file mode 100644 index 31dc017fa..000000000 --- a/media-sound/poddy/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - -maintainer-wanted@gentoo.org - diff --git a/media-sound/poddy/poddy-0.5.1.ebuild b/media-sound/poddy/poddy-0.5.1.ebuild deleted file mode 100644 index 1dfa0c909..000000000 --- a/media-sound/poddy/poddy-0.5.1.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=3 - -inherit distutils - -DESCRIPTION="a lightweight command-line podcast client" -HOMEPAGE="http://ndan.ath.cx/poddy" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~ppc ~x86 ~x86-fbsd" -IUSE="" - -DEPEND=">=dev-python/feedparser-4.1 - >=dev-python/urlgrabber-2.9.6 - >=dev-python/pysqlite-2.3" - -RDEPEND="${DEPEND}" - -S=${WORKDIR}/${PN}