diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2010-07-20 16:56:31 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2010-07-20 16:56:31 +0000 |
commit | b74c172a9d2c8906f85e955952d96e0902283dcb (patch) | |
tree | e2d2534dc8c93b20edc7919a0e659e6288427294 /www-apps | |
parent | Drop HPPA keywording (bug #324511). (diff) | |
download | gentoo-2-b74c172a9d2c8906f85e955952d96e0902283dcb.tar.gz gentoo-2-b74c172a9d2c8906f85e955952d96e0902283dcb.tar.bz2 gentoo-2-b74c172a9d2c8906f85e955952d96e0902283dcb.zip |
Clean out all the old cruft
(Portage version: 2.1.8.3/cvs/Linux i686)
Diffstat (limited to 'www-apps')
-rw-r--r-- | www-apps/swish-e/ChangeLog | 8 | ||||
-rw-r--r-- | www-apps/swish-e/files/perl-makefile.patch | 10 | ||||
-rw-r--r-- | www-apps/swish-e/swish-e-2.2.2-r2.ebuild | 40 | ||||
-rw-r--r-- | www-apps/swish-e/swish-e-2.4.3-r1.ebuild | 73 | ||||
-rw-r--r-- | www-apps/swish-e/swish-e-2.4.3-r2.ebuild | 69 | ||||
-rw-r--r-- | www-apps/swish-e/swish-e-2.4.3.ebuild | 66 | ||||
-rw-r--r-- | www-apps/swish-e/swish-e-2.4.4.ebuild | 69 | ||||
-rw-r--r-- | www-apps/swish-e/swish-e-2.4.5.ebuild | 69 |
8 files changed, 7 insertions, 397 deletions
diff --git a/www-apps/swish-e/ChangeLog b/www-apps/swish-e/ChangeLog index 35744cb0f223..5c79c29fde4a 100644 --- a/www-apps/swish-e/ChangeLog +++ b/www-apps/swish-e/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for www-apps/swish-e # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/swish-e/ChangeLog,v 1.17 2010/02/10 22:58:12 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/swish-e/ChangeLog,v 1.18 2010/07/20 16:56:31 mr_bones_ Exp $ + + 20 Jul 2010; Michael Sterrett <mr_bones_@gentoo.org> + -swish-e-2.2.2-r2.ebuild, -swish-e-2.4.3.ebuild, -swish-e-2.4.3-r1.ebuild, + -swish-e-2.4.3-r2.ebuild, -swish-e-2.4.4.ebuild, -swish-e-2.4.5.ebuild, + -files/perl-makefile.patch: + Clean out all the old cruft 10 Feb 2010; Samuli Suominen <ssuominen@gentoo.org> swish-e-2.4.3.ebuild, swish-e-2.4.3-r1.ebuild, swish-e-2.4.3-r2.ebuild, swish-e-2.4.4.ebuild, diff --git a/www-apps/swish-e/files/perl-makefile.patch b/www-apps/swish-e/files/perl-makefile.patch deleted file mode 100644 index 5bec9d203be2..000000000000 --- a/www-apps/swish-e/files/perl-makefile.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- perl/Makefile.PL.orig 2006-01-16 09:27:42.000000000 -0500 -+++ perl/Makefile.PL 2006-01-16 09:29:22.000000000 -0500 -@@ -22,6 +22,7 @@ my %make_maker_opts = ( - NORECURS => 1, # keep it from recursing into subdirectories - DIR => [], - XSPROTOARG => '-noprototypes', -+ CCFLAGS => '-I../src', - PREREQ_PM => { - 'File::Spec' => '0.8', - }, diff --git a/www-apps/swish-e/swish-e-2.2.2-r2.ebuild b/www-apps/swish-e/swish-e-2.2.2-r2.ebuild deleted file mode 100644 index 2abbff6e295f..000000000000 --- a/www-apps/swish-e/swish-e-2.2.2-r2.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/swish-e/swish-e-2.2.2-r2.ebuild,v 1.2 2006/02/07 16:46:10 mcummings Exp $ - -inherit perl-module - -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" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~ppc ~x86" -IUSE="doc perl" - -DEPEND=">=sys-libs/zlib-1.1.3 - 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 || die "dobin failed" - dodoc INSTALL README - if use doc; then - mkdir -p "${D}"/usr/share/doc/${PF} - cp -r html conf "${D}"/usr/share/doc/${PF} || die "cp failed" - fi - use perl && cd perl \ - && perl-module_src_install -} diff --git a/www-apps/swish-e/swish-e-2.4.3-r1.ebuild b/www-apps/swish-e/swish-e-2.4.3-r1.ebuild deleted file mode 100644 index e26998ff8e34..000000000000 --- a/www-apps/swish-e/swish-e-2.4.3-r1.ebuild +++ /dev/null @@ -1,73 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/swish-e/swish-e-2.4.3-r1.ebuild,v 1.7 2010/02/10 22:58:12 ssuominen Exp $ - -inherit perl-module eutils - -DESCRIPTION="Simple Web Indexing System for Humans - Enhanced" -HOMEPAGE="http://www.swish-e.org/" -SRC_URI="http://www.swish-e.org/distribution/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~ppc ~x86" -IUSE="doc perl pdf mp3" - -DEPEND=">=sys-libs/zlib-1.1.3 - dev-libs/libxml2 - pdf? ( app-text/poppler ) - perl? ( dev-perl/libwww-perl - dev-perl/HTML-Parser - dev-perl/HTML-Tagset - dev-perl/MIME-Types - dev-perl/HTML-Template - dev-perl/HTML-FillInForm - dev-perl/Template-Toolkit - mp3? ( dev-perl/MP3-Tag ) - )" - -src_unpack() { - if has_version 'www-apps/swish-e'; then - ewarn "Your old swish-e indexes may not be compatible with this" - ewarn "version." - epause 10 - fi - unpack ${A} - cd ${S} -} -src_compile() { - cd ${S} - econf || die "configuration failed" - make || die "emake failed" -} - -src_install() { - dobin src/swish-e || die "dobin failed" - dodoc INSTALL README - make DESTDIR="${D}" install || die "make install failed" - - if use doc; then - mkdir -p "${D}"/usr/share/doc/${PF} - cp -r html conf "${D}"/usr/share/doc/${PF} || die "cp failed" - fi - - if use perl ; then - epatch ${FILESDIR}/perl-makefile.patch - cd ${S}/perl - myconf="SWISHBINDIR=${D}/usr/bin SWISHIGNOREVER SWISHSKIPTEST" - perl-module_src_compile - cd ${S}/perl - perl-module_src_install - fi -} - -pkg_postinst() { - - einfo "If you wish to be able to index MS Word documents, " - einfo "emerge app-text/catdoc" - einfo - einfo "If you wish to be able to index MS Excel Spreadsheets," - einfo "emerge dev-perl/SpreadSheet-ParseExcel and" - einfo "dev-perl/HTML-Parser" - -} diff --git a/www-apps/swish-e/swish-e-2.4.3-r2.ebuild b/www-apps/swish-e/swish-e-2.4.3-r2.ebuild deleted file mode 100644 index b8af17e8c15d..000000000000 --- a/www-apps/swish-e/swish-e-2.4.3-r2.ebuild +++ /dev/null @@ -1,69 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/swish-e/swish-e-2.4.3-r2.ebuild,v 1.7 2010/02/10 22:58:12 ssuominen Exp $ - -inherit perl-module eutils - -DESCRIPTION="Simple Web Indexing System for Humans - Enhanced" -HOMEPAGE="http://www.swish-e.org/" -SRC_URI="http://www.swish-e.org/distribution/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd" -IUSE="doc perl pdf mp3" - -DEPEND=">=sys-libs/zlib-1.1.3 - dev-libs/libxml2 - pdf? ( app-text/poppler ) - perl? ( dev-perl/libwww-perl - dev-perl/HTML-Parser - dev-perl/HTML-Tagset - dev-perl/MIME-Types - dev-perl/HTML-Template - dev-perl/HTML-FillInForm - dev-perl/Template-Toolkit - mp3? ( dev-perl/MP3-Tag ) - )" - -src_unpack() { - if has_version 'www-apps/swish-e'; then - ewarn "Your old swish-e indexes may not be compatible with this version." - epause 10 - fi - unpack ${A} -} -src_compile() { - econf || die "configuration failed" - # XXX: is this -j1 really needed ? - emake -j1 || die "emake failed" -} - -src_install() { - dobin src/swish-e || die "dobin failed" - dodoc INSTALL README - make DESTDIR="${D}" install || die - - if use doc; then - dodir /usr/share/doc/${PF} - cp -r html conf "${D}"/usr/share/doc/${PF} || die "cp failed" - fi - - if use perl ; then - epatch ${FILESDIR}/perl-makefile.patch - cd ${S}/perl - myconf="SWISHBINDIR=${D}/usr/bin SWISHIGNOREVER SWISHSKIPTEST" - perl-module_src_compile - cd ${S}/perl - perl-module_src_install - fi -} - -pkg_postinst() { - einfo "If you wish to be able to index MS Word documents, " - einfo "emerge app-text/catdoc" - einfo - einfo "If you wish to be able to index MS Excel Spreadsheets," - einfo "emerge dev-perl/SpreadSheet-ParseExcel and" - einfo "dev-perl/HTML-Parser" -} diff --git a/www-apps/swish-e/swish-e-2.4.3.ebuild b/www-apps/swish-e/swish-e-2.4.3.ebuild deleted file mode 100644 index cdb079a3e946..000000000000 --- a/www-apps/swish-e/swish-e-2.4.3.ebuild +++ /dev/null @@ -1,66 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/swish-e/swish-e-2.4.3.ebuild,v 1.6 2010/02/10 22:58:12 ssuominen Exp $ - -inherit perl-module - -DESCRIPTION="Simple Web Indexing System for Humans - Enhanced" -HOMEPAGE="http://www.swish-e.org/" -SRC_URI="http://www.swish-e.org/distribution/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~x86 ~ppc" -IUSE="perl pdf mp3" - -DEPEND=">=sys-libs/zlib-1.1.3 - dev-libs/libxml2 - pdf? ( app-text/poppler ) - perl? ( dev-perl/libwww-perl - dev-perl/HTML-Parser - dev-perl/HTML-Tagset - dev-perl/MIME-Types - dev-perl/HTML-Template - dev-perl/HTML-FillInForm - dev-perl/Template-Toolkit - mp3? ( dev-perl/MP3-Tag ) - )" - -src_unpack() { - if has_version 'www-apps/swish-e'; then - ewarn "Your old swish-e indexes may not be compatible with this" - ewarn "version." - epause 10 - fi - unpack ${A} - cd ${S} -} -src_compile() { - cd ${S} - econf || die "configuration failed" - make || die "emake failed" -} - -src_install() { - dobin src/swish-e || die - dodoc INSTALL README - make DESTDIR="${D}" install || die "make install failed" - if use perl ; then - cd ${S}/perl - myconf="SWISHBINDIR=${D}/usr/bin SWISHIGNOREVER SWISHSKIPTEST " - perl-module_src_compile - cd ${S}/perl - perl-module_src_install - fi -} - -pkg_postinst() { - - einfo "If you wish to be able to index MS Word documents, " - einfo "emerge app-text/catdoc" - einfo - einfo "If you wish to be able to index MS Excel Spreadsheets," - einfo "emerge dev-perl/SpreadSheet-ParseExcel and" - einfo "dev-perl/HTML-Parser" - -} diff --git a/www-apps/swish-e/swish-e-2.4.4.ebuild b/www-apps/swish-e/swish-e-2.4.4.ebuild deleted file mode 100644 index 3e5225c943f2..000000000000 --- a/www-apps/swish-e/swish-e-2.4.4.ebuild +++ /dev/null @@ -1,69 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/swish-e/swish-e-2.4.4.ebuild,v 1.4 2010/02/10 22:58:12 ssuominen Exp $ - -inherit perl-module eutils - -DESCRIPTION="Simple Web Indexing System for Humans - Enhanced" -HOMEPAGE="http://www.swish-e.org/" -SRC_URI="http://www.swish-e.org/distribution/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd" -IUSE="doc perl pdf mp3" - -DEPEND=">=sys-libs/zlib-1.1.3 - dev-libs/libxml2 - pdf? ( app-text/poppler ) - perl? ( dev-perl/libwww-perl - dev-perl/HTML-Parser - dev-perl/HTML-Tagset - dev-perl/MIME-Types - dev-perl/HTML-Template - dev-perl/HTML-FillInForm - dev-perl/Template-Toolkit - mp3? ( dev-perl/MP3-Tag ) - )" - -src_unpack() { - if has_version 'www-apps/swish-e'; then - ewarn "Your old swish-e indexes may not be compatible with this version." - epause 10 - fi - unpack ${A} -} -src_compile() { - econf || die "configuration failed" - # XXX: is this -j1 really needed ? - emake -j1 || die "emake failed" -} - -src_install() { - dobin src/swish-e || die "dobin failed" - dodoc INSTALL README - make DESTDIR="${D}" install || die - - if use doc; then - dodir /usr/share/doc/${PF} - cp -r html conf "${D}"/usr/share/doc/${PF} || die "cp failed" - fi - - if use perl ; then - epatch ${FILESDIR}/perl-makefile.patch - cd ${S}/perl - myconf="SWISHBINDIR=${D}/usr/bin SWISHIGNOREVER SWISHSKIPTEST" - perl-module_src_compile - cd ${S}/perl - perl-module_src_install - fi -} - -pkg_postinst() { - einfo "If you wish to be able to index MS Word documents, " - einfo "emerge app-text/catdoc" - einfo - einfo "If you wish to be able to index MS Excel Spreadsheets," - einfo "emerge dev-perl/SpreadSheet-ParseExcel and" - einfo "dev-perl/HTML-Parser" -} diff --git a/www-apps/swish-e/swish-e-2.4.5.ebuild b/www-apps/swish-e/swish-e-2.4.5.ebuild deleted file mode 100644 index 47a786e60158..000000000000 --- a/www-apps/swish-e/swish-e-2.4.5.ebuild +++ /dev/null @@ -1,69 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/swish-e/swish-e-2.4.5.ebuild,v 1.3 2010/02/10 22:58:12 ssuominen Exp $ - -inherit perl-module eutils - -DESCRIPTION="Simple Web Indexing System for Humans - Enhanced" -HOMEPAGE="http://www.swish-e.org/" -SRC_URI="http://www.swish-e.org/distribution/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd" -IUSE="doc perl pdf mp3" - -DEPEND=">=sys-libs/zlib-1.1.3 - dev-libs/libxml2 - pdf? ( app-text/poppler ) - perl? ( dev-perl/libwww-perl - dev-perl/HTML-Parser - dev-perl/HTML-Tagset - dev-perl/MIME-Types - dev-perl/HTML-Template - dev-perl/HTML-FillInForm - dev-perl/Template-Toolkit - mp3? ( dev-perl/MP3-Tag ) - )" - -src_unpack() { - if has_version 'www-apps/swish-e'; then - ewarn "Your old swish-e indexes may not be compatible with this version." - epause 10 - fi - unpack ${A} -} -src_compile() { - econf || die "configuration failed" - # XXX: is this -j1 really needed ? - emake -j1 || die "emake failed" -} - -src_install() { - dobin src/swish-e || die "dobin failed" - dodoc INSTALL README - make DESTDIR="${D}" install || die - - if use doc; then - dodir /usr/share/doc/${PF} - cp -r html conf "${D}"/usr/share/doc/${PF} || die "cp failed" - fi - - if use perl ; then - epatch ${FILESDIR}/perl-makefile.patch - cd ${S}/perl - myconf="SWISHBINDIR=${D}/usr/bin SWISHIGNOREVER SWISHSKIPTEST" - perl-module_src_compile - cd ${S}/perl - perl-module_src_install - fi -} - -pkg_postinst() { - einfo "If you wish to be able to index MS Word documents, " - einfo "emerge app-text/catdoc" - einfo - einfo "If you wish to be able to index MS Excel Spreadsheets," - einfo "emerge dev-perl/SpreadSheet-ParseExcel and" - einfo "dev-perl/HTML-Parser" -} |