diff options
author | Joe Sapp <nixphoeni@gentoo.org> | 2005-08-30 20:04:57 +0000 |
---|---|---|
committer | Joe Sapp <nixphoeni@gentoo.org> | 2005-08-30 20:04:57 +0000 |
commit | 182a6cfc9942c97489eec209f7cfbb4770979ee8 (patch) | |
tree | 184272fcdb9d3fea266f6431f9b2bfdb0ba66cdd /x11-plugins/desklet-justanicon | |
parent | Added new version 3.0.1 of valgrind that defaults to building without PIE (so... (diff) | |
download | historical-182a6cfc9942c97489eec209f7cfbb4770979ee8.tar.gz historical-182a6cfc9942c97489eec209f7cfbb4770979ee8.tar.bz2 historical-182a6cfc9942c97489eec209f7cfbb4770979ee8.zip |
Initial commit
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'x11-plugins/desklet-justanicon')
5 files changed, 41 insertions, 0 deletions
diff --git a/x11-plugins/desklet-justanicon/ChangeLog b/x11-plugins/desklet-justanicon/ChangeLog new file mode 100644 index 000000000000..2badf2258c1b --- /dev/null +++ b/x11-plugins/desklet-justanicon/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for x11-plugins/desklet-justanicon +# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/desklet-justanicon/ChangeLog,v 1.1 2005/08/30 20:04:57 nixphoeni Exp $ + +*desklet-justanicon-0.2 (30 Aug 2005) + + 30 Aug 2005; Joe Sapp <nixphoeni@gentoo.org> +metadata.xml, + +desklet-justanicon-0.2.ebuild: + Initial commit + diff --git a/x11-plugins/desklet-justanicon/Manifest b/x11-plugins/desklet-justanicon/Manifest new file mode 100644 index 000000000000..9012209546eb --- /dev/null +++ b/x11-plugins/desklet-justanicon/Manifest @@ -0,0 +1,4 @@ +MD5 042ff1cfdf387c1c9036d9d1bb94229c desklet-justanicon-0.2.ebuild 655 +MD5 466a95ec2b0daee4fc586c9cc18cbf40 ChangeLog 389 +MD5 6bdff92f19f48041cb28629b5174dae1 metadata.xml 162 +MD5 41c9bc11f0d59a2bd978c73c6bb09268 files/digest-desklet-justanicon-0.2 65 diff --git a/x11-plugins/desklet-justanicon/desklet-justanicon-0.2.ebuild b/x11-plugins/desklet-justanicon/desklet-justanicon-0.2.ebuild new file mode 100644 index 000000000000..f8e013476b8b --- /dev/null +++ b/x11-plugins/desklet-justanicon/desklet-justanicon-0.2.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/desklet-justanicon/desklet-justanicon-0.2.ebuild,v 1.1 2005/08/30 20:04:57 nixphoeni Exp $ + +inherit gdesklets + +DESKLET_NAME="JustAnIcon" + +MY_P="${DESKLET_NAME}-${PV}" +S=${WORKDIR}/Displays/${DESKLET_NAME} + +DESCRIPTION="A configurable desktop icon" +HOMEPAGE="http://gdesklets.gnomedesktop.org/categories.php?func=gd_show_app&gd_app_id=281" +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" diff --git a/x11-plugins/desklet-justanicon/files/digest-desklet-justanicon-0.2 b/x11-plugins/desklet-justanicon/files/digest-desklet-justanicon-0.2 new file mode 100644 index 000000000000..89010904821d --- /dev/null +++ b/x11-plugins/desklet-justanicon/files/digest-desklet-justanicon-0.2 @@ -0,0 +1 @@ +MD5 9364f8ebf3e8f664afce364f44f60512 JustAnIcon-0.2.tar.gz 33000 diff --git a/x11-plugins/desklet-justanicon/metadata.xml b/x11-plugins/desklet-justanicon/metadata.xml new file mode 100644 index 000000000000..e60183ab6a7d --- /dev/null +++ b/x11-plugins/desklet-justanicon/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> |