Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-auth/skey/
Date: Thu, 26 May 2016 22:21:20
Message-Id: 1464300714.c1c91428d81785c8baf0903993ba99e2c678ce87.ulm@gentoo
1 commit: c1c91428d81785c8baf0903993ba99e2c678ce87
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 26 22:11:54 2016 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Thu May 26 22:11:54 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1c91428
7
8 sys-auth/skey: Remove old.
9
10 Package-Manager: portage-2.3.0_rc1
11
12 sys-auth/skey/Manifest | 1 -
13 sys-auth/skey/skey-1.1.5-r9.ebuild | 82 --------------------------------------
14 2 files changed, 83 deletions(-)
15
16 diff --git a/sys-auth/skey/Manifest b/sys-auth/skey/Manifest
17 index 804ff65..7e0a61c 100644
18 --- a/sys-auth/skey/Manifest
19 +++ b/sys-auth/skey/Manifest
20 @@ -1,3 +1,2 @@
21 -DIST skey-1.1.5-patches-3.tar.xz 33604 SHA256 adabe7b286f586d2cbe1a4b15f71310b7d8e25fc3187f8a89071359d7975badf SHA512 dcef6837e563ce3f68fe4eed35f16db1636e1798219dba95c86db505b5f67034b44bc6d02e0125faa95db8a5c39e9615bfed2dc3105905e576d96cf32016bc2f WHIRLPOOL bff241ecf0f59dae810db300bd858f76e18153f1958f2154c538f42040cc1040f049442d697767cfa7346996931d81370c2551d752c52810c9b18fe9e351c212
22 DIST skey-1.1.5-patches-5.tar.xz 33972 SHA256 845c9c71b8d69bf20854412536e736a7e6a6d07ea6abbc02ed10229207e4582e SHA512 5be8cb520311799f4ee105d4e6ec6bf2a9e76a1e49df632cf85b7e9e1126ff876551231b06d26911ca36b834b48ebdd1a9e3f1f889df3d1cee4989ed24c0a7fd WHIRLPOOL f78f30c7882d4c18a0d44139ca107413eb1d6db9f82fb1b570c535c28225dc4b5ed7450be17e9b23a4efa851ccc1d3f5bc19f7d5288eb75bb11ba2db2f0ec1ae
23 DIST skey-1.1.5.tar.bz2 61911 SHA256 e21bcb7c618c0bc87a72d8f0f097d7517fffa4e881a0f295ee1ce2a7dccf4aef SHA512 4cbddc7e31134d5e23801a9b07de0d05c8357aaa8dddfb8426fceead3f54e539f77204f78a08b2a93890ef2f4f807a2208080f58f80818afa1b8cd4884b1fb37 WHIRLPOOL abf141fd679deeaee3f3883cd3076620c84e8775ecacc8f87d561c1812beae55299989f37ec331633bac29e25b4b8d145dc590ef119c73a137d8790815bb13f2
24
25 diff --git a/sys-auth/skey/skey-1.1.5-r9.ebuild b/sys-auth/skey/skey-1.1.5-r9.ebuild
26 deleted file mode 100644
27 index eb04886..0000000
28 --- a/sys-auth/skey/skey-1.1.5-r9.ebuild
29 +++ /dev/null
30 @@ -1,82 +0,0 @@
31 -# Copyright 1999-2015 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -# $Id$
34 -
35 -EAPI=5
36 -
37 -inherit flag-o-matic eutils toolchain-funcs
38 -
39 -DESCRIPTION="Linux Port of OpenBSD Single-key Password System"
40 -HOMEPAGE="http://www.openbsd.org/faq/faq8.html#SKey"
41 -SRC_URI="mirror://gentoo/${P}.tar.bz2
42 - https://dev.gentoo.org/~ulm/distfiles/${P}-patches-3.tar.xz"
43 -
44 -LICENSE="BSD MIT RSA BEER-WARE"
45 -SLOT="0"
46 -KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86"
47 -IUSE="static-libs"
48 -
49 -DEPEND="dev-lang/perl
50 - app-arch/xz-utils"
51 -RDEPEND="dev-lang/perl
52 - virtual/perl-Time-Local
53 - sys-libs/cracklib"
54 -
55 -src_prepare() {
56 - EPATCH_SUFFIX=patch epatch
57 -}
58 -
59 -src_configure() {
60 - tc-export CC
61 - econf --sysconfdir=/etc/skey
62 -}
63 -
64 -src_install() {
65 - into /
66 - dolib.so libskey.so{.${PV},.${PV%.*},.${PV%%.*},}
67 -
68 - into /usr
69 - dobin skey skeyinit skeyinfo
70 - newbin skeyaudit.sh skeyaudit
71 - newsbin skeyprune.pl skeyprune
72 -
73 - dosym skey /usr/bin/otp-md4
74 - dosym skey /usr/bin/otp-md5
75 - dosym skey /usr/bin/otp-sha1
76 -
77 - if use static-libs; then
78 - dolib.a libskey.a
79 - gen_usr_ldscript libskey.so
80 - fi
81 -
82 - doman skey.1 skeyaudit.1 skeyinfo.1 skeyinit.1 skey.3 skeyprune.8
83 -
84 - insinto /usr/include
85 - doins skey.h
86 -
87 - keepdir /etc/skey
88 -
89 - # only root needs to have access to these files.
90 - fperms go-rx /etc/skey
91 -
92 - # skeyinit and skeyinfo must be suid root so users
93 - # can generate their passwords.
94 - fperms u+s,go-r /usr/bin/skeyinit /usr/bin/skeyinfo
95 -
96 - dodoc README CHANGES
97 -}
98 -
99 -pkg_postinst() {
100 - # do not include /etc/skey/skeykeys in the package, as quickpkg
101 - # may package sensitive information.
102 - # This also fixes the etc-update issue with #64974.
103 -
104 - # skeyinit will not function if this file is not present.
105 - touch /etc/skey/skeykeys
106 -
107 - # these permissions are applied by the skey system if missing.
108 - chmod 0600 /etc/skey/skeykeys
109 -
110 - elog "For an introduction into using s/key authentication, take"
111 - elog "a look at the EXAMPLES section from the skey(1) manpage."
112 -}