summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDon Seiler <rizzo@gentoo.org>2004-06-26 02:27:38 +0000
committerDon Seiler <rizzo@gentoo.org>2004-06-26 02:27:38 +0000
commitdfc0f01157aa2a844f6b142bc0b774f17df7e1e6 (patch)
tree9d4662aa6b5ae580086347b9449b1250bd95b701
parentVersion bump (diff)
downloadhistorical-dfc0f01157aa2a844f6b142bc0b774f17df7e1e6.tar.gz
historical-dfc0f01157aa2a844f6b142bc0b774f17df7e1e6.tar.bz2
historical-dfc0f01157aa2a844f6b142bc0b774f17df7e1e6.zip
Version bump
-rw-r--r--x11-plugins/gaim-xmms-remote/ChangeLog7
-rw-r--r--x11-plugins/gaim-xmms-remote/Manifest4
-rw-r--r--x11-plugins/gaim-xmms-remote/files/digest-gaim-xmms-remote-1.31
-rw-r--r--x11-plugins/gaim-xmms-remote/gaim-xmms-remote-1.3.ebuild23
4 files changed, 33 insertions, 2 deletions
diff --git a/x11-plugins/gaim-xmms-remote/ChangeLog b/x11-plugins/gaim-xmms-remote/ChangeLog
index 38f343b071ff..ba58b974c525 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.7 2004/06/24 22:52:22 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gaim-xmms-remote/ChangeLog,v 1.8 2004/06/26 02:27:38 rizzo Exp $
+
+*gaim-xmms-remote-1.3 (25 Jun 2004)
+
+ 25 Jun 2004; Don Seiler <rizzo@gentoo.org> +gaim-xmms-remote-1.3.ebuild:
+ Version bump
20 Jun 2004; Ian Leitch <port001@gentoo.org> gaim-xmms-remote-1.0.ebuild,
gaim-xmms-remote-1.1.ebuild, gaim-xmms-remote-1.2.ebuild:
diff --git a/x11-plugins/gaim-xmms-remote/Manifest b/x11-plugins/gaim-xmms-remote/Manifest
index d7b6d3ed3c12..3fc9f04ddc93 100644
--- a/x11-plugins/gaim-xmms-remote/Manifest
+++ b/x11-plugins/gaim-xmms-remote/Manifest
@@ -1,8 +1,10 @@
MD5 2380af71f2e962b2cd2d02f16d7f45ca gaim-xmms-remote-1.1.ebuild 851
+MD5 53b243db4c270022a6efe6fa6d4d08db gaim-xmms-remote-1.3.ebuild 713
MD5 1a5c5fe7c62b84a2f7ec554cabf60ba4 gaim-xmms-remote-1.0.ebuild 852
-MD5 0e859cf17c0b2412c1c5bf8b707869d9 ChangeLog 1013
+MD5 d787a761c27836ec043ccfb1d3806d17 ChangeLog 1138
MD5 b5b9168d92dfa4a05c5ed2db496b75aa gaim-xmms-remote-1.2.ebuild 852
MD5 dc59d3fab14b084056bc1b0faec90778 metadata.xml 574
MD5 d59f874a4e1790cff7ae95e5a559caf4 files/digest-gaim-xmms-remote-1.0 72
MD5 220ed0eeb87bafcaffad5381c086836d files/digest-gaim-xmms-remote-1.1 72
MD5 f0be5ebd72ce98cc94804448fcec0819 files/digest-gaim-xmms-remote-1.2 72
+MD5 5cb9b7f475334a6ae91c2f12878e15ee files/digest-gaim-xmms-remote-1.3 72
diff --git a/x11-plugins/gaim-xmms-remote/files/digest-gaim-xmms-remote-1.3 b/x11-plugins/gaim-xmms-remote/files/digest-gaim-xmms-remote-1.3
new file mode 100644
index 000000000000..e936974d2a1a
--- /dev/null
+++ b/x11-plugins/gaim-xmms-remote/files/digest-gaim-xmms-remote-1.3
@@ -0,0 +1 @@
+MD5 669ccb71191c7d56f4d5dbf7f2294dee gaim-xmms-remote-1.3.tar.gz 304945
diff --git a/x11-plugins/gaim-xmms-remote/gaim-xmms-remote-1.3.ebuild b/x11-plugins/gaim-xmms-remote/gaim-xmms-remote-1.3.ebuild
new file mode 100644
index 000000000000..7edc9a24b18a
--- /dev/null
+++ b/x11-plugins/gaim-xmms-remote/gaim-xmms-remote-1.3.ebuild
@@ -0,0 +1,23 @@
+# 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.3.ebuild,v 1.1 2004/06/26 02:27:38 rizzo Exp $
+
+use debug && inherit debug
+
+DESCRIPTION="Gaim XMMS Remote is a Gaim plugin that lets you 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"
+IUSE="debug"
+
+DEPEND="~net-im/gaim-0.79
+ media-sound/xmms"
+#RDEPEND=""
+
+src_install() {
+ make DESTDIR=${D} install || die
+ dodoc AUTHORS COPYING ChangeLog INSTALL NEWS README VERSION
+}