public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Hüttel" <dilfridge@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/podracer/
Date: Sat, 24 Jun 2017 21:44:54 +0000 (UTC)	[thread overview]
Message-ID: <1498340647.424c39659677d005b4b4d8177b8aa456ae204cb0.dilfridge@gentoo> (raw)

commit:     424c39659677d005b4b4d8177b8aa456ae204cb0
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 24 21:44:07 2017 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Jun 24 21:44:07 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=424c3965

media-sound/podracer: EAPI bump, bug 605728

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 media-sound/podracer/podracer-1.4-r1.ebuild | 31 +++++++++++++++++++++++++++++
 1 file changed, 31 insertions(+)

diff --git a/media-sound/podracer/podracer-1.4-r1.ebuild b/media-sound/podracer/podracer-1.4-r1.ebuild
new file mode 100644
index 00000000000..ef770550f2c
--- /dev/null
+++ b/media-sound/podracer/podracer-1.4-r1.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="A simple podcast aggregator, designed for cron"
+HOMEPAGE="http://podracer.sourceforge.net/"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND="
+	app-shells/bash
+	net-misc/curl
+"
+
+src_install() {
+	dobin podracer
+	sed -i -e "s:sample=/usr/share/doc/\$progname/sample.subscriptions:sample=/usr/share/doc/${PF}/sample.subscriptions:" "${D}"/usr/bin/podracer || die
+	dodoc CREDITS README ChangeLog TODO
+	doman podracer.1.gz
+	docompress -x /usr/share/doc/${PF}/sample.subscriptions
+	insinto /usr/share/doc/${PF}
+	doins sample.subscriptions
+	insinto /etc/
+	doins podracer.conf
+}


             reply	other threads:[~2017-06-24 21:45 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-06-24 21:44 Andreas Hüttel [this message]
  -- strict thread matches above, loose matches on Subject: below --
2017-06-24 21:44 [gentoo-commits] repo/gentoo:master commit in: media-sound/podracer/ Andreas Hüttel
2017-07-24 21:49 Michael Orlitzky
2018-02-06 18:36 Thomas Deutschmann
2022-08-04 21:56 David Seifert
2024-11-22 23:22 Conrad Kostecki

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=1498340647.424c39659677d005b4b4d8177b8aa456ae204cb0.dilfridge@gentoo \
    --to=dilfridge@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