summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-sound/peapod')
-rw-r--r--media-sound/peapod/ChangeLog18
-rw-r--r--media-sound/peapod/Manifest4
-rw-r--r--media-sound/peapod/metadata.xml9
-rw-r--r--media-sound/peapod/peapod-0.140.ebuild36
4 files changed, 0 insertions, 67 deletions
diff --git a/media-sound/peapod/ChangeLog b/media-sound/peapod/ChangeLog
deleted file mode 100644
index 482328709..000000000
--- a/media-sound/peapod/ChangeLog
+++ /dev/null
@@ -1,18 +0,0 @@
-# ChangeLog for media-sound/peapod
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
- 19 Jul 2011; Thomas Sachau (Tommy[D]) <tommy@gentoo.org>
- peapod-0.140.ebuild:
- Forced move to EAPI-3 from distutils eclass
-
- 05 Jul 2010; Michał Górny (sedzimir) <mgorny.3ehbo@mailnull.com>
- peapod-0.140.ebuild:
- Fix HOMEPAGE and SRC_URI, whitespace.
-
- 23 Aug 2008; Thomas Beierlein (TomJBE) <tb@forth-ev.de> metadata.xml:
- Added local USE flag description wrt GLEP 56
-
- 16 Jul 2006; Devon Warren (devon) <CptnObvious999@gmail.com> ChangeLog:
- New Ebuild for bug 140442 thanks to dev-zero, aross, and dragonheart on IRC
-
diff --git a/media-sound/peapod/Manifest b/media-sound/peapod/Manifest
deleted file mode 100644
index 43628c3bd..000000000
--- a/media-sound/peapod/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-DIST peapod-0.140.tar.gz 51196 RMD160 0b037a55bc731cacab17457e72c2bd807df1f3a7 SHA1 448e855ff3b8e3c2841f7d18b5d4e9b449516865 SHA256 140f3dfde3f09b96fd75f5e632eaf7b6330854290899101e0863f1d486296cb3
-EBUILD peapod-0.140.ebuild 990 RMD160 7f220cfc05dfe96bf53f4f9f5bc5c5fb36073bd4 SHA1 6349c0e27aaed0a6cf94a18ef646f3d526f996d1 SHA256 079cd416eb29f7f494eda9e538a25c3043cd796ffcace3aa46136bf180b3b54a
-MISC ChangeLog 654 RMD160 dd95471436837b6f6ceef8846e8b7df25dca7816 SHA1 230a9012851957c13a8ef657a8b6ea08d960ff3a SHA256 dd2fc1088649dacdc2875511552e0c2e0d60f616cec46e4969f596d524f23c65
-MISC metadata.xml 352 RMD160 131dc9bcda388ae3c386bd34c7fc52825c2ecaca SHA1 f3f99f43eb1c070903f9945c356dc3ef9e515772 SHA256 de0e6e07a5200452bec67af1e0890d46b20b9d52c03c4027381cfc4bf64817ca
diff --git a/media-sound/peapod/metadata.xml b/media-sound/peapod/metadata.xml
deleted file mode 100644
index eb7a495cd..000000000
--- a/media-sound/peapod/metadata.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer><email>maintainer-wanted@gentoo.org</email></maintainer>
- <use>
- <flag name='bittorrent'>Enable support for the BitTorrent protocol</flag>
- <flag name='id3'>Support ID3 in the player</flag>
- </use>
-</pkgmetadata>
diff --git a/media-sound/peapod/peapod-0.140.ebuild b/media-sound/peapod/peapod-0.140.ebuild
deleted file mode 100644
index dd0fbc3ee..000000000
--- a/media-sound/peapod/peapod-0.140.ebuild
+++ /dev/null
@@ -1,36 +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 command line podcast receiver that supports downloads via HTTP and BitTorrent"
-HOMEPAGE="http://www.peapodpy.org.uk/"
-SRC_URI="http://peapodpy.org.uk/downloads/${P}.tar.gz"
-
-KEYWORDS="~amd64 ~x86"
-LICENSE="GPL-2"
-SLOT="0"
-IUSE="id3 bittorrent vorbis"
-
-DEPEND="dev-python/pyxml
- >=dev-python/urlgrabber-2.9.6
- bittorrent? ( >=net-p2p/bittorrent-4.0.0 )
- id3? ( dev-python/eyeD3 )
- vorbis? ( media-sound/vorbis-tools )"
-RDEPEND="${DEPEND}"
-
-DOCS="README docs/about.txt docs/configuration.txt docs/dependencies.txt docs/getting.txt docs/using.txt"
-
-pkg_postinst() {
- elog "Start by running peapod"
- elog "Then edit the file in .peapod/peapod.xml with the feeds"
- elog "For reference look at /usr/share/doc/${PF}/configuration.txt.gz"
-}
-
-src_install() {
- distutils_src_install
- use bittorrent || rm -f "${D}/usr/bin/btclient.py"
-}