diff options
author | 2008-01-13 12:15:29 +0000 | |
---|---|---|
committer | 2008-01-13 12:15:29 +0000 | |
commit | 6a178a64549df482f78214f4b426a2b83eb72966 (patch) | |
tree | baab4355b1c1d52ed208aabf60e7861b26011b73 /net-misc/internode-applet/internode-applet-1.5.ebuild | |
parent | net-libs/webkitgtk: New EBuild for r29438 nightly build (diff) | |
download | sunrise-6a178a64549df482f78214f4b426a2b83eb72966.tar.gz sunrise-6a178a64549df482f78214f4b426a2b83eb72966.tar.bz2 sunrise-6a178a64549df482f78214f4b426a2b83eb72966.zip |
moved net-misc/internode-applet to the correct location
svn path=/sunrise/; revision=5383
Diffstat (limited to 'net-misc/internode-applet/internode-applet-1.5.ebuild')
-rw-r--r-- | net-misc/internode-applet/internode-applet-1.5.ebuild | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/net-misc/internode-applet/internode-applet-1.5.ebuild b/net-misc/internode-applet/internode-applet-1.5.ebuild new file mode 100644 index 000000000..49eb8e342 --- /dev/null +++ b/net-misc/internode-applet/internode-applet-1.5.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +inherit distutils +DESCRIPTION="Internode Usage Meter for GNOME" +HOMEPAGE="http://www.users.on.net/~spohlenz/internode/" +SRC_URI="http://www.users.on.net/~spohlenz/internode/${P}.tar.gz" +LICENSE="GPL-1" +SLOT="0" +KEYWORDS="~x86" +IUSE="" +RDEPEND="dev-python/gnome-python-desktop" |