summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Stelling <blubb@gentoo.org>2005-03-19 20:26:21 +0000
committerSimon Stelling <blubb@gentoo.org>2005-03-19 20:26:21 +0000
commit11d9fa45e9ad25b9be1f2ca411802bf6cc3d8fd2 (patch)
treed608b6c4101488b09e16d23de36f713fffe39dc4 /x11-misc/denu/denu-2.3.2.ebuild
parentStable on alpha. (diff)
downloadhistorical-11d9fa45e9ad25b9be1f2ca411802bf6cc3d8fd2.tar.gz
historical-11d9fa45e9ad25b9be1f2ca411802bf6cc3d8fd2.tar.bz2
historical-11d9fa45e9ad25b9be1f2ca411802bf6cc3d8fd2.zip
new version with support for gnome-2.10
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'x11-misc/denu/denu-2.3.2.ebuild')
-rw-r--r--x11-misc/denu/denu-2.3.2.ebuild23
1 files changed, 23 insertions, 0 deletions
diff --git a/x11-misc/denu/denu-2.3.2.ebuild b/x11-misc/denu/denu-2.3.2.ebuild
new file mode 100644
index 000000000000..ff8f6d50c3ba
--- /dev/null
+++ b/x11-misc/denu/denu-2.3.2.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-misc/denu/denu-2.3.2.ebuild,v 1.1 2005/03/19 20:26:21 blubb Exp $
+
+DESCRIPTION="A menu generation program for fluxbox, waimea, openbox, icewm, gnome and
+kde."
+HOMEPAGE="http://denu.sourceforge.net"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86 ~amd64"
+IUSE=""
+
+DEPEND="virtual/python
+ >=sys-apps/portage-2.0.50-r10
+ >=dev-python/pygtk-2.4.1"
+
+RDEPEND=${DEPEND}
+
+src_install() {
+ cd ${WORKDIR}/${P}
+ sh install.sh ${D}
+}