diff options
author | Joe Sapp <nixphoeni@gentoo.org> | 2005-04-23 05:29:20 +0000 |
---|---|---|
committer | Joe Sapp <nixphoeni@gentoo.org> | 2005-04-23 05:29:20 +0000 |
commit | 654bcf35a93394cc67cdd9cec653ab1deac61aa1 (patch) | |
tree | 6cd13ef0091e807aba69200d5d77ae0651189600 /x11-plugins/desklet-hypertail | |
parent | Initial commit (diff) | |
download | gentoo-2-654bcf35a93394cc67cdd9cec653ab1deac61aa1.tar.gz gentoo-2-654bcf35a93394cc67cdd9cec653ab1deac61aa1.tar.bz2 gentoo-2-654bcf35a93394cc67cdd9cec653ab1deac61aa1.zip |
Initial commit
(Portage version: 2.0.51.19)
Diffstat (limited to 'x11-plugins/desklet-hypertail')
-rw-r--r-- | x11-plugins/desklet-hypertail/ChangeLog | 10 | ||||
-rw-r--r-- | x11-plugins/desklet-hypertail/Manifest | 3 | ||||
-rw-r--r-- | x11-plugins/desklet-hypertail/desklet-hypertail-2.01.ebuild | 22 | ||||
-rw-r--r-- | x11-plugins/desklet-hypertail/files/digest-desklet-hypertail-2.01 | 1 | ||||
-rw-r--r-- | x11-plugins/desklet-hypertail/metadata.xml | 5 |
5 files changed, 41 insertions, 0 deletions
diff --git a/x11-plugins/desklet-hypertail/ChangeLog b/x11-plugins/desklet-hypertail/ChangeLog new file mode 100644 index 000000000000..3c22e4f9e25b --- /dev/null +++ b/x11-plugins/desklet-hypertail/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for x11-plugins/desklet-hypertail +# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/desklet-hypertail/ChangeLog,v 1.1 2005/04/23 05:26:33 nixphoeni Exp $ + +*desklet-hypertail-2.01 (23 Apr 2005) + + 23 Apr 2005; Joe Sapp <nixphoeni@gentoo.org> +metadata.xml, + +desklet-hypertail-2.01.ebuild: + Initial commit + diff --git a/x11-plugins/desklet-hypertail/Manifest b/x11-plugins/desklet-hypertail/Manifest new file mode 100644 index 000000000000..c2acde13ea61 --- /dev/null +++ b/x11-plugins/desklet-hypertail/Manifest @@ -0,0 +1,3 @@ +MD5 f26f4718c39a53aecd4848fac09d69c0 desklet-hypertail-2.01.ebuild 559 +MD5 6bdff92f19f48041cb28629b5174dae1 metadata.xml 162 +MD5 b5c9a31f656c3ac5d4301d2faa0a2ba1 files/digest-desklet-hypertail-2.01 66 diff --git a/x11-plugins/desklet-hypertail/desklet-hypertail-2.01.ebuild b/x11-plugins/desklet-hypertail/desklet-hypertail-2.01.ebuild new file mode 100644 index 000000000000..fab823a077ca --- /dev/null +++ b/x11-plugins/desklet-hypertail/desklet-hypertail-2.01.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-hypertail/desklet-hypertail-2.01.ebuild,v 1.1 2005/04/23 05:26:33 nixphoeni Exp $ + +inherit gdesklets + +DESKLET_NAME="HyperTail" +MY_PN=${PN/desklet-/} +S=${WORKDIR}/${MY_PN} + +DESCRIPTION="A log file monitor for gDesklets" +HOMEPAGE="http://gdesklets.gnomedesktop.org/categories.php?func=gd_show_app&gd_app_id=215" +SRC_URI="http://gdesklets.gnomedesktop.org/files/${MY_PN}-${PV}.tar.gz" + +SLOT="0" +IUSE="" +KEYWORDS="~x86" +LICENSE="GPL-2" + +RDEPEND=">=gnome-extra/gdesklets-core-0.34.3" + +DOCS="README firewall.sh syslog-ng.conf" diff --git a/x11-plugins/desklet-hypertail/files/digest-desklet-hypertail-2.01 b/x11-plugins/desklet-hypertail/files/digest-desklet-hypertail-2.01 new file mode 100644 index 000000000000..9bdf30871267 --- /dev/null +++ b/x11-plugins/desklet-hypertail/files/digest-desklet-hypertail-2.01 @@ -0,0 +1 @@ +MD5 459126c0e444e2ca7fa8393117764785 hypertail-2.01.tar.gz 491223 diff --git a/x11-plugins/desklet-hypertail/metadata.xml b/x11-plugins/desklet-hypertail/metadata.xml new file mode 100644 index 000000000000..e60183ab6a7d --- /dev/null +++ b/x11-plugins/desklet-hypertail/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> |