diff options
author | Mamoru Komachi <usata@gentoo.org> | 2005-02-12 08:09:15 +0000 |
---|---|---|
committer | Mamoru Komachi <usata@gentoo.org> | 2005-02-12 08:09:15 +0000 |
commit | 309c9f8a93e8ef7f6e8cf8a07e6de0ca1e45a45f (patch) | |
tree | b560098525513bee694c111ffc4fa1a0896b9e3a /app-text/sary | |
parent | Stable on x86, alpha and ppc. Removed old ebuilds. (diff) | |
download | gentoo-2-309c9f8a93e8ef7f6e8cf8a07e6de0ca1e45a45f.tar.gz gentoo-2-309c9f8a93e8ef7f6e8cf8a07e6de0ca1e45a45f.tar.bz2 gentoo-2-309c9f8a93e8ef7f6e8cf8a07e6de0ca1e45a45f.zip |
Removed old ebuild.
(Portage version: 2.0.51.16)
Diffstat (limited to 'app-text/sary')
-rw-r--r-- | app-text/sary/files/digest-sary-1.0.5_pre20030426 | 1 | ||||
-rw-r--r-- | app-text/sary/sary-1.0.5_pre20030426.ebuild | 34 |
2 files changed, 0 insertions, 35 deletions
diff --git a/app-text/sary/files/digest-sary-1.0.5_pre20030426 b/app-text/sary/files/digest-sary-1.0.5_pre20030426 deleted file mode 100644 index 29eaa55abdba..000000000000 --- a/app-text/sary/files/digest-sary-1.0.5_pre20030426 +++ /dev/null @@ -1 +0,0 @@ -MD5 ed5fcc2685041d1e5040feafdd375543 sary-cvs_20030426.tar.gz 218491 diff --git a/app-text/sary/sary-1.0.5_pre20030426.ebuild b/app-text/sary/sary-1.0.5_pre20030426.ebuild deleted file mode 100644 index edc77875f22e..000000000000 --- a/app-text/sary/sary-1.0.5_pre20030426.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/sary/sary-1.0.5_pre20030426.ebuild,v 1.7 2005/01/01 16:34:49 eradicator Exp $ - -IUSE="" - -DESCRIPTION="Sary: suffix array library and tools" -HOMEPAGE="http://sary.namazu.org/" -SRC_URI="http://taiyaki.org/tmp/sary/${PN}-cvs_${PV/*_pre/}.tar.gz" - -LICENSE="LGPL-2.1" -KEYWORDS="x86 alpha ppc" -SLOT="0" -S="${WORKDIR}/${PN}" - -DEPEND=">=dev-libs/glib-2" - -src_compile() { - - ./autogen.sh - econf || die - emake || die - -} - -src_install() { - - make DESTDIR=${D} \ - docsdir=/usr/share/doc/${PF}/html \ - install || die - - dodoc [A-Z][A-Z]* ChangeLog - -} |