* [gentoo-commits] dev/dev-zero:master commit in: dev-libs/capnproto/
@ 2015-09-10 10:09 Tiziano Müller
0 siblings, 0 replies; 2+ messages in thread
From: Tiziano Müller @ 2015-09-10 10:09 UTC (permalink / raw
To: gentoo-commits
commit: 40ea49e7ea81be7a3361454d79fdb65e80d6f6da
Author: Tiziano Müller <dev-zero <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 10 10:08:37 2015 +0000
Commit: Tiziano Müller <dev-zero <AT> gentoo <DOT> org>
CommitDate: Thu Sep 10 10:08:37 2015 +0000
URL: https://gitweb.gentoo.org/dev/dev-zero.git/commit/?id=40ea49e7
dev-libs/capnproto: initial commit
ebuild written by me, not that there was much to write though
dev-libs/capnproto/Manifest | 1 +
dev-libs/capnproto/capnproto-0.5.3.ebuild | 23 +++++++++++++++++++++++
2 files changed, 24 insertions(+)
diff --git a/dev-libs/capnproto/Manifest b/dev-libs/capnproto/Manifest
new file mode 100644
index 0000000..02ebe79
--- /dev/null
+++ b/dev-libs/capnproto/Manifest
@@ -0,0 +1 @@
+DIST capnproto-c++-0.5.3.tar.gz 2044467 SHA256 cdb17c792493bdcd4a24bcd196eb09f70ee64c83a3eccb0bc6534ff560536afb SHA512 7ed66bb0b3668dd19cddb1a7ce98de230fd898892045d6d43bd323e622350717382fcc27958410a09ca59ed1b84fec6d84aa1bf3f49d7eeee0a2ea109551eb8f WHIRLPOOL 690b5c18f349fd385ab1934185e86a13ecbe1dea8514723875e8551251bf62ae35c8e5e11d8869a4c846390965389171834231bedab76161f868c580e5606b15
diff --git a/dev-libs/capnproto/capnproto-0.5.3.ebuild b/dev-libs/capnproto/capnproto-0.5.3.ebuild
new file mode 100644
index 0000000..803290d
--- /dev/null
+++ b/dev-libs/capnproto/capnproto-0.5.3.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit autotools-multilib
+
+MY_P="capnproto-c++-${PV}"
+
+DESCRIPTION="Insanely Fast Data Serialization Format"
+HOMEPAGE="https://capnproto.org"
+SRC_URI="https://capnproto.org/${MY_P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="static-libs"
+
+DEPEND=""
+RDEPEND=""
+
+S="${WORKDIR}/${MY_P}"
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] dev/dev-zero:master commit in: dev-libs/capnproto/
@ 2015-09-10 14:20 Tiziano Müller
0 siblings, 0 replies; 2+ messages in thread
From: Tiziano Müller @ 2015-09-10 14:20 UTC (permalink / raw
To: gentoo-commits
commit: af390e08cea4d38e3ef6129d7896e8138823337a
Author: Tiziano Müller <dev-zero <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 10 13:46:57 2015 +0000
Commit: Tiziano Müller <dev-zero <AT> gentoo <DOT> org>
CommitDate: Thu Sep 10 13:46:57 2015 +0000
URL: https://gitweb.gentoo.org/dev/dev-zero.git/commit/?id=af390e08
dev-libs/capnproto: do not run ldconfig
dev-libs/capnproto/capnproto-0.5.3.ebuild | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/dev-libs/capnproto/capnproto-0.5.3.ebuild b/dev-libs/capnproto/capnproto-0.5.3.ebuild
index 803290d..7435515 100644
--- a/dev-libs/capnproto/capnproto-0.5.3.ebuild
+++ b/dev-libs/capnproto/capnproto-0.5.3.ebuild
@@ -21,3 +21,10 @@ DEPEND=""
RDEPEND=""
S="${WORKDIR}/${MY_P}"
+
+src_prepare() {
+ # do not run ldconfig, the PM does that
+ sed -i \
+ -e '/ldconfig/d' \
+ Makefile.in || die
+}
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-09-10 14:20 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-10 14:20 [gentoo-commits] dev/dev-zero:master commit in: dev-libs/capnproto/ Tiziano Müller
-- strict thread matches above, loose matches on Subject: below --
2015-09-10 10:09 Tiziano Müller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox