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 | |
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')
4 files changed, 33 insertions, 1 deletions
diff --git a/x11-plugins/desklet-hypertail/ChangeLog b/x11-plugins/desklet-hypertail/ChangeLog index 3c22e4f9e25b..e99790d27dd8 100644 --- a/x11-plugins/desklet-hypertail/ChangeLog +++ b/x11-plugins/desklet-hypertail/ChangeLog @@ -1,6 +1,12 @@ # 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 $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/desklet-hypertail/ChangeLog,v 1.2 2005/04/28 04:30:57 nixphoeni Exp $ + +*desklet-hypertail-2.01-r1 (28 Apr 2005) + + 28 Apr 2005; Joe Sapp <nixphoeni@gentoo.org> + +desklet-hypertail-2.01-r1.ebuild: + Added desklet-regexp to RDEPEND *desklet-hypertail-2.01 (23 Apr 2005) diff --git a/x11-plugins/desklet-hypertail/Manifest b/x11-plugins/desklet-hypertail/Manifest index fa2a30194056..6263e04cdd9b 100644 --- a/x11-plugins/desklet-hypertail/Manifest +++ b/x11-plugins/desklet-hypertail/Manifest @@ -1,4 +1,6 @@ +MD5 683bd149e5d5b5456e592c7b65a13fc7 desklet-hypertail-2.01-r1.ebuild 594 MD5 642fd3bfe653a1be97e219385cca03dd desklet-hypertail-2.01.ebuild 683 MD5 2860ea79abfbbbd3691ae60e34d05607 ChangeLog 387 MD5 6bdff92f19f48041cb28629b5174dae1 metadata.xml 162 +MD5 b5c9a31f656c3ac5d4301d2faa0a2ba1 files/digest-desklet-hypertail-2.01-r1 66 MD5 b5c9a31f656c3ac5d4301d2faa0a2ba1 files/digest-desklet-hypertail-2.01 66 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" diff --git a/x11-plugins/desklet-hypertail/files/digest-desklet-hypertail-2.01-r1 b/x11-plugins/desklet-hypertail/files/digest-desklet-hypertail-2.01-r1 new file mode 100644 index 000000000000..9bdf30871267 --- /dev/null +++ b/x11-plugins/desklet-hypertail/files/digest-desklet-hypertail-2.01-r1 @@ -0,0 +1 @@ +MD5 459126c0e444e2ca7fa8393117764785 hypertail-2.01.tar.gz 491223 |