diff options
author | Akinori Hattori <hattya@gentoo.org> | 2012-07-14 06:36:13 +0000 |
---|---|---|
committer | Akinori Hattori <hattya@gentoo.org> | 2012-07-14 06:36:13 +0000 |
commit | 8c903240d34c18584766307a979f66856781ff35 (patch) | |
tree | cfeac280cd49eff4c63708d96d933588b6f12cd0 /app-text/namazu | |
parent | format metadata.xml (diff) | |
download | gentoo-2-8c903240d34c18584766307a979f66856781ff35.tar.gz gentoo-2-8c903240d34c18584766307a979f66856781ff35.tar.bz2 gentoo-2-8c903240d34c18584766307a979f66856781ff35.zip |
remove old ebuild
(Portage version: 2.1.10.65/cvs/Linux i686)
Diffstat (limited to 'app-text/namazu')
-rw-r--r-- | app-text/namazu/ChangeLog | 6 | ||||
-rw-r--r-- | app-text/namazu/namazu-2.0.19-r1.ebuild | 83 | ||||
-rw-r--r-- | app-text/namazu/namazu-2.0.19.ebuild | 78 | ||||
-rw-r--r-- | app-text/namazu/namazu-2.0.20.ebuild | 83 |
4 files changed, 5 insertions, 245 deletions
diff --git a/app-text/namazu/ChangeLog b/app-text/namazu/ChangeLog index 1c3d4c85d1d3..f263c3639ebd 100644 --- a/app-text/namazu/ChangeLog +++ b/app-text/namazu/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-text/namazu # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/namazu/ChangeLog,v 1.39 2012/06/09 19:00:57 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/namazu/ChangeLog,v 1.40 2012/07/14 06:36:13 hattya Exp $ + + 14 Jul 2012; Akinori Hattori <hattya@gentoo.org> -namazu-2.0.19-r1.ebuild, + -namazu-2.0.19.ebuild, -namazu-2.0.20.ebuild: + remove old ebuild 09 Jun 2012; Raúl Porcel <armin76@gentoo.org> namazu-2.0.19.ebuild, namazu-2.0.19-r1.ebuild, namazu-2.0.20.ebuild, namazu-2.0.21.ebuild: diff --git a/app-text/namazu/namazu-2.0.19-r1.ebuild b/app-text/namazu/namazu-2.0.19-r1.ebuild deleted file mode 100644 index b19ae6683c9d..000000000000 --- a/app-text/namazu/namazu-2.0.19-r1.ebuild +++ /dev/null @@ -1,83 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/namazu/namazu-2.0.19-r1.ebuild,v 1.2 2012/06/09 19:00:57 armin76 Exp $ - -inherit eutils elisp-common - -IUSE="emacs nls tk linguas_ja" - -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" - -RDEPEND=">=dev-perl/File-MMagic-1.20 - emacs? ( virtual/emacs ) - linguas_ja? ( - app-i18n/nkf - || ( - dev-perl/Text-Kakasi - app-i18n/kakasi - app-text/chasen - app-text/mecab - ) - ) - nls? ( virtual/libintl ) - tk? ( - dev-lang/tk - www-client/lynx - )" - -DEPEND="${RDEPEND} - nls? ( sys-devel/gettext )" - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}/${P}-gentoo.patch" -} - -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-compile gnus-nmz-1.el namazu.el || die - fi -} - -src_install () { - emake DESTDIR="${D}" install || die - - dodoc AUTHORS CREDITS ChangeLog* HACKING* NEWS README* THANKS TODO etc/*.png - dohtml -r doc/* - - if use emacs; then - elisp-install ${PN} lisp/gnus-nmz-1.el* lisp/namazu.el* || die - elisp-site-file-install "${FILESDIR}"/50${PN}-gentoo.el || die - - 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.19.ebuild b/app-text/namazu/namazu-2.0.19.ebuild deleted file mode 100644 index 9304e99c9a69..000000000000 --- a/app-text/namazu/namazu-2.0.19.ebuild +++ /dev/null @@ -1,78 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/namazu/namazu-2.0.19.ebuild,v 1.2 2012/06/09 19:00:57 armin76 Exp $ - -inherit eutils elisp-common - -IUSE="emacs nls tk linguas_ja" - -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 - emacs? ( virtual/emacs ) - linguas_ja? ( - app-i18n/nkf - || ( - dev-perl/Text-Kakasi - app-i18n/kakasi - app-text/chasen - app-text/mecab - ) - ) - nls? ( sys-devel/gettext ) - tk? ( - dev-lang/tk - www-client/lynx - )" - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}/${P}-gentoo.patch" -} - -src_compile() { - local myconf - - econf \ - $(use_enable nls) \ - $(use_enable tk tknamazu) \ - ${myconf} || die - emake || die - - if use emacs; then - cd lisp - elisp-compile gnus-nmz-1.el namazu.el || die - 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 etc/*.png - dohtml -r doc/* - - if use emacs; then - elisp-install ${PN} lisp/gnus-nmz-1.el* lisp/namazu.el* || die - elisp-site-file-install "${FILESDIR}"/50${PN}-gentoo.el || die - - 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.20.ebuild b/app-text/namazu/namazu-2.0.20.ebuild deleted file mode 100644 index 7f25db71791d..000000000000 --- a/app-text/namazu/namazu-2.0.20.ebuild +++ /dev/null @@ -1,83 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/namazu/namazu-2.0.20.ebuild,v 1.3 2012/06/09 19:00:57 armin76 Exp $ - -inherit eutils elisp-common - -IUSE="emacs nls tk linguas_ja" - -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" - -RDEPEND=">=dev-perl/File-MMagic-1.20 - emacs? ( virtual/emacs ) - linguas_ja? ( - app-i18n/nkf - || ( - dev-perl/Text-Kakasi - app-i18n/kakasi - app-text/chasen - app-text/mecab - ) - ) - nls? ( virtual/libintl ) - tk? ( - dev-lang/tk - www-client/lynx - )" - -DEPEND="${RDEPEND} - nls? ( sys-devel/gettext )" - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}/${PN}-2.0.19-gentoo.patch" -} - -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-compile gnus-nmz-1.el namazu.el || die - fi -} - -src_install () { - emake DESTDIR="${D}" install || die - - dodoc AUTHORS CREDITS ChangeLog* HACKING* NEWS README* THANKS TODO etc/*.png - dohtml -r doc/* - - if use emacs; then - elisp-install ${PN} lisp/gnus-nmz-1.el* lisp/namazu.el* || die - elisp-site-file-install "${FILESDIR}"/50${PN}-gentoo.el || die - - docinto lisp - dodoc lisp/ChangeLog* - fi -} - -pkg_postinst() { - use emacs && elisp-site-regen -} - -pkg_postrm() { - use emacs && elisp-site-regen -} |