diff options
author | Joe Sapp <nixphoeni@gentoo.org> | 2005-05-07 04:04:10 +0000 |
---|---|---|
committer | Joe Sapp <nixphoeni@gentoo.org> | 2005-05-07 04:04:10 +0000 |
commit | b52f85ec1b76960e3bcae15d1b26c2b01c8e0c3f (patch) | |
tree | 9ccfc04a33180a198ac96e0a3448828e4fa838e5 /x11-plugins/desklet-sidecandyrhythmbox | |
parent | Keyworded ~sparc (diff) | |
download | gentoo-2-b52f85ec1b76960e3bcae15d1b26c2b01c8e0c3f.tar.gz gentoo-2-b52f85ec1b76960e3bcae15d1b26c2b01c8e0c3f.tar.bz2 gentoo-2-b52f85ec1b76960e3bcae15d1b26c2b01c8e0c3f.zip |
Initial commit
(Portage version: 2.0.51.21-r1)
Diffstat (limited to 'x11-plugins/desklet-sidecandyrhythmbox')
5 files changed, 42 insertions, 0 deletions
diff --git a/x11-plugins/desklet-sidecandyrhythmbox/ChangeLog b/x11-plugins/desklet-sidecandyrhythmbox/ChangeLog new file mode 100644 index 000000000000..aa11e5c6f436 --- /dev/null +++ b/x11-plugins/desklet-sidecandyrhythmbox/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for x11-plugins/desklet-sidecandyrhythmbox +# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/desklet-sidecandyrhythmbox/ChangeLog,v 1.1 2005/05/07 04:04:10 nixphoeni Exp $ + +*desklet-sidecandyrhythmbox-0.72 (07 May 2005) + + 07 May 2005; Joe Sapp <nixphoeni@gentoo.org> + +desklet-sidecandyrhythmbox-0.72.ebuild: + Initial commit + diff --git a/x11-plugins/desklet-sidecandyrhythmbox/Manifest b/x11-plugins/desklet-sidecandyrhythmbox/Manifest new file mode 100644 index 000000000000..4a437b5f8ac8 --- /dev/null +++ b/x11-plugins/desklet-sidecandyrhythmbox/Manifest @@ -0,0 +1,4 @@ +MD5 7bd636101216fbf9842892667edec473 desklet-sidecandyrhythmbox-0.72.ebuild 570 +MD5 10d06300bd04836a2f35268fe7bd25fe ChangeLog 295 +MD5 6bdff92f19f48041cb28629b5174dae1 metadata.xml 162 +MD5 77ad997f11133f9abcaf60cf16342611 files/digest-desklet-sidecandyrhythmbox-0.72 74 diff --git a/x11-plugins/desklet-sidecandyrhythmbox/desklet-sidecandyrhythmbox-0.72.ebuild b/x11-plugins/desklet-sidecandyrhythmbox/desklet-sidecandyrhythmbox-0.72.ebuild new file mode 100644 index 000000000000..69acff4e961f --- /dev/null +++ b/x11-plugins/desklet-sidecandyrhythmbox/desklet-sidecandyrhythmbox-0.72.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/desklet-sidecandyrhythmbox/desklet-sidecandyrhythmbox-0.72.ebuild,v 1.1 2005/05/07 04:04:10 nixphoeni Exp $ + +inherit gdesklets + +DESKLET_NAME="SideCandyRhythmbox" + +MY_P="${DESKLET_NAME}-${PV}" +S=${WORKDIR}/${DESKLET_NAME} + +DESCRIPTION="A Rhythmbox Control and Display for gDesklets" +HOMEPAGE="http://gdesklets.gnomedesktop.org/categories.php?func=gd_show_app&gd_app_id=243" +SRC_URI="http://gdesklets.gnomedesktop.org/files/${MY_P}.tar.gz" +LICENSE="GPL-2" + +SLOT="0" +IUSE="" +KEYWORDS="~x86" + +RDEPEND=">=gnome-extra/gdesklets-core-0.34.3 + media-sound/rhythmbox" diff --git a/x11-plugins/desklet-sidecandyrhythmbox/files/digest-desklet-sidecandyrhythmbox-0.72 b/x11-plugins/desklet-sidecandyrhythmbox/files/digest-desklet-sidecandyrhythmbox-0.72 new file mode 100644 index 000000000000..083bed06ea33 --- /dev/null +++ b/x11-plugins/desklet-sidecandyrhythmbox/files/digest-desklet-sidecandyrhythmbox-0.72 @@ -0,0 +1 @@ +MD5 5646f32c80eb39a599cf563005b53406 SideCandyRhythmbox-0.72.tar.gz 25235 diff --git a/x11-plugins/desklet-sidecandyrhythmbox/metadata.xml b/x11-plugins/desklet-sidecandyrhythmbox/metadata.xml new file mode 100644 index 000000000000..e60183ab6a7d --- /dev/null +++ b/x11-plugins/desklet-sidecandyrhythmbox/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>gdesklets</herd> +</pkgmetadata> |