summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDon Seiler <rizzo@gentoo.org>2004-10-29 20:08:59 +0000
committerDon Seiler <rizzo@gentoo.org>2004-10-29 20:08:59 +0000
commitf9607b8015f694f74acec7e5ed1308e7f890f197 (patch)
tree9da29b49678a0a8af905c477a868eb651d98e84d /x11-plugins/gaim-xmms-remote
parentAdded an einfo about sample-configs. Closes #69415. (Manifest recommit) (diff)
downloadgentoo-2-f9607b8015f694f74acec7e5ed1308e7f890f197.tar.gz
gentoo-2-f9607b8015f694f74acec7e5ed1308e7f890f197.tar.bz2
gentoo-2-f9607b8015f694f74acec7e5ed1308e7f890f197.zip
Version bump
Diffstat (limited to 'x11-plugins/gaim-xmms-remote')
-rw-r--r--x11-plugins/gaim-xmms-remote/ChangeLog7
-rw-r--r--x11-plugins/gaim-xmms-remote/Manifest2
-rw-r--r--x11-plugins/gaim-xmms-remote/files/digest-gaim-xmms-remote-1.81
-rw-r--r--x11-plugins/gaim-xmms-remote/gaim-xmms-remote-1.8.ebuild22
4 files changed, 31 insertions, 1 deletions
diff --git a/x11-plugins/gaim-xmms-remote/ChangeLog b/x11-plugins/gaim-xmms-remote/ChangeLog
index bc22be2b489f..85a91b32c520 100644
--- a/x11-plugins/gaim-xmms-remote/ChangeLog
+++ b/x11-plugins/gaim-xmms-remote/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for x11-plugins/gaim-xmms-remote
# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gaim-xmms-remote/ChangeLog,v 1.22 2004/10/21 15:48:38 rizzo Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gaim-xmms-remote/ChangeLog,v 1.23 2004/10/29 20:08:58 rizzo Exp $
+
+*gaim-xmms-remote-1.8 (29 Oct 2004)
+
+ 29 Oct 2004; Don Seiler <rizzo@gentoo.org> +gaim-xmms-remote-1.8.ebuild:
+ Version bump
21 Oct 2004; Don Seiler <rizzo@gentoo.org> -gaim-xmms-remote-1.5.ebuild,
-gaim-xmms-remote-1.6.ebuild, gaim-xmms-remote-1.7.ebuild:
diff --git a/x11-plugins/gaim-xmms-remote/Manifest b/x11-plugins/gaim-xmms-remote/Manifest
index 74651e167b06..2e32470124c0 100644
--- a/x11-plugins/gaim-xmms-remote/Manifest
+++ b/x11-plugins/gaim-xmms-remote/Manifest
@@ -1,4 +1,6 @@
MD5 5196caec093bea046bff535bedd2a234 ChangeLog 3200
+MD5 a170220ed14fb0dde894b97364528f5e gaim-xmms-remote-1.8.ebuild 641
MD5 9a401f93c6c5595dde24fabcf9d0c4e2 gaim-xmms-remote-1.7.ebuild 639
MD5 dc59d3fab14b084056bc1b0faec90778 metadata.xml 574
+MD5 902a47c1dce6fa00ed5442157cab4d96 files/digest-gaim-xmms-remote-1.8 72
MD5 0a550e0b47217c963140043369d2c6c5 files/digest-gaim-xmms-remote-1.7 72
diff --git a/x11-plugins/gaim-xmms-remote/files/digest-gaim-xmms-remote-1.8 b/x11-plugins/gaim-xmms-remote/files/digest-gaim-xmms-remote-1.8
new file mode 100644
index 000000000000..e51b61da81a4
--- /dev/null
+++ b/x11-plugins/gaim-xmms-remote/files/digest-gaim-xmms-remote-1.8
@@ -0,0 +1 @@
+MD5 87e73c821f61ff3859d191cb77358128 gaim-xmms-remote-1.8.tar.gz 313277
diff --git a/x11-plugins/gaim-xmms-remote/gaim-xmms-remote-1.8.ebuild b/x11-plugins/gaim-xmms-remote/gaim-xmms-remote-1.8.ebuild
new file mode 100644
index 000000000000..49e08634aab2
--- /dev/null
+++ b/x11-plugins/gaim-xmms-remote/gaim-xmms-remote-1.8.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gaim-xmms-remote/gaim-xmms-remote-1.8.ebuild,v 1.1 2004/10/29 20:08:59 rizzo Exp $
+
+inherit debug
+
+DESCRIPTION="control XMMS from within Gaim"
+HOMEPAGE="http://guifications.sourceforge.net/Gaim-XMMS-Remote/"
+SRC_URI="mirror://sourceforge/guifications/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86 ~ppc ~sparc ~amd64"
+IUSE=""
+
+DEPEND=">=net-im/gaim-1.0.0
+ media-sound/xmms"
+
+src_install() {
+ make DESTDIR=${D} install || die
+ dodoc AUTHORS ChangeLog INSTALL NEWS README VERSION
+}