From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id 393CD1584F2 for ; Sat, 15 Mar 2025 08:43:48 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 23A2534310B for ; Sat, 15 Mar 2025 08:43:48 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 1A38A1103C7; Sat, 15 Mar 2025 08:43:47 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 bobolink.gentoo.org (Postfix) with ESMTPS id 0DBBB1103C7 for ; Sat, 15 Mar 2025 08:43:46 +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 9DC58343109 for ; Sat, 15 Mar 2025 08:43:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 06AA811A8 for ; Sat, 15 Mar 2025 08:43:45 +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: <1742028100.ea52b22e62b077e50fe0d266aeada48d46a2956c.arkamar@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/pwgen/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/pwgen/pwgen-2.08-r1.ebuild X-VCS-Directories: app-admin/pwgen/ X-VCS-Committer: arkamar X-VCS-Committer-Name: Petr Vaněk X-VCS-Revision: ea52b22e62b077e50fe0d266aeada48d46a2956c X-VCS-Branch: master Date: Sat, 15 Mar 2025 08:43:45 +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: e2f4a443-8a21-411f-b5ad-6a2de9de122d X-Archives-Hash: 8820763f13f4da3e6a5bf60d38ee34ac commit: ea52b22e62b077e50fe0d266aeada48d46a2956c Author: Petr Vaněk gentoo org> AuthorDate: Sat Mar 15 08:00:31 2025 +0000 Commit: Petr Vaněk gentoo org> CommitDate: Sat Mar 15 08:41:40 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea52b22e app-admin/pwgen: drop 2.08-r1 Signed-off-by: Petr Vaněk gentoo.org> app-admin/pwgen/pwgen-2.08-r1.ebuild | 23 ----------------------- 1 file changed, 23 deletions(-) diff --git a/app-admin/pwgen/pwgen-2.08-r1.ebuild b/app-admin/pwgen/pwgen-2.08-r1.ebuild deleted file mode 100644 index 3337f6717f4d..000000000000 --- a/app-admin/pwgen/pwgen-2.08-r1.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DESCRIPTION="Password Generator" -HOMEPAGE="https://sourceforge.net/projects/pwgen/" -SRC_URI="https://downloads.sourceforge.net/pwgen/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~mips ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" -IUSE="livecd" - -src_configure() { - econf --sysconfdir="${EPREFIX}"/etc/pwgen -} - -src_install() { - default - - use livecd && newinitd "${FILESDIR}"/pwgen.rc pwgen -}