summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-08-11 02:55:49 +0000
committerMike Frysinger <vapier@gentoo.org>2004-08-11 02:55:49 +0000
commit0916a366d2804d4296b8401554e890ec2bbbb6eb (patch)
treed68c5dac59cf255f69bd301e0cee68bf62cd6361 /x11-plugins/gaim-rhythmbox
parentstable on ppc64, bug #58017 (Manifest recommit) (diff)
downloadgentoo-2-0916a366d2804d4296b8401554e890ec2bbbb6eb.tar.gz
gentoo-2-0916a366d2804d4296b8401554e890ec2bbbb6eb.tar.bz2
gentoo-2-0916a366d2804d4296b8401554e890ec2bbbb6eb.zip
fix DESCRIPTION
Diffstat (limited to 'x11-plugins/gaim-rhythmbox')
-rw-r--r--x11-plugins/gaim-rhythmbox/gaim-rhythmbox-0.81.3.ebuild18
1 files changed, 5 insertions, 13 deletions
diff --git a/x11-plugins/gaim-rhythmbox/gaim-rhythmbox-0.81.3.ebuild b/x11-plugins/gaim-rhythmbox/gaim-rhythmbox-0.81.3.ebuild
index 450084700459..20f86123a34d 100644
--- a/x11-plugins/gaim-rhythmbox/gaim-rhythmbox-0.81.3.ebuild
+++ b/x11-plugins/gaim-rhythmbox/gaim-rhythmbox-0.81.3.ebuild
@@ -1,30 +1,22 @@
# 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 $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gaim-rhythmbox/gaim-rhythmbox-0.81.3.ebuild,v 1.2 2004/08/11 02:55:49 vapier Exp $
inherit debug
-DESCRIPTION="The Gaim-Rhythmbox plugin will automatically update your Gaim profile with the currently playing music in Rhythmbox."
+DESCRIPTION="automatically update your Gaim profile with current info from 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"
-#}
+ media-sound/rhythmbox"
src_install() {
make DESTDIR=${D} install || die
-
- dodoc AUTHORS COPYING ChangeLog INSTALL NEWS README TODO
+ dodoc AUTHORS ChangeLog INSTALL NEWS README TODO
}