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 | 2069c6b84a9a38cff16efef47ea647b9f2d09fc2 (patch) | |
tree | ae5d21a97b3d8be9b3ab649cf49a9a87a8d2f347 /x11-plugins/desklet-sidecandyrhythmbox | |
parent | Keyworded ~sparc (diff) | |
download | historical-2069c6b84a9a38cff16efef47ea647b9f2d09fc2.tar.gz historical-2069c6b84a9a38cff16efef47ea647b9f2d09fc2.tar.bz2 historical-2069c6b84a9a38cff16efef47ea647b9f2d09fc2.zip |
Initial commit
Package-Manager: portage-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..294649d2c404 --- /dev/null +++ b/x11-plugins/desklet-sidecandyrhythmbox/Manifest @@ -0,0 +1,4 @@ +MD5 2447cb0b5cc9fe25994ce1ddc9545c43 desklet-sidecandyrhythmbox-0.72.ebuild 712 +MD5 acb7b6950c38fac375a428917b627751 ChangeLog 408 +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> |