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 | b84abb02938d17c420c93e5525c7b882afc71cde (patch) | |
tree | bc424de1e339e18548e543fdb4e2c702cd486007 | |
parent | Added new version 3.0.1 of valgrind that defaults to building without PIE (so... (diff) | |
download | gentoo-2-b84abb02938d17c420c93e5525c7b882afc71cde.tar.gz gentoo-2-b84abb02938d17c420c93e5525c7b882afc71cde.tar.bz2 gentoo-2-b84abb02938d17c420c93e5525c7b882afc71cde.zip |
Initial commit
(Portage version: 2.0.51.22-r2)
5 files changed, 40 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..a86dd9084d13 --- /dev/null +++ b/x11-plugins/desklet-justanicon/Manifest @@ -0,0 +1,3 @@ +MD5 837642b5b79d6f5dee09f97bcc2d96de desklet-justanicon-0.2.ebuild 530 +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> |