summaryrefslogtreecommitdiff
path: root/app-doc/xmltoman
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-03-09 16:53:27 +0000
committerV3n3RiX <venerix@redcorelinux.org>2018-03-09 16:53:27 +0000
commit80208fb578cf92cc308906660ca6d7860c6b2a1f (patch)
tree6f06818031b553c506fc10dfe9908a835df288aa /app-doc/xmltoman
parent06a7b5647e11a8ddf69b1c3d3ded6a8ba28b923e (diff)
gentoo resync : 09.03.2018
Diffstat (limited to 'app-doc/xmltoman')
-rw-r--r--app-doc/xmltoman/Manifest1
-rw-r--r--app-doc/xmltoman/xmltoman-0.4-r1.ebuild27
2 files changed, 28 insertions, 0 deletions
diff --git a/app-doc/xmltoman/Manifest b/app-doc/xmltoman/Manifest
index aa1e279bd61f..b5c74da4d8f4 100644
--- a/app-doc/xmltoman/Manifest
+++ b/app-doc/xmltoman/Manifest
@@ -1,3 +1,4 @@
DIST xmltoman-0.4.tar.gz 15250 BLAKE2B d8641a19742d845fdab0e11703a60c16656c63529a4d86931a8038cbdb87e0fbf241b7ff38ed05ddab62daab608407bd5d7778c060fe3cbef1750976fa588dee SHA512 347722731e2101ecd0619f88f4efdbca534810c96977a1281af685e8a61f4c1a826a71a9f0e3af43cc899936640787366a78077f36d23a9efcfeb789dbcfae22
+EBUILD xmltoman-0.4-r1.ebuild 739 BLAKE2B 9cdcb95f90c2ee2db24d8d3427e000f49fbfab3f9c8e79f04247cd1dabaefa306624f0755abd1f096c6ff3b962eaf8c4d40049ad650b695845452c57dae33dd0 SHA512 9b29f1357f59cd953f00795763e30d82dabc7f0c05af6e11c244986dd9c19d7b1c42035384ba6ea211bf5743576d547939ad4f839412f3b32d4eb6707e136577
EBUILD xmltoman-0.4.ebuild 568 BLAKE2B bb2d1031f4a0ff2a6bd092c7da1234a1c736cec54b5bc581423ae823a1b6b3e3ecafa1dd2ebae665d4d9d017389f951dda4e3e39b551426b6e1a372f9a810c6d SHA512 0d285c9e06e2b6df01bdde0de0d4e54983f4a86fe1aa9ecd3bcb431e69eb853920a08c8cc51e8e2dc3ce936158ad0c95c810e3dd19216e9b0502d41418baabd0
MISC metadata.xml 245 BLAKE2B e84a1330aec92254ae747019bf2573a814f3cd529a1bdada2c24e5ea462477b282a32440a839cba164f6f9633830e23c95117920d4593f67a97c0175fafaf25f SHA512 3af134c5e57fc7b4fc055162378739b18f3531620338c3b3475ee94c17817948e44c2fe91c58d544ee29d2fae237e5db80388ae1960b017b7991330603377060
diff --git a/app-doc/xmltoman/xmltoman-0.4-r1.ebuild b/app-doc/xmltoman/xmltoman-0.4-r1.ebuild
new file mode 100644
index 000000000000..6ecf6a411146
--- /dev/null
+++ b/app-doc/xmltoman/xmltoman-0.4-r1.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="Simple scripts for converting xml to groff or html"
+HOMEPAGE="https://sourceforge.net/projects/xmltoman/"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd"
+IUSE=""
+
+RDEPEND="dev-lang/perl
+ dev-perl/XML-Parser"
+DEPEND="${RDEPEND}"
+
+src_install() {
+ # 'make install' requires GNU install, upstream is dead and carrying
+ # a patch is more space than redoing it here
+ dobin xmltoman xmlmantohtml
+ insinto /usr/share/xmltoman
+ doins xmltoman.{css,dtd,xsl}
+ dodoc README
+ doman xmltoman.1 xmlmantohtml.1
+}