diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-07-14 20:56:41 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-07-14 20:56:41 +0100 |
commit | d87262dd706fec50cd150aab3e93883b6337466d (patch) | |
tree | 246b44c33ad7a57550430b0a60fa0df86a3c9e68 /app-admin/pwgen | |
parent | 71bc00c87bba1ce31de0dac6c3b7fd1aee6917fc (diff) |
gentoo resync : 14.07.2018
Diffstat (limited to 'app-admin/pwgen')
-rw-r--r-- | app-admin/pwgen/Manifest | 7 | ||||
-rw-r--r-- | app-admin/pwgen/files/2.06-special-char.patch | 11 | ||||
-rw-r--r-- | app-admin/pwgen/files/pwgen.rc | 18 | ||||
-rw-r--r-- | app-admin/pwgen/metadata.xml | 26 | ||||
-rw-r--r-- | app-admin/pwgen/pwgen-2.07.ebuild | 28 | ||||
-rw-r--r-- | app-admin/pwgen/pwgen-2.08.ebuild | 23 |
6 files changed, 0 insertions, 113 deletions
diff --git a/app-admin/pwgen/Manifest b/app-admin/pwgen/Manifest deleted file mode 100644 index e9498df0f78b..000000000000 --- a/app-admin/pwgen/Manifest +++ /dev/null @@ -1,7 +0,0 @@ -AUX 2.06-special-char.patch 252 BLAKE2B d5ca276a37d144f09888d08fcdee22033fb005cc3c2d5535b0639bc40ec00422770fb1944cd8539b0645101b2f68dc5b61df47a1e610ec8fe215289ce4ae2db6 SHA512 67b2fe0d146b395445cc2cfd1c7721132f3986e964edab41582f0061fc3c9ff6eee8833628230a58a9a9f4a30ad95c7b685082982d62d0e240430072baaea2b9 -AUX pwgen.rc 389 BLAKE2B d8a3af8df9be2a78e18aaddd7d17269ecb0c61a4c77252a77bb2d492edfe5b8c31279de616c4b0bf92ef6ec4763235b18931edc333121c543cae3e839927bedc SHA512 5d2bdf0dfbaf8fc31cd8217495fccccfefb383779c8a03faedcfaa830851b3bbdccb63fdf8d1bf8aa8a96759ea90a31da6b7a4e0cf5368e62ed10b8db8b0382d -DIST pwgen-2.07.tar.gz 53513 BLAKE2B c5d3a548ef1fab3b246b7ad9ffdc18d572136b3addd2a23e375e45d82af0f45f0e19e747d20d4e4cf7138f7121890460e82a85ffe17c451160c6c0f08bed4422 SHA512 9c56ff04ca2f6f60126608a25f395ddbc4a3ac59585a6f233c87d993b6388e30b1867d43a6bc5b0f9f1f4064b12ea450eac4f7c9ac2844707a99fad1bbd2664d -DIST pwgen-2.08.tar.gz 54884 BLAKE2B 43bb6176d9408558b362bd84839c190c4bcf5d8f71b46fcbbe0b00c390d957683fd9403ff697e96cef2e4de27776c841e12032d3589965629e8e2d29bf202583 SHA512 4a930dc7d4c58a4434209db30c54629d76fce57d0fd5767cd7894168bb1a5b85eaae6734a982b0f4e0640540c366ce27ad84860ff2c406dea3f5902b5bb54255 -EBUILD pwgen-2.07.ebuild 699 BLAKE2B e85ba0d3f6f4f432a2df5de6d8193c63cdf3a13ca6502ffc3378a9cfbf95c0d5ae5f195169ca7360ef531630fe9f913a28a768703ceea3cd2ab2fae4061ed934 SHA512 076cc779fff3df62668cce9fcfd58a98ce0f30fb535f1452f96233c96420f3893bb61f92d370cfded1dc49e2e32d89ba059a071db93d67d78d2ec12a65c13bc3 -EBUILD pwgen-2.08.ebuild 627 BLAKE2B f735419fcfa2c5234ff61d7155a481a94d26e2ed8ca80b014c2d2eb1ba19a656baf7e0d61e87e1810102bd7fc4b7e20d07ac0c03c4cdcec4d57655ca5dd9b59c SHA512 496b99be5baf7587ac5f0effaf6d39a040cb2cfc50b3a8a812e698aa3a559f6a96c3665fa877f5373d6fbc0488697e4e18ebfbffd4bbac91b1710f89033b8b38 -MISC metadata.xml 765 BLAKE2B 133e60da10e57e53ea3013d7615aae83d8d38bf18b8e92c1a081d43524551180e2654233e0a2b2207dd11f31114cd221f33fa5eb4c1486c87ea0bd031c613f2f SHA512 5a6e7e1b7e8fc44e9f39e5d0f349a27360d94778522131c749748690fd6db5278a5a9354242b2030bdfc8db7890e340621a1d939364bd40d3d96b018cc6e443f diff --git a/app-admin/pwgen/files/2.06-special-char.patch b/app-admin/pwgen/files/2.06-special-char.patch deleted file mode 100644 index 3d014fa4bf11..000000000000 --- a/app-admin/pwgen/files/2.06-special-char.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/pwgen.c -+++ b/pwgen.c -@@ -138,7 +138,7 @@ int main(int argc, char **argv) - break; - case 's': - pwgen = pw_rand; -- pwgen_flags = PW_DIGITS | PW_UPPERS; -+ pwgen_flags |= PW_DIGITS | PW_UPPERS; - break; - case 'C': - do_columns = 1; diff --git a/app-admin/pwgen/files/pwgen.rc b/app-admin/pwgen/files/pwgen.rc deleted file mode 100644 index 94c4067e2faf..000000000000 --- a/app-admin/pwgen/files/pwgen.rc +++ /dev/null @@ -1,18 +0,0 @@ -#!/sbin/openrc-run -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -depend() { - before local -} - -start() { - ebegin "Auto-scrambling root password for security" - echo root:`pwgen -s 16` | chpasswd > /dev/null 2>&1 - eend $? "Failed to scramble root password." -} - -stop() { - ebegin "Stopping pwgen" - eend $? "Failed to stop pwgen." -} diff --git a/app-admin/pwgen/metadata.xml b/app-admin/pwgen/metadata.xml deleted file mode 100644 index 22f8ea147c80..000000000000 --- a/app-admin/pwgen/metadata.xml +++ /dev/null @@ -1,26 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>julian@simioni.org</email> - <name>Julian Simioni</name> - </maintainer> - <maintainer type="person"> - <email>perfinion@gentoo.org</email> - <name>Jason Zaman</name> - </maintainer> - <maintainer type="project"> - <email>livecd@gentoo.org</email> - <name>Gentoo LiveCD Project</name> - </maintainer> - <maintainer type="project"> - <email>proxy-maint@gentoo.org</email> - <name>Proxy Maintainers</name> - </maintainer> - <use> - <flag name="livecd">Install init script for root password scrambling on boot</flag> - </use> - <upstream> - <remote-id type="sourceforge">pwgen</remote-id> - </upstream> -</pkgmetadata> diff --git a/app-admin/pwgen/pwgen-2.07.ebuild b/app-admin/pwgen/pwgen-2.07.ebuild deleted file mode 100644 index 9df81de14409..000000000000 --- a/app-admin/pwgen/pwgen-2.07.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit eutils - -DESCRIPTION="Password Generator" -HOMEPAGE="https://sourceforge.net/projects/pwgen/" -SRC_URI="mirror://sourceforge/pwgen/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -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" -IUSE="livecd" - -src_prepare() { - epatch "${FILESDIR}"/2.06-special-char.patch -} - -src_configure() { - econf --sysconfdir="${EPREFIX}"/etc/pwgen -} - -src_install() { - default - use livecd && newinitd "${FILESDIR}"/pwgen.rc pwgen -} diff --git a/app-admin/pwgen/pwgen-2.08.ebuild b/app-admin/pwgen/pwgen-2.08.ebuild deleted file mode 100644 index e7712ee76083..000000000000 --- a/app-admin/pwgen/pwgen-2.08.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DESCRIPTION="Password Generator" -HOMEPAGE="https://sourceforge.net/projects/pwgen/" -SRC_URI="mirror://sourceforge/pwgen/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -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" -IUSE="livecd" - -src_configure() { - econf --sysconfdir="${EPREFIX}"/etc/pwgen -} - -src_install() { - default - - use livecd && newinitd "${FILESDIR}"/pwgen.rc pwgen -} |