diff options
author | Pacho Ramos <pacho@gentoo.org> | 2013-07-21 09:54:40 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2013-07-21 09:54:40 +0000 |
commit | a36470972986e79c25fc578735df06f3160e2bb4 (patch) | |
tree | 1fa7350fbbc862678164f6a0c704a32be8940e68 /app-doc | |
parent | Stable for amd64, wrt bug #477154 (diff) | |
download | gentoo-2-a36470972986e79c25fc578735df06f3160e2bb4.tar.gz gentoo-2-a36470972986e79c25fc578735df06f3160e2bb4.tar.bz2 gentoo-2-a36470972986e79c25fc578735df06f3160e2bb4.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-doc')
-rw-r--r-- | app-doc/halibut/ChangeLog | 9 | ||||
-rw-r--r-- | app-doc/halibut/halibut-0.9.ebuild | 33 | ||||
-rw-r--r-- | app-doc/halibut/metadata.xml | 2 |
3 files changed, 7 insertions, 37 deletions
diff --git a/app-doc/halibut/ChangeLog b/app-doc/halibut/ChangeLog index d42e7ab596a9..5117de873ed6 100644 --- a/app-doc/halibut/ChangeLog +++ b/app-doc/halibut/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-doc/halibut -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-doc/halibut/ChangeLog,v 1.12 2012/09/18 04:32:05 radhermit Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-doc/halibut/ChangeLog,v 1.13 2013/07/21 09:54:40 pacho Exp $ + + 21 Jul 2013; Pacho Ramos <pacho@gentoo.org> -halibut-0.9.ebuild, metadata.xml: + Cleanup due http://gentoo.2317880.n4.nabble.com/sgml-herd-has-no-maintainers- + again-td259655.html 18 Sep 2012; Tim Harder <radhermit@gentoo.org> metadata.xml: Remove redundant maintainer from metadata. @@ -40,4 +44,3 @@ +halibut-0.9.ebuild: Initial import. Ebuild submitted by Sven Wegener <swegener@gentoo.org>, closing bug #50884. - diff --git a/app-doc/halibut/halibut-0.9.ebuild b/app-doc/halibut/halibut-0.9.ebuild deleted file mode 100644 index 8e9526a00535..000000000000 --- a/app-doc/halibut/halibut-0.9.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-doc/halibut/halibut-0.9.ebuild,v 1.3 2005/01/01 13:12:59 eradicator Exp $ - -inherit flag-o-matic - -DESCRIPTION="Halibut: yet another free document preparation system" -HOMEPAGE="http://www.chiark.greenend.org.uk/~sgtatham/halibut/" -SRC_URI="http://www.chiark.greenend.org.uk/~sgtatham/${PN}/${P}.tar.gz" -LICENSE="MIT" -SLOT="0" -KEYWORDS="~x86 ~ppc" -IUSE="" - -DEPEND="" - -src_compile() { - replace-flags -O[3-9] -O2 - - emake \ - BUILDDIR="${S}/build" \ - VERSION="${PV}" \ - || die "make failed" - - emake -C doc || die "make in doc failed" -} - -src_install() { - dobin build/halibut - doman doc/halibut.1 - dodoc doc/halibut.txt - dohtml doc/*.html -} diff --git a/app-doc/halibut/metadata.xml b/app-doc/halibut/metadata.xml index d0681f279630..4538a68724a6 100644 --- a/app-doc/halibut/metadata.xml +++ b/app-doc/halibut/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> |