public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Göktürk Yüksek" <gokturk@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/podget/
Date: Mon,  6 Jun 2016 16:18:31 +0000 (UTC)	[thread overview]
Message-ID: <1465229866.2ade4762fc9f49eb6292a0ba7c4a2cb02df1cd79.gokturk@gentoo> (raw)

commit:     2ade4762fc9f49eb6292a0ba7c4a2cb02df1cd79
Author:     Ilya Tumaykin <itumaykin <AT> gmail <DOT> com>
AuthorDate: Sun Jun  5 17:26:51 2016 +0000
Commit:     Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
CommitDate: Mon Jun  6 16:17:46 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ade4762

media-sound/podget: verbump to 0.8

Closes: https://github.com/gentoo/gentoo/pull/1617
Package-Manager: portage-2.3.0_rc1

 media-sound/podget/Manifest          |  1 +
 media-sound/podget/podget-0.8.ebuild | 38 ++++++++++++++++++++++++++++++++++++
 2 files changed, 39 insertions(+)

diff --git a/media-sound/podget/Manifest b/media-sound/podget/Manifest
index 4317867..121d4d0 100644
--- a/media-sound/podget/Manifest
+++ b/media-sound/podget/Manifest
@@ -1 +1,2 @@
 DIST podget-0.7.14.tar.gz 63356 SHA256 02de95ef369eafa8d1aa998ff00bdad780cd4ec30b7fa09d64edc0ffb97ecc6f SHA512 a54d4cdac88f220f470304d9b50ef00c01540ca2e986e4ffc80d9d5aea4ddd6b80484e243f742967dcf800780a8fdfdd55437f9fe710e536ca6a5d6140374022 WHIRLPOOL 9cfd17b0d73c464dd9545cee99d27980afcf2b121dc0dd815343b70087cf79d9ef8b5150d1be3cd8d0f3d0ed997ac8673fd7e420aeea00ddbe5a855ae148fe57
+DIST podget-0.8.tar.gz 65570 SHA256 5b955bab987c9f79990648758ceb03cefee9364835acd92bba309d8aef60fcbe SHA512 b7753ff2a65ed2999c16e891b0268dcc321882048930f77223f70adfa703020e6d799286aa071a6eaeabe090fce5312dfdf3f836a3d1598673538a5ead9e5bd0 WHIRLPOOL 514a743d3b6d1e841a4a9f78f2ea06a70a6b6df76afab85588ecb06cdaacb656c85b4e0390476a2bde8f0b996e5a362d64d3caa8d81bb4cd79e595f95a9000fe

diff --git a/media-sound/podget/podget-0.8.ebuild b/media-sound/podget/podget-0.8.ebuild
new file mode 100644
index 0000000..9fad0c5
--- /dev/null
+++ b/media-sound/podget/podget-0.8.ebuild
@@ -0,0 +1,38 @@
+# 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_prepare() {
+	default_src_prepare
+	# See https://github.com/dvehrs/podget/issues/12
+	sed -i -e '/^VERSION=/s|$|.0|' podget || die
+}
+
+src_compile() {
+	# There is a Makefile that we don't want to use.
+	:;
+}
+
+src_install() {
+	dobin ${PN}
+	doman DOC/${PN}.7
+	einstalldocs
+}


             reply	other threads:[~2016-06-06 16:18 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-06-06 16:18 Göktürk Yüksek [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-08-11 19:25 [gentoo-commits] repo/gentoo:master commit in: media-sound/podget/ Jonas Stein
2022-03-20 18:49 David Seifert
2016-09-04  6:46 Patrice Clement
2016-07-14 16:08 Patrice Clement
2016-06-08 21:16 Patrice Clement
2016-06-08 21:16 Patrice Clement
2016-05-11 12:56 Patrice Clement
2016-05-11 12:56 Patrice Clement
2016-03-31  3:44 Ian Delaney
2016-03-31  3:44 Ian Delaney
2016-03-21 11:53 Patrice Clement
2016-03-21 11:53 Patrice Clement
2016-03-18 15:25 Ian Delaney
2016-02-04 18:55 Patrice Clement
2016-02-04 18:55 Patrice Clement
2016-02-04 18:55 Patrice Clement
2016-02-04 18:55 Patrice Clement
2016-02-02 11:20 Patrice Clement
2016-02-02 11:20 Patrice Clement
2016-02-02 11:20 Patrice Clement

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1465229866.2ade4762fc9f49eb6292a0ba7c4a2cb02df1cd79.gokturk@gentoo \
    --to=gokturk@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox