diff options
author | Don Seiler <rizzo@gentoo.org> | 2004-08-09 12:18:28 +0000 |
---|---|---|
committer | Don Seiler <rizzo@gentoo.org> | 2004-08-09 12:18:28 +0000 |
commit | cd8b3a7a294d81768e7c8a8d04b92442a303fa46 (patch) | |
tree | 29dc6002b13591d89b25b210267d9e176893f922 /x11-plugins/gaim-rhythmbox | |
parent | Removing obsolete version (diff) | |
download | historical-cd8b3a7a294d81768e7c8a8d04b92442a303fa46.tar.gz historical-cd8b3a7a294d81768e7c8a8d04b92442a303fa46.tar.bz2 historical-cd8b3a7a294d81768e7c8a8d04b92442a303fa46.zip |
Initial import. Closes bug #59660
Diffstat (limited to 'x11-plugins/gaim-rhythmbox')
-rw-r--r-- | x11-plugins/gaim-rhythmbox/ChangeLog | 10 | ||||
-rw-r--r-- | x11-plugins/gaim-rhythmbox/files/digest-gaim-rhythmbox-0.81.3 | 1 | ||||
-rw-r--r-- | x11-plugins/gaim-rhythmbox/gaim-rhythmbox-0.81.3.ebuild | 30 | ||||
-rw-r--r-- | x11-plugins/gaim-rhythmbox/metadata.xml | 8 |
4 files changed, 49 insertions, 0 deletions
diff --git a/x11-plugins/gaim-rhythmbox/ChangeLog b/x11-plugins/gaim-rhythmbox/ChangeLog new file mode 100644 index 000000000000..e57dc22a8a2d --- /dev/null +++ b/x11-plugins/gaim-rhythmbox/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for x11-plugins/gaim-rhythmbox +# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gaim-rhythmbox/ChangeLog,v 1.1 2004/08/09 12:18:28 rizzo Exp $ + +*gaim-rhythmbox-0.81.3 (09 Aug 2004) + + 09 Aug 2004; Don Seiler <rizzo@gentoo.org> +metadata.xml, + +gaim-rhythmbox-0.81.3.ebuild: + Initial import. Closes bug #59660 + diff --git a/x11-plugins/gaim-rhythmbox/files/digest-gaim-rhythmbox-0.81.3 b/x11-plugins/gaim-rhythmbox/files/digest-gaim-rhythmbox-0.81.3 new file mode 100644 index 000000000000..2fcdfe5a3358 --- /dev/null +++ b/x11-plugins/gaim-rhythmbox/files/digest-gaim-rhythmbox-0.81.3 @@ -0,0 +1 @@ +MD5 82a90e626d60f186802b484e4c3d2834 gaim-rhythmbox-0.81.3.tar.gz 294478 diff --git a/x11-plugins/gaim-rhythmbox/gaim-rhythmbox-0.81.3.ebuild b/x11-plugins/gaim-rhythmbox/gaim-rhythmbox-0.81.3.ebuild new file mode 100644 index 000000000000..450084700459 --- /dev/null +++ b/x11-plugins/gaim-rhythmbox/gaim-rhythmbox-0.81.3.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gaim-rhythmbox/gaim-rhythmbox-0.81.3.ebuild,v 1.1 2004/08/09 12:18:28 rizzo Exp $ + +inherit debug + +DESCRIPTION="The Gaim-Rhythmbox plugin will automatically update your Gaim profile with the currently playing music in Rhythmbox." +HOMEPAGE="http://jon.oberheide.org/projects/gaim-rhythmbox/" +SRC_URI="http://jon.oberheide.org/projects/${PN}/downloads/${P}.tar.gz" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86" +IUSE="" + +DEPEND="~net-im/gaim-0.81 + media-sound/rhythmbox" +#RDEPEND="" + +#S=${WORKDIR}/${P} + +#src_compile() { + #econf || die + #emake || die "emake failed" +#} + +src_install() { + make DESTDIR=${D} install || die + + dodoc AUTHORS COPYING ChangeLog INSTALL NEWS README TODO +} diff --git a/x11-plugins/gaim-rhythmbox/metadata.xml b/x11-plugins/gaim-rhythmbox/metadata.xml new file mode 100644 index 000000000000..e81d825904df --- /dev/null +++ b/x11-plugins/gaim-rhythmbox/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>net-im</herd> +<maintainer> + <email>gaim-bugs@gentoo.org</email> +</maintainer> +</pkgmetadata> |