From ea52b22e62b077e50fe0d266aeada48d46a2956c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Van=C4=9Bk?= Date: Sat, 15 Mar 2025 09:00:31 +0100 Subject: [PATCH] app-admin/pwgen: drop 2.08-r1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Petr Vaněk --- app-admin/pwgen/pwgen-2.08-r1.ebuild | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 app-admin/pwgen/pwgen-2.08-r1.ebuild 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 3337f6717f4d3..0000000000000 --- 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 -}