* [gentoo-commits] repo/gentoo:master commit in: dev-libs/libdbh/
@ 2015-10-07 17:50 Christoph Mende
0 siblings, 0 replies; 7+ messages in thread
From: Christoph Mende @ 2015-10-07 17:50 UTC (permalink / raw
To: gentoo-commits
commit: 0f76084ea41b71792fa5a49a190aed9b7172ba1e
Author: Christoph Mende <angelos <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 7 16:33:34 2015 +0000
Commit: Christoph Mende <angelos <AT> gentoo <DOT> org>
CommitDate: Wed Oct 7 17:49:56 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f76084e
dev-libs/libdbh: Initial import
Package-Manager: portage-2.2.22
dev-libs/libdbh/Manifest | 1 +
dev-libs/libdbh/libdbh-5.0.19.ebuild | 38 ++++++++++++++++++++++++++++++++++++
dev-libs/libdbh/metadata.xml | 8 ++++++++
3 files changed, 47 insertions(+)
diff --git a/dev-libs/libdbh/Manifest b/dev-libs/libdbh/Manifest
new file mode 100644
index 0000000..9f816f5
--- /dev/null
+++ b/dev-libs/libdbh/Manifest
@@ -0,0 +1 @@
+DIST libdbh2-5.0.19.tar.gz 1608949 SHA256 2e534f24c4df99f6e2ba726e3982d7361b56361ed5eb16e7dfdc07fac26ceba2 SHA512 35c368e82f8f7c4c7d4960731214ff3863530795b16716c0be7351e0ca10740ac26a99930369f4df78c8e108d929124c222b5942ce5f521ecb58afd38d55bbe9 WHIRLPOOL 33c68c83e55f90bfa19ee10e9ba37b1dba95d1506b40bb9b992df151e96f35dc87d0969bfc3c2c8a0d5d95862a5d36e9a37199a7e94af26128870a9f3ff5939b
diff --git a/dev-libs/libdbh/libdbh-5.0.19.ebuild b/dev-libs/libdbh/libdbh-5.0.19.ebuild
new file mode 100644
index 0000000..633df46
--- /dev/null
+++ b/dev-libs/libdbh/libdbh-5.0.19.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit autotools eutils
+
+MY_P=${PN}2-${PV}
+
+DESCRIPTION="a small library to create and manage 64-bit disk based hash tables"
+HOMEPAGE="https://www.gnu.org/software/libdbh/"
+SRC_URI="mirror://sourceforge/dbh/dbh/${PV}/${MY_P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=""
+DEPEND="${RDEPEND}
+ dev-util/gtk-doc-am
+ virtual/pkgconfig"
+
+S="${WORKDIR}"/${MY_P}
+
+pkg_setup() {
+ DOCS=( AUTHORS ChangeLog NEWS README TODO )
+}
+
+src_prepare() {
+ sed -i -e "s:-O2:${CFLAGS}:" m4/rfm-conditionals.m4 || die
+ eautoreconf
+}
+
+src_install() {
+ default
+ prune_libtool_files
+}
diff --git a/dev-libs/libdbh/metadata.xml b/dev-libs/libdbh/metadata.xml
new file mode 100644
index 0000000..fcc6fe9
--- /dev/null
+++ b/dev-libs/libdbh/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer>
+ <email>angelos@gentoo.org</email>
+ <name>Christoph Mende</name>
+ </maintainer>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/libdbh/
@ 2016-12-20 12:31 Tobias Klausmann
0 siblings, 0 replies; 7+ messages in thread
From: Tobias Klausmann @ 2016-12-20 12:31 UTC (permalink / raw
To: gentoo-commits
commit: 2b034a940e428a47e480498f1b3e35a3c81c4145
Author: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 20 11:02:25 2016 +0000
Commit: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
CommitDate: Tue Dec 20 12:31:20 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b034a94
dev-libs/libdbh-5.0.19-r0: stable on amd64
Gentoo-Bug: 586614
dev-libs/libdbh/libdbh-5.0.19.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-libs/libdbh/libdbh-5.0.19.ebuild b/dev-libs/libdbh/libdbh-5.0.19.ebuild
index 633df46..4b365e0 100644
--- a/dev-libs/libdbh/libdbh-5.0.19.ebuild
+++ b/dev-libs/libdbh/libdbh-5.0.19.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/dbh/dbh/${PV}/${MY_P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
IUSE=""
RDEPEND=""
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/libdbh/
@ 2018-06-13 10:25 Michał Górny
0 siblings, 0 replies; 7+ messages in thread
From: Michał Górny @ 2018-06-13 10:25 UTC (permalink / raw
To: gentoo-commits
commit: c14f8f2b88923379f73fa7c55702a9d7d89b2887
Author: Frederic Culot <culot <AT> FreeBSD <DOT> org>
AuthorDate: Thu May 31 18:42:04 2018 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Jun 13 10:25:50 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c14f8f2b
dev-libs/libdbh: 5.0.22 version bump
Closes: https://bugs.gentoo.org/656990
dev-libs/libdbh/Manifest | 1 +
dev-libs/libdbh/libdbh-5.0.22.ebuild | 35 +++++++++++++++++++++++++++++++++++
2 files changed, 36 insertions(+)
diff --git a/dev-libs/libdbh/Manifest b/dev-libs/libdbh/Manifest
index d8950e312f7..d04ff167358 100644
--- a/dev-libs/libdbh/Manifest
+++ b/dev-libs/libdbh/Manifest
@@ -1 +1,2 @@
DIST libdbh2-5.0.19.tar.gz 1608949 BLAKE2B 405a2903c8f4dddcd66153304bfff5084e549f650846cc2e8afecb6783cbb5fcf391cc251e4805486f9ad62cac4c59a3112fc7a6d0ced6e93e0e88be707e9a83 SHA512 35c368e82f8f7c4c7d4960731214ff3863530795b16716c0be7351e0ca10740ac26a99930369f4df78c8e108d929124c222b5942ce5f521ecb58afd38d55bbe9
+DIST libdbh2-5.0.22.tar.gz 1641669 BLAKE2B 835a1d112ac34ff025002c826fa6f1291a8da2442901396e79abbf5e3c315654cef2a9d45c852821fa373b132e0e8a04695c4cf5c830bac9a3b40dd32ce5b543 SHA512 d0cb69bbd3d54600cd14f4d1d7ee7f87c52c9bea9f475763b1d43c053a7571063f42b59cef8d08632b065f44cd85b5ccb0fcd31052202aa8f8a49f34669c7930
diff --git a/dev-libs/libdbh/libdbh-5.0.22.ebuild b/dev-libs/libdbh/libdbh-5.0.22.ebuild
new file mode 100644
index 00000000000..a32cdfb61df
--- /dev/null
+++ b/dev-libs/libdbh/libdbh-5.0.22.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit autotools
+
+MY_P=${PN}2-${PV}
+
+DESCRIPTION="A small library to create and manage 64-bit disk based hash tables"
+HOMEPAGE="https://www.gnu.org/software/libdbh/"
+SRC_URI="mirror://sourceforge/dbh/dbh/${PV}/${MY_P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="dev-util/gtk-doc-am
+ virtual/pkgconfig"
+
+S="${WORKDIR}/${MY_P}"
+
+src_prepare() {
+ default
+
+ # Make sure user defined CFLAGS are respected
+ sed -i -e 's:-O2:${CFLAGS}:' m4/rfm-conditionals.m4 || die "sed failed"
+ eautoreconf
+}
+
+src_install() {
+ default
+
+ find "${D}" -name '*.la' -delete || die
+}
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/libdbh/
@ 2018-06-13 10:25 Michał Górny
0 siblings, 0 replies; 7+ messages in thread
From: Michał Górny @ 2018-06-13 10:25 UTC (permalink / raw
To: gentoo-commits
commit: 582a4fc38be567f72fbe391f44d0ce24fff14c5a
Author: Frederic Culot <culot <AT> FreeBSD <DOT> org>
AuthorDate: Thu May 31 18:42:38 2018 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Jun 13 10:25:50 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=582a4fc3
dev-libs/libdbh: Take maintainership
I already maintain the dbh port for FreeBSD, so I assume it would
not be too much extra work to also participate in the maintenance
of the Gentoo package.
Closes: https://github.com/gentoo/gentoo/pull/8655
dev-libs/libdbh/metadata.xml | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/dev-libs/libdbh/metadata.xml b/dev-libs/libdbh/metadata.xml
index 1284f7758cc..d22f1a83844 100644
--- a/dev-libs/libdbh/metadata.xml
+++ b/dev-libs/libdbh/metadata.xml
@@ -1,6 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
+ <maintainer type="person">
+ <email>gentoo@culot.org</email>
+ <name>Frederic Culot</name>
+ </maintainer>
+ <maintainer type="project">
+ <email>proxy-maint@gentoo.org</email>
+ <name>Proxy Maintainers</name>
+ </maintainer>
<upstream>
<remote-id type="sourceforge">dbh</remote-id>
</upstream>
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/libdbh/
@ 2021-03-30 18:32 Sam James
0 siblings, 0 replies; 7+ messages in thread
From: Sam James @ 2021-03-30 18:32 UTC (permalink / raw
To: gentoo-commits
commit: 1a930d8113ea1944c9fd7a3eabce3553e1ec51eb
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 30 18:30:48 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Mar 30 18:31:25 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a930d81
dev-libs/libdbh: Stabilize 5.0.22 amd64, #772089
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-libs/libdbh/libdbh-5.0.22.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-libs/libdbh/libdbh-5.0.22.ebuild b/dev-libs/libdbh/libdbh-5.0.22.ebuild
index e15065a43d3..be678a036aa 100644
--- a/dev-libs/libdbh/libdbh-5.0.22.ebuild
+++ b/dev-libs/libdbh/libdbh-5.0.22.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/dbh/dbh/${PV}/${MY_P}.tar.gz"
LICENSE="GPL-3+"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
BDEPEND="
dev-util/gtk-doc-am
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/libdbh/
@ 2021-03-30 22:03 Sam James
0 siblings, 0 replies; 7+ messages in thread
From: Sam James @ 2021-03-30 22:03 UTC (permalink / raw
To: gentoo-commits
commit: 85179142cd7da0ed8379d32dc13b5ec413499d89
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 30 22:03:29 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Mar 30 22:03:29 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85179142
dev-libs/libdbh: Stabilize 5.0.22 x86, #772089
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-libs/libdbh/libdbh-5.0.22.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-libs/libdbh/libdbh-5.0.22.ebuild b/dev-libs/libdbh/libdbh-5.0.22.ebuild
index be678a036aa..f24e96b0934 100644
--- a/dev-libs/libdbh/libdbh-5.0.22.ebuild
+++ b/dev-libs/libdbh/libdbh-5.0.22.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/dbh/dbh/${PV}/${MY_P}.tar.gz"
LICENSE="GPL-3+"
SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
BDEPEND="
dev-util/gtk-doc-am
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/libdbh/
@ 2021-10-16 13:59 David Seifert
0 siblings, 0 replies; 7+ messages in thread
From: David Seifert @ 2021-10-16 13:59 UTC (permalink / raw
To: gentoo-commits
commit: ee0437603e9631e0496b820e5c658154f3625438
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 16 13:58:36 2021 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Oct 16 13:58:36 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee043760
dev-libs/libdbh: drop 5.0.19
Signed-off-by: David Seifert <soap <AT> gentoo.org>
dev-libs/libdbh/Manifest | 1 -
dev-libs/libdbh/libdbh-5.0.19.ebuild | 40 ------------------------------------
2 files changed, 41 deletions(-)
diff --git a/dev-libs/libdbh/Manifest b/dev-libs/libdbh/Manifest
index d04ff167358..f2ed8f1c6b1 100644
--- a/dev-libs/libdbh/Manifest
+++ b/dev-libs/libdbh/Manifest
@@ -1,2 +1 @@
-DIST libdbh2-5.0.19.tar.gz 1608949 BLAKE2B 405a2903c8f4dddcd66153304bfff5084e549f650846cc2e8afecb6783cbb5fcf391cc251e4805486f9ad62cac4c59a3112fc7a6d0ced6e93e0e88be707e9a83 SHA512 35c368e82f8f7c4c7d4960731214ff3863530795b16716c0be7351e0ca10740ac26a99930369f4df78c8e108d929124c222b5942ce5f521ecb58afd38d55bbe9
DIST libdbh2-5.0.22.tar.gz 1641669 BLAKE2B 835a1d112ac34ff025002c826fa6f1291a8da2442901396e79abbf5e3c315654cef2a9d45c852821fa373b132e0e8a04695c4cf5c830bac9a3b40dd32ce5b543 SHA512 d0cb69bbd3d54600cd14f4d1d7ee7f87c52c9bea9f475763b1d43c053a7571063f42b59cef8d08632b065f44cd85b5ccb0fcd31052202aa8f8a49f34669c7930
diff --git a/dev-libs/libdbh/libdbh-5.0.19.ebuild b/dev-libs/libdbh/libdbh-5.0.19.ebuild
deleted file mode 100644
index ffa6f88eec8..00000000000
--- a/dev-libs/libdbh/libdbh-5.0.19.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-# eutils for einstalldocs in EAPI 5
-inherit autotools eutils
-
-MY_P=${PN}2-${PV}
-
-DESCRIPTION="a small library to create and manage 64-bit disk based hash tables"
-HOMEPAGE="https://www.gnu.org/software/libdbh/"
-SRC_URI="mirror://sourceforge/dbh/dbh/${PV}/${MY_P}.tar.gz"
-S="${WORKDIR}"/${MY_P}
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-DEPEND="
- dev-util/gtk-doc-am
- virtual/pkgconfig
-"
-
-DOCS=( AUTHORS ChangeLog NEWS README TODO )
-
-src_prepare() {
- sed -i -e "s:-O2:${CFLAGS}:" m4/rfm-conditionals.m4 || die
- eautoreconf
-}
-
-src_configure() {
- econf --disable-static
-}
-
-src_install() {
- default
- einstalldocs
- find "${ED}" -name '*.la' -delete || die
-}
^ permalink raw reply related [flat|nested] 7+ messages in thread
end of thread, other threads:[~2021-10-16 13:59 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-12-20 12:31 [gentoo-commits] repo/gentoo:master commit in: dev-libs/libdbh/ Tobias Klausmann
-- strict thread matches above, loose matches on Subject: below --
2021-10-16 13:59 David Seifert
2021-03-30 22:03 Sam James
2021-03-30 18:32 Sam James
2018-06-13 10:25 Michał Górny
2018-06-13 10:25 Michał Górny
2015-10-07 17:50 Christoph Mende
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox