commit: ea52b22e62b077e50fe0d266aeada48d46a2956c Author: Petr Vaněk <arkamar <AT> gentoo <DOT> org> AuthorDate: Sat Mar 15 08:00:31 2025 +0000 Commit: Petr Vaněk <arkamar <AT> gentoo <DOT> 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 <arkamar <AT> 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 -}
