summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2003-03-01 04:17:59 +0000
committerMike Frysinger <vapier@gentoo.org>2003-03-01 04:17:59 +0000
commit9d2d2889482046084498c851449073dc4d916bcb (patch)
tree45f3c7f857ac9bf850d97e2d42be18730346eba3 /app-text/dbacl
parenttouchups (diff)
downloadhistorical-9d2d2889482046084498c851449073dc4d916bcb.tar.gz
historical-9d2d2889482046084498c851449073dc4d916bcb.tar.bz2
historical-9d2d2889482046084498c851449073dc4d916bcb.zip
touchups
Diffstat (limited to 'app-text/dbacl')
-rw-r--r--app-text/dbacl/dbacl-1.0.ebuild7
-rw-r--r--app-text/dbacl/dbacl-1.3.ebuild4
2 files changed, 5 insertions, 6 deletions
diff --git a/app-text/dbacl/dbacl-1.0.ebuild b/app-text/dbacl/dbacl-1.0.ebuild
index e0c42324e977..599aaa70687c 100644
--- a/app-text/dbacl/dbacl-1.0.ebuild
+++ b/app-text/dbacl/dbacl-1.0.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/dbacl/dbacl-1.0.ebuild,v 1.2 2003/02/13 09:33:16 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/dbacl/dbacl-1.0.ebuild,v 1.3 2003/03/01 04:13:02 vapier Exp $
-DESCRIPTION="dbacl is a digramic Bayesian text classifier"
+DESCRIPTION="digramic Bayesian text classifier"
HOMEPAGE="http://www.lbreyer.com/gpl.html"
SRC_URI="http://www.lbreyer.com/gpl/${P}.tar.gz"
@@ -11,10 +11,9 @@ SLOT="0"
KEYWORDS="~x86"
DEPEND="virtual/glibc"
-S="${WORKDIR}/${P}"
src_compile() {
- econf
+ econf || die
emake || die
}
diff --git a/app-text/dbacl/dbacl-1.3.ebuild b/app-text/dbacl/dbacl-1.3.ebuild
index 26ec3391ec56..737503ce5cb3 100644
--- a/app-text/dbacl/dbacl-1.3.ebuild
+++ b/app-text/dbacl/dbacl-1.3.ebuild
@@ -1,10 +1,10 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/dbacl/dbacl-1.3.ebuild,v 1.2 2003/02/13 09:33:20 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/dbacl/dbacl-1.3.ebuild,v 1.3 2003/03/01 04:13:02 vapier Exp $
inherit eutils
-DESCRIPTION="dbacl is a digramic Bayesian text classifier"
+DESCRIPTION="digramic Bayesian text classifier"
HOMEPAGE="http://www.lbreyer.com/gpl.html"
SRC_URI="http://www.lbreyer.com/gpl/${P}.tar.gz"