From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 44EC7139085 for ; Sun, 15 Jan 2017 11:21:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 31D1D142A0; Sun, 15 Jan 2017 11:21:18 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D81F81429F for ; Sun, 15 Jan 2017 11:21:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CD22B3414A6 for ; Sun, 15 Jan 2017 11:20:47 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0A91627ED for ; Sun, 15 Jan 2017 11:20:44 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1484479230.86f1292d45cea6c96389183e913f4b2fd939ba9d.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/menumaker/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/menumaker/Manifest x11-misc/menumaker/menumaker-0.99.7.ebuild X-VCS-Directories: x11-misc/menumaker/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 86f1292d45cea6c96389183e913f4b2fd939ba9d X-VCS-Branch: master Date: Sun, 15 Jan 2017 11:20:44 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 6ace7650-d227-4878-9f96-21caa059dd54 X-Archives-Hash: eaaddda74e4be5882d899b2664edc611 commit: 86f1292d45cea6c96389183e913f4b2fd939ba9d Author: Pacho Ramos gentoo org> AuthorDate: Sun Jan 15 11:14:55 2017 +0000 Commit: Pacho Ramos gentoo 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 -}