summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Mende <angelos@gentoo.org>2009-01-04 00:02:05 +0000
committerChristoph Mende <angelos@gentoo.org>2009-01-04 00:02:05 +0000
commit14b34344b72eae6e47b51b78663ee0f50b4f27b3 (patch)
tree8fc163e74752a4211d244e1b289c959c99cfd844 /media-plugins/gmpc-autoplaylist
parentCleaned up (diff)
downloadgentoo-2-14b34344b72eae6e47b51b78663ee0f50b4f27b3.tar.gz
gentoo-2-14b34344b72eae6e47b51b78663ee0f50b4f27b3.tar.bz2
gentoo-2-14b34344b72eae6e47b51b78663ee0f50b4f27b3.zip
Cleaned up too fast, this version was supposed to stay
(Portage version: 2.2_rc20/cvs/Linux 2.6.28 x86_64, RepoMan options: --force)
Diffstat (limited to 'media-plugins/gmpc-autoplaylist')
-rw-r--r--media-plugins/gmpc-autoplaylist/ChangeLog6
-rw-r--r--media-plugins/gmpc-autoplaylist/gmpc-autoplaylist-0.15.5.0.ebuild21
2 files changed, 26 insertions, 1 deletions
diff --git a/media-plugins/gmpc-autoplaylist/ChangeLog b/media-plugins/gmpc-autoplaylist/ChangeLog
index 1974253f7322..f312e54984a9 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-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 $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/gmpc-autoplaylist/ChangeLog,v 1.15 2009/01/04 00:02:05 angelos Exp $
+
+ 04 Jan 2009; Christoph Mende <angelos@gentoo.org>
+ +gmpc-autoplaylist-0.15.5.0.ebuild:
+ Cleaned up too fast, this version was supposed to stay
03 Jan 2009; Christoph Mende <angelos@gentoo.org>
-gmpc-autoplaylist-0.15.5.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
new file mode 100644
index 000000000000..9f77ba243813
--- /dev/null
+++ b/media-plugins/gmpc-autoplaylist/gmpc-autoplaylist-0.15.5.0.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2009 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.7 2009/01/04 00:02:05 angelos 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
+}