summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrej Kacian <ticho@gentoo.org>2007-05-21 13:15:04 +0000
committerAndrej Kacian <ticho@gentoo.org>2007-05-21 13:15:04 +0000
commite1bed98bc34f74b97bf40a678fa595fbb574beda (patch)
treeb8317647bc5f810f62b157479767b62f43481dd9 /media-sound/gmpc
parentVersion bump for new gmpc. (diff)
downloadgentoo-2-e1bed98bc34f74b97bf40a678fa595fbb574beda.tar.gz
gentoo-2-e1bed98bc34f74b97bf40a678fa595fbb574beda.tar.bz2
gentoo-2-e1bed98bc34f74b97bf40a678fa595fbb574beda.zip
Version bump.
(Portage version: 2.1.2.7)
Diffstat (limited to 'media-sound/gmpc')
-rw-r--r--media-sound/gmpc/ChangeLog7
-rw-r--r--media-sound/gmpc/files/digest-gmpc-0.15.03
-rw-r--r--media-sound/gmpc/gmpc-0.15.0.ebuild36
3 files changed, 45 insertions, 1 deletions
diff --git a/media-sound/gmpc/ChangeLog b/media-sound/gmpc/ChangeLog
index ad0d88dee73c..9b086a099f5a 100644
--- a/media-sound/gmpc/ChangeLog
+++ b/media-sound/gmpc/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for media-sound/gmpc
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/gmpc/ChangeLog,v 1.29 2007/04/18 18:25:40 ticho Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/gmpc/ChangeLog,v 1.30 2007/05/21 13:15:04 ticho Exp $
+
+*gmpc-0.15.0 (21 May 2007)
+
+ 21 May 2007; Andrej Kacian <ticho@gentoo.org> +gmpc-0.15.0.ebuild:
+ Version bump.
18 Apr 2007; Andrej Kacian <ticho@gentoo.org> -gmpc-0.12.0-r1.ebuild,
-gmpc-0.13.0.ebuild:
diff --git a/media-sound/gmpc/files/digest-gmpc-0.15.0 b/media-sound/gmpc/files/digest-gmpc-0.15.0
new file mode 100644
index 000000000000..3ee9e1ae2a56
--- /dev/null
+++ b/media-sound/gmpc/files/digest-gmpc-0.15.0
@@ -0,0 +1,3 @@
+MD5 00fc95f8f67a2d9c7b7d3bf58299148c gmpc-0.15.0.tar.gz 764372
+RMD160 0c7c3cdacabc8f55a631e9d45209e37bd0e21f18 gmpc-0.15.0.tar.gz 764372
+SHA256 4d0da17757e01ec66dfaa92966344db701195f5e191bdd58420070273380804e gmpc-0.15.0.tar.gz 764372
diff --git a/media-sound/gmpc/gmpc-0.15.0.ebuild b/media-sound/gmpc/gmpc-0.15.0.ebuild
new file mode 100644
index 000000000000..9c227d4716c6
--- /dev/null
+++ b/media-sound/gmpc/gmpc-0.15.0.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/gmpc/gmpc-0.15.0.ebuild,v 1.1 2007/05/21 13:15:04 ticho Exp $
+
+IUSE="gnome session"
+
+DESCRIPTION="A Gnome client for the Music Player Daemon."
+HOMEPAGE="http://sarine.nl/gmpc"
+SRC_URI="http://download.sarine.nl/${P}/${P}.tar.gz"
+
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+SLOT="0"
+LICENSE="GPL-2"
+
+RDEPEND=">=x11-libs/gtk+-2.8
+ >=dev-libs/glib-2.10
+ >=gnome-base/libglade-2.3
+ gnome? ( >=gnome-base/gnome-vfs-2.6 )
+ session? ( x11-libs/libSM )
+ dev-perl/XML-Parser
+ >=media-libs/libmpd-0.14.0
+ net-misc/curl"
+DEPEND="${RDEPEND}
+ dev-util/pkgconfig"
+
+src_compile() {
+ econf $(use_enable session sm) || die "configure failed"
+ emake || die "make failed"
+}
+
+src_install() {
+ make DESTDIR=${D} install || die "make install failed"
+}
+
+DOCS="AUTHORS ChangeLog NEWS README"
+