diff options
author | Pacho Ramos <pacho@gentoo.org> | 2013-07-21 10:10:25 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2013-07-21 10:10:25 +0000 |
commit | b651a057d6fd43d8f9d09806e2366b91f85e77b1 (patch) | |
tree | 90a9e22f9698c80b16d639ff39057e71e61ad6c0 /app-text/sgrep | |
parent | Cleanup due http://gentoo.2317880.n4.nabble.com/sgml-herd-has-no-maintainers-... (diff) | |
download | gentoo-2-b651a057d6fd43d8f9d09806e2366b91f85e77b1.tar.gz gentoo-2-b651a057d6fd43d8f9d09806e2366b91f85e77b1.tar.bz2 gentoo-2-b651a057d6fd43d8f9d09806e2366b91f85e77b1.zip |
Cleanup due http://gentoo.2317880.n4.nabble.com/sgml-herd-has-no-maintainers-again-td259655.html
(Portage version: 2.1.12.13/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'app-text/sgrep')
-rw-r--r-- | app-text/sgrep/ChangeLog | 9 | ||||
-rw-r--r-- | app-text/sgrep/metadata.xml | 2 | ||||
-rw-r--r-- | app-text/sgrep/sgrep-1.92a.ebuild | 34 |
3 files changed, 7 insertions, 38 deletions
diff --git a/app-text/sgrep/ChangeLog b/app-text/sgrep/ChangeLog index a0f4065f5804..440946d9c98a 100644 --- a/app-text/sgrep/ChangeLog +++ b/app-text/sgrep/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-text/sgrep -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/sgrep/ChangeLog,v 1.11 2012/01/21 06:39:05 radhermit Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/sgrep/ChangeLog,v 1.12 2013/07/21 10:10:25 pacho Exp $ + + 21 Jul 2013; Pacho Ramos <pacho@gentoo.org> -sgrep-1.92a.ebuild, metadata.xml: + Cleanup due http://gentoo.2317880.n4.nabble.com/sgml-herd-has-no-maintainers- + again-td259655.html *sgrep-1.94a (21 Jan 2012) @@ -37,4 +41,3 @@ +sgrep-1.92a.ebuild: Initial import. Ebuild submitted by Martin Blais <blais@furius.ca>, closing bug #41115. - diff --git a/app-text/sgrep/metadata.xml b/app-text/sgrep/metadata.xml index e96086477315..4538a68724a6 100644 --- a/app-text/sgrep/metadata.xml +++ b/app-text/sgrep/metadata.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <herd>sgml</herd> +<maintainer><email>maintainer-needed@gentoo.org</email></maintainer> </pkgmetadata> diff --git a/app-text/sgrep/sgrep-1.92a.ebuild b/app-text/sgrep/sgrep-1.92a.ebuild deleted file mode 100644 index ce516c2e2c74..000000000000 --- a/app-text/sgrep/sgrep-1.92a.ebuild +++ /dev/null @@ -1,34 +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/sgrep/sgrep-1.92a.ebuild,v 1.8 2010/02/20 18:08:50 abcd Exp $ - -EAPI=3 - -DESCRIPTION="Structured grep: tool for searching and indexing text, SGML,XML and HTML files and filtering text streams using structural criteria." -SRC_URI="ftp://ftp.cs.helsinki.fi/pub/Software/Local/Sgrep/${P}.tar.gz" -HOMEPAGE="http://www.cs.helsinki.fi/u/jjaakkol/sgrep.html" - -LICENSE="GPL-2" -KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" -IUSE="" - -DEPEND="" -SLOT="0" - -src_configure() { - econf --datadir="${EPREFIX}"/etc -} - -src_compile() { - emake || die "emake failed" - - sed -e "s:/usr/lib:/etc:g" sgrep.1 > sgrep.1.new -} - -src_install() { - dobin sgrep - newman sgrep.1.new sgrep.1 - dodoc AUTHORS ChangeLog NEWS README sample.sgreprc - insinto /etc - newins sample.sgreprc sgreprc -} |