Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libgssglue/
Date: Sat, 16 Feb 2019 09:29:00
Message-Id: 1550309315.9f9b3529554eda5827c4df4066a7c8b835ae9a37.pacho@gentoo
1 commit: 9f9b3529554eda5827c4df4066a7c8b835ae9a37
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 16 09:13:38 2019 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 16 09:28:35 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f9b3529
7
8 net-libs/libgssglue: Drop old
9
10 Package-Manager: Portage-2.3.58, Repoman-2.3.12
11 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
12
13 net-libs/libgssglue/libgssglue-0.4.ebuild | 37 -------------------------------
14 1 file changed, 37 deletions(-)
15
16 diff --git a/net-libs/libgssglue/libgssglue-0.4.ebuild b/net-libs/libgssglue/libgssglue-0.4.ebuild
17 deleted file mode 100644
18 index 675f34544c7..00000000000
19 --- a/net-libs/libgssglue/libgssglue-0.4.ebuild
20 +++ /dev/null
21 @@ -1,37 +0,0 @@
22 -# Copyright 1999-2018 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=4
26 -inherit eutils
27 -
28 -DESCRIPTION="exports a gssapi interface which calls other random gssapi libraries"
29 -HOMEPAGE="http://www.citi.umich.edu/projects/nfsv4/linux/"
30 -SRC_URI="http://www.citi.umich.edu/projects/nfsv4/linux/${PN}/${P}.tar.gz"
31 -
32 -LICENSE="BSD"
33 -SLOT="0"
34 -KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 s390 sh sparc x86"
35 -IUSE=""
36 -
37 -RDEPEND="!app-crypt/libgssapi"
38 -
39 -DOCS="AUTHORS ChangeLog NEWS README"
40 -
41 -src_prepare() {
42 - epatch \
43 - "${FILESDIR}"/${PN}-0.3-protos.patch \
44 - "${FILESDIR}"/${PN}-0.4-implicit-declarations.patch
45 -}
46 -
47 -src_configure() {
48 - # No need to install static libraries, as it uses libdl
49 - econf --disable-static
50 -}
51 -
52 -src_install() {
53 - default
54 - prune_libtool_files
55 -
56 - insinto /etc
57 - doins doc/gssapi_mech.conf
58 -}