summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Black <dragonheart@gentoo.org>2004-06-08 01:19:54 +0000
committerDaniel Black <dragonheart@gentoo.org>2004-06-08 01:19:54 +0000
commit203332b5f28e48b112cf7faa30f41bd455847f43 (patch)
tree1278caad2ab81851c031a28c68274f29eb9abfff /app-misc/ktoblzcheck
parentFix use invocation (Manifest recommit) (diff)
downloadgentoo-2-203332b5f28e48b112cf7faa30f41bd455847f43.tar.gz
gentoo-2-203332b5f28e48b112cf7faa30f41bd455847f43.tar.bz2
gentoo-2-203332b5f28e48b112cf7faa30f41bd455847f43.zip
removed default src_compile. awaiting bug reports on parallel install
Diffstat (limited to 'app-misc/ktoblzcheck')
-rw-r--r--app-misc/ktoblzcheck/ChangeLog5
-rw-r--r--app-misc/ktoblzcheck/ktoblzcheck-0.7.ebuild7
2 files changed, 5 insertions, 7 deletions
diff --git a/app-misc/ktoblzcheck/ChangeLog b/app-misc/ktoblzcheck/ChangeLog
index 29dd0b3306bd..347e46dbc7ec 100644
--- a/app-misc/ktoblzcheck/ChangeLog
+++ b/app-misc/ktoblzcheck/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-misc/ktoblzcheck
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/ktoblzcheck/ChangeLog,v 1.5 2004/06/07 23:40:24 dragonheart Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/ktoblzcheck/ChangeLog,v 1.6 2004/06/08 01:19:54 dragonheart Exp $
+
+ 08 Jun 2004; Daniel Black <dragonheart@gentoo.org> ktoblzcheck-0.7.ebuild:
+ removed default src_compile. awaiting bug reports on parallel install
08 Jun 2004; Daniel Black <dragonheart@gentoo.org> ktoblzcheck-0.7.ebuild:
Fixed install to solve bug #53211. Added test routine too. Thanks carlo@g.o
diff --git a/app-misc/ktoblzcheck/ktoblzcheck-0.7.ebuild b/app-misc/ktoblzcheck/ktoblzcheck-0.7.ebuild
index 6d42e0ef362d..908088f822bf 100644
--- a/app-misc/ktoblzcheck/ktoblzcheck-0.7.ebuild
+++ b/app-misc/ktoblzcheck/ktoblzcheck-0.7.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/ktoblzcheck/ktoblzcheck-0.7.ebuild,v 1.3 2004/06/07 23:40:24 dragonheart Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/ktoblzcheck/ktoblzcheck-0.7.ebuild,v 1.4 2004/06/08 01:19:54 dragonheart Exp $
DESCRIPTION="Library to check account numbers and bank codes of German banks"
HOMEPAGE="http://ktoblzcheck.sourceforge.net/"
@@ -16,11 +16,6 @@ DEPEND="${RDEPEND}
sys-devel/libtool
sys-devel/gcc"
-src_compile() {
- econf || die "configure failed"
- emake || die "make failed"
-}
-
src_install() {
emake DESTDIR=${D} || die "install failed"
}