diff options
author | Akinori Hattori <hattya@gentoo.org> | 2005-12-16 10:14:42 +0000 |
---|---|---|
committer | Akinori Hattori <hattya@gentoo.org> | 2005-12-16 10:14:42 +0000 |
commit | 498f00a24f72190169df9c7d82eec329cb33123a (patch) | |
tree | 39d0ad9c33e0bf46374b9654d1f362ee9694bd9a /app-text | |
parent | stable on x86. (diff) | |
download | gentoo-2-498f00a24f72190169df9c7d82eec329cb33123a.tar.gz gentoo-2-498f00a24f72190169df9c7d82eec329cb33123a.tar.bz2 gentoo-2-498f00a24f72190169df9c7d82eec329cb33123a.zip |
remove old ebuild.
(Portage version: 2.0.51.22-r3)
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/hyperestraier/ChangeLog | 6 | ||||
-rw-r--r-- | app-text/hyperestraier/files/digest-hyperestraier-1.0.0 | 1 | ||||
-rw-r--r-- | app-text/hyperestraier/hyperestraier-1.0.0.ebuild | 34 |
3 files changed, 5 insertions, 36 deletions
diff --git a/app-text/hyperestraier/ChangeLog b/app-text/hyperestraier/ChangeLog index e6843d557319..769f7d54d182 100644 --- a/app-text/hyperestraier/ChangeLog +++ b/app-text/hyperestraier/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-text/hyperestraier # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/hyperestraier/ChangeLog,v 1.13 2005/12/16 10:13:29 hattya Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/hyperestraier/ChangeLog,v 1.14 2005/12/16 10:14:42 hattya Exp $ + + 16 Dec 2005; Akinori Hattori <hattya@gentoo.org> + -hyperestraier-1.0.0.ebuild: + remove old ebuild. 16 Dec 2005; Akinori Hattori <hattya@gentoo.org> hyperestraier-1.0.4.ebuild: diff --git a/app-text/hyperestraier/files/digest-hyperestraier-1.0.0 b/app-text/hyperestraier/files/digest-hyperestraier-1.0.0 deleted file mode 100644 index af6570732128..000000000000 --- a/app-text/hyperestraier/files/digest-hyperestraier-1.0.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 b61b50d67be035f9a7632d3ed7435c67 hyperestraier-1.0.0.tar.gz 685966 diff --git a/app-text/hyperestraier/hyperestraier-1.0.0.ebuild b/app-text/hyperestraier/hyperestraier-1.0.0.ebuild deleted file mode 100644 index 4b35c48f0270..000000000000 --- a/app-text/hyperestraier/hyperestraier-1.0.0.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/hyperestraier/hyperestraier-1.0.0.ebuild,v 1.2 2005/11/13 08:51:30 hattya Exp $ - -IUSE="debug" - -DESCRIPTION="a full-text search system for communities" -HOMEPAGE="http://hyperestraier.sf.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - -LICENSE="LGPL-2.1" -KEYWORDS="~ppc x86" -SLOT="0" - -DEPEND=">=dev-db/qdbm-1.8.33 - sys-libs/zlib" - -src_compile() { - - econf `use_enable debug` || die - emake || die - -} - -src_install() { - - make DESTDIR=${D} install || die - dodoc COPYING README* ChangeLog THANKS - dohtml -r doc/* - - rm -f ${D}/usr/share/${PN}/{COPYING,ChangeLog,THANKS} - rm -rf ${D}/usr/share/${PN}/doc - -} |