diff options
author | Tim Harder <radhermit@gentoo.org> | 2012-06-25 03:56:12 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2012-06-25 03:56:12 +0000 |
commit | e09e1ad153770208b784a808c3cec365bed7227c (patch) | |
tree | d1ade70e4bf5c8e2edba9afa1b5ae00f98ce1a79 /media-sound/gst123 | |
parent | Version bump with bugfixes and binding updates. (diff) | |
download | gentoo-2-e09e1ad153770208b784a808c3cec365bed7227c.tar.gz gentoo-2-e09e1ad153770208b784a808c3cec365bed7227c.tar.bz2 gentoo-2-e09e1ad153770208b784a808c3cec365bed7227c.zip |
Remove old.
(Portage version: 2.2.0_alpha112/cvs/Linux x86_64)
Diffstat (limited to 'media-sound/gst123')
-rw-r--r-- | media-sound/gst123/ChangeLog | 5 | ||||
-rw-r--r-- | media-sound/gst123/gst123-0.3.0.ebuild | 25 |
2 files changed, 4 insertions, 26 deletions
diff --git a/media-sound/gst123/ChangeLog b/media-sound/gst123/ChangeLog index 5f4b3ee96b3d..d388e69b69ff 100644 --- a/media-sound/gst123/ChangeLog +++ b/media-sound/gst123/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-sound/gst123 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/gst123/ChangeLog,v 1.5 2012/05/05 08:27:50 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/gst123/ChangeLog,v 1.6 2012/06/25 03:56:12 radhermit Exp $ + + 25 Jun 2012; Tim Harder <radhermit@gentoo.org> -gst123-0.3.0.ebuild: + Remove old. 05 May 2012; Michał Górny <mgorny@gentoo.org> gst123-0.3.0.ebuild, gst123-0.3.1.ebuild: diff --git a/media-sound/gst123/gst123-0.3.0.ebuild b/media-sound/gst123/gst123-0.3.0.ebuild deleted file mode 100644 index 12500038211d..000000000000 --- a/media-sound/gst123/gst123-0.3.0.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/gst123/gst123-0.3.0.ebuild,v 1.2 2012/05/05 08:27:50 mgorny Exp $ - -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" |