summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Mende <angelos@gentoo.org>2008-03-20 21:51:47 +0000
committerChristoph Mende <angelos@gentoo.org>2008-03-20 21:51:47 +0000
commitc11479153347df1f9eead3da5304606ee3d4f24c (patch)
tree5fed6cca15d92b6b07019dc2a1bbcf274961dcd5 /media-plugins/gmpc-stopbutton
parentold (diff)
downloadhistorical-c11479153347df1f9eead3da5304606ee3d4f24c.tar.gz
historical-c11479153347df1f9eead3da5304606ee3d4f24c.tar.bz2
historical-c11479153347df1f9eead3da5304606ee3d4f24c.zip
Remove old
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'media-plugins/gmpc-stopbutton')
-rw-r--r--media-plugins/gmpc-stopbutton/ChangeLog6
-rw-r--r--media-plugins/gmpc-stopbutton/gmpc-stopbutton-0.14.0.ebuild26
-rw-r--r--media-plugins/gmpc-stopbutton/gmpc-stopbutton-0.15.0.ebuild28
3 files changed, 5 insertions, 55 deletions
diff --git a/media-plugins/gmpc-stopbutton/ChangeLog b/media-plugins/gmpc-stopbutton/ChangeLog
index 29904a19869b..bfe286ec780b 100644
--- a/media-plugins/gmpc-stopbutton/ChangeLog
+++ b/media-plugins/gmpc-stopbutton/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-plugins/gmpc-stopbutton
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/gmpc-stopbutton/ChangeLog,v 1.10 2008/03/17 14:46:20 fmccor Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/gmpc-stopbutton/ChangeLog,v 1.11 2008/03/20 21:51:47 angelos Exp $
+
+ 20 Mar 2008; Christoph Mende <angelos@gentoo.org>
+ -gmpc-stopbutton-0.14.0.ebuild, -gmpc-stopbutton-0.15.0.ebuild:
+ Remove old
17 Mar 2008; Ferris McCormick <fmccor@gentoo.org>
gmpc-stopbutton-0.15.5.0.ebuild:
diff --git a/media-plugins/gmpc-stopbutton/gmpc-stopbutton-0.14.0.ebuild b/media-plugins/gmpc-stopbutton/gmpc-stopbutton-0.14.0.ebuild
deleted file mode 100644
index 5530e2ffafc6..000000000000
--- a/media-plugins/gmpc-stopbutton/gmpc-stopbutton-0.14.0.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/gmpc-stopbutton/gmpc-stopbutton-0.14.0.ebuild,v 1.4 2007/05/31 01:57:26 dang Exp $
-
-DESCRIPTION="This plugin adds a stop button to the controls in the main window."
-HOMEPAGE="http://sarine.nl/gmpc-plugins-stopbutton"
-SRC_URI="http://download.sarine.nl/gmpc-${PV}/plugins/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~sparc ~x86"
-IUSE=""
-
-DEPEND=">=media-sound/gmpc-${PV}
- dev-libs/libxml2"
-
-src_compile ()
-{
- econf || die
- emake || die
-}
-
-src_install ()
-{
- make DESTDIR="${D}" install || die
-}
diff --git a/media-plugins/gmpc-stopbutton/gmpc-stopbutton-0.15.0.ebuild b/media-plugins/gmpc-stopbutton/gmpc-stopbutton-0.15.0.ebuild
deleted file mode 100644
index 322c07161abd..000000000000
--- a/media-plugins/gmpc-stopbutton/gmpc-stopbutton-0.15.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/gmpc-stopbutton/gmpc-stopbutton-0.15.0.ebuild,v 1.3 2008/01/17 16:25:00 flameeyes Exp $
-
-DESCRIPTION="This plugin adds a stop button to the controls in the main window."
-HOMEPAGE="http://sarine.nl/gmpc-plugins-stopbutton"
-SRC_URI="http://download.sarine.nl/gmpc-${PV}/plugins/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 sparc ~x86"
-IUSE=""
-
-RDEPEND=">=media-sound/gmpc-${PV}
- dev-libs/libxml2"
-DEPEND="${RDEPEND}
- dev-util/pkgconfig"
-
-src_compile ()
-{
- econf || die
- emake || die
-}
-
-src_install ()
-{
- make DESTDIR="${D}" install || die
-}