summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-libs/sdf2-bundle/sdf2-bundle-2.3.ebuild')
-rw-r--r--dev-libs/sdf2-bundle/sdf2-bundle-2.3.ebuild24
1 files changed, 0 insertions, 24 deletions
diff --git a/dev-libs/sdf2-bundle/sdf2-bundle-2.3.ebuild b/dev-libs/sdf2-bundle/sdf2-bundle-2.3.ebuild
deleted file mode 100644
index 16234ac471e1..000000000000
--- a/dev-libs/sdf2-bundle/sdf2-bundle-2.3.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/sdf2-bundle/sdf2-bundle-2.3.ebuild,v 1.2 2005/11/04 13:53:52 karltk Exp $
-
-DESCRIPTION="Advanced syntax definition formalism"
-HOMEPAGE="http://www.cwi.nl/htbin/sen1/twiki/bin/view/SEN1/SDF2"
-SRC_URI="ftp://ftp.stratego-language.org/pub/stratego/sdf2/sdf2-bundle-2.3/${P}.tar.gz"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86 ~ppc"
-IUSE=""
-DEPEND=">=dev-libs/aterm-2.3.1"
-
-src_compile() {
- oldCFLAGS="${CFLAGS}"
- CFLAGS=""
- econf || die "Failed to configure"
- CFLAGS=${oldCFLAGS}
- make || die "Failed to compile"
-}
-
-src_install() {
- make DESTDIR=${D} install || die "Failed to install"
-}