Gentoo Archives: gentoo-commits

From: Jeroen Roovers <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/pwgen/files/, app-admin/pwgen/
Date: Fri, 30 Aug 2019 07:32:49
Message-Id: 1567150364.d7d4815d6b49ba6844fe347866445c1864d54571.jer@gentoo
1 commit: d7d4815d6b49ba6844fe347866445c1864d54571
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Fri Aug 30 07:31:40 2019 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 30 07:32:44 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7d4815d
7
8 app-admin/pwgen: Old
9
10 Package-Manager: Portage-2.3.73, Repoman-2.3.17
11 Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>
12
13 app-admin/pwgen/Manifest | 1 -
14 app-admin/pwgen/files/2.06-special-char.patch | 11 -----------
15 app-admin/pwgen/pwgen-2.07.ebuild | 28 ---------------------------
16 3 files changed, 40 deletions(-)
17
18 diff --git a/app-admin/pwgen/Manifest b/app-admin/pwgen/Manifest
19 index 673f49b7a40..d9d9e11ce0b 100644
20 --- a/app-admin/pwgen/Manifest
21 +++ b/app-admin/pwgen/Manifest
22 @@ -1,2 +1 @@
23 -DIST pwgen-2.07.tar.gz 53513 BLAKE2B c5d3a548ef1fab3b246b7ad9ffdc18d572136b3addd2a23e375e45d82af0f45f0e19e747d20d4e4cf7138f7121890460e82a85ffe17c451160c6c0f08bed4422 SHA512 9c56ff04ca2f6f60126608a25f395ddbc4a3ac59585a6f233c87d993b6388e30b1867d43a6bc5b0f9f1f4064b12ea450eac4f7c9ac2844707a99fad1bbd2664d
24 DIST pwgen-2.08.tar.gz 54884 BLAKE2B 43bb6176d9408558b362bd84839c190c4bcf5d8f71b46fcbbe0b00c390d957683fd9403ff697e96cef2e4de27776c841e12032d3589965629e8e2d29bf202583 SHA512 4a930dc7d4c58a4434209db30c54629d76fce57d0fd5767cd7894168bb1a5b85eaae6734a982b0f4e0640540c366ce27ad84860ff2c406dea3f5902b5bb54255
25
26 diff --git a/app-admin/pwgen/files/2.06-special-char.patch b/app-admin/pwgen/files/2.06-special-char.patch
27 deleted file mode 100644
28 index 3d014fa4bf1..00000000000
29 --- a/app-admin/pwgen/files/2.06-special-char.patch
30 +++ /dev/null
31 @@ -1,11 +0,0 @@
32 ---- a/pwgen.c
33 -+++ b/pwgen.c
34 -@@ -138,7 +138,7 @@ int main(int argc, char **argv)
35 - break;
36 - case 's':
37 - pwgen = pw_rand;
38 -- pwgen_flags = PW_DIGITS | PW_UPPERS;
39 -+ pwgen_flags |= PW_DIGITS | PW_UPPERS;
40 - break;
41 - case 'C':
42 - do_columns = 1;
43
44 diff --git a/app-admin/pwgen/pwgen-2.07.ebuild b/app-admin/pwgen/pwgen-2.07.ebuild
45 deleted file mode 100644
46 index 9df81de1440..00000000000
47 --- a/app-admin/pwgen/pwgen-2.07.ebuild
48 +++ /dev/null
49 @@ -1,28 +0,0 @@
50 -# Copyright 1999-2017 Gentoo Foundation
51 -# Distributed under the terms of the GNU General Public License v2
52 -
53 -EAPI=5
54 -
55 -inherit eutils
56 -
57 -DESCRIPTION="Password Generator"
58 -HOMEPAGE="https://sourceforge.net/projects/pwgen/"
59 -SRC_URI="mirror://sourceforge/pwgen/${P}.tar.gz"
60 -
61 -LICENSE="GPL-2"
62 -SLOT="0"
63 -KEYWORDS="alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
64 -IUSE="livecd"
65 -
66 -src_prepare() {
67 - epatch "${FILESDIR}"/2.06-special-char.patch
68 -}
69 -
70 -src_configure() {
71 - econf --sysconfdir="${EPREFIX}"/etc/pwgen
72 -}
73 -
74 -src_install() {
75 - default
76 - use livecd && newinitd "${FILESDIR}"/pwgen.rc pwgen
77 -}