From eea33d3e183cbdf6644345eda26bc103798a2033 Mon Sep 17 00:00:00 2001 From: Michael Sterrett Date: Fri, 12 Mar 2004 08:22:51 +0000 Subject: don't assign default to S; header fix; tidy --- app-text/glark/ChangeLog | 6 +++++- app-text/glark/glark-1.4.ebuild | 15 ++++++++------- app-text/glark/glark-1.6.4.ebuild | 11 ++++++----- 3 files changed, 19 insertions(+), 13 deletions(-) (limited to 'app-text/glark') 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 glark-1.4.ebuild, + glark-1.6.4.ebuild: + don't assign default to S; header fix; tidy 05 Mar 2004; Gustavo Zacarias 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 -- cgit v1.2.3-65-gdbad