summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlya Tumaykin <itumaykin@gmail.com>2016-05-11 04:51:33 +0300
committerPatrice Clement <monsieurp@gentoo.org>2016-05-11 12:41:30 +0000
commit98c975a12cb57a34a7469e1c7a7d6b92f8e197e7 (patch)
treef6111a4af436861850debfa3df4563949b91ccf8 /media-sound/podget/podget-0.7.14.ebuild
parentmedia-video/mpv: fix build without any video outputs in 9999 (diff)
downloadgentoo-98c975a12cb57a34a7469e1c7a7d6b92f8e197e7.tar.gz
gentoo-98c975a12cb57a34a7469e1c7a7d6b92f8e197e7.tar.bz2
gentoo-98c975a12cb57a34a7469e1c7a7d6b92f8e197e7.zip
media-sound/podget: verbump to 0.7.14
Also fix LICENSE and update DESCRIPTION. Package-Manager: portage-2.2.28 Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'media-sound/podget/podget-0.7.14.ebuild')
-rw-r--r--media-sound/podget/podget-0.7.14.ebuild32
1 files changed, 32 insertions, 0 deletions
diff --git a/media-sound/podget/podget-0.7.14.ebuild b/media-sound/podget/podget-0.7.14.ebuild
new file mode 100644
index 000000000000..407d070e0a8f
--- /dev/null
+++ b/media-sound/podget/podget-0.7.14.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DESCRIPTION="A simple podcast aggregator optimized for running as a scheduled job"
+HOMEPAGE="http://podget.sourceforge.net/ https://github.com/dvehrs/podget"
+SRC_URI="https://github.com/dvehrs/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE=""
+
+RDEPEND="
+ net-misc/wget
+ virtual/libiconv
+"
+
+DOCS=( README Changelog )
+
+src_compile() {
+ # There is a Makefile that we don't want to use.
+ :;
+}
+
+src_install() {
+ dobin ${PN}
+ doman DOC/${PN}.7
+ einstalldocs
+}