diff options
author | 2005-06-14 01:32:44 +0000 | |
---|---|---|
committer | 2005-06-14 01:32:44 +0000 | |
commit | a6e93e4df1d8c30feda9dba64af76d5029ba4d59 (patch) | |
tree | dbd87a209fff59d516ac4b94df8eecab22b55cf7 /dev-python/menumaker/menumaker-0.12.ebuild | |
parent | Stable on SPARC. (diff) | |
download | gentoo-2-a6e93e4df1d8c30feda9dba64af76d5029ba4d59.tar.gz gentoo-2-a6e93e4df1d8c30feda9dba64af76d5029ba4d59.tar.bz2 gentoo-2-a6e93e4df1d8c30feda9dba64af76d5029ba4d59.zip |
Moved to x11-misc/menumaker.
Diffstat (limited to 'dev-python/menumaker/menumaker-0.12.ebuild')
-rw-r--r-- | dev-python/menumaker/menumaker-0.12.ebuild | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/dev-python/menumaker/menumaker-0.12.ebuild b/dev-python/menumaker/menumaker-0.12.ebuild deleted file mode 100644 index 7e326ba29f68..000000000000 --- a/dev-python/menumaker/menumaker-0.12.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/menumaker/menumaker-0.12.ebuild,v 1.6 2004/06/25 01:34:00 agriffis Exp $ - -inherit distutils - -MY_P=${P/menumaker/MenuMaker} -S=${WORKDIR}/${MY_P} -DESCRIPTION="Utility that scans through the system and generates a menu of installed programs" -HOMEPAGE="http://menumaker.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="x86" -IUSE="" - -DEPEND=">=dev-lang/python-2.1" - -src_compile() { - echo "Nothing to compile" -} - -src_install() { - distutils_python_version - dodir /usr/lib/python${PYVER}/site-packages - cp -r MenuMaker Prophet ${D}/usr/lib/python${PYVER}/site-packages - dobin mmaker mmaker-launch - dodoc CHANGES COPYING README -} - |