diff options
author | Marcelo Góes <vanquirius@gentoo.org> | 2005-12-20 22:49:43 +0000 |
---|---|---|
committer | Marcelo Góes <vanquirius@gentoo.org> | 2005-12-20 22:49:43 +0000 |
commit | 50daee8f654bbd5258cdd6cf01835f60c5b833e7 (patch) | |
tree | 641f0ed5f8de4d9e2a7ee57726174060fe9777bf /x11-plugins/gaim-xmms-remote | |
parent | add gnome useflag to bluefish (diff) | |
download | gentoo-2-50daee8f654bbd5258cdd6cf01835f60c5b833e7.tar.gz gentoo-2-50daee8f654bbd5258cdd6cf01835f60c5b833e7.tar.bz2 gentoo-2-50daee8f654bbd5258cdd6cf01835f60c5b833e7.zip |
1.9_beta1 version bump for bug 116175.
(Portage version: 2.0.53)
Diffstat (limited to 'x11-plugins/gaim-xmms-remote')
4 files changed, 40 insertions, 5 deletions
diff --git a/x11-plugins/gaim-xmms-remote/ChangeLog b/x11-plugins/gaim-xmms-remote/ChangeLog index 85a91b32c520..a0292c9c0319 100644 --- a/x11-plugins/gaim-xmms-remote/ChangeLog +++ b/x11-plugins/gaim-xmms-remote/ChangeLog @@ -1,6 +1,13 @@ # 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.23 2004/10/29 20:08:58 rizzo Exp $ +# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gaim-xmms-remote/ChangeLog,v 1.24 2005/12/20 22:49:43 vanquirius Exp $ + +*gaim-xmms-remote-1.9_beta1 (20 Dec 2005) + + 20 Dec 2005; Marcelo Goes <vanquirius@gentoo.org> + +gaim-xmms-remote-1.9_beta1.ebuild: + 1.9_beta1 version bump for bug 116175. Thanks to Phill Sparks <milkman at + web-milk dot co dot uk>. *gaim-xmms-remote-1.8 (29 Oct 2004) diff --git a/x11-plugins/gaim-xmms-remote/Manifest b/x11-plugins/gaim-xmms-remote/Manifest index a6a4b5fd4dda..4e36d4d0e65c 100644 --- a/x11-plugins/gaim-xmms-remote/Manifest +++ b/x11-plugins/gaim-xmms-remote/Manifest @@ -1,6 +1,8 @@ MD5 90e8793fa9b58c50848ddba62a4bfe92 ChangeLog 3328 -MD5 51ce63f436d9a4fe08f9cd9bfd705bfd gaim-xmms-remote-1.8.ebuild 641 +MD5 0a550e0b47217c963140043369d2c6c5 files/digest-gaim-xmms-remote-1.7 72 +MD5 902a47c1dce6fa00ed5442157cab4d96 files/digest-gaim-xmms-remote-1.8 72 +MD5 fc1c991fe43426f9aa2cff174001bf1c files/digest-gaim-xmms-remote-1.9_beta1 77 MD5 9a401f93c6c5595dde24fabcf9d0c4e2 gaim-xmms-remote-1.7.ebuild 639 +MD5 51ce63f436d9a4fe08f9cd9bfd705bfd gaim-xmms-remote-1.8.ebuild 641 +MD5 544c289975bff93667b9e293c3337508 gaim-xmms-remote-1.9_beta1.ebuild 699 MD5 8012f357c55907c76a64d35814c253bb metadata.xml 509 -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.9_beta1 b/x11-plugins/gaim-xmms-remote/files/digest-gaim-xmms-remote-1.9_beta1 new file mode 100644 index 000000000000..2a3cc1feffd1 --- /dev/null +++ b/x11-plugins/gaim-xmms-remote/files/digest-gaim-xmms-remote-1.9_beta1 @@ -0,0 +1 @@ +MD5 c969d00bcfe8349f897dd57660a1fa2d gaim-xmms-remote-1.9beta1.tar.gz 326451 diff --git a/x11-plugins/gaim-xmms-remote/gaim-xmms-remote-1.9_beta1.ebuild b/x11-plugins/gaim-xmms-remote/gaim-xmms-remote-1.9_beta1.ebuild new file mode 100644 index 000000000000..4cfb585125fe --- /dev/null +++ b/x11-plugins/gaim-xmms-remote/gaim-xmms-remote-1.9_beta1.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2005 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.9_beta1.ebuild,v 1.1 2005/12/20 22:49:43 vanquirius Exp $ + +inherit debug + +MY_P="${P/_/}" +DESCRIPTION="control XMMS from within Gaim" +HOMEPAGE="http://guifications.sourceforge.net/Gaim-XMMS-Remote/" +SRC_URI="mirror://sourceforge/guifications/${MY_P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86 ~ppc ~sparc ~amd64" +IUSE="" + +DEPEND=">=net-im/gaim-2.0.0_beta1-r1 + >=media-sound/xmms-1.2.10-r14" + +S="${WORKDIR}/${MY_P}" + +src_install() { + make DESTDIR="${D}" install || die + dodoc AUTHORS ChangeLog NEWS README VERSION +} |