summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Nichols <nichoj@gentoo.org>2007-05-25 01:29:55 +0000
committerJoshua Nichols <nichoj@gentoo.org>2007-05-25 01:29:55 +0000
commitcb7edd1705eda90a2529f4780cceb04ae4a482f1 (patch)
treebe0802d26e0461b3af69641037f46c0b8d707a0c /misc-overlay/x11-misc/grandr-applet/grandr-applet-0.3.ebuild
parentRemoving stuff that isn't needed anymore. (diff)
downloadnichoj-cb7edd1705eda90a2529f4780cceb04ae4a482f1.tar.gz
nichoj-cb7edd1705eda90a2529f4780cceb04ae4a482f1.tar.bz2
nichoj-cb7edd1705eda90a2529f4780cceb04ae4a482f1.zip
Added grandr-applet.
svn path=/; revision=97
Diffstat (limited to 'misc-overlay/x11-misc/grandr-applet/grandr-applet-0.3.ebuild')
-rw-r--r--misc-overlay/x11-misc/grandr-applet/grandr-applet-0.3.ebuild24
1 files changed, 24 insertions, 0 deletions
diff --git a/misc-overlay/x11-misc/grandr-applet/grandr-applet-0.3.ebuild b/misc-overlay/x11-misc/grandr-applet/grandr-applet-0.3.ebuild
new file mode 100644
index 0000000..fe89e9f
--- /dev/null
+++ b/misc-overlay/x11-misc/grandr-applet/grandr-applet-0.3.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+MY_PN=${PN/-/_}
+MY_P="${MY_PN}-${PV}"
+
+DESCRIPTION=""
+HOMEPAGE="http://dekorte.homeip.net/download/grandr-applet/"
+SRC_URI="http://dekorte.homeip.net/download/grandr-applet/${MY_P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE=""
+
+DEPEND=">=gnome-base/libgnomeui-2.0 >=gnome-base/gnome-panel-2.0"
+RDEPEND=">=gnome-base/libgnomeui-2.0 >=gnome-base/gnome-panel-2.0"
+
+S="${WORKDIR}/${MY_P}"
+
+src_install() {
+ einstall
+}