Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/liblockfile/
Date: Wed, 07 Aug 2019 13:44:27
Message-Id: 1565185456.a4157b897aaa756e4a7000031652b290bfdeef02.polynomial-c@gentoo
1 commit: a4157b897aaa756e4a7000031652b290bfdeef02
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 7 13:05:31 2019 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 7 13:44:16 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4157b89
7
8 net-libs/liblockfile: Removed old.
9
10 Package-Manager: Portage-2.3.71, Repoman-2.3.17
11 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
12
13 net-libs/liblockfile/Manifest | 1 -
14 net-libs/liblockfile/liblockfile-1.13.ebuild | 48 ----------------------------
15 net-libs/liblockfile/liblockfile-1.14.ebuild | 48 ----------------------------
16 3 files changed, 97 deletions(-)
17
18 diff --git a/net-libs/liblockfile/Manifest b/net-libs/liblockfile/Manifest
19 index 0e46f540804..a0d13e20200 100644
20 --- a/net-libs/liblockfile/Manifest
21 +++ b/net-libs/liblockfile/Manifest
22 @@ -1,4 +1,3 @@
23 DIST liblockfile_1.09.orig.tar.gz 32178 BLAKE2B b78f632e3bf1ed926596abf9fb0450cc325f888ba245d724f6c02800d939f2d5933b0f90bac92d543cdc5ee6b27f8c4fb70901742e83e8d5becbdbc60e20e5b3 SHA512 8577f8bfa9c78983d6a409bc449be0d981e599a6a5f2fc8b43f76a238810ec5e3c180e27280719398f31041ed837fe8ba61df208ce77db77a354453e4579848a
24 -DIST liblockfile_1.13.orig.tar.gz 67720 BLAKE2B c42248c652fda4604a0b4210f77046c2bbb50fc63459da03e1302d436abc21f34e77d17ca9f1e0f80abf674ac9942656014b2ea74bbf9ee92ab17d3c0b2e08cc SHA512 509b00e6841ecdbd6bef0fdf620a31f49b2e07d29c7dd2407297a3e92ded568933d75390f7cab43dd514949c6ccf8924e621324a8d4bbde4c71847b7b257318a
25 DIST liblockfile_1.14.orig.tar.gz 67856 BLAKE2B 1b83c79217c533ed3f5ef0e3ee33877d541670e14eaa2003b37b5a9b0ae544611f88beb28ecb527d82295e41744e1dfc653b7822436a314c25444a686f30b89d SHA512 d6d75a1ddb55bae8ee63bd0cbacf7ab8cd6d28b29a7d3c2e4a5c31c76c6743ed517cdebd42e3ef5c44698faebfd1537b023510c692b54a1275e7114605fe6550
26 DIST liblockfile_1.15.orig.tar.gz 68238 BLAKE2B 3819e6f391467073836ed790ce9b8bbac8e9887d0aea19b1bb083c1020a2e18d3364a087a8c0e962aac66a904768dd843be28e6364b8b150049b6348cfaa944a SHA512 048bbe2c87e85e6ec9b0347809c07183e4210cd565b38653dd1d967106209ccef4146db97afe5a5b7a6d3c58579d4d17f7e241e87be085791bad65b9eeed23f0
27
28 diff --git a/net-libs/liblockfile/liblockfile-1.13.ebuild b/net-libs/liblockfile/liblockfile-1.13.ebuild
29 deleted file mode 100644
30 index 5e227dcd565..00000000000
31 --- a/net-libs/liblockfile/liblockfile-1.13.ebuild
32 +++ /dev/null
33 @@ -1,48 +0,0 @@
34 -# Copyright 1999-2018 Gentoo Foundation
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=6
38 -
39 -inherit autotools multilib user
40 -
41 -DESCRIPTION="Implements functions designed to lock the standard mailboxes"
42 -HOMEPAGE="http://www.debian.org/"
43 -SRC_URI="mirror://debian/pool/main/libl/${PN}/${PN}_${PV}.orig.tar.gz"
44 -
45 -LICENSE="LGPL-2"
46 -SLOT="0"
47 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
48 -IUSE=""
49 -
50 -S="${WORKDIR}/${PN}"
51 -
52 -DOCS=( Changelog README )
53 -
54 -PATCHES=(
55 - "${FILESDIR}/${PN}-1.13-makefile.patch"
56 -)
57 -
58 -pkg_setup() {
59 - enewgroup mail 12
60 -}
61 -
62 -src_prepare() {
63 - default
64 -
65 - # I don't feel like making the Makefile portable
66 - [[ ${CHOST} == *-darwin* ]] \
67 - && cp "${FILESDIR}"/Makefile.Darwin.in Makefile.in
68 -
69 - eautoreconf
70 -}
71 -
72 -src_configure() {
73 - local grp=mail
74 - if use prefix ; then
75 - # we never want to use LDCONFIG
76 - export LDCONFIG=${EPREFIX}/bin/true
77 - # in unprivileged installs this is "mail"
78 - grp=$(id -g)
79 - fi
80 - econf --with-mailgroup=${grp} --enable-shared
81 -}
82
83 diff --git a/net-libs/liblockfile/liblockfile-1.14.ebuild b/net-libs/liblockfile/liblockfile-1.14.ebuild
84 deleted file mode 100644
85 index 5e227dcd565..00000000000
86 --- a/net-libs/liblockfile/liblockfile-1.14.ebuild
87 +++ /dev/null
88 @@ -1,48 +0,0 @@
89 -# Copyright 1999-2018 Gentoo Foundation
90 -# Distributed under the terms of the GNU General Public License v2
91 -
92 -EAPI=6
93 -
94 -inherit autotools multilib user
95 -
96 -DESCRIPTION="Implements functions designed to lock the standard mailboxes"
97 -HOMEPAGE="http://www.debian.org/"
98 -SRC_URI="mirror://debian/pool/main/libl/${PN}/${PN}_${PV}.orig.tar.gz"
99 -
100 -LICENSE="LGPL-2"
101 -SLOT="0"
102 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
103 -IUSE=""
104 -
105 -S="${WORKDIR}/${PN}"
106 -
107 -DOCS=( Changelog README )
108 -
109 -PATCHES=(
110 - "${FILESDIR}/${PN}-1.13-makefile.patch"
111 -)
112 -
113 -pkg_setup() {
114 - enewgroup mail 12
115 -}
116 -
117 -src_prepare() {
118 - default
119 -
120 - # I don't feel like making the Makefile portable
121 - [[ ${CHOST} == *-darwin* ]] \
122 - && cp "${FILESDIR}"/Makefile.Darwin.in Makefile.in
123 -
124 - eautoreconf
125 -}
126 -
127 -src_configure() {
128 - local grp=mail
129 - if use prefix ; then
130 - # we never want to use LDCONFIG
131 - export LDCONFIG=${EPREFIX}/bin/true
132 - # in unprivileged installs this is "mail"
133 - grp=$(id -g)
134 - fi
135 - econf --with-mailgroup=${grp} --enable-shared
136 -}