summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-java/libantlr3c/libantlr3c-3.2.ebuild')
-rw-r--r--dev-java/libantlr3c/libantlr3c-3.2.ebuild22
1 files changed, 0 insertions, 22 deletions
diff --git a/dev-java/libantlr3c/libantlr3c-3.2.ebuild b/dev-java/libantlr3c/libantlr3c-3.2.ebuild
deleted file mode 100644
index 12ffdc6..0000000
--- a/dev-java/libantlr3c/libantlr3c-3.2.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="2"
-inherit eutils
-
-DESCRIPTION="ANother Tool for Language Recognition"
-HOMEPAGE="http://www.antlr.org"
-SRC_URI="${HOMEPAGE}/download/C/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64"
-
-IUSE=""
-DEPEND=""
-RDEPEND="${DEPEND}"
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
-}