summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkinori Hattori <hattya@gentoo.org>2008-08-01 15:43:29 +0000
committerAkinori Hattori <hattya@gentoo.org>2008-08-01 15:43:29 +0000
commit70cb3b362f13148e64608b6aa3e53094db86c049 (patch)
treee6653201034026cdb813ce2d8c4b9da979e14398
parentVersion bump <http://my.opera.com/desktopteam/blog/2008/08/01/9-52-august-sna... (diff)
downloadgentoo-2-70cb3b362f13148e64608b6aa3e53094db86c049.tar.gz
gentoo-2-70cb3b362f13148e64608b6aa3e53094db86c049.tar.bz2
gentoo-2-70cb3b362f13148e64608b6aa3e53094db86c049.zip
cleaned out old ebuild(s).
(Portage version: 2.1.4.4)
-rw-r--r--app-text/namazu/ChangeLog6
-rw-r--r--app-text/namazu/namazu-2.0.16.ebuild70
-rw-r--r--app-text/namazu/namazu-2.0.17-r1.ebuild89
-rw-r--r--app-text/namazu/namazu-2.0.17.ebuild71
4 files changed, 5 insertions, 231 deletions
diff --git a/app-text/namazu/ChangeLog b/app-text/namazu/ChangeLog
index a5036964f74a..780391485b1f 100644
--- a/app-text/namazu/ChangeLog
+++ b/app-text/namazu/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-text/namazu
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/namazu/ChangeLog,v 1.26 2008/03/26 16:49:39 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/namazu/ChangeLog,v 1.27 2008/08/01 15:43:29 hattya Exp $
+
+ 01 Aug 2008; Akinori Hattori <hattya@gentoo.org> -namazu-2.0.16.ebuild,
+ -namazu-2.0.17.ebuild, -namazu-2.0.17-r1.ebuild:
+ cleaned out old ebuild(s).
26 Mar 2008; Markus Rothe <corsair@gentoo.org> namazu-2.0.18.ebuild:
Stable on ppc64; bug #214266
diff --git a/app-text/namazu/namazu-2.0.16.ebuild b/app-text/namazu/namazu-2.0.16.ebuild
deleted file mode 100644
index 6f200959d686..000000000000
--- a/app-text/namazu/namazu-2.0.16.ebuild
+++ /dev/null
@@ -1,70 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/namazu/namazu-2.0.16.ebuild,v 1.5 2006/12/13 11:46:37 hattya Exp $
-
-IUSE="chasen cjk emacs kakasi nls tk"
-
-DESCRIPTION="Namazu is a full-text search engine"
-HOMEPAGE="http://www.namazu.org/"
-SRC_URI="http://www.namazu.org/stable/${P}.tar.gz"
-
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~ppc ppc64 x86"
-SLOT="0"
-
-DEPEND=">=dev-perl/File-MMagic-1.20
- chasen? ( app-text/chasen )
- cjk? ( app-i18n/nkf )
- kakasi? ( dev-perl/Text-Kakasi )
- nls? ( sys-devel/gettext )
- tk? (
- dev-lang/tk
- www-client/lynx
- )"
-
-src_unpack() {
-
- unpack ${A}
- cd "${S}"
-
- sed -i "s:\(rm -f \$(filterdir).*$\):# \1:" filter/Makefile.in
-
-}
-
-src_compile() {
-
- local myconf
-
- use tk && myconf="--with-namazu=/usr/bin/namazu
- --with-mknmz=/usr/bin/mknmz
- --with-indexdir=/var/lib/namazu/index"
-
- econf \
- `use_enable nls` \
- `use_enable tk tknamazu` \
- ${myconf} \
- || die
- emake || die
-
-}
-
-src_install () {
-
- emake DESTDIR="${D}" install || die
- rm -rf "${D}"/usr/share/namazu/{doc,etc}
-
- dodoc AUTHORS CREDITS ChangeLog* HACKING* NEWS README* THANKS TODO
- dohtml -r doc/*
-
- insinto /usr/share/doc/${P}
- doins etc/*.png
-
- if use emacs; then
- docinto lisp
- dodoc lisp/ChangeLog*
-
- insinto /usr/share/${PN}/lisp
- doins lisp/*.el
- fi
-
-}
diff --git a/app-text/namazu/namazu-2.0.17-r1.ebuild b/app-text/namazu/namazu-2.0.17-r1.ebuild
deleted file mode 100644
index 442a9beaf2bb..000000000000
--- a/app-text/namazu/namazu-2.0.17-r1.ebuild
+++ /dev/null
@@ -1,89 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/namazu/namazu-2.0.17-r1.ebuild,v 1.1 2008/01/14 00:51:28 opfer Exp $
-
-inherit elisp-common
-
-IUSE="chasen cjk emacs kakasi nls tk"
-
-DESCRIPTION="Namazu is a full-text search engine"
-HOMEPAGE="http://www.namazu.org/"
-SRC_URI="http://www.namazu.org/stable/${P}.tar.gz"
-
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-SLOT="0"
-
-DEPEND=">=dev-perl/File-MMagic-1.20
- chasen? ( app-text/chasen )
- cjk? ( app-i18n/nkf )
- emacs? ( virtual/emacs )
- kakasi? ( dev-perl/Text-Kakasi )
- nls? ( sys-devel/gettext )
- tk? (
- dev-lang/tk
- www-client/lynx
- )"
-
-SITEFILE=50${PN}-gentoo.el
-
-src_unpack() {
-
- unpack ${A}
- cd "${S}"
-
- sed -i "s:\(rm -f \$(filterdir).*$\):# \1:" filter/Makefile.in
-
-}
-
-src_compile() {
-
- local myconf
-
- use tk && myconf="--with-namazu=/usr/bin/namazu
- --with-mknmz=/usr/bin/mknmz
- --with-indexdir=/var/lib/namazu/index"
-
- econf \
- $(use_enable nls) \
- $(use_enable tk tknamazu) \
- ${myconf} \
- || die
- emake || die
-
- if use emacs; then
- cd lisp
- elisp-comp {namazu,gnus-nmz-1}.el || die "elisp-comp failed"
- fi
-}
-
-src_install () {
-
- emake DESTDIR="${D}" install || die
-
- rm -rf "${D}"/usr/share/namazu/{doc,etc}
-
- dodoc AUTHORS CREDITS ChangeLog* HACKING* NEWS README* THANKS TODO
- dohtml -r doc/*
-
- insinto /usr/share/doc/${P}
- doins etc/*.png
-
- if use emacs; then
- elisp-install ${PN} lisp/{namazu,gnus-nmz-1}.el{,c} \
- || die "elisp-install failed"
- elisp-site-file-install "${FILESDIR}/${SITEFILE}" \
- || die "elisp-site-file-install failed"
-
- docinto lisp
- dodoc lisp/ChangeLog*
- fi
-
-}
-pkg_postinst() {
- use emacs && elisp-site-regen
-}
-
-pkg_postrm() {
- use emacs && elisp-site-regen
-}
diff --git a/app-text/namazu/namazu-2.0.17.ebuild b/app-text/namazu/namazu-2.0.17.ebuild
deleted file mode 100644
index 13086e67dec3..000000000000
--- a/app-text/namazu/namazu-2.0.17.ebuild
+++ /dev/null
@@ -1,71 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/namazu/namazu-2.0.17.ebuild,v 1.3 2007/10/03 08:21:03 tgall Exp $
-
-IUSE="chasen cjk emacs kakasi nls tk"
-
-DESCRIPTION="Namazu is a full-text search engine"
-HOMEPAGE="http://www.namazu.org/"
-SRC_URI="http://www.namazu.org/stable/${P}.tar.gz"
-
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~ppc ppc64 x86"
-SLOT="0"
-
-DEPEND=">=dev-perl/File-MMagic-1.20
- chasen? ( app-text/chasen )
- cjk? ( app-i18n/nkf )
- kakasi? ( dev-perl/Text-Kakasi )
- nls? ( sys-devel/gettext )
- tk? (
- dev-lang/tk
- www-client/lynx
- )"
-
-src_unpack() {
-
- unpack ${A}
- cd "${S}"
-
- sed -i "s:\(rm -f \$(filterdir).*$\):# \1:" filter/Makefile.in
-
-}
-
-src_compile() {
-
- local myconf
-
- use tk && myconf="--with-namazu=/usr/bin/namazu
- --with-mknmz=/usr/bin/mknmz
- --with-indexdir=/var/lib/namazu/index"
-
- econf \
- $(use_enable nls) \
- $(use_enable tk tknamazu) \
- ${myconf} \
- || die
- emake || die
-
-}
-
-src_install () {
-
- emake DESTDIR="${D}" install || die
-
- rm -rf "${D}"/usr/share/namazu/{doc,etc}
-
- dodoc AUTHORS CREDITS ChangeLog* HACKING* NEWS README* THANKS TODO
- dohtml -r doc/*
-
- insinto /usr/share/doc/${P}
- doins etc/*.png
-
- if use emacs; then
- docinto lisp
- dodoc lisp/ChangeLog*
-
- insinto /usr/share/${PN}/lisp
- doins lisp/*.el
- fi
-
-}