diff options
author | Joe Sapp <nixphoeni@gentoo.org> | 2005-04-28 04:30:57 +0000 |
---|---|---|
committer | Joe Sapp <nixphoeni@gentoo.org> | 2005-04-28 04:30:57 +0000 |
commit | ae9aa0d2d190cd52d2c14e010b4f25d7b3efb5b1 (patch) | |
tree | d4281408e1a2fc007a0cca50fa8065a2f8bf4cab /x11-plugins/desklet-hypertail/desklet-hypertail-2.01-r1.ebuild | |
parent | old (diff) | |
download | gentoo-2-ae9aa0d2d190cd52d2c14e010b4f25d7b3efb5b1.tar.gz gentoo-2-ae9aa0d2d190cd52d2c14e010b4f25d7b3efb5b1.tar.bz2 gentoo-2-ae9aa0d2d190cd52d2c14e010b4f25d7b3efb5b1.zip |
Added desklet-regexp to RDEPEND
(Portage version: 2.0.51.20-r4)
Diffstat (limited to 'x11-plugins/desklet-hypertail/desklet-hypertail-2.01-r1.ebuild')
-rw-r--r-- | x11-plugins/desklet-hypertail/desklet-hypertail-2.01-r1.ebuild | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/x11-plugins/desklet-hypertail/desklet-hypertail-2.01-r1.ebuild b/x11-plugins/desklet-hypertail/desklet-hypertail-2.01-r1.ebuild new file mode 100644 index 000000000000..b2feee4fc8ae --- /dev/null +++ b/x11-plugins/desklet-hypertail/desklet-hypertail-2.01-r1.ebuild @@ -0,0 +1,23 @@ +# 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-r1.ebuild,v 1.1 2005/04/28 04:30:57 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 + >=x11-plugins/desklet-regexp-1.0" + +DOCS="README firewall.sh syslog-ng.conf" |