summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-05-25 13:08:28 +0000
committerMike Frysinger <vapier@gentoo.org>2004-05-25 13:08:28 +0000
commit3471bf40258a9deb03d55b271c7e54b9229d4437 (patch)
tree14bdca24b2c41b6c9a37a68a1d8b3b6ce973e593 /net-www/swish-e
parenttake use out of global scope (diff)
downloadgentoo-2-3471bf40258a9deb03d55b271c7e54b9229d4437.tar.gz
gentoo-2-3471bf40258a9deb03d55b271c7e54b9229d4437.tar.bz2
gentoo-2-3471bf40258a9deb03d55b271c7e54b9229d4437.zip
clean up
Diffstat (limited to 'net-www/swish-e')
-rw-r--r--net-www/swish-e/files/digest-swish-e-2.2.21
-rw-r--r--net-www/swish-e/swish-e-2.2.2-r1.ebuild25
-rw-r--r--net-www/swish-e/swish-e-2.2.2.ebuild29
3 files changed, 11 insertions, 44 deletions
diff --git a/net-www/swish-e/files/digest-swish-e-2.2.2 b/net-www/swish-e/files/digest-swish-e-2.2.2
deleted file mode 100644
index 5c7b3954a593..000000000000
--- a/net-www/swish-e/files/digest-swish-e-2.2.2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 5a3ba1f5d980da2c2eb8059ae1cd7095 swish-e-2.2.2.tar.gz 969119
diff --git a/net-www/swish-e/swish-e-2.2.2-r1.ebuild b/net-www/swish-e/swish-e-2.2.2-r1.ebuild
index 7bf1b9726b3e..3a70d47ae4bd 100644
--- a/net-www/swish-e/swish-e-2.2.2-r1.ebuild
+++ b/net-www/swish-e/swish-e-2.2.2-r1.ebuild
@@ -1,38 +1,35 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-www/swish-e/swish-e-2.2.2-r1.ebuild,v 1.2 2003/09/06 01:54:09 msterret Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/swish-e/swish-e-2.2.2-r1.ebuild,v 1.3 2004/05/25 13:08:28 vapier Exp $
use perl && inherit perl-module
-S=${WORKDIR}/${P}
DESCRIPTION="Simple Web Indexing System for Humans - Enhanced"
+HOMEPAGE="http://www.swish-e.org/"
SRC_URI="http://www.swish-e.org/Download/${P}.tar.gz"
-HOMEPAGE="http://www.swish-e.org"
-IUSE="perl"
-KEYWORDS="x86"
-SLOT="0"
+
LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="x86"
+IUSE="perl"
DEPEND=">=sys-libs/zlib-1.1.3
- dev-libs/libxml2
+ dev-libs/libxml2
dev-perl/libwww-perl"
src_compile() {
-
econf || die "configuration failed"
-
emake || die "emake failed"
+
# closing stdin causes e-swish build system use a
# non-interactive mode <mkennedy@gentoo.org>
use perl && cd perl \
&& exec <&- \
&& perl-module_src_compile
-
}
-src_install () {
-
- dobin src/swish-e
+src_install() {
+ dobin src/swish-e || die
dodoc INSTALL README
use perl && cd perl \
&& perl-module_src_install
diff --git a/net-www/swish-e/swish-e-2.2.2.ebuild b/net-www/swish-e/swish-e-2.2.2.ebuild
deleted file mode 100644
index bf2b9fad401c..000000000000
--- a/net-www/swish-e/swish-e-2.2.2.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-www/swish-e/swish-e-2.2.2.ebuild,v 1.4 2003/09/06 01:54:09 msterret Exp $
-
-S=${WORKDIR}/${P}
-DESCRIPTION="Simple Web Indexing System for Humans - Enhanced"
-SRC_URI="http://www.swish-e.org/Download/${P}.tar.gz"
-HOMEPAGE="http://www.swish-e.org"
-KEYWORDS="x86"
-SLOT="0"
-LICENSE="GPL-2"
-
-DEPEND=">=sys-libs/zlib-1.1.3
- dev-libs/libxml2
- dev-perl/libwww-perl"
-
-src_compile() {
-
- econf || die
-
- emake || die
-
-}
-
-src_install () {
- dobin src/swish-e
-
- dodoc INSTALL README
-}