summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2004-03-12 08:22:51 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2004-03-12 08:22:51 +0000
commitfef261ad3203b9a135d387c29c593d6467f74142 (patch)
treedcdd6e6efab90333be63bfc15eaca3eb6d541775 /app-text/glark
parentadded patch for amd64 segfault (#38091) (diff)
downloadhistorical-fef261ad3203b9a135d387c29c593d6467f74142.tar.gz
historical-fef261ad3203b9a135d387c29c593d6467f74142.tar.bz2
historical-fef261ad3203b9a135d387c29c593d6467f74142.zip
don't assign default to S; header fix; tidy
Diffstat (limited to 'app-text/glark')
-rw-r--r--app-text/glark/ChangeLog6
-rw-r--r--app-text/glark/Manifest6
-rw-r--r--app-text/glark/glark-1.4.ebuild15
-rw-r--r--app-text/glark/glark-1.6.4.ebuild11
4 files changed, 22 insertions, 16 deletions
diff --git a/app-text/glark/ChangeLog b/app-text/glark/ChangeLog
index c4bc01c87a6b..17e4748f287c 100644
--- a/app-text/glark/ChangeLog
+++ b/app-text/glark/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-text/glark
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/glark/ChangeLog,v 1.9 2004/03/05 18:42:15 gustavoz Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/glark/ChangeLog,v 1.10 2004/03/12 08:22:51 mr_bones_ Exp $
+
+ 12 Mar 2004; Michael Sterrett <mr_bones_@gentoo.org> glark-1.4.ebuild,
+ glark-1.6.4.ebuild:
+ don't assign default to S; header fix; tidy
05 Mar 2004; Gustavo Zacarias <gustavoz@gentoo.org> glark-1.6.4.ebuild:
stable on sparc
diff --git a/app-text/glark/Manifest b/app-text/glark/Manifest
index 441f5b1229ba..c12290819e50 100644
--- a/app-text/glark/Manifest
+++ b/app-text/glark/Manifest
@@ -1,5 +1,5 @@
-MD5 59d2362b1ed1680abbcf6109c682d260 ChangeLog 1270
-MD5 104f0200cddfb66f300b7ad5c1c7077a glark-1.4.ebuild 532
-MD5 824d54d73fd967a8b87badfe636123ba glark-1.6.4.ebuild 534
+MD5 fa63e024ea85c01f4f10a59148afcb03 ChangeLog 1414
+MD5 8a46fd13bfc59898509c8694f9c230bf glark-1.4.ebuild 506
+MD5 b5ff0ed601cfc74ada81e2c93bcfc93b glark-1.6.4.ebuild 507
MD5 d664ab8308b808c0f9b6c0d8b39b2c54 files/digest-glark-1.4 60
MD5 53ceb506e79fc9fa0feb331ad9e06e4b files/digest-glark-1.6.4 62
diff --git a/app-text/glark/glark-1.4.ebuild b/app-text/glark/glark-1.4.ebuild
index 5056282a54f1..ebd6b2bdeeaa 100644
--- a/app-text/glark/glark-1.4.ebuild
+++ b/app-text/glark/glark-1.4.ebuild
@@ -1,16 +1,17 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/glark/glark-1.4.ebuild,v 1.9 2004/02/22 20:03:16 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/glark/glark-1.4.ebuild,v 1.10 2004/03/12 08:22:51 mr_bones_ Exp $
-S="${WORKDIR}/${P}"
DESCRIPTION="File searcher"
-SRC_URI="mirror://sourceforge/glark/${P}.tar.gz"
HOMEPAGE="http://glark.sf.net"
-KEYWORDS="x86 sparc"
+SRC_URI="mirror://sourceforge/glark/${P}.tar.gz"
+
LICENSE="LGPL-2.1"
-DEPEND=">=dev-lang/ruby-1.6.7"
-RDEPEND="$DEPEND"
SLOT="0"
+KEYWORDS="x86 sparc"
+IUSE=""
+
+DEPEND=">=dev-lang/ruby-1.6.7"
src_compile() {
emake || die
diff --git a/app-text/glark/glark-1.6.4.ebuild b/app-text/glark/glark-1.6.4.ebuild
index 9d6743a31eb0..f97aee2545c2 100644
--- a/app-text/glark/glark-1.6.4.ebuild
+++ b/app-text/glark/glark-1.6.4.ebuild
@@ -1,16 +1,17 @@
# Copyright 1999-2004 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.3 2004/03/05 18:42:15 gustavoz Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/glark/glark-1.6.4.ebuild,v 1.4 2004/03/12 08:22:51 mr_bones_ Exp $
-S="${WORKDIR}/${P}"
DESCRIPTION="File searcher"
-SRC_URI="mirror://sourceforge/glark/${P}.tar.gz"
HOMEPAGE="http://glark.sf.net"
+SRC_URI="mirror://sourceforge/glark/${P}.tar.gz"
+
KEYWORDS="x86 sparc"
+SLOT="0"
LICENSE="LGPL-2.1"
+IUSE=""
+
DEPEND=">=dev-lang/ruby-1.6.7"
-RDEPEND="$DEPEND"
-SLOT="0"
src_compile() {
emake || die