Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 508476 - dev-libs/libmaxminddb: C library for the MaxMind DB file format (GeoIP2)
Summary: dev-libs/libmaxminddb: C library for the MaxMind DB file format (GeoIP2)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal enhancement with 1 vote (vote)
Assignee: Gentoo Netmon project
URL: https://github.com/maxmind/libmaxminddb
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2014-04-23 06:51 UTC by Steffen Weber
Modified: 2015-10-31 10:27 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
dev-libs/libmaxminddb-0.5.5.ebuild (libmaxminddb-0.5.5.ebuild,300 bytes, text/plain)
2014-04-23 06:51 UTC, Steffen Weber
Details
dev-libs/libmaxminddb-0.5.5.ebuild (v2) (libmaxminddb-0.5.5.ebuild,261 bytes, text/plain)
2014-04-24 06:21 UTC, Steffen Weber
Details
dev-libs/libmaxminddb-0.5.6.ebuild (libmaxminddb-0.5.6.ebuild,261 bytes, text/plain)
2014-07-22 21:02 UTC, Steffen Weber
Details
dev-libs/libmaxminddb-1.0.0.ebuild (libmaxminddb-1.0.0.ebuild,261 bytes, text/plain)
2014-09-03 07:03 UTC, Steffen Weber
Details
libmaxminddb-1.0.1.ebuild (libmaxminddb-1.0.1.ebuild,261 bytes, text/plain)
2014-09-03 14:58 UTC, Steffen Weber
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Steffen Weber 2014-04-23 06:51:02 UTC
I've created a very simple ebuild for this library.

Reproducible: Always
Comment 1 Steffen Weber 2014-04-23 06:51:52 UTC
Created attachment 375524 [details]
dev-libs/libmaxminddb-0.5.5.ebuild
Comment 2 Jeroen Roovers (RETIRED) gentoo-dev 2014-04-24 00:58:47 UTC
Comment on attachment 375524 [details]
dev-libs/libmaxminddb-0.5.5.ebuild

>EAPI=5
>
>DESCRIPTION="C library for the MaxMind DB file format (GeoIP2)"
>HOMEPAGE="https://github.com/maxmind/libmaxminddb"
>SRC_URI="https://github.com/maxmind/libmaxminddb/releases/download/${PV}/${P}.tar.gz"
>
>LICENSE="Apache-2.0"
>SLOT="0"
>KEYWORDS="amd64 x86"
>IUSE=""

If empty, don't set it.

>DEPEND=""
>RDEPEND="${DEPEND}"

Same here.
Comment 3 Steffen Weber 2014-04-24 06:21:25 UTC
Created attachment 375576 [details]
dev-libs/libmaxminddb-0.5.5.ebuild (v2)
Comment 4 Steffen Weber 2014-07-22 21:02:45 UTC
Created attachment 381394 [details]
dev-libs/libmaxminddb-0.5.6.ebuild
Comment 5 Steffen Weber 2014-09-03 07:03:53 UTC
Created attachment 384146 [details]
dev-libs/libmaxminddb-1.0.0.ebuild
Comment 6 Steffen Weber 2014-09-03 14:58:04 UTC
Created attachment 384160 [details]
libmaxminddb-1.0.1.ebuild
Comment 7 Jeroen Roovers (RETIRED) gentoo-dev 2015-10-31 05:21:19 UTC
Comment on attachment 384160 [details]
libmaxminddb-1.0.1.ebuild

No header.
Stable keywords.
Comment 8 Jeroen Roovers (RETIRED) gentoo-dev 2015-10-31 05:21:55 UTC
Comment on attachment 384160 [details]
libmaxminddb-1.0.1.ebuild

dev-libs/libmaxminddb-1.0.1.ebuild is not a valid path or atom.
Comment 9 Jeroen Roovers (RETIRED) gentoo-dev 2015-10-31 05:29:17 UTC
1.1.1 is in the tree. Thanks for the report!
Comment 10 Steffen Weber 2015-10-31 10:27:44 UTC
Thanks!