summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2003-03-11 20:50:08 +0000
committerSeemant Kulleen <seemant@gentoo.org>2003-03-11 20:50:08 +0000
commiteff0b65944f2af8dd06a2a46284ce2c900f5cf15 (patch)
tree0bfcb129ea519611babe90a3336dca9018c24f63 /x11-misc/genmenu
parentadd ~alpha (diff)
downloadgentoo-2-eff0b65944f2af8dd06a2a46284ce2c900f5cf15.tar.gz
gentoo-2-eff0b65944f2af8dd06a2a46284ce2c900f5cf15.tar.bz2
gentoo-2-eff0b65944f2af8dd06a2a46284ce2c900f5cf15.zip
moved bash from sys-apps to app-shells
Diffstat (limited to 'x11-misc/genmenu')
-rw-r--r--x11-misc/genmenu/genmenu-0.9.0.ebuild14
1 files changed, 7 insertions, 7 deletions
diff --git a/x11-misc/genmenu/genmenu-0.9.0.ebuild b/x11-misc/genmenu/genmenu-0.9.0.ebuild
index d71a7968591f..5c88f4d656fc 100644
--- a/x11-misc/genmenu/genmenu-0.9.0.ebuild
+++ b/x11-misc/genmenu/genmenu-0.9.0.ebuild
@@ -1,22 +1,22 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/genmenu/genmenu-0.9.0.ebuild,v 1.3 2003/02/13 17:13:48 vapier Exp $
-
-S="${WORKDIR}/${P}"
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/genmenu/genmenu-0.9.0.ebuild,v 1.4 2003/03/11 20:50:08 seemant Exp $
+S=${WORKDIR}/${P}
DESCRIPTION="menu generator for Blackbox, WindowMaker, and Enlightenment"
-SRC_URI="http://home.online.no/~geir37/archive/${P}.tar.gz"
HOMEPAGE="http://projects.gtk.mine.nu/genmenu"
+SRC_URI="http://home.online.no/~geir37/archive/${P}.tar.gz"
LICENSE="GPL-2"
-DEPEND="sys-apps/bash"
SLOT="0"
-KEYWORDS="~x86 ~ppc ~sparc "
+KEYWORDS="~x86 ~ppc ~sparc"
+
+DEPEND="app-shells/bash"
src_unpack() {
unpack ${A}
cd ${S}
- patch genmenu < ${FILESDIR}/${PN}-${PV}.patch
+ patch genmenu < ${FILESDIR}/${P}.patch
}
src_install () {