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 A37F8139694 for ; Fri, 19 May 2017 08:34:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D4A6FE0DCD; Fri, 19 May 2017 08:34:14 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B4AD3E0DCD for ; Fri, 19 May 2017 08:34:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 BE2BF341693 for ; Fri, 19 May 2017 08:34:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 63765745D for ; Fri, 19 May 2017 08:34:12 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1495182850.ded62f30377347cb9fa21078911195020365cc01.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libmaxminddb/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libmaxminddb/Manifest dev-libs/libmaxminddb/libmaxminddb-1.2.1.ebuild X-VCS-Directories: dev-libs/libmaxminddb/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: ded62f30377347cb9fa21078911195020365cc01 X-VCS-Branch: master Date: Fri, 19 May 2017 08:34:12 +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-Archives-Salt: 6192292f-7099-409b-a77f-b1832dc6ab4f X-Archives-Hash: 5939ceb2c4546bbf3a000f1e37a5716e commit: ded62f30377347cb9fa21078911195020365cc01 Author: Jeroen Roovers gentoo org> AuthorDate: Fri May 19 08:33:57 2017 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Fri May 19 08:34:10 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ded62f30 dev-libs/libmaxminddb: Version bump. Package-Manager: Portage-2.3.5, Repoman-2.3.2 dev-libs/libmaxminddb/Manifest | 1 + dev-libs/libmaxminddb/libmaxminddb-1.2.1.ebuild | 26 +++++++++++++++++++++++++ 2 files changed, 27 insertions(+) diff --git a/dev-libs/libmaxminddb/Manifest b/dev-libs/libmaxminddb/Manifest index 9dd76498cf7..3fc7cdd3446 100644 --- a/dev-libs/libmaxminddb/Manifest +++ b/dev-libs/libmaxminddb/Manifest @@ -1 +1,2 @@ DIST libmaxminddb-1.2.0.tar.gz 658820 SHA256 1fe859ed714f94fc902a145453f7e1b5cd928718179ba4c4fcb7f6ae0df7ad37 SHA512 ebfa358c3f9cae8b13ca52d47e26d5e3e036e8455432b9fa250b13c59d71addf7748ab112ac926a177b646706b27651b733810dde497786fe65c9d150e621af9 WHIRLPOOL 98e0f2d63e4c4544f5de8559bfd5ca0095994010c9856867e595316ba31f6acdcbecb0208449eba2ce6029572589b206c5b2aea1d945ed2a81e4f22086bc74c3 +DIST libmaxminddb-1.2.1.tar.gz 614448 SHA256 9fa2b3341c9c88117f58454dfb2dd104915a337d93c8a9a735931a63b37f7bfa SHA512 c77e2714c30dbd9d83a755d7e4d24016534510f4cc7213fe9549d610bf79aaeb28f761a9fb769270d9043b1baab537c5a4b3a9994b525d48f395fe94c104b5b3 WHIRLPOOL 5da10a6edbc208ffbdb484c0f056fb0e01d1bd6544b8909f762b7c258247154e757603f08e0a7e0763b0c10f768c6e2084e565566f36f0652931169fa5f4965c diff --git a/dev-libs/libmaxminddb/libmaxminddb-1.2.1.ebuild b/dev-libs/libmaxminddb/libmaxminddb-1.2.1.ebuild new file mode 100644 index 00000000000..3e768af6954 --- /dev/null +++ b/dev-libs/libmaxminddb/libmaxminddb-1.2.1.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +inherit eutils + +DESCRIPTION="C library for the MaxMind DB file format" +HOMEPAGE="https://github.com/maxmind/libmaxminddb" +SRC_URI="${HOMEPAGE}/releases/download/${PV}/${P}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0/0.0.7" +KEYWORDS="~amd64 ~x86" +IUSE="static-libs" + +DOCS=( Changes.md ) + +src_configure() { + econf $(use_enable static-libs static) +} + +src_install() { + default + + prune_libtool_files +}