public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Tim Harder" <radhermit@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/mpc/
Date: Sun, 21 Aug 2016 01:04:10 +0000 (UTC)	[thread overview]
Message-ID: <1471741379.12be96bc05f774cf03a9d8da209be72682d3d11b.radhermit@gentoo> (raw)

commit:     12be96bc05f774cf03a9d8da209be72682d3d11b
Author:     Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 21 01:02:59 2016 +0000
Commit:     Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Sun Aug 21 01:02:59 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12be96bc

media-sound/mpc: remove old

 media-sound/mpc/Manifest        |  2 --
 media-sound/mpc/mpc-0.25.ebuild | 33 ---------------------------------
 media-sound/mpc/mpc-0.26.ebuild | 33 ---------------------------------
 3 files changed, 68 deletions(-)

diff --git a/media-sound/mpc/Manifest b/media-sound/mpc/Manifest
index d92f23c..9f8ef4c 100644
--- a/media-sound/mpc/Manifest
+++ b/media-sound/mpc/Manifest
@@ -1,4 +1,2 @@
-DIST mpc-0.25.tar.xz 100880 SHA256 70cfa4f734a275a3c76df481ec5222872362ed8f58a4175459cae65d66acaf24 SHA512 7752dd35027b6075d96a27808556af8b2b6e1ac5bb8069515f5baadf25ff31d46409749163634c668da132428b9686ba01a04051f4d41d4cd5e782e57a07b2cb WHIRLPOOL c73eefd8481a1c7cc43840b514c5b571fe204c8e51096562d3a797416f602ce5352491736a8f477b1924483165e90064bbdcb352e5c6476749fb20ea957d1073
-DIST mpc-0.26.tar.xz 105432 SHA256 20735f7173cce56bec50c1d8b4633751052dc68365b29a6113206dc1cdc6e242 SHA512 099d4970418fa848290864ff475801cc9e0aada3f8c11809a0254b9645229d1564e58b746e7e6a327860df72e4d645de06eb7aa9b3cc5f3b7a42331c4aa7192e WHIRLPOOL 53d9e9d9546727b4b8dacd716e95ed77c199aa6b99104d67a0d3ee8e98d4e3a6aa2544552c9e17da6183d4fe50e8baa1c0d2800b946338d86f7d69be6fc3ca21
 DIST mpc-0.27.tar.xz 113596 SHA256 45a2be0a6dea65ed43f631294c24e74b83c8ee66d1ba6ab47d0744ddb1e62064 SHA512 f73550004697c6d4ae44f25c82a9e4477fa878accb8725f58b74b2785c02b175a35e675c5484c58766e9032fe19beabd35a64c57cd1afd81478619d2f51916d4 WHIRLPOOL c1b881b812f88656aa2e865f31acd90f654e099db4e63ec65feb6976baeb17825251e827eb22589cd1efe26d265e725f7f2b0bad918cffe0d001f81d0880c792
 DIST mpc-0.28.tar.xz 109172 SHA256 a4337d06c85dc81a638821d30fce8a137a58d13d510be34a11c1cce95cabc547 SHA512 1d0c96c3c7cee2eac2d3cf25f09d74b5807b8ea56ff7dfc033b8fa690fd4d42de726a641e4f2552550d8a1c1b2840575aec5c595166ca5ae5776fcc93c8fb7cf WHIRLPOOL 28687b8b9f8948ac5b00f4aa313fb6d6908c10993602c03b431557f969d11d41b3be62550fd3832478551b83ef2cf399fc96dbc85d8337814990fa699b3078ef

diff --git a/media-sound/mpc/mpc-0.25.ebuild b/media-sound/mpc/mpc-0.25.ebuild
deleted file mode 100644
index b5ff7a5..0000000
--- a/media-sound/mpc/mpc-0.25.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-inherit bash-completion-r1
-
-DESCRIPTION="A commandline client for Music Player Daemon (media-sound/mpd)"
-HOMEPAGE="http://www.musicpd.org"
-SRC_URI="http://www.musicpd.org/download/${PN}/${PV%.*}/${P}.tar.xz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 arm hppa ppc ppc64 sparc x86"
-IUSE="iconv"
-
-RDEPEND=">=media-libs/libmpdclient-2.2
-	iconv? ( virtual/libiconv )"
-DEPEND="${RDEPEND}
-	virtual/pkgconfig"
-
-DOCS=( AUTHORS NEWS README doc/mpd-m3u-handler.sh doc/mppledit
-	doc/mpd-pls-handler.sh )
-
-src_configure() {
-	econf $(use_enable iconv) \
-		--docdir="${EPREFIX}"/usr/share/doc/${PF}
-}
-
-src_install() {
-	default
-	newbashcomp doc/mpc-completion.bash ${PN}
-}

