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
commiteea33d3e183cbdf6644345eda26bc103798a2033 (patch)
treeb096b2943b65161ee824d5396852428f0a627cfa /app-text/glark
parentadded patch for amd64 segfault (#38091) (diff)
downloadgentoo-2-eea33d3e183cbdf6644345eda26bc103798a2033.tar.gz
gentoo-2-eea33d3e183cbdf6644345eda26bc103798a2033.tar.bz2
gentoo-2-eea33d3e183cbdf6644345eda26bc103798a2033.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/glark-1.4.ebuild15
-rw-r--r--app-text/glark/glark-1.6.4.ebuild11
3 files changed, 19 insertions, 13 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/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