diff options
author | Andrej Kacian <ticho@gentoo.org> | 2005-10-25 07:03:52 +0000 |
---|---|---|
committer | Andrej Kacian <ticho@gentoo.org> | 2005-10-25 07:03:52 +0000 |
commit | e652a282a800ad5efc2ff33cf775ed656e471561 (patch) | |
tree | 6918c1512a9987f59f536d7c4ab8074b2fb7c546 /media-sound/gmpc | |
parent | Stable on x86 - a dependency of >=media-sound/gmpc-0.12.0. (diff) | |
download | gentoo-2-e652a282a800ad5efc2ff33cf775ed656e471561.tar.gz gentoo-2-e652a282a800ad5efc2ff33cf775ed656e471561.tar.bz2 gentoo-2-e652a282a800ad5efc2ff33cf775ed656e471561.zip |
0.12.0-r1 stable on x86. Removed 0.12.0.
(Portage version: 2.0.53_rc5)
Diffstat (limited to 'media-sound/gmpc')
-rw-r--r-- | media-sound/gmpc/ChangeLog | 6 | ||||
-rw-r--r-- | media-sound/gmpc/files/digest-gmpc-0.12.0 | 1 | ||||
-rw-r--r-- | media-sound/gmpc/gmpc-0.12.0-r1.ebuild | 4 | ||||
-rw-r--r-- | media-sound/gmpc/gmpc-0.12.0.ebuild | 24 |
4 files changed, 7 insertions, 28 deletions
diff --git a/media-sound/gmpc/ChangeLog b/media-sound/gmpc/ChangeLog index 5b82a112df3c..e66565a27bc0 100644 --- a/media-sound/gmpc/ChangeLog +++ b/media-sound/gmpc/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-sound/gmpc # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/gmpc/ChangeLog,v 1.12 2005/08/24 21:53:30 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/gmpc/ChangeLog,v 1.13 2005/10/25 07:03:52 ticho Exp $ + + 25 Oct 2005; Andrej Kacian <ticho@gentoo.org> -gmpc-0.12.0.ebuild, + gmpc-0.12.0-r1.ebuild: + 0.12.0-r1 stable on x86. Removed 0.12.0. 24 Aug 2005; Gustavo Zacarias <gustavoz@gentoo.org> gmpc-0.12.0-r1.ebuild: ~sparc wrt #103486 diff --git a/media-sound/gmpc/files/digest-gmpc-0.12.0 b/media-sound/gmpc/files/digest-gmpc-0.12.0 deleted file mode 100644 index f0440e855d6f..000000000000 --- a/media-sound/gmpc/files/digest-gmpc-0.12.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 baa14277405f4e99a7ad90cf82ef20ca gmpc-0.12.0.tar.gz 452390 diff --git a/media-sound/gmpc/gmpc-0.12.0-r1.ebuild b/media-sound/gmpc/gmpc-0.12.0-r1.ebuild index bfc8648018b2..08bcd6418211 100644 --- a/media-sound/gmpc/gmpc-0.12.0-r1.ebuild +++ b/media-sound/gmpc/gmpc-0.12.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/gmpc/gmpc-0.12.0-r1.ebuild,v 1.5 2005/08/24 21:53:30 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/gmpc/gmpc-0.12.0-r1.ebuild,v 1.6 2005/10/25 07:03:52 ticho Exp $ IUSE="gnome" @@ -8,7 +8,7 @@ DESCRIPTION="A Gnome client for the Music Player Daemon." HOMEPAGE="http://etomite.qballcow.nl/qgmpc-0.12.html" SRC_URI="http://download.qballcow.nl/programs/${PN}/${P}.tar.gz" -KEYWORDS="~amd64 ~ppc ~sparc ~x86" +KEYWORDS="~amd64 ~ppc ~sparc x86" SLOT="0" LICENSE="GPL-2" diff --git a/media-sound/gmpc/gmpc-0.12.0.ebuild b/media-sound/gmpc/gmpc-0.12.0.ebuild deleted file mode 100644 index f4d31fbb39df..000000000000 --- a/media-sound/gmpc/gmpc-0.12.0.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/gmpc/gmpc-0.12.0.ebuild,v 1.2 2005/08/23 20:37:51 pylon Exp $ - -IUSE="" - -inherit gnome2 - -DESCRIPTION="A Gnome client for the Music Player Daemon." -HOMEPAGE="http://etomite.qballcow.nl/qgmpc-0.12.html" -SRC_URI="http://download.qballcow.nl/programs/${PN}/${P}.tar.gz" - -KEYWORDS="~ppc ~x86" -SLOT="0" -LICENSE="GPL-2" - -DEPEND=">=x11-libs/gtk+-2.4 - >=gnome-base/libglade-2.3 - >=gnome-base/gnome-vfs-2.6 - dev-perl/XML-Parser - =media-libs/libmpd-0.01" - -DOCS="AUTHORS ChangeLog NEWS README" - |