summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Brill <egore911@egore911.de>2012-06-04 23:34:37 +0200
committerChristoph Brill <egore911@egore911.de>2012-06-04 23:34:37 +0200
commitd8a4802192e46ca0adb6a85f5d7467b029c3e706 (patch)
tree42469c0a91284f864ac32ac69080e3f88cb6047c
parentcd661eab29bab59e6d7800b988c811696db0ee25 (diff)
+protobuf-c-0.15.ebuild, +metadata.xml:
Add protobuf, ebuild written by me. Necessary so that osm2pgsql can handle pbf files.
-rw-r--r--dev-libs/protobuf-c/ChangeLog12
-rw-r--r--dev-libs/protobuf-c/Manifest4
-rw-r--r--dev-libs/protobuf-c/metadata.xml7
-rw-r--r--dev-libs/protobuf-c/protobuf-c-0.15.ebuild18
4 files changed, 41 insertions, 0 deletions
diff --git a/dev-libs/protobuf-c/ChangeLog b/dev-libs/protobuf-c/ChangeLog
new file mode 100644
index 0000000..24e9fd2
--- /dev/null
+++ b/dev-libs/protobuf-c/ChangeLog
@@ -0,0 +1,12 @@
+# ChangeLog for dev-libs/protobuf-c
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*protobuf-c-0.15 (04 Jun 2012)
+
+ 04 Jun 2012; Christoph Brill <cbrill@gentoo.org> +protobuf-c-0.15.ebuild,
+ +metadata.xml:
+ Add protobuf, ebuild written by me. Necessary so that osm2pgsql can handle
+ pbf
+ files.
+
diff --git a/dev-libs/protobuf-c/Manifest b/dev-libs/protobuf-c/Manifest
new file mode 100644
index 0000000..9d4f050
--- /dev/null
+++ b/dev-libs/protobuf-c/Manifest
@@ -0,0 +1,4 @@
+DIST protobuf-c-0.15.tar.gz 500911 RMD160 50319bba2b173aafb96dd1fe70550d378e69f871 SHA1 4fbd93f492c52154713de1951c0a2133ddd43abb SHA256 8fcb538e13a5431c46168fc8f2e6ad2574e2db9b684c0c72b066e24f010a0036
+EBUILD protobuf-c-0.15.ebuild 422 RMD160 da17d61d0eb55a9e1efefa4d162448bd1e7ce012 SHA1 ddd362e5cdac70a5bee0fc18eb1d76b37cffb8a2 SHA256 bc973ed7d36c6e2282ee3a1dc9034882b759269a476156fffce863841eac9d73
+MISC ChangeLog 338 RMD160 36e20673fd148f86941966f551aad2ae548c39e9 SHA1 2f8d3932bbc33b64b3cc902c51809ee48be5e2ae SHA256 f4e3a84134d7493b9aaccbef6b28576f2ee6c7e63a4fe29eee30520b947e6d54
+MISC metadata.xml 204 RMD160 19671a561cc119505a06464a35a5096b484471c2 SHA1 b00abe788b4847cd2bfcdb6e4e207ed38949d475 SHA256 e808030aad62dfe3e81350c1c879870c3d406c50e908ddc3f521480aec65e8d5
diff --git a/dev-libs/protobuf-c/metadata.xml b/dev-libs/protobuf-c/metadata.xml
new file mode 100644
index 0000000..1188c23
--- /dev/null
+++ b/dev-libs/protobuf-c/metadata.xml
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<maintainer>
+ <email>egore911@egore911.de</email>
+</maintainer>
+</pkgmetadata>
diff --git a/dev-libs/protobuf-c/protobuf-c-0.15.ebuild b/dev-libs/protobuf-c/protobuf-c-0.15.ebuild
new file mode 100644
index 0000000..8d46778
--- /dev/null
+++ b/dev-libs/protobuf-c/protobuf-c-0.15.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+DESCRIPTION="a code generator and runtime libraries to use Protocol Buffers (protobuf)"
+HOMEPAGE="http://code.google.com/p/protobuf-c/"
+SRC_URI="http://${PN}.googlecode.com/files/${P}.tar.gz"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND="dev-libs/protobuf"
+RDEPEND="${DEPEND}"
+