diff options
author | 2004-08-09 01:42:16 +0000 | |
---|---|---|
committer | 2004-08-09 01:42:16 +0000 | |
commit | a8cae4e0807a9b8b3083de6b4a0d613830ea6383 (patch) | |
tree | 0624b4db33bfa3c5dfe744600779318118aa9117 /x11-plugins | |
parent | stable on alpha and ia64 (Manifest recommit) (diff) | |
download | gentoo-2-a8cae4e0807a9b8b3083de6b4a0d613830ea6383.tar.gz gentoo-2-a8cae4e0807a9b8b3083de6b4a0d613830ea6383.tar.bz2 gentoo-2-a8cae4e0807a9b8b3083de6b4a0d613830ea6383.zip |
Version bump
Diffstat (limited to 'x11-plugins')
4 files changed, 37 insertions, 4 deletions
diff --git a/x11-plugins/gaim-xmms-remote/ChangeLog b/x11-plugins/gaim-xmms-remote/ChangeLog index 590b31d7cc46..d901ce9d1c0b 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.15 2004/08/06 14:37:16 rizzo Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gaim-xmms-remote/ChangeLog,v 1.16 2004/08/09 01:42:16 rizzo Exp $ + +*gaim-xmms-remote-1.5 (08 Aug 2004) + + 08 Aug 2004; Don Seiler <rizzo@gentoo.org> +gaim-xmms-remote-1.5.ebuild: + Version bump *gaim-xmms-remote-1.4-r1 (06 Aug 2004) diff --git a/x11-plugins/gaim-xmms-remote/Manifest b/x11-plugins/gaim-xmms-remote/Manifest index d94ee4dae8c9..95c583fe1f6f 100644 --- a/x11-plugins/gaim-xmms-remote/Manifest +++ b/x11-plugins/gaim-xmms-remote/Manifest @@ -1,7 +1,9 @@ MD5 934c7f3c25752e48ebb2626799256117 ChangeLog 2140 -MD5 4d3d95a45b24c1f9824d3fb40d93ce44 gaim-xmms-remote-1.4.ebuild 727 MD5 201be6ee40edfb23a0d8f7a3966cb1ce gaim-xmms-remote-1.4-r1.ebuild 831 +MD5 4d3d95a45b24c1f9824d3fb40d93ce44 gaim-xmms-remote-1.4.ebuild 727 MD5 dc59d3fab14b084056bc1b0faec90778 metadata.xml 574 -MD5 e402c043a8272796e43c24e802390133 files/digest-gaim-xmms-remote-1.4 72 -MD5 cbbbfed3871a420efcb29d0ca9c95e3a files/gxr-1.4-gaim-0.81.patch 990 +MD5 8ee8ef97c643838d102e333ea6605602 gaim-xmms-remote-1.5.ebuild 728 MD5 e402c043a8272796e43c24e802390133 files/digest-gaim-xmms-remote-1.4-r1 72 +MD5 cbbbfed3871a420efcb29d0ca9c95e3a files/gxr-1.4-gaim-0.81.patch 990 +MD5 e402c043a8272796e43c24e802390133 files/digest-gaim-xmms-remote-1.4 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.5 b/x11-plugins/gaim-xmms-remote/files/digest-gaim-xmms-remote-1.5 new file mode 100644 index 000000000000..d7ea29bf1496 --- /dev/null +++ b/x11-plugins/gaim-xmms-remote/files/digest-gaim-xmms-remote-1.5 @@ -0,0 +1 @@ +MD5 a3a7486ffff45a55c2faf5fc52536a85 gaim-xmms-remote-1.5.tar.gz 311188 diff --git a/x11-plugins/gaim-xmms-remote/gaim-xmms-remote-1.5.ebuild b/x11-plugins/gaim-xmms-remote/gaim-xmms-remote-1.5.ebuild new file mode 100644 index 000000000000..3e9151c7e4b6 --- /dev/null +++ b/x11-plugins/gaim-xmms-remote/gaim-xmms-remote-1.5.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.5.ebuild,v 1.1 2004/08/09 01:42:16 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.81 + media-sound/xmms" + +#RDEPEND="" + +src_install() { + make DESTDIR=${D} install || die + dodoc AUTHORS COPYING ChangeLog INSTALL NEWS README VERSION +} |