diff options
Diffstat (limited to 'net-www/swish-e')
-rw-r--r-- | net-www/swish-e/Manifest | 4 | ||||
-rw-r--r-- | net-www/swish-e/swish-e-2.2.2-r1.ebuild | 6 | ||||
-rw-r--r-- | net-www/swish-e/swish-e-2.2.2.ebuild | 8 |
3 files changed, 9 insertions, 9 deletions
diff --git a/net-www/swish-e/Manifest b/net-www/swish-e/Manifest index 1f49f26273cb..e958e011015f 100644 --- a/net-www/swish-e/Manifest +++ b/net-www/swish-e/Manifest @@ -1,5 +1,5 @@ MD5 763f3cd4e8edaee4b1e68790a1d6adca ChangeLog 554 -MD5 98036eccb4bba38d69498d0df839c8cc swish-e-2.2.2.ebuild 629 -MD5 4c99cbff0dc4ae490180ed0a6ff95e66 swish-e-2.2.2-r1.ebuild 931 +MD5 c9780428d50ea0f23f06f89057d3ae3c swish-e-2.2.2.ebuild 625 +MD5 7d729e53ff7302ca508604a9e78cf81c swish-e-2.2.2-r1.ebuild 928 MD5 fc5a8d65b3761bfbd7f7744fda4c324e files/digest-swish-e-2.2.2 65 MD5 fc5a8d65b3761bfbd7f7744fda4c324e files/digest-swish-e-2.2.2-r1 65 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 5817d9ac07f1..7bf1b9726b3e 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,6 +1,6 @@ # 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-r1.ebuild,v 1.1 2003/07/20 14:13:48 mcummings Exp $ +# $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 $ use perl && inherit perl-module @@ -16,7 +16,7 @@ LICENSE="GPL-2" DEPEND=">=sys-libs/zlib-1.1.3 dev-libs/libxml2 dev-perl/libwww-perl" - + src_compile() { econf || die "configuration failed" @@ -32,7 +32,7 @@ src_compile() { src_install () { - dobin src/swish-e + dobin src/swish-e 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 index d634f1e5ed5c..bf2b9fad401c 100644 --- a/net-www/swish-e/swish-e-2.2.2.ebuild +++ b/net-www/swish-e/swish-e-2.2.2.ebuild @@ -1,6 +1,6 @@ # 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.3 2003/07/20 14:13:48 mcummings Exp $ +# $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" @@ -13,7 +13,7 @@ LICENSE="GPL-2" DEPEND=">=sys-libs/zlib-1.1.3 dev-libs/libxml2 dev-perl/libwww-perl" - + src_compile() { econf || die @@ -24,6 +24,6 @@ src_compile() { src_install () { dobin src/swish-e - - dodoc INSTALL README + + dodoc INSTALL README } |