summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2017-05-25 17:38:34 +0200
committerAlexis Ballier <aballier@gentoo.org>2017-05-25 17:48:48 +0200
commitc3ad98299e6b56169828d564c143ab284f08cd9d (patch)
treee3d5670159abbb5fe134aca705d8afb7e2cd5329 /dev-libs
parentdev-libs/c-capnproto: Bump to 0.3 (diff)
downloadgentoo-c3ad98299e6b56169828d564c143ab284f08cd9d.tar.gz
gentoo-c3ad98299e6b56169828d564c143ab284f08cd9d.tar.bz2
gentoo-c3ad98299e6b56169828d564c143ab284f08cd9d.zip
dev-libs/c-capnproto: remove old
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'dev-libs')
-rw-r--r--dev-libs/c-capnproto/Manifest2
-rw-r--r--dev-libs/c-capnproto/c-capnproto-0.1.ebuild24
-rw-r--r--dev-libs/c-capnproto/c-capnproto-0.2.ebuild24
-rw-r--r--dev-libs/c-capnproto/files/gtest.patch41
4 files changed, 0 insertions, 91 deletions
diff --git a/dev-libs/c-capnproto/Manifest b/dev-libs/c-capnproto/Manifest
index 06c71ebbce31..35f5c2395c1e 100644
--- a/dev-libs/c-capnproto/Manifest
+++ b/dev-libs/c-capnproto/Manifest
@@ -1,3 +1 @@
-DIST c-capnproto-0.1.tar.gz 64051 SHA256 34718b5e56972f3964b69fcc5eea254cfd76d133a1ccf63f84c9e5a5a0faeab9 SHA512 6d8c66061419edafa0e01220a4c0fd23feac1674bb73b6f34c0677edaef9118a87badcbf939390842caa6fa4eb9ed0bc9c8ff542641b563bf729339bff9df9bd WHIRLPOOL d4e6ce299c063dcc57a48afc4f4dcf5ea7fcb485d8e325be31ed37595cfd539a29532f59adb679d3185c1a5af281331a62d83567e9862af44d463784319d7135
-DIST c-capnproto-0.2.tar.gz 77374 SHA256 1fab2ed66b5b4c029dc28c27a1a44147e107394b4feb42e62fe7b9a70b7ea1e6 SHA512 af6589b20b2fc7b129ee2209ecffbc94a483ca47ff3d5757b376dc43705dec11b5081d2ab73a1f9ff0cd7a668f63d499109aed0c4a616a89cb2458b0b9166e24 WHIRLPOOL 21881861937b639761c44109ed59e068b6651c3a5471255378f014ad0d20c91a898019eff5e5e55d2155ab1616047b27e804728deb6f5ecde1a0f12c1f231db0
DIST c-capnproto-0.3.tar.xz 620560 SHA256 215bc921b5196d0e52a2a8a65d99b80f6a3c0c4413300736fd961c174cf79937 SHA512 188167a7e1e50e099135dfdcd2e739585074e0c63fe891ef173a5070cd4f019195823eb8f30389c82228b8981fd595c25fe03c3ac35a158f593c1fbaab87691f WHIRLPOOL e5ab0ecec73c7f17b01e61494d6892641f0fae4dc2880fd020e9de2120d8eada52e930d068bb88f4216bff82cd236c37bc3a11579c58f6be6424af93fbf8106e
diff --git a/dev-libs/c-capnproto/c-capnproto-0.1.ebuild b/dev-libs/c-capnproto/c-capnproto-0.1.ebuild
deleted file mode 100644
index 75222eb9f18e..000000000000
--- a/dev-libs/c-capnproto/c-capnproto-0.1.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-AUTOTOOLS_AUTORECONF="yes"
-inherit autotools-utils
-
-DESCRIPTION="C library/compiler for the Cap'n Proto serialization/RPC protocol"
-HOMEPAGE="https://github.com/opensourcerouting/c-capnproto"
-SRC_URI="https://github.com/opensourcerouting/c-capnproto/archive/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="test"
-
-RDEPEND=""
-DEPEND="${DEPEND}
- test? ( dev-cpp/gtest )"
-S="${WORKDIR}/${PN}-${P}"
-PATCHES=(
- "${FILESDIR}/gtest.patch"
-)
diff --git a/dev-libs/c-capnproto/c-capnproto-0.2.ebuild b/dev-libs/c-capnproto/c-capnproto-0.2.ebuild
deleted file mode 100644
index 75222eb9f18e..000000000000
--- a/dev-libs/c-capnproto/c-capnproto-0.2.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-AUTOTOOLS_AUTORECONF="yes"
-inherit autotools-utils
-
-DESCRIPTION="C library/compiler for the Cap'n Proto serialization/RPC protocol"
-HOMEPAGE="https://github.com/opensourcerouting/c-capnproto"
-SRC_URI="https://github.com/opensourcerouting/c-capnproto/archive/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="test"
-
-RDEPEND=""
-DEPEND="${DEPEND}
- test? ( dev-cpp/gtest )"
-S="${WORKDIR}/${PN}-${P}"
-PATCHES=(
- "${FILESDIR}/gtest.patch"
-)
diff --git a/dev-libs/c-capnproto/files/gtest.patch b/dev-libs/c-capnproto/files/gtest.patch
deleted file mode 100644
index b094c5e6f219..000000000000
--- a/dev-libs/c-capnproto/files/gtest.patch
+++ /dev/null
@@ -1,41 +0,0 @@
-Index: c-capnproto-c-capnproto-0.1/configure.ac
-===================================================================
---- c-capnproto-c-capnproto-0.1.orig/configure.ac
-+++ c-capnproto-c-capnproto-0.1/configure.ac
-@@ -35,8 +35,6 @@ AC_SUBST(WERROR)
- # AC_MSG_ERROR([capnproto base package (0.5.2 or newer) not found])
- #])
-
--AC_CONFIG_SUBDIRS([gtest/googletest])
--
- AC_CONFIG_FILES([
- Makefile
- c-capnproto.pc
-Index: c-capnproto-c-capnproto-0.1/Makefile.am
-===================================================================
---- c-capnproto-c-capnproto-0.1.orig/Makefile.am
-+++ c-capnproto-c-capnproto-0.1/Makefile.am
-@@ -41,12 +41,6 @@ noinst_HEADERS += \
- compiler/c++.capnp.h \
- compiler/test.capnp.h
-
--GTEST_LDADD = gtest/googletest/lib/libgtest.la
--gtest/googletest/lib/libgtest.la:
-- make -C gtest/googletest lib/libgtest.la
--GTEST_CPPFLAGS = -I${srcdir}/gtest/googletest/include
--DIST_SUBDIRS = gtest/googletest
--
- check_PROGRAMS += \
- capn-test
- capn_test_SOURCES = \
-@@ -55,8 +49,8 @@ capn_test_SOURCES = \
- compiler/test.capnp.c \
- compiler/schema-test.cpp \
- compiler/schema.capnp.c
--capn_test_CPPFLAGS = $(AM_CPPFLAGS) $(GTEST_CPPFLAGS)
-+capn_test_CPPFLAGS = $(AM_CPPFLAGS)
- capn_test_CXXFLAGS = -std=gnu++11 -pthread
--capn_test_LDADD = libcapnp_c.la $(GTEST_LDADD)
-+capn_test_LDADD = libcapnp_c.la -lgtest
- capn_test_LDFLAGS = -pthread
- TESTS = capn-test