summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-cpp/antlr-cpp/antlr-cpp-3.5.2.ebuild')
-rw-r--r--dev-cpp/antlr-cpp/antlr-cpp-3.5.2.ebuild23
1 files changed, 0 insertions, 23 deletions
diff --git a/dev-cpp/antlr-cpp/antlr-cpp-3.5.2.ebuild b/dev-cpp/antlr-cpp/antlr-cpp-3.5.2.ebuild
deleted file mode 100644
index dfc842917676..000000000000
--- a/dev-cpp/antlr-cpp/antlr-cpp-3.5.2.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-MY_PN="${PN%-cpp}"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="The ANTLR 3 C++ Runtime"
-HOMEPAGE="https://www.antlr3.org/"
-SRC_URI="https://github.com/${MY_PN}/${MY_PN}3/archive/${PV}.tar.gz -> ${P}.tar.gz"
-LICENSE="BSD"
-SLOT="3.5"
-KEYWORDS="~amd64 ~x86"
-
-S="${WORKDIR}/${MY_PN}3-${PV}"
-
-RDEPEND="!dev-java/antlr:0[cxx]"
-
-src_install() {
- insinto /usr/include/antlr3
- doins "${S}"/runtime/Cpp/include/*
-}