From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8C4F31382C5 for ; Thu, 25 Feb 2021 19:27:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BD42DE08E0; Thu, 25 Feb 2021 19:26:59 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 950BFE08E0 for ; Thu, 25 Feb 2021 19:26:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9D6B5340FEE for ; Thu, 25 Feb 2021 19:26:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4E981478 for ; Thu, 25 Feb 2021 19:26:57 +0000 (UTC) From: "Nicolas Bock" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Nicolas Bock" Message-ID: <1614281199.a33fbed90aab3d21ab80a82604c65452921b53ec.nicolasbock@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/lmdb++/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-db/lmdb++/Manifest dev-db/lmdb++/lmdb++-0.9.14.0.ebuild dev-db/lmdb++/lmdb++-1.0.0.ebuild dev-db/lmdb++/metadata.xml X-VCS-Directories: dev-db/lmdb++/ X-VCS-Committer: nicolasbock X-VCS-Committer-Name: Nicolas Bock X-VCS-Revision: a33fbed90aab3d21ab80a82604c65452921b53ec X-VCS-Branch: master Date: Thu, 25 Feb 2021 19:26:57 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: fd3c4489-057c-4f26-9846-450848cfcbee X-Archives-Hash: 677177043d469d10a38080bae0089f74 commit: a33fbed90aab3d21ab80a82604c65452921b53ec Author: Nicolas Bock gentoo org> AuthorDate: Thu Feb 25 17:04:22 2021 +0000 Commit: Nicolas Bock gentoo org> CommitDate: Thu Feb 25 19:26:39 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a33fbed9 dev-db/lmdb++: Version bump to 1.0.0 Also updated upstream since the old one appears dead. Closes: https://github.com/gentoo/gentoo/pull/19651 Signed-off-by: Nicolas Bock gentoo.org> dev-db/lmdb++/Manifest | 1 + dev-db/lmdb++/lmdb++-0.9.14.0.ebuild | 4 ++-- dev-db/lmdb++/{lmdb++-0.9.14.0.ebuild => lmdb++-1.0.0.ebuild} | 10 +++++----- dev-db/lmdb++/metadata.xml | 2 +- 4 files changed, 9 insertions(+), 8 deletions(-) diff --git a/dev-db/lmdb++/Manifest b/dev-db/lmdb++/Manifest index 2158770e2c3..3fe4301e3c5 100644 --- a/dev-db/lmdb++/Manifest +++ b/dev-db/lmdb++/Manifest @@ -1 +1,2 @@ DIST lmdbxx-0.9.14.0.tar.gz 14732 BLAKE2B c6c1217dc7bd56051152cba594b7aa571a055e5c155f777639569abbe38360f808dcd2858ca124db97e37147aa4e90df68fd1a8d23137b5e6663df0c2f0a84be SHA512 8eff8c89e0cb9989d8a0cedfd483856aeb2fcf810d59cf8afca3086034711ff22f2bb88ba967ef745d36fdaa1b5e79fb75655af764cddcdb2ac59fc255da670d +DIST lmdbxx-1.0.0.tar.gz 52441 BLAKE2B 203173132a9c84c2d6a53799f8acc92dac5bd075b69f7b25e8eee3341933ccdd868eb190cef07371469856e32fc42215c5395db61f141863f60a5d0a2b888790 SHA512 54f6c4863273b4de8aed6bc19f353c7a66d8ae633198e9784c55cea8e54460e4030ebe45e91a7c820aade084933f21cd4193ef8c04bb2aef11bf252281404171 diff --git a/dev-db/lmdb++/lmdb++-0.9.14.0.ebuild b/dev-db/lmdb++/lmdb++-0.9.14.0.ebuild index f87e4833db5..72646bad27e 100644 --- a/dev-db/lmdb++/lmdb++-0.9.14.0.ebuild +++ b/dev-db/lmdb++/lmdb++-0.9.14.0.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 MY_P="${P/lmdb++/lmdbxx}" S="${WORKDIR}/${MY_P}" diff --git a/dev-db/lmdb++/lmdb++-0.9.14.0.ebuild b/dev-db/lmdb++/lmdb++-1.0.0.ebuild similarity index 58% copy from dev-db/lmdb++/lmdb++-0.9.14.0.ebuild copy to dev-db/lmdb++/lmdb++-1.0.0.ebuild index f87e4833db5..679ba682a75 100644 --- a/dev-db/lmdb++/lmdb++-0.9.14.0.ebuild +++ b/dev-db/lmdb++/lmdb++-1.0.0.ebuild @@ -1,14 +1,14 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 MY_P="${P/lmdb++/lmdbxx}" S="${WORKDIR}/${MY_P}" DESCRIPTION="C++11 wrapper for the LMDB database library" -HOMEPAGE="http://lmdbxx.sourceforge.net/" -SRC_URI="mirror://sourceforge/lmdbxx/${PV}/${MY_P}.tar.gz" +HOMEPAGE="https://github.com/hoytech/lmdbxx" +SRC_URI="https://github.com/hoytech/lmdbxx/archive/${PV}.tar.gz -> ${MY_P}.tar.gz" LICENSE="public-domain" SLOT="0" @@ -19,5 +19,5 @@ RDEPEND="dev-db/lmdb" src_install() { emake PREFIX="${D}/usr" install - dodoc AUTHORS CREDITS INSTALL README TODO UNLICENSE + dodoc AUTHORS CREDITS INSTALL README.md TODO UNLICENSE } diff --git a/dev-db/lmdb++/metadata.xml b/dev-db/lmdb++/metadata.xml index 40459a804d7..5429e7341dc 100644 --- a/dev-db/lmdb++/metadata.xml +++ b/dev-db/lmdb++/metadata.xml @@ -11,6 +11,6 @@ object-oriented resource interface with RAII semantics. - lmdbxx + hoytech/lmdbxx