From: "Tim Harder" <radhermit@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/gst123/, media-sound/gst123/files/
Date: Sun, 19 Jun 2016 04:54:57 +0000 (UTC) [thread overview]
Message-ID: <1466312032.84e186e9d14b91021897011ea556ed129f2cbcdc.radhermit@gentoo> (raw)
commit: 84e186e9d14b91021897011ea556ed129f2cbcdc
Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 19 04:45:34 2016 +0000
Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Sun Jun 19 04:53:52 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84e186e9
media-sound/gst123: remove old
media-sound/gst123/Manifest | 3 ---
media-sound/gst123/files/configure.ac.patch | 14 -------------
media-sound/gst123/gst123-0.3.1.ebuild | 25 -----------------------
media-sound/gst123/gst123-0.3.2.ebuild | 25 -----------------------
media-sound/gst123/gst123-0.3.3-r1.ebuild | 31 -----------------------------
media-sound/gst123/gst123-0.3.3.ebuild | 24 ----------------------
6 files changed, 122 deletions(-)
diff --git a/media-sound/gst123/Manifest b/media-sound/gst123/Manifest
index 5c5a7d2..a281a25 100644
--- a/media-sound/gst123/Manifest
+++ b/media-sound/gst123/Manifest
@@ -1,4 +1 @@
-DIST gst123-0.3.1.tar.bz2 110925 SHA256 89d1de025eca0466c125dcd6a11b64341bdf98ee4c03c3e5a12321d77cb8b0ce SHA512 d31177fe4ec20db5b6a9a2a35be149ebf6682d00a8163b8fee3953f60b39b2a33e3fbc468b3d0864f059d95bb820ee998dcb8a8b47c8aa1c68ea583e434cb8af WHIRLPOOL b642042b745c601850a9438f7ac19d442bf2db5b88c483f83b1459c97ae8c43e4301967279fb19d83c8a55018758daf455cb91ea58d1793a94508f1dc7c3d976
-DIST gst123-0.3.2.tar.bz2 112709 SHA256 51033261967da4cf1beb512e156e9f647572689202a1c2aceb8cd2beb427f53d SHA512 4ab1039e912fe02d2802b4a289bdb6061710f2d16188e538d833aeef39300594f98c29c13df2a4546befd87730e3e097941dc5f96271524c3dd31ae0a81386e9 WHIRLPOOL 1c39366c18c601783a46c1a9278519c98753d1cfef858046c6d6e515c8e54371b51d59ca579275a40127f10048d0abb3ad4806db596b34aac3e6fa5c073c37a8
-DIST gst123-0.3.3.tar.bz2 113344 SHA256 45359410c99a622790dd2b6efdc2d1a94748da3763242d95da79c633b5dfbce9 SHA512 8c6b23ee66ef983874268a41c00aa431df5daeb9daf995663c9b9ab72b7df16a0e55c949b5602b50de324b58cd75b7bb734cdbeae0ad56d2059d9d1100630c47 WHIRLPOOL e4171f7a7f29ed379445fa42ec12812a5b9bd4fe8dc1e06141e2b36dac67dee1aa04aa2fc562f50e44210469470cfbb57fff71bf69629e5de1ae319fd4e5ae41
DIST gst123-0.3.4.tar.bz2 123399 SHA256 cbf0741ff63d5bc335ef3ef9278d1c6edd800193ffbdd0e56ad7c902d6643d02 SHA512 7a5afddd4337b9d843949f49231b64bbc0390b97c40caa3cdac1fe0fd2a7e8a0ce01a77817735770b7a524459daa7e61e79e25c2e3e33769fd29e535d39d866f WHIRLPOOL 8a73b4677870260b8555c8162217e811d77845958ef131e7017faf4f216401c9547389e30f2574c37c2e292c0f63522f97bdcb91a31f1c50221da96e7d98909f
diff --git a/media-sound/gst123/files/configure.ac.patch b/media-sound/gst123/files/configure.ac.patch
deleted file mode 100644
index 5d6184d..0000000
--- a/media-sound/gst123/files/configure.ac.patch
+++ /dev/null
@@ -1,14 +0,0 @@
---- configure.ac.orig 2016-01-20 21:39:22.900434965 +0800
-+++ configure.ac 2016-01-20 21:39:07.422742473 +0800
-@@ -102,9 +102,9 @@
- dnl
- AC_DEFUN([AC_NCURSES_REQUIREMENTS],
- [
-- AC_PATH_PROG(NCURSES5_CONFIG,ncurses5-config,no)
-+ AC_PATH_PROG(NCURSES5_CONFIG,ncurses6-config,no)
- if test "$NCURSES5_CONFIG" = "no"; then
-- AC_MSG_ERROR([You need to have ncurses5-config installed to build this package.
-+ AC_MSG_ERROR([You need to have ncurses6-config installed to build this package.
-
- Debian users: aptitude install libncurses-dev
- ])
diff --git a/media-sound/gst123/gst123-0.3.1.ebuild b/media-sound/gst123/gst123-0.3.1.ebuild
deleted file mode 100644
index 15e695a..0000000
--- a/media-sound/gst123/gst123-0.3.1.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-
-DESCRIPTION="A more flexible command line player in the spirit of ogg123 and mpg123, based on gstreamer"
-HOMEPAGE="http://space.twc.de/~stefan/gst123.php"
-SRC_URI="http://space.twc.de/~stefan/gst123/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-CDEPEND="dev-libs/glib
- media-libs/gst-plugins-base:0.10
- media-libs/gstreamer:0.10
- sys-libs/ncurses
- x11-libs/gtk+:2
- x11-libs/libX11"
-RDEPEND="${CDEPEND}
- media-plugins/gst-plugins-meta:0.10"
-DEPEND="${CDEPEND}
- virtual/pkgconfig"
diff --git a/media-sound/gst123/gst123-0.3.2.ebuild b/media-sound/gst123/gst123-0.3.2.ebuild
deleted file mode 100644
index d30bf25..0000000
--- a/media-sound/gst123/gst123-0.3.2.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-DESCRIPTION="A more flexible command line player in the spirit of ogg123 and mpg123, based on gstreamer"
-HOMEPAGE="http://space.twc.de/~stefan/gst123.php"
-SRC_URI="http://space.twc.de/~stefan/gst123/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-CDEPEND="dev-libs/glib
- media-libs/gst-plugins-base:1.0
- media-libs/gstreamer:1.0
- sys-libs/ncurses
- x11-libs/gtk+:2
- x11-libs/libX11"
-RDEPEND="${CDEPEND}
- media-plugins/gst-plugins-meta:1.0"
-DEPEND="${CDEPEND}
- virtual/pkgconfig"
diff --git a/media-sound/gst123/gst123-0.3.3-r1.ebuild b/media-sound/gst123/gst123-0.3.3-r1.ebuild
deleted file mode 100644
index f4ec43f..0000000
--- a/media-sound/gst123/gst123-0.3.3-r1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit eutils autotools
-
-DESCRIPTION="A more flexible command line player in the spirit of ogg123 and mpg123, based on gstreamer"
-HOMEPAGE="http://space.twc.de/~stefan/gst123.php"
-SRC_URI="http://space.twc.de/~stefan/gst123/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-CDEPEND="dev-libs/glib
- media-libs/gst-plugins-base:1.0
- media-libs/gstreamer:1.0
- sys-libs/ncurses
- x11-libs/gtk+:2
- x11-libs/libX11"
-RDEPEND="${CDEPEND}
- media-plugins/gst-plugins-meta:1.0"
-DEPEND="${CDEPEND}
- virtual/pkgconfig"
-
-src_prepare() {
- epatch "$FILESDIR"/configure.ac.patch
- eautoreconf
-}
diff --git a/media-sound/gst123/gst123-0.3.3.ebuild b/media-sound/gst123/gst123-0.3.3.ebuild
deleted file mode 100644
index 0895e33..0000000
--- a/media-sound/gst123/gst123-0.3.3.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-DESCRIPTION="A more flexible command line player in the spirit of ogg123 and mpg123, based on gstreamer"
-HOMEPAGE="http://space.twc.de/~stefan/gst123.php"
-SRC_URI="http://space.twc.de/~stefan/gst123/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-CDEPEND="dev-libs/glib
- media-libs/gst-plugins-base:1.0
- media-libs/gstreamer:1.0
- sys-libs/ncurses
- x11-libs/gtk+:2
- x11-libs/libX11"
-RDEPEND="${CDEPEND}
- media-plugins/gst-plugins-meta:1.0"
-DEPEND="${CDEPEND}
- virtual/pkgconfig"
reply other threads:[~2016-06-19 4:55 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=1466312032.84e186e9d14b91021897011ea556ed129f2cbcdc.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