Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libdbh/
Date: Sat, 16 Oct 2021 13:59:09
Message-Id: 1634392716.ee0437603e9631e0496b820e5c658154f3625438.soap@gentoo
1 commit: ee0437603e9631e0496b820e5c658154f3625438
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 16 13:58:36 2021 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 16 13:58:36 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee043760
7
8 dev-libs/libdbh: drop 5.0.19
9
10 Signed-off-by: David Seifert <soap <AT> gentoo.org>
11
12 dev-libs/libdbh/Manifest | 1 -
13 dev-libs/libdbh/libdbh-5.0.19.ebuild | 40 ------------------------------------
14 2 files changed, 41 deletions(-)
15
16 diff --git a/dev-libs/libdbh/Manifest b/dev-libs/libdbh/Manifest
17 index d04ff167358..f2ed8f1c6b1 100644
18 --- a/dev-libs/libdbh/Manifest
19 +++ b/dev-libs/libdbh/Manifest
20 @@ -1,2 +1 @@
21 -DIST libdbh2-5.0.19.tar.gz 1608949 BLAKE2B 405a2903c8f4dddcd66153304bfff5084e549f650846cc2e8afecb6783cbb5fcf391cc251e4805486f9ad62cac4c59a3112fc7a6d0ced6e93e0e88be707e9a83 SHA512 35c368e82f8f7c4c7d4960731214ff3863530795b16716c0be7351e0ca10740ac26a99930369f4df78c8e108d929124c222b5942ce5f521ecb58afd38d55bbe9
22 DIST libdbh2-5.0.22.tar.gz 1641669 BLAKE2B 835a1d112ac34ff025002c826fa6f1291a8da2442901396e79abbf5e3c315654cef2a9d45c852821fa373b132e0e8a04695c4cf5c830bac9a3b40dd32ce5b543 SHA512 d0cb69bbd3d54600cd14f4d1d7ee7f87c52c9bea9f475763b1d43c053a7571063f42b59cef8d08632b065f44cd85b5ccb0fcd31052202aa8f8a49f34669c7930
23
24 diff --git a/dev-libs/libdbh/libdbh-5.0.19.ebuild b/dev-libs/libdbh/libdbh-5.0.19.ebuild
25 deleted file mode 100644
26 index ffa6f88eec8..00000000000
27 --- a/dev-libs/libdbh/libdbh-5.0.19.ebuild
28 +++ /dev/null
29 @@ -1,40 +0,0 @@
30 -# Copyright 1999-2021 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=5
34 -
35 -# eutils for einstalldocs in EAPI 5
36 -inherit autotools eutils
37 -
38 -MY_P=${PN}2-${PV}
39 -
40 -DESCRIPTION="a small library to create and manage 64-bit disk based hash tables"
41 -HOMEPAGE="https://www.gnu.org/software/libdbh/"
42 -SRC_URI="mirror://sourceforge/dbh/dbh/${PV}/${MY_P}.tar.gz"
43 -S="${WORKDIR}"/${MY_P}
44 -
45 -LICENSE="GPL-3"
46 -SLOT="0"
47 -KEYWORDS="amd64 x86"
48 -
49 -DEPEND="
50 - dev-util/gtk-doc-am
51 - virtual/pkgconfig
52 -"
53 -
54 -DOCS=( AUTHORS ChangeLog NEWS README TODO )
55 -
56 -src_prepare() {
57 - sed -i -e "s:-O2:${CFLAGS}:" m4/rfm-conditionals.m4 || die
58 - eautoreconf
59 -}
60 -
61 -src_configure() {
62 - econf --disable-static
63 -}
64 -
65 -src_install() {
66 - default
67 - einstalldocs
68 - find "${ED}" -name '*.la' -delete || die
69 -}