summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkinori Hattori <hattya@gentoo.org>2006-04-22 15:26:44 +0000
committerAkinori Hattori <hattya@gentoo.org>2006-04-22 15:26:44 +0000
commit6285e1021dab7e2a6f52599a049262e99e8c132d (patch)
treecea6e3350910600174c1c41d06db9af737edc543 /dev-scheme/gauche-qdbm/gauche-qdbm-0.2.ebuild
parentAdded ~alpha keyword. (diff)
downloadgentoo-2-6285e1021dab7e2a6f52599a049262e99e8c132d.tar.gz
gentoo-2-6285e1021dab7e2a6f52599a049262e99e8c132d.tar.bz2
gentoo-2-6285e1021dab7e2a6f52599a049262e99e8c132d.zip
update
(Portage version: 2.0.54)
Diffstat (limited to 'dev-scheme/gauche-qdbm/gauche-qdbm-0.2.ebuild')
-rw-r--r--dev-scheme/gauche-qdbm/gauche-qdbm-0.2.ebuild14
1 files changed, 2 insertions, 12 deletions
diff --git a/dev-scheme/gauche-qdbm/gauche-qdbm-0.2.ebuild b/dev-scheme/gauche-qdbm/gauche-qdbm-0.2.ebuild
index 25ee36b9e194..2dc2e8969662 100644
--- a/dev-scheme/gauche-qdbm/gauche-qdbm-0.2.ebuild
+++ b/dev-scheme/gauche-qdbm/gauche-qdbm-0.2.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-scheme/gauche-qdbm/gauche-qdbm-0.2.ebuild,v 1.3 2004/12/06 03:33:11 weeve Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-scheme/gauche-qdbm/gauche-qdbm-0.2.ebuild,v 1.4 2006/04/22 15:26:44 hattya Exp $
inherit eutils
@@ -12,9 +12,8 @@ DESCRIPTION="QDBM binding for Gauche"
HOMEPAGE="http://sourceforge.jp/projects/gauche/"
SRC_URI="mirror://sourceforge.jp/gauche/6988/${MY_P}.tar.gz"
-RESTRICT="nomirror"
LICENSE="BSD"
-KEYWORDS="x86 ~sparc"
+KEYWORDS="~sparc x86"
SLOT="0"
S="${WORKDIR}/${MY_P}"
@@ -35,13 +34,6 @@ src_unpack() {
}
-src_compile() {
-
- econf || die
- emake || die
-
-}
-
src_install() {
make DESTDIR=${D} install || die
@@ -53,5 +45,3 @@ src_install() {
fi
}
-
-# $Id: gauche-qdbm-0.2.ebuild,v 1.3 2004/12/06 03:33:11 weeve Exp $