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 | ae8b9ae8cb3bcdc9adb55ec453f91d70f6711098 (patch) | |
tree | 36323f192be27962bc5676cef84575781722c8e4 /x11-plugins | |
parent | Removing obsolete version (Manifest recommit) (diff) | |
download | gentoo-2-ae8b9ae8cb3bcdc9adb55ec453f91d70f6711098.tar.gz gentoo-2-ae8b9ae8cb3bcdc9adb55ec453f91d70f6711098.tar.bz2 gentoo-2-ae8b9ae8cb3bcdc9adb55ec453f91d70f6711098.zip |
Initial import. Closes bug #59660
Diffstat (limited to 'x11-plugins')
-rw-r--r-- | x11-plugins/gaim-rhythmbox/ChangeLog | 10 | ||||
-rw-r--r-- | x11-plugins/gaim-rhythmbox/Manifest | 3 | ||||
-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 |
5 files changed, 52 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/Manifest b/x11-plugins/gaim-rhythmbox/Manifest new file mode 100644 index 000000000000..6d9549d9bc23 --- /dev/null +++ b/x11-plugins/gaim-rhythmbox/Manifest @@ -0,0 +1,3 @@ +MD5 c1a2d7f113e28668f770c363bd5e761f metadata.xml 224 +MD5 0a7f5cf4dc00be9d992614f8b08bc19b gaim-rhythmbox-0.81.3.ebuild 711 +MD5 51106dd3e9f0ce3cfffe1d4c56b454b2 files/digest-gaim-rhythmbox-0.81.3 73 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> |