From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 9AAC613888F for ; Sat, 31 Oct 2015 05:28:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 21234E079E; Sat, 31 Oct 2015 05:28:46 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B940FE079E for ; Sat, 31 Oct 2015 05:28:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AF78E340A8F for ; Sat, 31 Oct 2015 05:28:44 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B3D481BC8 for ; Sat, 31 Oct 2015 05:28:42 +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: <1446269314.8862d97cdd219ea0c71131d4bfd5b5f7309fe1c1.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.1.1.ebuild dev-libs/libmaxminddb/metadata.xml X-VCS-Directories: dev-libs/libmaxminddb/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 8862d97cdd219ea0c71131d4bfd5b5f7309fe1c1 X-VCS-Branch: master Date: Sat, 31 Oct 2015 05:28:42 +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: d05a68c2-8b78-48cb-a592-7b8da2f28745 X-Archives-Hash: 52a3217cae373d6deced4550257f0572 commit: 8862d97cdd219ea0c71131d4bfd5b5f7309fe1c1 Author: Jeroen Roovers gentoo org> AuthorDate: Sat Oct 31 05:24:57 2015 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Sat Oct 31 05:28:34 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8862d97c dev-libs/libmaxminddb: Initial commit (bug #508476 by Steffen Weber). dev-libs/libmaxminddb/Manifest | 1 + dev-libs/libmaxminddb/libmaxminddb-1.1.1.ebuild | 18 ++++++++++++++++++ dev-libs/libmaxminddb/metadata.xml | 5 +++++ 3 files changed, 24 insertions(+) diff --git a/dev-libs/libmaxminddb/Manifest b/dev-libs/libmaxminddb/Manifest new file mode 100644 index 0000000..8d08229 --- /dev/null +++ b/dev-libs/libmaxminddb/Manifest @@ -0,0 +1 @@ +DIST libmaxminddb-1.1.1.tar.gz 649467 SHA256 60060bc081573220d4633e4cbb26f999521c0f197304bc7f5ea700fc26ef2276 SHA512 0dffb0b4b43eb70b6c4e4899c5875658fb031f7f8d859c43ffc27df89f3aebe0e0291caa721efaab3d664fb1c919c7432e1e0df3140c4877ddfa3e61a288d132 WHIRLPOOL 7942cef1be122869f34742b8bae15114e183436829de2334f2bd1b7693b3422e571b58928e64c04f82e138365d10005640f3eb94ec784aa375cdfb5ce2790484 diff --git a/dev-libs/libmaxminddb/libmaxminddb-1.1.1.ebuild b/dev-libs/libmaxminddb/libmaxminddb-1.1.1.ebuild new file mode 100644 index 0000000..415a55d --- /dev/null +++ b/dev-libs/libmaxminddb/libmaxminddb-1.1.1.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +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" +KEYWORDS="~amd64" +IUSE="static-libs" + +src_configure() { + econf $(use_enable static-libs static) +} diff --git a/dev-libs/libmaxminddb/metadata.xml b/dev-libs/libmaxminddb/metadata.xml new file mode 100644 index 0000000..03aa50b --- /dev/null +++ b/dev-libs/libmaxminddb/metadata.xml @@ -0,0 +1,5 @@ + + + +netmon +