summaryrefslogtreecommitdiff
path: root/dev-libs/c-capnproto/c-capnproto-0.3.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-libs/c-capnproto/c-capnproto-0.3.ebuild')
-rw-r--r--dev-libs/c-capnproto/c-capnproto-0.3.ebuild20
1 files changed, 0 insertions, 20 deletions
diff --git a/dev-libs/c-capnproto/c-capnproto-0.3.ebuild b/dev-libs/c-capnproto/c-capnproto-0.3.ebuild
deleted file mode 100644
index a51bc796601b..000000000000
--- a/dev-libs/c-capnproto/c-capnproto-0.3.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-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/releases/download/${P}/${P}.tar.xz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64"
-IUSE=""
-
-RDEPEND=""
-DEPEND="${RDEPEND}
- app-arch/xz-utils
-"