public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Patrice Clement" <monsieurp@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/podget/
Date: Wed, 11 May 2016 12:56:23 +0000 (UTC)	[thread overview]
Message-ID: <1462970490.8454ce638ff08229588f3c359c3da3c001609e36.monsieurp@gentoo> (raw)

commit:     8454ce638ff08229588f3c359c3da3c001609e36
Author:     Ilya Tumaykin <itumaykin <AT> gmail <DOT> com>
AuthorDate: Wed May 11 01:52:43 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Wed May 11 12:41:30 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8454ce63

media-sound/podget: remove old

Closes: https://github.com/gentoo/gentoo/pull/1449
Package-Manager: portage-2.2.28

Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>

 media-sound/podget/Manifest             |  2 --
 media-sound/podget/podget-0.7.13.ebuild | 32 --------------------------------
 media-sound/podget/podget-0.7.9.ebuild  | 32 --------------------------------
 3 files changed, 66 deletions(-)

diff --git a/media-sound/podget/Manifest b/media-sound/podget/Manifest
index b5a7dc3..4317867 100644
--- a/media-sound/podget/Manifest
+++ b/media-sound/podget/Manifest
@@ -1,3 +1 @@
-DIST podget-0.7.13.tar.gz 62379 SHA256 0d03fea4229c01493d0c520806d7085fb7a3b2274480da72e736b37298c0e16c SHA512 b3d1b72260496fe6083793ef0e51872a42a566dc93a452db9fd6da7061d52239b1e993bf0822504bdc66a77cf51246ef6c03193698c53866c5d106693fefc1f8 WHIRLPOOL 22d68385d634a0d513de99455edfc3264280672bfa97aac530b130f3e29e5d30ece427e5784a2743485c2e33a1663393c9806893445e6676dbc40e90045ec2c4
 DIST podget-0.7.14.tar.gz 63356 SHA256 02de95ef369eafa8d1aa998ff00bdad780cd4ec30b7fa09d64edc0ffb97ecc6f SHA512 a54d4cdac88f220f470304d9b50ef00c01540ca2e986e4ffc80d9d5aea4ddd6b80484e243f742967dcf800780a8fdfdd55437f9fe710e536ca6a5d6140374022 WHIRLPOOL 9cfd17b0d73c464dd9545cee99d27980afcf2b121dc0dd815343b70087cf79d9ef8b5150d1be3cd8d0f3d0ed997ac8673fd7e420aeea00ddbe5a855ae148fe57
-DIST podget-0.7.9.tar.gz 50898 SHA256 dd866f8a740592b0a6b1e859f73e12691e5a05c6f386006ff2a53e88090d853b SHA512 b67ee7619580ff0acfbe070bd2be4f990e035060740ffe98d5efdd24956c5fa239ac53553bc56afe1a3aaa1e70bee82d58982bbaa1059abef876f3223a473fc1 WHIRLPOOL 7ddbecd7c0dd4c71369fd0bda28e8df7f8812fbea05383b3d188eba08dd4c09b13a62af323f1f88e818519aea0d5d6eec4f78b175bdd5e2264bfca423d744617

diff --git a/media-sound/podget/podget-0.7.13.ebuild b/media-sound/podget/podget-0.7.13.ebuild
deleted file mode 100644
index f9f26af..0000000
--- a/media-sound/podget/podget-0.7.13.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-DESCRIPTION="A simple podcast aggregator"
-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
-}

diff --git a/media-sound/podget/podget-0.7.9.ebuild b/media-sound/podget/podget-0.7.9.ebuild
deleted file mode 100644
index f9f26af..0000000
--- a/media-sound/podget/podget-0.7.9.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-DESCRIPTION="A simple podcast aggregator"
-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
-}


             reply	other threads:[~2016-05-11 12:56 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-05-11 12:56 Patrice Clement [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-06-06 16:18 Göktürk Yüksek
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=1462970490.8454ce638ff08229588f3c359c3da3c001609e36.monsieurp@gentoo \
    --to=monsieurp@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