Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/c-capnproto/, dev-libs/c-capnproto/files/
Date: Thu, 25 May 2017 15:49:10
Message-Id: 1495727328.c3ad98299e6b56169828d564c143ab284f08cd9d.aballier@gentoo
1 commit: c3ad98299e6b56169828d564c143ab284f08cd9d
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 25 15:38:34 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Thu May 25 15:48:48 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3ad9829
7
8 dev-libs/c-capnproto: remove old
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11
12 dev-libs/c-capnproto/Manifest | 2 --
13 dev-libs/c-capnproto/c-capnproto-0.1.ebuild | 24 -----------------
14 dev-libs/c-capnproto/c-capnproto-0.2.ebuild | 24 -----------------
15 dev-libs/c-capnproto/files/gtest.patch | 41 -----------------------------
16 4 files changed, 91 deletions(-)
17
18 diff --git a/dev-libs/c-capnproto/Manifest b/dev-libs/c-capnproto/Manifest
19 index 06c71ebbce3..35f5c2395c1 100644
20 --- a/dev-libs/c-capnproto/Manifest
21 +++ b/dev-libs/c-capnproto/Manifest
22 @@ -1,3 +1 @@
23 -DIST c-capnproto-0.1.tar.gz 64051 SHA256 34718b5e56972f3964b69fcc5eea254cfd76d133a1ccf63f84c9e5a5a0faeab9 SHA512 6d8c66061419edafa0e01220a4c0fd23feac1674bb73b6f34c0677edaef9118a87badcbf939390842caa6fa4eb9ed0bc9c8ff542641b563bf729339bff9df9bd WHIRLPOOL d4e6ce299c063dcc57a48afc4f4dcf5ea7fcb485d8e325be31ed37595cfd539a29532f59adb679d3185c1a5af281331a62d83567e9862af44d463784319d7135
24 -DIST c-capnproto-0.2.tar.gz 77374 SHA256 1fab2ed66b5b4c029dc28c27a1a44147e107394b4feb42e62fe7b9a70b7ea1e6 SHA512 af6589b20b2fc7b129ee2209ecffbc94a483ca47ff3d5757b376dc43705dec11b5081d2ab73a1f9ff0cd7a668f63d499109aed0c4a616a89cb2458b0b9166e24 WHIRLPOOL 21881861937b639761c44109ed59e068b6651c3a5471255378f014ad0d20c91a898019eff5e5e55d2155ab1616047b27e804728deb6f5ecde1a0f12c1f231db0
25 DIST c-capnproto-0.3.tar.xz 620560 SHA256 215bc921b5196d0e52a2a8a65d99b80f6a3c0c4413300736fd961c174cf79937 SHA512 188167a7e1e50e099135dfdcd2e739585074e0c63fe891ef173a5070cd4f019195823eb8f30389c82228b8981fd595c25fe03c3ac35a158f593c1fbaab87691f WHIRLPOOL e5ab0ecec73c7f17b01e61494d6892641f0fae4dc2880fd020e9de2120d8eada52e930d068bb88f4216bff82cd236c37bc3a11579c58f6be6424af93fbf8106e
26
27 diff --git a/dev-libs/c-capnproto/c-capnproto-0.1.ebuild b/dev-libs/c-capnproto/c-capnproto-0.1.ebuild
28 deleted file mode 100644
29 index 75222eb9f18..00000000000
30 --- a/dev-libs/c-capnproto/c-capnproto-0.1.ebuild
31 +++ /dev/null
32 @@ -1,24 +0,0 @@
33 -# Copyright 1999-2016 Gentoo Foundation
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=5
37 -
38 -AUTOTOOLS_AUTORECONF="yes"
39 -inherit autotools-utils
40 -
41 -DESCRIPTION="C library/compiler for the Cap'n Proto serialization/RPC protocol"
42 -HOMEPAGE="https://github.com/opensourcerouting/c-capnproto"
43 -SRC_URI="https://github.com/opensourcerouting/c-capnproto/archive/${P}.tar.gz"
44 -
45 -LICENSE="MIT"
46 -SLOT="0"
47 -KEYWORDS="~amd64"
48 -IUSE="test"
49 -
50 -RDEPEND=""
51 -DEPEND="${DEPEND}
52 - test? ( dev-cpp/gtest )"
53 -S="${WORKDIR}/${PN}-${P}"
54 -PATCHES=(
55 - "${FILESDIR}/gtest.patch"
56 -)
57
58 diff --git a/dev-libs/c-capnproto/c-capnproto-0.2.ebuild b/dev-libs/c-capnproto/c-capnproto-0.2.ebuild
59 deleted file mode 100644
60 index 75222eb9f18..00000000000
61 --- a/dev-libs/c-capnproto/c-capnproto-0.2.ebuild
62 +++ /dev/null
63 @@ -1,24 +0,0 @@
64 -# Copyright 1999-2016 Gentoo Foundation
65 -# Distributed under the terms of the GNU General Public License v2
66 -
67 -EAPI=5
68 -
69 -AUTOTOOLS_AUTORECONF="yes"
70 -inherit autotools-utils
71 -
72 -DESCRIPTION="C library/compiler for the Cap'n Proto serialization/RPC protocol"
73 -HOMEPAGE="https://github.com/opensourcerouting/c-capnproto"
74 -SRC_URI="https://github.com/opensourcerouting/c-capnproto/archive/${P}.tar.gz"
75 -
76 -LICENSE="MIT"
77 -SLOT="0"
78 -KEYWORDS="~amd64"
79 -IUSE="test"
80 -
81 -RDEPEND=""
82 -DEPEND="${DEPEND}
83 - test? ( dev-cpp/gtest )"
84 -S="${WORKDIR}/${PN}-${P}"
85 -PATCHES=(
86 - "${FILESDIR}/gtest.patch"
87 -)
88
89 diff --git a/dev-libs/c-capnproto/files/gtest.patch b/dev-libs/c-capnproto/files/gtest.patch
90 deleted file mode 100644
91 index b094c5e6f21..00000000000
92 --- a/dev-libs/c-capnproto/files/gtest.patch
93 +++ /dev/null
94 @@ -1,41 +0,0 @@
95 -Index: c-capnproto-c-capnproto-0.1/configure.ac
96 -===================================================================
97 ---- c-capnproto-c-capnproto-0.1.orig/configure.ac
98 -+++ c-capnproto-c-capnproto-0.1/configure.ac
99 -@@ -35,8 +35,6 @@ AC_SUBST(WERROR)
100 - # AC_MSG_ERROR([capnproto base package (0.5.2 or newer) not found])
101 - #])
102 -
103 --AC_CONFIG_SUBDIRS([gtest/googletest])
104 --
105 - AC_CONFIG_FILES([
106 - Makefile
107 - c-capnproto.pc
108 -Index: c-capnproto-c-capnproto-0.1/Makefile.am
109 -===================================================================
110 ---- c-capnproto-c-capnproto-0.1.orig/Makefile.am
111 -+++ c-capnproto-c-capnproto-0.1/Makefile.am
112 -@@ -41,12 +41,6 @@ noinst_HEADERS += \
113 - compiler/c++.capnp.h \
114 - compiler/test.capnp.h
115 -
116 --GTEST_LDADD = gtest/googletest/lib/libgtest.la
117 --gtest/googletest/lib/libgtest.la:
118 -- make -C gtest/googletest lib/libgtest.la
119 --GTEST_CPPFLAGS = -I${srcdir}/gtest/googletest/include
120 --DIST_SUBDIRS = gtest/googletest
121 --
122 - check_PROGRAMS += \
123 - capn-test
124 - capn_test_SOURCES = \
125 -@@ -55,8 +49,8 @@ capn_test_SOURCES = \
126 - compiler/test.capnp.c \
127 - compiler/schema-test.cpp \
128 - compiler/schema.capnp.c
129 --capn_test_CPPFLAGS = $(AM_CPPFLAGS) $(GTEST_CPPFLAGS)
130 -+capn_test_CPPFLAGS = $(AM_CPPFLAGS)
131 - capn_test_CXXFLAGS = -std=gnu++11 -pthread
132 --capn_test_LDADD = libcapnp_c.la $(GTEST_LDADD)
133 -+capn_test_LDADD = libcapnp_c.la -lgtest
134 - capn_test_LDFLAGS = -pthread
135 - TESTS = capn-test