summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrej Kacian <ticho@gentoo.org>2004-09-06 20:51:44 +0000
committerAndrej Kacian <ticho@gentoo.org>2004-09-06 20:51:44 +0000
commit2ef8628c930283391570f2d736cc872a8db89bd3 (patch)
tree78720e16332d4775afd959fecf28d152c4a663a1 /media-sound/glurp
parentSwitch to use epause and ebeep, bug #62950. Fix header lines. (Manifest recom... (diff)
downloadgentoo-2-2ef8628c930283391570f2d736cc872a8db89bd3.tar.gz
gentoo-2-2ef8628c930283391570f2d736cc872a8db89bd3.tar.bz2
gentoo-2-2ef8628c930283391570f2d736cc872a8db89bd3.zip
Version bump to 0.11.3.
Diffstat (limited to 'media-sound/glurp')
-rw-r--r--media-sound/glurp/ChangeLog7
-rw-r--r--media-sound/glurp/Manifest14
-rw-r--r--media-sound/glurp/files/digest-glurp-0.11.31
-rw-r--r--media-sound/glurp/glurp-0.11.3.ebuild24
4 files changed, 34 insertions, 12 deletions
diff --git a/media-sound/glurp/ChangeLog b/media-sound/glurp/ChangeLog
index 43ef2994108a..24823fb08028 100644
--- a/media-sound/glurp/ChangeLog
+++ b/media-sound/glurp/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for media-sound/glurp
# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/glurp/ChangeLog,v 1.4 2004/09/03 20:38:15 slarti Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/glurp/ChangeLog,v 1.5 2004/09/06 20:51:44 ticho Exp $
+
+*glurp-0.11.3 (06 Sep 2004)
+
+ 06 Sep 2004; Andrej Kacian <ticho@gentoo.org> +glurp-0.11.3.ebuild:
+ Version bump.
03 Sep 2004; Tom Martin <slarti@gentoo.org> glurp-0.11.2.ebuild:
Marked ~amd64.
diff --git a/media-sound/glurp/Manifest b/media-sound/glurp/Manifest
index 3641a1cffdcc..cd14ffa3a2bd 100644
--- a/media-sound/glurp/Manifest
+++ b/media-sound/glurp/Manifest
@@ -1,14 +1,6 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
+MD5 f6b6c35ee50d3fb23979c52d6ef442fd glurp-0.11.3.ebuild 581
MD5 3ef0e0806d1016c4d3fea703966e97de glurp-0.11.2.ebuild 680
-MD5 5900902ad1a5e0d75af40227723e395b ChangeLog 685
+MD5 c15bb9282ee87af22db181f6fa76ab98 ChangeLog 801
MD5 39ca3cc9726f35001924ecf3baea20d1 metadata.xml 219
MD5 ac9e071393589dec888716d4cdb12d81 files/digest-glurp-0.11.2 63
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.2.6 (GNU/Linux)
-
-iD8DBQFBONZ+CHk4+ZoBpvsRAuHfAJ9fUbQeFiBV6XrcBCJPs22tL7a71ACfSXRJ
-9yBUX9bicBTX11b2Z10GN9Y=
-=zHAg
------END PGP SIGNATURE-----
+MD5 e89720d903388dd91903baea27dd2aa3 files/digest-glurp-0.11.3 63
diff --git a/media-sound/glurp/files/digest-glurp-0.11.3 b/media-sound/glurp/files/digest-glurp-0.11.3
new file mode 100644
index 000000000000..4da25d053ca2
--- /dev/null
+++ b/media-sound/glurp/files/digest-glurp-0.11.3
@@ -0,0 +1 @@
+MD5 cffb7c11906b71a54d4cd8e9d4bd043c glurp-0.11.3.tar.gz 88766
diff --git a/media-sound/glurp/glurp-0.11.3.ebuild b/media-sound/glurp/glurp-0.11.3.ebuild
new file mode 100644
index 000000000000..2699d75b9c56
--- /dev/null
+++ b/media-sound/glurp/glurp-0.11.3.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/glurp/glurp-0.11.3.ebuild,v 1.1 2004/09/06 20:51:44 ticho Exp $
+
+DESCRIPTION="Glurp is a GTK2 based graphical client for the Music Player Daemon"
+HOMEPAGE="http://sourceforge.net/projects/glurp/"
+SRC_URI="mirror://sourceforge/glurp/${P}.tar.gz"
+LICENSE="GPL-2"
+
+SLOT="0"
+KEYWORDS="~x86 ~ppc ~amd64"
+IUSE="debug"
+DEPEND=">=x11-libs/gtk+-2.4.0
+ >=gnome-base/libglade-2.3.6"
+
+src_compile() {
+ econf $(use_enable debug) || die
+ emake || die
+}
+
+src_install() {
+ make DESTDIR=${D} install || die
+ dodoc AUTHORS COPYING ChangeLog
+}