diff options
author | 2006-11-09 02:26:05 +0000 | |
---|---|---|
committer | 2006-11-09 02:26:05 +0000 | |
commit | 9372a0785fa2292d3da8f93eebfce82a33dd53b6 (patch) | |
tree | a461dcb4fd78f296f36de504769f6fa44f8c981c /x11-misc/obmenu/obmenu-1.0.ebuild | |
parent | Version Bump. (diff) | |
download | historical-9372a0785fa2292d3da8f93eebfce82a33dd53b6.tar.gz historical-9372a0785fa2292d3da8f93eebfce82a33dd53b6.tar.bz2 historical-9372a0785fa2292d3da8f93eebfce82a33dd53b6.zip |
Add x11-misc/obmenu to tree. Initial ebuild by me.
Package-Manager: portage-2.1.2_rc1-r5
Diffstat (limited to 'x11-misc/obmenu/obmenu-1.0.ebuild')
-rw-r--r-- | x11-misc/obmenu/obmenu-1.0.ebuild | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/x11-misc/obmenu/obmenu-1.0.ebuild b/x11-misc/obmenu/obmenu-1.0.ebuild new file mode 100644 index 000000000000..edf2efaaff71 --- /dev/null +++ b/x11-misc/obmenu/obmenu-1.0.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/obmenu/obmenu-1.0.ebuild,v 1.1 2006/11/09 02:26:05 omp Exp $ + +inherit distutils + +DESCRIPTION="Menu editor designed for openbox" +HOMEPAGE="http://obmenu.sourceforge.net/" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=dev-python/pygtk-2.6" |