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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 758B4158083 for ; Sat, 21 Sep 2024 07:24:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A5EE8E29B0; Sat, 21 Sep 2024 07:24:36 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8B906E29B0 for ; Sat, 21 Sep 2024 07:24:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 725BE343192 for ; Sat, 21 Sep 2024 07:24:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D509927EA for ; Sat, 21 Sep 2024 07:24:33 +0000 (UTC) From: "Petr Vaněk" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Petr Vaněk" Message-ID: <1726903443.d7eb598f8755f4525545fbe83aa271f392ff9420.arkamar@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.12.ebuild X-VCS-Directories: x11-misc/menumaker/ X-VCS-Committer: arkamar X-VCS-Committer-Name: Petr Vaněk X-VCS-Revision: d7eb598f8755f4525545fbe83aa271f392ff9420 X-VCS-Branch: master Date: Sat, 21 Sep 2024 07:24:33 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 02ddc119-d95a-419b-8cfb-ad2ecca9fdca X-Archives-Hash: fd22df57ec325b37d4ae75986ad8c3b6 commit: d7eb598f8755f4525545fbe83aa271f392ff9420 Author: Petr Vaněk gentoo org> AuthorDate: Sat Sep 21 07:11:07 2024 +0000 Commit: Petr Vaněk gentoo org> CommitDate: Sat Sep 21 07:24:03 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7eb598f x11-misc/menumaker: drop 0.99.12 Signed-off-by: Petr Vaněk gentoo.org> x11-misc/menumaker/Manifest | 1 - x11-misc/menumaker/menumaker-0.99.12.ebuild | 49 ----------------------------- 2 files changed, 50 deletions(-) diff --git a/x11-misc/menumaker/Manifest b/x11-misc/menumaker/Manifest index 4fcd2e61d58e..0fb263182c36 100644 --- a/x11-misc/menumaker/Manifest +++ b/x11-misc/menumaker/Manifest @@ -1,2 +1 @@ -DIST menumaker-0.99.12.tar.gz 206208 BLAKE2B c909a103bd031f385a1b7c19c8f17ac97310b3f19b2cf3eeb4b77ebfa82ac388cb9d76b1c88523942ce9d20016ba86bd4fa3741b31e3f6cd9ca63e10c8cab65e SHA512 dceef85da4d68a7f13bb59e1d93a51632d4134e55c59fa9cdf4ec4497eb502959c1b65ccaa56c2410f2fc5a770a9b023ddec05e80d186c88cdc1a351e1869af6 DIST menumaker-0.99.14.tar.gz 205664 BLAKE2B b86e46ec07ea14b695c9350e5156081db7a5ae278a7356d98ae1e1a488d83da02d3efd547f9c7d3ac5bdc894b77085434a05e27fd76c09cafc88f1cbce4c428a SHA512 81d44c1917d0fd4cd1c8b7cdd4ce12795fee7cc286959a7fc9dc6f84a096ea850a4348d98b6a7dce153c5d07fdb8b3aaf13f3476a9f34dd56646af3097d406d0 diff --git a/x11-misc/menumaker/menumaker-0.99.12.ebuild b/x11-misc/menumaker/menumaker-0.99.12.ebuild deleted file mode 100644 index 613170273a87..000000000000 --- a/x11-misc/menumaker/menumaker-0.99.12.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_10 ) - -inherit autotools python-single-r1 - -DESCRIPTION="Utility that scans through the system and generates a menu of installed programs" -HOMEPAGE="https://menumaker.sourceforge.net/" -SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 ~ppc x86" - -IUSE="doc" - -RDEPEND="${PYTHON_DEPS}" -DEPEND="${RDEPEND} - doc? ( sys-apps/texinfo )" - -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -PATCHES=( - "${FILESDIR}"/${P}-AM_PATH_PYTHON.patch -) - -src_prepare() { - default - eautoreconf -} - -src_configure() { - ECONF_SOURCE="${S}" econf PYTHON="${EPYTHON}" -} - -src_compile() { - default - use doc && emake html -} - -src_install() { - default - use doc && emake DESTDIR="${D}" install-html - python_optimize - python_fix_shebang "${ED}"/usr/bin/mmaker -}