commit:     86f1292d45cea6c96389183e913f4b2fd939ba9d
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 15 11:14:55 2017 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Jan 15 11:20:30 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86f1292d

x11-misc/menumaker: Drop old

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 x11-misc/menumaker/Manifest                |  1 -
 x11-misc/menumaker/menumaker-0.99.7.ebuild | 59 ------------------------------
 2 files changed, 60 deletions(-)

diff --git a/x11-misc/menumaker/Manifest b/x11-misc/menumaker/Manifest
index c04ee38..d3cf5a6 100644
--- a/x11-misc/menumaker/Manifest
+++ b/x11-misc/menumaker/Manifest
@@ -1,2 +1 @@
-DIST menumaker-0.99.7.tar.gz 138857 SHA256 
dc319aa063aa8ec017af3f736cc6e4f7578e145289976c109a4cb19df3b3c445 SHA512 
b8d6236480b2945d77c05cf3f2a070b70d43786f0e443c1cf244bf91abfea1964a2dc89bc363140a7c6334764e747afdd173ee585a23ceef7f85acde9049cd19
 WHIRLPOOL 
075e7d4676bd93705828dcc75151706d95086c00092012b8ff9cb35c0df41ef867fd2d9f130219e625e49637c96849e136a7f94c4a0657ac906b9b987d9f2b41
 DIST menumaker-0.99.9.tar.gz 177303 SHA256 
653361fa8d739e0adba788f187ae2545e0a9c510fd7544c31b7fbc25e87e0e2f SHA512 
57ee20f61be366836270170d452f8e9e77cd9fe2abe2e6e0bb5f630d6e328ff4445b95135f4820c2cf80408f629dc801741f8c4bd19b1f12446367b225299229
 WHIRLPOOL 
fe48bef65fe299d8ab0930c90e6b82710e89cf36f02e9705fd5ccdb54372b4870e954161a8cc0c07232aa0cddf8bd98ae95b7279d21bbb2e274b32d3b3a73f57

diff --git a/x11-misc/menumaker/menumaker-0.99.7.ebuild 
b/x11-misc/menumaker/menumaker-0.99.7.ebuild
deleted file mode 100644
index a0f6bfa..00000000
--- a/x11-misc/menumaker/menumaker-0.99.7.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="3"
-PYTHON_DEPEND="2"
-
-inherit multilib python
-
-DESCRIPTION="Utility that scans through the system and generates a menu of 
installed programs"
-HOMEPAGE="http://menumaker.sourceforge.net/";
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ~ppc x86 ~x86-fbsd"
-IUSE="doc"
-
-DEPEND="doc? ( sys-apps/texinfo )"
-RDEPEND=""
-
-pkg_setup() {
-       python_set_active_version 2
-       python_pkg_setup
-}
-
-src_configure() {
-       econf PYTHON="$(PYTHON)"
-}
-
-src_compile() {
-       emake -j1 || die "emake failed"
-
-       if use doc; then
-               cd doc
-               emake html || die "Generation of documentation failed"
-       fi
-}
-
-src_install() {
-       emake -j1 DESTDIR="${D}" install || die "emake install failed"
-       python_need_rebuild
-
-       find "${D}" "(" -name "*.pyc" -o -name "*.pyo" ")" -print0 | xargs -0 
rm -fr
-
-       dodoc ChangeLog README NEWS AUTHORS INSTALL
-
-       if use doc; then
-               dohtml doc/mmaker.html/*
-       fi
-}
-
-pkg_postinst() {
-       python_mod_optimize /usr/$(get_libdir)/menumaker
-}
-
-pkg_postrm() {
-       python_mod_cleanup /usr/$(get_libdir)/menumaker
-}

Reply via email to