diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2003-06-30 23:14:03 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2003-06-30 23:14:03 +0000 |
commit | 4c4a89223102c1a1ac60d4ff58e141243d4f8553 (patch) | |
tree | 611e68d3fd30d1fb28e7cc174982fa476666061e /app-text | |
parent | cvsps imported (diff) | |
download | historical-4c4a89223102c1a1ac60d4ff58e141243d4f8553.tar.gz historical-4c4a89223102c1a1ac60d4ff58e141243d4f8553.tar.bz2 historical-4c4a89223102c1a1ac60d4ff58e141243d4f8553.zip |
versionbumps
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/glark/ChangeLog | 7 | ||||
-rw-r--r-- | app-text/glark/Manifest | 2 | ||||
-rw-r--r-- | app-text/glark/files/digest-glark-1.6.4 | 1 | ||||
-rw-r--r-- | app-text/glark/glark-1.6.4.ebuild | 22 |
4 files changed, 31 insertions, 1 deletions
diff --git a/app-text/glark/ChangeLog b/app-text/glark/ChangeLog index e0af17cb9fe2..c45a7ac17dd4 100644 --- a/app-text/glark/ChangeLog +++ b/app-text/glark/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-text/glark # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/glark/ChangeLog,v 1.6 2003/02/12 05:24:38 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/glark/ChangeLog,v 1.7 2003/06/30 23:14:03 aliz Exp $ + +*glark-1.6.4 (30 Jun 2003) + + 30 Jun 2003; Daniel Ahlberg <aliz@gentoo.org> glark-1.6.4.ebuild : + Version bump. 06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords diff --git a/app-text/glark/Manifest b/app-text/glark/Manifest index 74e03faa830d..94f1a7418c38 100644 --- a/app-text/glark/Manifest +++ b/app-text/glark/Manifest @@ -1,3 +1,5 @@ MD5 df354ca685398fef3ce00d5422673001 ChangeLog 970 MD5 5f1d6751f076ce2f3420349e26e1bf2b glark-1.4.ebuild 531 +MD5 412d8543c8b83f9f81c1213ebd699a7b glark-1.6.4.ebuild 533 MD5 d664ab8308b808c0f9b6c0d8b39b2c54 files/digest-glark-1.4 60 +MD5 53ceb506e79fc9fa0feb331ad9e06e4b files/digest-glark-1.6.4 62 diff --git a/app-text/glark/files/digest-glark-1.6.4 b/app-text/glark/files/digest-glark-1.6.4 new file mode 100644 index 000000000000..4c76b34b15c6 --- /dev/null +++ b/app-text/glark/files/digest-glark-1.6.4 @@ -0,0 +1 @@ +MD5 086fcbdf0e924ad9acfccc7a34a68516 glark-1.6.4.tar.gz 31541 diff --git a/app-text/glark/glark-1.6.4.ebuild b/app-text/glark/glark-1.6.4.ebuild new file mode 100644 index 000000000000..38ed05a1a3ae --- /dev/null +++ b/app-text/glark/glark-1.6.4.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/glark/glark-1.6.4.ebuild,v 1.1 2003/06/30 23:14:03 aliz Exp $ + +S="${WORKDIR}/${P}" +DESCRIPTION="File searcher" +SRC_URI="mirror://sourceforge/glark/${P}.tar.gz" +HOMEPAGE="http://glark.sf.net" +KEYWORDS="~x86 ~sparc " +LICENSE="LGPL-2.1" +DEPEND=">=dev-lang/ruby-1.6.7" +RDEPEND="$DEPEND" +SLOT="0" + +src_compile() { + emake || die +} + +src_install () { + dobin glark + doman glark.1 +} |