summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRainer Groesslinger <scandium@gentoo.org>2004-08-09 19:20:23 +0000
committerRainer Groesslinger <scandium@gentoo.org>2004-08-09 19:20:23 +0000
commit49968c70a01ea982ea9d00a064ecf2c7fd4c8291 (patch)
treedfff629b1660c8216ffa2bf4094bcb5521b8b064 /dev-libs
parentStable on sparc (diff)
downloadgentoo-2-49968c70a01ea982ea9d00a064ecf2c7fd4c8291.tar.gz
gentoo-2-49968c70a01ea982ea9d00a064ecf2c7fd4c8291.tar.bz2
gentoo-2-49968c70a01ea982ea9d00a064ecf2c7fd4c8291.zip
minor cleanup
Diffstat (limited to 'dev-libs')
-rw-r--r--dev-libs/libjit/libjit-0.0.4.ebuild10
1 files changed, 2 insertions, 8 deletions
diff --git a/dev-libs/libjit/libjit-0.0.4.ebuild b/dev-libs/libjit/libjit-0.0.4.ebuild
index efb642cd2a8b..f60427ac378e 100644
--- a/dev-libs/libjit/libjit-0.0.4.ebuild
+++ b/dev-libs/libjit/libjit-0.0.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libjit/libjit-0.0.4.ebuild,v 1.1 2004/08/08 07:28:08 scandium Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libjit/libjit-0.0.4.ebuild,v 1.2 2004/08/09 19:20:23 scandium Exp $
DESCRIPTION="libjit implements Just-In-Time compilation functionality and is designed to be independent of any particular virtual machine bytecode format or language"
HOMEPAGE="http://www.southern-storm.com.au/libjit.html"
@@ -9,18 +9,12 @@ SRC_URI="http://www.southern-storm.com.au/download/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86 ~ppc ~ppc64 ~sparc ~mips ~alpha ~arm ~hppa ~amd64 ~ia64 ~s390"
-
IUSE=""
DEPEND=""
-src_compile() {
- econf || die
- emake || die
-}
-
src_install() {
einstall || die
- dodoc AUTHORS COPYING ChangeLog INSTALL NEWS README
+ dodoc AUTHORS ChangeLog INSTALL NEWS README
}