summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Popov <pinkbyte@gentoo.org>2013-01-05 23:35:59 +0000
committerSergey Popov <pinkbyte@gentoo.org>2013-01-05 23:35:59 +0000
commit83866a463f5f9058f1da8e55a1252964646b8da0 (patch)
treec8a6568f02dfa96cb7351cd6d9349f899cafca9d /media-sound/podget
parentCorrect URL in elog message, wrt bug #413787. Thanks to Olivier Rickmers for ... (diff)
downloadgentoo-2-83866a463f5f9058f1da8e55a1252964646b8da0.tar.gz
gentoo-2-83866a463f5f9058f1da8e55a1252964646b8da0.tar.bz2
gentoo-2-83866a463f5f9058f1da8e55a1252964646b8da0.zip
Version bump, wrt bug #450272. Thanks to Opportunist <axiator AT yandex.ru> for discovering this issue
(Portage version: 2.2.0_alpha149/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'media-sound/podget')
-rw-r--r--media-sound/podget/ChangeLog10
-rw-r--r--media-sound/podget/podget-0.6.9.ebuild30
2 files changed, 38 insertions, 2 deletions
diff --git a/media-sound/podget/ChangeLog b/media-sound/podget/ChangeLog
index 790d2dccc44b..688697cc64c8 100644
--- a/media-sound/podget/ChangeLog
+++ b/media-sound/podget/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for media-sound/podget
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/podget/ChangeLog,v 1.4 2012/09/19 20:20:15 darkside Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/podget/ChangeLog,v 1.5 2013/01/05 23:35:59 pinkbyte Exp $
+
+*podget-0.6.9 (05 Jan 2013)
+
+ 05 Jan 2013; Sergey Popov <pinkbyte@gentoo.org> +podget-0.6.9.ebuild:
+ Version bump, wrt bug #450272. Thanks to Opportunist <axiator AT yandex.ru>
+ for discovering this issue
19 Sep 2012; Jeremy Olexa <darkside@gentoo.org> metadata.xml:
dropping maintainership, no bugs, app works
diff --git a/media-sound/podget/podget-0.6.9.ebuild b/media-sound/podget/podget-0.6.9.ebuild
new file mode 100644
index 000000000000..8c87ab674059
--- /dev/null
+++ b/media-sound/podget/podget-0.6.9.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/podget/podget-0.6.9.ebuild,v 1.1 2013/01/05 23:35:59 pinkbyte Exp $
+
+EAPI=5
+
+MY_P="${PN}_${PV}"
+
+DESCRIPTION="A simple podcast aggregator written in bash"
+HOMEPAGE="http://podget.sourceforge.net/"
+SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND="${DEPEND}"
+
+src_compile() {
+ # There is a Makefile that we don't use
+ :
+}
+
+src_install() {
+ dobin podget
+ doman DOC/podget.7
+ dodoc -r Changelog README SCRIPTS/
+}