diff options
author | Don Seiler <rizzo@gentoo.org> | 2004-09-18 15:04:27 +0000 |
---|---|---|
committer | Don Seiler <rizzo@gentoo.org> | 2004-09-18 15:04:27 +0000 |
commit | c3647bf68e34cbb92cbcfafe26735244c9a117ee (patch) | |
tree | 4244d456aa0c08133a3d6df70cddbc303fa6a7c0 /x11-plugins | |
parent | Marked 0.43-r3 stable on x86. (Manifest recommit) (diff) | |
download | gentoo-2-c3647bf68e34cbb92cbcfafe26735244c9a117ee.tar.gz gentoo-2-c3647bf68e34cbb92cbcfafe26735244c9a117ee.tar.bz2 gentoo-2-c3647bf68e34cbb92cbcfafe26735244c9a117ee.zip |
Version bump
Diffstat (limited to 'x11-plugins')
4 files changed, 31 insertions, 1 deletions
diff --git a/x11-plugins/gaim-xmms-remote/ChangeLog b/x11-plugins/gaim-xmms-remote/ChangeLog index d87e2431c95c..0573833753f9 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.19 2004/09/09 15:08:29 rizzo Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gaim-xmms-remote/ChangeLog,v 1.20 2004/09/18 15:00:33 rizzo Exp $ + +*gaim-xmms-remote-1.7 (18 Sep 2004) + + 18 Sep 2004; Don Seiler <rizzo@gentoo.org> +gaim-xmms-remote-1.7.ebuild: + Version bump *gaim-xmms-remote-1.6 (09 Sep 2004) diff --git a/x11-plugins/gaim-xmms-remote/Manifest b/x11-plugins/gaim-xmms-remote/Manifest index 1af4da34ce41..f2c30a8ef847 100644 --- a/x11-plugins/gaim-xmms-remote/Manifest +++ b/x11-plugins/gaim-xmms-remote/Manifest @@ -1,6 +1,8 @@ MD5 488a8c88b37cadaf0b71e43db6315bc7 ChangeLog 2771 MD5 6d203602ab9df89e6d35279ac353c11b gaim-xmms-remote-1.6.ebuild 662 +MD5 dea8ef3aa6eb30384bc836d1ecffaa34 gaim-xmms-remote-1.7.ebuild 641 MD5 dc59d3fab14b084056bc1b0faec90778 metadata.xml 574 MD5 46e9cbefa86b402d2ec3b85bf27e6c19 gaim-xmms-remote-1.5.ebuild 658 MD5 901f9f764c58dd1631fe4e6b456251b7 files/digest-gaim-xmms-remote-1.6 72 +MD5 0a550e0b47217c963140043369d2c6c5 files/digest-gaim-xmms-remote-1.7 72 MD5 28e73e0d886d9531795f1afb1ea45b7e files/digest-gaim-xmms-remote-1.5 72 diff --git a/x11-plugins/gaim-xmms-remote/files/digest-gaim-xmms-remote-1.7 b/x11-plugins/gaim-xmms-remote/files/digest-gaim-xmms-remote-1.7 new file mode 100644 index 000000000000..95b2a11704da --- /dev/null +++ b/x11-plugins/gaim-xmms-remote/files/digest-gaim-xmms-remote-1.7 @@ -0,0 +1 @@ +MD5 89d17e2e328c45d9dbbd1ac7c24caba4 gaim-xmms-remote-1.7.tar.gz 312459 diff --git a/x11-plugins/gaim-xmms-remote/gaim-xmms-remote-1.7.ebuild b/x11-plugins/gaim-xmms-remote/gaim-xmms-remote-1.7.ebuild new file mode 100644 index 000000000000..cc58d6fc8b88 --- /dev/null +++ b/x11-plugins/gaim-xmms-remote/gaim-xmms-remote-1.7.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.7.ebuild,v 1.1 2004/09/18 15:00:33 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 +} |