summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Mende <angelos@gentoo.org>2009-01-04 00:00:12 +0000
committerChristoph Mende <angelos@gentoo.org>2009-01-04 00:00:12 +0000
commit04a8069d3abdfda64a81867ade1e1a8430fa1432 (patch)
tree38b83c3cf0791a0f801840119845064bba14f283 /media-plugins
parentClean up old revisions. (diff)
downloadgentoo-2-04a8069d3abdfda64a81867ade1e1a8430fa1432.tar.gz
gentoo-2-04a8069d3abdfda64a81867ade1e1a8430fa1432.tar.bz2
gentoo-2-04a8069d3abdfda64a81867ade1e1a8430fa1432.zip
Cleaned up
(Portage version: 2.2_rc20/cvs/Linux 2.6.28 x86_64)
Diffstat (limited to 'media-plugins')
-rw-r--r--media-plugins/gmpc-autoplaylist/ChangeLog8
-rw-r--r--media-plugins/gmpc-autoplaylist/gmpc-autoplaylist-0.15.5.0.ebuild21
2 files changed, 6 insertions, 23 deletions
diff --git a/media-plugins/gmpc-autoplaylist/ChangeLog b/media-plugins/gmpc-autoplaylist/ChangeLog
index ca00b1ad2e79..1974253f7322 100644
--- a/media-plugins/gmpc-autoplaylist/ChangeLog
+++ b/media-plugins/gmpc-autoplaylist/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-plugins/gmpc-autoplaylist
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/gmpc-autoplaylist/ChangeLog,v 1.13 2008/03/20 21:38:50 angelos Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/gmpc-autoplaylist/ChangeLog,v 1.14 2009/01/04 00:00:12 angelos Exp $
+
+ 03 Jan 2009; Christoph Mende <angelos@gentoo.org>
+ -gmpc-autoplaylist-0.15.5.0.ebuild:
+ Cleaned up
20 Mar 2008; Christoph Mende <angelos@gentoo.org>
-gmpc-autoplaylist-0.14.0.ebuild, -gmpc-autoplaylist-0.15.0.ebuild:
diff --git a/media-plugins/gmpc-autoplaylist/gmpc-autoplaylist-0.15.5.0.ebuild b/media-plugins/gmpc-autoplaylist/gmpc-autoplaylist-0.15.5.0.ebuild
deleted file mode 100644
index da7d1d3a82d3..000000000000
--- a/media-plugins/gmpc-autoplaylist/gmpc-autoplaylist-0.15.5.0.ebuild
+++ /dev/null
@@ -1,21 +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-autoplaylist/gmpc-autoplaylist-0.15.5.0.ebuild,v 1.5 2008/03/17 14:43:29 fmccor Exp $
-
-DESCRIPTION="This plugin allows you to generate a playlist based on a set of rules"
-HOMEPAGE="http://sarine.nl/gmpc-plugins-autoplaylist"
-SRC_URI="http://download.sarine.nl/gmpc-0.15.5/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc sparc x86"
-IUSE=""
-
-RDEPEND=">=media-sound/gmpc-${PV}
- dev-libs/libxml2"
-DEPEND="${RDEPEND}
- dev-util/pkgconfig"
-
-src_install () {
- emake DESTDIR="${D}" install || die
-}