summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2013-02-03 12:07:56 +0000
committerPacho Ramos <pacho@gentoo.org>2013-02-03 12:07:56 +0000
commitae4aaf9771b452ede09c2cefd1320a4589254b55 (patch)
treecf4cbcb027b71fdce3701a3a8b6deb4b843f7cb4 /app-text
parentPick up for proxy maintainership (diff)
downloadgentoo-2-ae4aaf9771b452ede09c2cefd1320a4589254b55.tar.gz
gentoo-2-ae4aaf9771b452ede09c2cefd1320a4589254b55.tar.bz2
gentoo-2-ae4aaf9771b452ede09c2cefd1320a4589254b55.zip
Cleanup due #22900
(Portage version: 2.1.11.50/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'app-text')
-rw-r--r--app-text/gonzui/ChangeLog8
-rw-r--r--app-text/gonzui/gonzui-1.2-r1.ebuild52
-rw-r--r--app-text/gonzui/metadata.xml3
3 files changed, 7 insertions, 56 deletions
diff --git a/app-text/gonzui/ChangeLog b/app-text/gonzui/ChangeLog
index 6ce2a4840b4f..a958b27f8cc4 100644
--- a/app-text/gonzui/ChangeLog
+++ b/app-text/gonzui/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-text/gonzui
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/gonzui/ChangeLog,v 1.15 2011/01/15 01:55:39 matsuu Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/gonzui/ChangeLog,v 1.16 2013/02/03 12:07:56 pacho Exp $
+
+ 03 Feb 2013; Pacho Ramos <pacho@gentoo.org> -gonzui-1.2-r1.ebuild,
+ metadata.xml:
+ Cleanup due #22900
*gonzui-1.2-r2 (15 Jan 2011)
diff --git a/app-text/gonzui/gonzui-1.2-r1.ebuild b/app-text/gonzui/gonzui-1.2-r1.ebuild
deleted file mode 100644
index 6afd952ab031..000000000000
--- a/app-text/gonzui/gonzui-1.2-r1.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/gonzui/gonzui-1.2-r1.ebuild,v 1.5 2010/12/02 01:21:49 flameeyes Exp $
-
-inherit autotools eutils ruby
-
-USE_RUBY="ruby18"
-
-DESCRIPTION="source code search engine"
-HOMEPAGE="http://gonzui.sourceforge.net/"
-SRC_URI="mirror://sourceforge/gonzui/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="ocaml perl"
-RESTRICT="test"
-
-DEPEND="=dev-lang/ruby-1.8*
- >=sys-libs/db-4.2
- >=dev-ruby/ruby-bdb-0.5.2
- dev-ruby/ruby-progressbar
- ocaml? ( dev-lang/ocaml )
- perl? ( dev-perl/PPI )"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}"/${P}-gentoo.patch
- cp "${FILESDIR}"/ebuild.rb "${S}"/langscan/ || die
- eautoreconf
-}
-
-src_compile() {
- econf
- # bug #297463
- emake -j1 || die "emake failed"
-}
-
-src_install() {
- ruby_src_install
- mv "${D}"/etc/gonzuirc.sample "${D}"/etc/gonzuirc
- doinitd "${FILESDIR}"/gonzui || die
- keepdir /var/lib/gonzui
- keepdir /var/log/gonzui
-}
-
-pkg_postinst() {
- elog "The database (gonzui.db) format has become incompatible with"
- elog "older versions."
- elog "Please restructure the database if you already have it."
-}
diff --git a/app-text/gonzui/metadata.xml b/app-text/gonzui/metadata.xml
index ca0c76f0db83..ebcb9e1e979b 100644
--- a/app-text/gonzui/metadata.xml
+++ b/app-text/gonzui/metadata.xml
@@ -2,8 +2,7 @@
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer>
-<email>matsuu@gentoo.org</email>
-<name>MATSUU Takuto</name>
+<email>maintainer-needed@gentoo.org</email>
</maintainer>
<use>
<flag name='lha'>Enable LHA archive support</flag>