diff --git a/media-sound/mpc/mpc-0.26.ebuild b/media-sound/mpc/mpc-0.26.ebuild
deleted file mode 100644
index b742f1e..0000000
--- a/media-sound/mpc/mpc-0.26.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-inherit bash-completion-r1
-
-DESCRIPTION="A commandline client for Music Player Daemon (media-sound/mpd)"
-HOMEPAGE="http://www.musicpd.org"
-SRC_URI="http://www.musicpd.org/download/${PN}/${PV%.*}/${P}.tar.xz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86"
-IUSE="iconv"
-
-RDEPEND=">=media-libs/libmpdclient-2.2
-	iconv? ( virtual/libiconv )"
-DEPEND="${RDEPEND}
-	virtual/pkgconfig"
-
-DOCS=( AUTHORS NEWS README doc/mpd-m3u-handler.sh doc/mppledit
-	doc/mpd-pls-handler.sh )
-
-src_configure() {
-	econf $(use_enable iconv) \
-		--docdir="${EPREFIX}"/usr/share/doc/${PF}
-}
-
-src_install() {
-	default
-	newbashcomp doc/mpc-completion.bash ${PN}
-}


             reply	other threads:[~2016-08-21  1:04 UTC|newest]

Thread overview: 53+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-08-21  1:04 Tim Harder [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-01-23  9:58 [gentoo-commits] repo/gentoo:master commit in: media-sound/mpc/ Miroslav Šulc
2024-01-23  5:00 Sam James
2024-01-22 13:12 Sam James
2024-01-22 11:51 Sam James
2024-01-22 11:51 Sam James
2024-01-22 11:27 Sam James
2023-12-23  9:32 Miroslav Šulc
2023-12-23  9:32 Miroslav Šulc
2022-08-03 10:35 Arthur Zamarin
2022-08-01  4:28 Miroslav Šulc
2022-07-31 11:13 Agostino Sarubbo
2022-07-30  8:59 Agostino Sarubbo
2022-07-30  8:47 Agostino Sarubbo
2022-07-30  8:45 Agostino Sarubbo
2022-07-30  8:45 Agostino Sarubbo
2021-12-03  9:50 Miroslav Šulc
2021-09-02 10:04 Yixun Lan
2021-01-08 10:09 Miroslav Šulc
2021-01-07 19:37 Sam James
2021-01-07 11:15 Sam James
2021-01-06  8:09 Sam James
2021-01-04  1:32 Sam James
2019-12-01 11:03 Mikle Kolyada
2019-08-01 12:47 Mikle Kolyada
2019-03-16 19:59 Sergei Trofimovich
2019-02-28 15:07 Mikle Kolyada
2019-02-24 19:20 Markus Meier
2019-02-15 15:46 Thomas Deutschmann
2019-02-09 21:56 Andreas Sturmlechner
2019-02-09 21:52 Andreas Sturmlechner
2018-11-03 16:50 Mikle Kolyada
2018-11-03 16:50 Mikle Kolyada
2018-10-30 13:25 Mikle Kolyada
2018-10-30 13:25 Mikle Kolyada
2018-09-08 12:42 Mikle Kolyada
2018-09-08  5:10 Mikle Kolyada
2018-09-07 17:32 Mikle Kolyada
2018-09-07 17:29 Mikle Kolyada
2018-09-07 15:12 Mikle Kolyada
2017-05-06  7:26 Markus Meier
2017-04-30  8:22 Jeroen Roovers
2017-04-29 15:02 Agostino Sarubbo
2017-04-26  9:58 Agostino Sarubbo
2016-08-21  1:04 Tim Harder
2016-08-06 11:33 Pacho Ramos
2015-11-10 18:49 Markus Meier
2015-11-05 11:20 Agostino Sarubbo
2015-10-30 10:15 Agostino Sarubbo
2015-10-25 10:57 Mikle Kolyada
2015-10-24  7:49 Jeroen Roovers
2015-10-19  9:27 Agostino Sarubbo
2015-09-16 16:36 Christoph Mende

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=1471741379.12be96bc05f774cf03a9d8da209be72682d3d11b.radhermit@gentoo \
    --to=radhermit@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