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 92B2615ACFC for ; Mon, 1 May 2023 15:15:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1828AE085B; Mon, 1 May 2023 15:15:22 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E3C0AE085B for ; Mon, 1 May 2023 15:15:21 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9A41A340E8B for ; Mon, 1 May 2023 15:15:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 30EFEA5B for ; Mon, 1 May 2023 15:15:19 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1682953969.7c758dafbddf126581eb324a22d6507632294652.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/dex/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/dex/Manifest x11-misc/dex/dex-0.8.0.ebuild X-VCS-Directories: x11-misc/dex/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 7c758dafbddf126581eb324a22d6507632294652 X-VCS-Branch: master Date: Mon, 1 May 2023 15:15:19 +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: 5117cd2f-5b8d-4dc9-996b-3aab01c98f91 X-Archives-Hash: 9d8d87777cd03b2d317520b5c6239e9a commit: 7c758dafbddf126581eb324a22d6507632294652 Author: Sam James gentoo org> AuthorDate: Mon May 1 15:12:49 2023 +0000 Commit: Sam James gentoo org> CommitDate: Mon May 1 15:12:49 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c758daf x11-misc/dex: drop 0.8.0 Signed-off-by: Sam James gentoo.org> x11-misc/dex/Manifest | 1 - x11-misc/dex/dex-0.8.0.ebuild | 36 ------------------------------------ 2 files changed, 37 deletions(-) diff --git a/x11-misc/dex/Manifest b/x11-misc/dex/Manifest index bb41aa8b1a15..eb6754035496 100644 --- a/x11-misc/dex/Manifest +++ b/x11-misc/dex/Manifest @@ -1,2 +1 @@ -DIST dex-0.8.0.tar.gz 8665 BLAKE2B de62557d207d257286cc706c07969b10b0d753b197333f1d24c0c0a22a897fb2e3c64a25f71770424e6cc365d028c9a1e994fcf35c68c96be7281d24ce19b1e3 SHA512 d87a7306b931736aa302dc883cbd9c635397eda2c119133a3ae8028869a4302ce3713b43cc85fdb2f804d1a74ab2499ef32a2680d5d6be039831006e617aa70a DIST dex-0.9.0.tar.gz 10056 BLAKE2B 7abc01ccc6938e926840e4448eb6436db77703c1f8e1fef334d97196803a0b59af0f05fc507d1ac4337367120f7d9d9a211aecec6ac3644424edee3599067a89 SHA512 d68f5482cb0948f27a724437ddfc6de9a0f502bfd0d5c60c76fb85dda3c30e4c432013e530f6a91138c9ac9ff36b3824cd5e382e9d29bb9fb2ec2b9de4133094 diff --git a/x11-misc/dex/dex-0.8.0.ebuild b/x11-misc/dex/dex-0.8.0.ebuild deleted file mode 100644 index 56393cf8cc9d..000000000000 --- a/x11-misc/dex/dex-0.8.0.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python{3_9,3_10} ) - -inherit python-r1 - -DESCRIPTION="DesktopEntry eXecution - tool to manage and launch autostart entries" -HOMEPAGE="http://e-jc.de/" -SRC_URI="https://github.com/jceb/dex/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" - -IUSE="doc" - -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -RDEPEND="${PYTHON_DEPS}" -DEPEND="${RDEPEND} - doc? ( dev-python/sphinx )" - -src_compile() { - # Makefile is for creating man page only - use doc && emake -} - -src_install() { - dobin dex - python_replicate_script "${ED}/usr/bin/dex" - dodoc CHANGELOG.md README.rst - use doc && doman dex.1 -}