summaryrefslogtreecommitdiff
path: root/app-doc
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-02-16 12:59:29 +0000
committerV3n3RiX <venerix@redcorelinux.org>2019-02-16 12:59:29 +0000
commit79599515788b85b18aa655e7b7f8cc05c1bbddd8 (patch)
treeade7cb031f363fad64c77139dea7aa3d81908537 /app-doc
parent6bc2e4d7c5906e46a8f275a876ead6ec41aca5bb (diff)
gentoo resync : 16.02.1018
Diffstat (limited to 'app-doc')
-rw-r--r--app-doc/Manifest.gzbin6808 -> 6803 bytes
-rw-r--r--app-doc/xmltoman/Manifest3
-rw-r--r--app-doc/xmltoman/xmltoman-0.4-r1.ebuild2
-rw-r--r--app-doc/xmltoman/xmltoman-0.4.ebuild23
4 files changed, 2 insertions, 26 deletions
diff --git a/app-doc/Manifest.gz b/app-doc/Manifest.gz
index cfe3eb530373..75f348919dbc 100644
--- a/app-doc/Manifest.gz
+++ b/app-doc/Manifest.gz
Binary files differ
diff --git a/app-doc/xmltoman/Manifest b/app-doc/xmltoman/Manifest
index 6b0d158069a3..57a8c731dd2b 100644
--- a/app-doc/xmltoman/Manifest
+++ b/app-doc/xmltoman/Manifest
@@ -1,4 +1,3 @@
DIST xmltoman-0.4.tar.gz 15250 BLAKE2B d8641a19742d845fdab0e11703a60c16656c63529a4d86931a8038cbdb87e0fbf241b7ff38ed05ddab62daab608407bd5d7778c060fe3cbef1750976fa588dee SHA512 347722731e2101ecd0619f88f4efdbca534810c96977a1281af685e8a61f4c1a826a71a9f0e3af43cc899936640787366a78077f36d23a9efcfeb789dbcfae22
-EBUILD xmltoman-0.4-r1.ebuild 733 BLAKE2B f61c20f78dfaf9078c8142c917bf89828931abf4a7f96e815b33936722511086f23d1c378ee56fc845c015738365cfcc1ccb5247506ded687307a0e9910d98fa SHA512 1df741a6d8a6a4c249aa58e1bc97c83026151e27cb1f07b109d0457319c000215544f2107f49e67d6e83193dbef02f766563faf67444a95005dc4db42607e32d
-EBUILD xmltoman-0.4.ebuild 567 BLAKE2B 9142a6e356376250012e8504213ce720ce81458449051983d8661db1f111b24ce2b46a79d4c0f06e25b29c35cbbf4f9161f89b1b19200ff897f80b7d05827082 SHA512 0288c10e81f52a7ab3325480fb761c2244e5317907a160f251ac607fe60b4686545151d5b4e923184fdf69524e5f4a9bc54ff6b5ff5bc571f54281cdf8606819
+EBUILD xmltoman-0.4-r1.ebuild 737 BLAKE2B f2a03ec8d4a7b58437aba86f3849bb15a4a39e0df409f0e6b9a1042efb43086cbdb870288bf1e8b764b55b7862e1bd5e3c6cd54a7272757aac021abec9bcea1f SHA512 3521ad098db75cefbdbc3ca02113f67fdfeff947a0de53f000de8f22234f5b8329c5c6e2162e10d86d4ad635b6aba4c853d83c41e126192e326dba5c139b0ef6
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
index 46cda7db5778..c6af63d1e42c 100644
--- a/app-doc/xmltoman/xmltoman-0.4-r1.ebuild
+++ b/app-doc/xmltoman/xmltoman-0.4-r1.ebuild
@@ -9,7 +9,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="alpha amd64 ~arm arm64 hppa ia64 ~mips ppc ppc64 sparc x86 ~amd64-fbsd"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sparc x86 ~amd64-fbsd"
IUSE=""
RDEPEND="dev-lang/perl
diff --git a/app-doc/xmltoman/xmltoman-0.4.ebuild b/app-doc/xmltoman/xmltoman-0.4.ebuild
deleted file mode 100644
index 28675fb12902..000000000000
--- a/app-doc/xmltoman/xmltoman-0.4.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-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"
-IUSE=""
-
-RDEPEND="dev-lang/perl
- dev-perl/XML-Parser"
-DEPEND="${RDEPEND}"
-
-src_install() {
- emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" install
- dodoc README
- doman xmltoman.1 xmlmantohtml.1
-}