summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Olexa <darkside@gentoo.org>2009-08-01 17:54:44 +0000
committerJeremy Olexa <darkside@gentoo.org>2009-08-01 17:54:44 +0000
commitd99b1931a2a7d87fafe41ebb7e15b638b5c808c9 (patch)
treee302b0fbf0a345967f0560be3a45bc191ce2ca3f /app-text/glark
parentremove old (diff)
downloadgentoo-2-d99b1931a2a7d87fafe41ebb7e15b638b5c808c9.tar.gz
gentoo-2-d99b1931a2a7d87fafe41ebb7e15b638b5c808c9.tar.bz2
gentoo-2-d99b1931a2a7d87fafe41ebb7e15b638b5c808c9.zip
remove old
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'app-text/glark')
-rw-r--r--app-text/glark/ChangeLog8
-rw-r--r--app-text/glark/glark-1.7.3.ebuild31
-rw-r--r--app-text/glark/glark-1.7.5.ebuild31
3 files changed, 6 insertions, 64 deletions
diff --git a/app-text/glark/ChangeLog b/app-text/glark/ChangeLog
index c5045453e3ac..acd1436d7099 100644
--- a/app-text/glark/ChangeLog
+++ b/app-text/glark/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-text/glark
-# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/glark/ChangeLog,v 1.49 2008/01/17 20:36:45 grobian Exp $
+# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/glark/ChangeLog,v 1.50 2009/08/01 17:54:44 darkside Exp $
+
+ 01 Aug 2009; Jeremy Olexa <darkside@gentoo.org> -glark-1.7.3.ebuild,
+ -glark-1.7.5.ebuild:
+ remove old
17 Jan 2008; Fabian Groffen <grobian@gentoo.org> glark-1.7.5.ebuild,
glark-1.7.8.ebuild, glark-1.8.0.ebuild:
diff --git a/app-text/glark/glark-1.7.3.ebuild b/app-text/glark/glark-1.7.3.ebuild
deleted file mode 100644
index d78f26269bd6..000000000000
--- a/app-text/glark/glark-1.7.3.ebuild
+++ /dev/null
@@ -1,31 +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/glark/glark-1.7.3.ebuild,v 1.7 2007/07/12 04:37:47 mr_bones_ Exp $
-
-inherit bash-completion
-
-DESCRIPTION="File searcher similar to grep but with fancy output"
-HOMEPAGE="http://glark.sourceforge.net/"
-SRC_URI="mirror://sourceforge/glark/${P}.tar.gz"
-
-KEYWORDS="amd64 ~hppa mips ppc sparc x86"
-SLOT="0"
-LICENSE="LGPL-2.1"
-IUSE=""
-
-# perl dep is for pod2man
-DEPEND="virtual/ruby
- dev-lang/perl"
-RDEPEND="virtual/ruby"
-
-src_compile() {
- emake
- # force the manpage to be rebuilt
- rm ${PN}.1
- make ${PN}.1
-}
-
-src_install () {
- make DESTDIR=${D} install
- dobashcompletion ${FILESDIR}/${PV}/glark-completion ${PN}
-}
diff --git a/app-text/glark/glark-1.7.5.ebuild b/app-text/glark/glark-1.7.5.ebuild
deleted file mode 100644
index 097342bf0892..000000000000
--- a/app-text/glark/glark-1.7.5.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/glark/glark-1.7.5.ebuild,v 1.3 2008/01/17 20:36:45 grobian Exp $
-
-inherit bash-completion
-
-DESCRIPTION="File searcher similar to grep but with fancy output"
-HOMEPAGE="http://www.incava.org/projects/glark/"
-SRC_URI="http://www.incava.org/pub/${PN}/${P}.tar.gz"
-
-KEYWORDS="~amd64 ~hppa ~mips ~ppc ~sparc ~x86"
-SLOT="0"
-LICENSE="LGPL-2.1"
-IUSE=""
-
-# perl dep is for pod2man
-DEPEND="virtual/ruby
- dev-lang/perl"
-RDEPEND="virtual/ruby"
-
-src_compile() {
- emake
- # force the manpage to be rebuilt
- rm ${PN}.1
- make ${PN}.1
-}
-
-src_install () {
- make DESTDIR="${D}" install
- dobashcompletion "${FILESDIR}/1.7.4/glark-completion" ${PN}
-}