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: sys-libs/gdbm/
Date: Tue, 02 Jan 2018 13:07:41
Message-Id: 1514898448.51f5487dd50701ba6a6f66f79b586fddfb190190.polynomial-c@gentoo
1 commit: 51f5487dd50701ba6a6f66f79b586fddfb190190
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 2 12:51:04 2018 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 2 13:07:28 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51f5487d
7
8 sys-libs/gdbm: Removed old.
9
10 Package-Manager: Portage-2.3.19, Repoman-2.3.6
11
12 sys-libs/gdbm/Manifest | 1 -
13 sys-libs/gdbm/gdbm-1.12.ebuild | 71 -----------------------------------------
14 sys-libs/gdbm/gdbm-1.13.ebuild | 72 ------------------------------------------
15 3 files changed, 144 deletions(-)
16
17 diff --git a/sys-libs/gdbm/Manifest b/sys-libs/gdbm/Manifest
18 index b198ab08546..0b4327b630f 100644
19 --- a/sys-libs/gdbm/Manifest
20 +++ b/sys-libs/gdbm/Manifest
21 @@ -1,5 +1,4 @@
22 DIST gdbm-1.11.tar.gz 811662 BLAKE2B 5936aaac753da4aa5e9a103cfb8a50d33d8ff124846c9224f09aead496b9e76c269b17aaca0b96d3c51b0444910f29e4f9f246f858e5ab849917662711732f4b SHA512 272fb65ab9ca0a21e9f0dcfb2c638457e87cbb938c65ee850123474d11f2858496f84d3fa9edca27cd91c7220160cfdb59f90bd46ddc45395514addc9fd4151c
23 -DIST gdbm-1.12.tar.gz 841213 BLAKE2B e91d595df6bef489edf005a3e6ea66f3bb64dbb8afc079d82a16796cae53759bb0ab6123929d2375dcc2ff6b1dec15522b9d6a82c22bffa1f7a21a9c01673644 SHA512 25e03dceed6986f1977d304a5ad059ac6c603a88ad4aa18c831ec42df82d68006f2e04b8a3cc400d0a4970750c78ba24a3f84cdff70de9f278cfd854c059699e
24 DIST gdbm-1.13.tar.gz 891987 BLAKE2B f73cb89aeed140a584c5a8bce9c2324cc39a7647ee288364af66fbe1c1cd8662e53f7cb82a208e795a6d27adc048018153671d964ecad518407eb888283e17c5 SHA512 fdb777f5b415b0578ea46b4a6fc70151a04a3568e2f2c8c0219ccad8c0d34abb773d80d5d7a06462ad1a3d6c1f3b5b7ab25f9de4f43ccf05c58db05f9a2906ad
25 DIST gdbm-1.14.tar.gz 893270 BLAKE2B 413b0e866579c697baa8b6ee2412690d3a25aecae1a1bed7b213560a452bf6a41343cabcc5e1c4c3269f796148e7c94782b479790227780e0bd1e8e965eecb87 SHA512 8378920c446f4d343f43af9982acc93be28faf0d6ac709abead03fdd8d47e9ef0226e86179d1e9cdc239c096a11f8d9ccd524747f6114ed9985e1120b8b60c2b
26 DIST gdbm-1.8.3.tar.gz 228695 BLAKE2B 21b5833facb97fe937020d80b038c7b09e55eea6bdb9ec323d185a0980f235ff6a225d180d86d984469ce04a3f0266d20881f317f4339915bc6f61ab150ac2ac SHA512 2a01751ee8f730db563b4f52185c72f1c7a4f66530d6736f05f7446153be685ea0bb6ea1d2bad16ce31547fea879dc48507ff65ad35b0973df9aa385713b10d7
27
28 diff --git a/sys-libs/gdbm/gdbm-1.12.ebuild b/sys-libs/gdbm/gdbm-1.12.ebuild
29 deleted file mode 100644
30 index 4748ea36361..00000000000
31 --- a/sys-libs/gdbm/gdbm-1.12.ebuild
32 +++ /dev/null
33 @@ -1,71 +0,0 @@
34 -# Copyright 1999-2017 Gentoo Foundation
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=5
38 -
39 -inherit flag-o-matic libtool multilib multilib-minimal
40 -
41 -EX_P="${PN}-1.8.3"
42 -DESCRIPTION="Standard GNU database libraries"
43 -HOMEPAGE="https://www.gnu.org/software/gdbm/"
44 -SRC_URI="mirror://gnu/gdbm/${P}.tar.gz
45 - exporter? ( mirror://gnu/gdbm/${EX_P}.tar.gz )"
46 -
47 -LICENSE="GPL-3"
48 -SLOT="0"
49 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
50 -IUSE="+berkdb exporter nls static-libs"
51 -
52 -RDEPEND="
53 - abi_x86_32? (
54 - !<=app-emulation/emul-linux-x86-baselibs-20131008-r4
55 - !app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)]
56 - )"
57 -
58 -EX_S="${WORKDIR}"/${EX_P}
59 -
60 -src_prepare() {
61 - elibtoolize
62 -}
63 -
64 -multilib_src_configure() {
65 - # gdbm doesn't appear to use either of these libraries
66 - export ac_cv_lib_dbm_main=no ac_cv_lib_ndbm_main=no
67 -
68 - if multilib_is_native_abi && use exporter ; then
69 - pushd "${EX_S}" >/dev/null
70 - append-lfs-flags
71 - econf --disable-shared
72 - popd >/dev/null
73 - fi
74 -
75 - ECONF_SOURCE=${S} \
76 - econf \
77 - --includedir="${EPREFIX}"/usr/include/gdbm \
78 - --with-gdbm183-libdir="${EX_S}/.libs" \
79 - --with-gdbm183-includedir="${EX_S}" \
80 - $(use_enable berkdb libgdbm-compat) \
81 - $(multilib_native_use_enable exporter gdbm-export) \
82 - $(use_enable nls) \
83 - $(use_enable static-libs static)
84 -}
85 -
86 -multilib_src_compile() {
87 - use exporter && emake -C "${EX_S}" libgdbm.la
88 - emake
89 -}
90 -
91 -multilib_src_install_all() {
92 - einstalldocs
93 -
94 - use static-libs || find "${ED}" -name '*.la' -delete
95 - mv "${ED}"/usr/include/gdbm/gdbm.h "${ED}"/usr/include/ || die
96 -}
97 -
98 -pkg_preinst() {
99 - preserve_old_lib libgdbm{,_compat}.so.{2,3} #32510
100 -}
101 -
102 -pkg_postinst() {
103 - preserve_old_lib_notify libgdbm{,_compat}.so.{2,3} #32510
104 -}
105
106 diff --git a/sys-libs/gdbm/gdbm-1.13.ebuild b/sys-libs/gdbm/gdbm-1.13.ebuild
107 deleted file mode 100644
108 index 1aafca746d3..00000000000
109 --- a/sys-libs/gdbm/gdbm-1.13.ebuild
110 +++ /dev/null
111 @@ -1,72 +0,0 @@
112 -# Copyright 1999-2017 Gentoo Foundation
113 -# Distributed under the terms of the GNU General Public License v2
114 -
115 -EAPI=5
116 -
117 -inherit flag-o-matic libtool multilib multilib-minimal
118 -
119 -EX_P="${PN}-1.8.3"
120 -DESCRIPTION="Standard GNU database libraries"
121 -HOMEPAGE="https://www.gnu.org/software/gdbm/"
122 -SRC_URI="mirror://gnu/gdbm/${P}.tar.gz
123 - exporter? ( mirror://gnu/gdbm/${EX_P}.tar.gz )"
124 -
125 -LICENSE="GPL-3"
126 -SLOT="0"
127 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
128 -IUSE="+berkdb exporter nls +readline static-libs"
129 -
130 -DEPEND="
131 - readline? ( sys-libs/readline:0=[${MULTILIB_USEDEP}] )
132 -"
133 -RDEPEND="${DEPEND}"
134 -
135 -EX_S="${WORKDIR}/${EX_P}"
136 -
137 -src_prepare() {
138 - elibtoolize
139 -}
140 -
141 -multilib_src_configure() {
142 - # gdbm doesn't appear to use either of these libraries
143 - export ac_cv_lib_dbm_main=no ac_cv_lib_ndbm_main=no
144 -
145 - if multilib_is_native_abi && use exporter ; then
146 - pushd "${EX_S}" >/dev/null
147 - append-lfs-flags
148 - econf --disable-shared
149 - popd >/dev/null
150 - fi
151 -
152 - local myeconfargs=(
153 - --includedir="${EPREFIX}"/usr/include/gdbm
154 - --with-gdbm183-libdir="${EX_S}/.libs"
155 - --with-gdbm183-includedir="${EX_S}"
156 - $(use_enable berkdb libgdbm-compat)
157 - $(multilib_native_use_enable exporter gdbm-export)
158 - $(use_enable nls)
159 - $(use_enable static-libs static)
160 - $(use_with readline)
161 - )
162 - ECONF_SOURCE=${S} econf "${myeconfargs[@]}"
163 -}
164 -
165 -multilib_src_compile() {
166 - use exporter && emake -C "${EX_S}" libgdbm.la
167 - emake
168 -}
169 -
170 -multilib_src_install_all() {
171 - einstalldocs
172 -
173 - use static-libs || find "${ED}" -name '*.la' -delete
174 - mv "${ED%/}"/usr/include/gdbm/gdbm.h "${ED%/}"/usr/include/ || die
175 -}
176 -
177 -pkg_preinst() {
178 - preserve_old_lib libgdbm{,_compat}.so.{2,3} #32510
179 -}
180 -
181 -pkg_postinst() {
182 - preserve_old_lib_notify libgdbm{,_compat}.so.{2,3} #32510
183 -}