diff options
author | Don Seiler <rizzo@gentoo.org> | 2004-07-19 13:44:27 +0000 |
---|---|---|
committer | Don Seiler <rizzo@gentoo.org> | 2004-07-19 13:44:27 +0000 |
commit | 79087595bf10d3b54a453f3664f7a3613330569c (patch) | |
tree | 4083b894bec1fb06ea1dab288f35fdd3d9be0db8 /x11-plugins/gaim-xmms-remote | |
parent | Added amd64 keyword and added RDEPEND on emul-linux-x86-xlibs for amd64. Bug... (diff) | |
download | gentoo-2-79087595bf10d3b54a453f3664f7a3613330569c.tar.gz gentoo-2-79087595bf10d3b54a453f3664f7a3613330569c.tar.bz2 gentoo-2-79087595bf10d3b54a453f3664f7a3613330569c.zip |
Version bump. hi Gary
Diffstat (limited to 'x11-plugins/gaim-xmms-remote')
4 files changed, 35 insertions, 2 deletions
diff --git a/x11-plugins/gaim-xmms-remote/ChangeLog b/x11-plugins/gaim-xmms-remote/ChangeLog index 16fbb2b166f1..35c681319b86 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.12 2004/07/06 16:58:16 rizzo Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gaim-xmms-remote/ChangeLog,v 1.13 2004/07/19 13:44:27 rizzo Exp $ + +*gaim-xmms-remote-1.4 (19 Jul 2004) + + 19 Jul 2004; Don Seiler <rizzo@gentoo.org> +gaim-xmms-remote-1.4.ebuild: + Version bump 06 Jul 2004; Don Seiler <rizzo@gentoo.org> gaim-xmms-remote-1.3.ebuild: Marking stable in x86 diff --git a/x11-plugins/gaim-xmms-remote/Manifest b/x11-plugins/gaim-xmms-remote/Manifest index 60a82fade598..b99f4996ac48 100644 --- a/x11-plugins/gaim-xmms-remote/Manifest +++ b/x11-plugins/gaim-xmms-remote/Manifest @@ -1,6 +1,8 @@ +MD5 4f859def7d8894555b4e3de0d0216daf ChangeLog 1700 +MD5 07d083a3bff8eba4519f6050ed87f277 gaim-xmms-remote-1.4.ebuild 729 MD5 66d637c6897a10752f4df482ace3afab gaim-xmms-remote-1.1.ebuild 848 MD5 0642806e94a291c6a558e0cfc080e24f gaim-xmms-remote-1.3.ebuild 728 -MD5 4f859def7d8894555b4e3de0d0216daf ChangeLog 1700 MD5 dc59d3fab14b084056bc1b0faec90778 metadata.xml 574 +MD5 e402c043a8272796e43c24e802390133 files/digest-gaim-xmms-remote-1.4 72 MD5 220ed0eeb87bafcaffad5381c086836d files/digest-gaim-xmms-remote-1.1 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.4 b/x11-plugins/gaim-xmms-remote/files/digest-gaim-xmms-remote-1.4 new file mode 100644 index 000000000000..cc1e8077054e --- /dev/null +++ b/x11-plugins/gaim-xmms-remote/files/digest-gaim-xmms-remote-1.4 @@ -0,0 +1 @@ +MD5 54af9bc90ffd55d68192fa81b791822a gaim-xmms-remote-1.4.tar.gz 306872 diff --git a/x11-plugins/gaim-xmms-remote/gaim-xmms-remote-1.4.ebuild b/x11-plugins/gaim-xmms-remote/gaim-xmms-remote-1.4.ebuild new file mode 100644 index 000000000000..9c223661e099 --- /dev/null +++ b/x11-plugins/gaim-xmms-remote/gaim-xmms-remote-1.4.ebuild @@ -0,0 +1,25 @@ +# 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.4.ebuild,v 1.1 2004/07/19 13:44:27 rizzo Exp $ + +IUSE="debug" + +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 ~amd64 ~sparc" + +DEPEND=">=net-im/gaim-0.80 + media-sound/xmms" + +#RDEPEND="" + +src_install() { + make DESTDIR=${D} install || die + dodoc AUTHORS COPYING ChangeLog INSTALL NEWS README VERSION +} |