diff options
author | Don Seiler <rizzo@gentoo.org> | 2004-06-26 02:27:38 +0000 |
---|---|---|
committer | Don Seiler <rizzo@gentoo.org> | 2004-06-26 02:27:38 +0000 |
commit | deacfb9c17494ef709d76e91aa2d9a61862c5db1 (patch) | |
tree | ba58616b1f4f210b1ab799b9214a62dae4e4fa59 /x11-plugins/gaim-xmms-remote | |
parent | Version bump (Manifest recommit) (diff) | |
download | gentoo-2-deacfb9c17494ef709d76e91aa2d9a61862c5db1.tar.gz gentoo-2-deacfb9c17494ef709d76e91aa2d9a61862c5db1.tar.bz2 gentoo-2-deacfb9c17494ef709d76e91aa2d9a61862c5db1.zip |
Version bump
Diffstat (limited to 'x11-plugins/gaim-xmms-remote')
4 files changed, 32 insertions, 1 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..f859ff33382b 100644 --- a/x11-plugins/gaim-xmms-remote/Manifest +++ b/x11-plugins/gaim-xmms-remote/Manifest @@ -1,4 +1,5 @@ MD5 2380af71f2e962b2cd2d02f16d7f45ca gaim-xmms-remote-1.1.ebuild 851 +MD5 f150b52f5793b15e796bc08fa6fdd3a7 gaim-xmms-remote-1.3.ebuild 807 MD5 1a5c5fe7c62b84a2f7ec554cabf60ba4 gaim-xmms-remote-1.0.ebuild 852 MD5 0e859cf17c0b2412c1c5bf8b707869d9 ChangeLog 1013 MD5 b5b9168d92dfa4a05c5ed2db496b75aa gaim-xmms-remote-1.2.ebuild 852 @@ -6,3 +7,4 @@ 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 +} |