summaryrefslogtreecommitdiff
path: root/net-libs/libnxml
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-12-25 23:06:25 +0000
committerV3n3RiX <venerix@redcorelinux.org>2020-12-25 23:06:25 +0000
commit441d1370330332b7d78f238d2f5e13f7aed5e4e0 (patch)
tree6a5171dd615dfeee62a45044144c66e864738fb0 /net-libs/libnxml
parentab3da91fb6c91a9df52fff8f991570f456fd3c7a (diff)
gentoo christmass resync : 25.12.2020
Diffstat (limited to 'net-libs/libnxml')
-rw-r--r--net-libs/libnxml/Manifest3
-rw-r--r--net-libs/libnxml/libnxml-0.18.3-r1.ebuild2
-rw-r--r--net-libs/libnxml/libnxml-0.18.3.ebuild46
3 files changed, 2 insertions, 49 deletions
diff --git a/net-libs/libnxml/Manifest b/net-libs/libnxml/Manifest
index 2f113edb0334..f985e688132a 100644
--- a/net-libs/libnxml/Manifest
+++ b/net-libs/libnxml/Manifest
@@ -1,4 +1,3 @@
DIST libnxml-0.18.3.tar.gz 361977 BLAKE2B babe5773f102889d52d0d63511984201e220205925b703221559cf73c8e380b78b3788ff48bdc2da382746bb95acf4c9a70c69d689c4fd7db3be4bd65f44000d SHA512 fc420a4b773eca68608ac1d509930a0528c3a41b53fc7cc340c09fd53f92a88afb4091e810d97d59e73a8beeaaeed52dd3c880273ef512a5305800b3ef46717a
-EBUILD libnxml-0.18.3-r1.ebuild 1110 BLAKE2B c087c2b6cd842b3948473c6abe6823819b49bed69fc627828ad6220e997d05c5401ca7710d8ebe2e8224a10a951a5fd3c87ebad3c916366faaa803ed987a6294 SHA512 a43702f82021050cdd010b1226e3abc310809daa943669a64e780dde4307f3858047d9190eabd2377302d8bc034daeacf4c641806d28e2ec00afce94748cd081
-EBUILD libnxml-0.18.3.ebuild 914 BLAKE2B 38f973759899df9afe7145d82b18f4a3f7eb7a2235ffe96b347cea12a7e83670904c4a2e23a0c4e4b5ec4190d9f5c4500865961fe773a95d1f94647d7340d03f SHA512 cc55562815a60568fd34427304273830bf9a3d4eb85a8f4dd7db433dc6748aedabef84d5e2d40f3810b011f7bf502f5bd8b37ef80f0d5279f4dda0b14d04268f
+EBUILD libnxml-0.18.3-r1.ebuild 1109 BLAKE2B a0a741c24696d147b1d885a8e055e2654417a0be3df6c8ad4adf6b3ffb4a67bd67c3b37d4d6ff0933eeb8719a4b674a363e3939b2f449ac104863257125c27e3 SHA512 4d971f8e8a06fc4b5e48b2b15a7bea359eec459ccda47634ac4aee453e8fb11e176fad699e6ba5f3a5ad3532f480e8a25dee60fb4d8edfa078b09269f248d971
MISC metadata.xml 166 BLAKE2B c254f1fb642881aba57637be14fb0a89b10384f91a128feaec3a8c870d76efc2cbacb92caccc0dee2dd19a5ac5eaf8643080dafa05c4e2ac96a68568927e5afd SHA512 a56648c974a1d14dd4c18237532773c72057a13ab90c58b5da04f185e3c12a8bd8d5c21fb06053507f31766291a82dc7d87b34cd65fd94cfe2af7295c813ef84
diff --git a/net-libs/libnxml/libnxml-0.18.3-r1.ebuild b/net-libs/libnxml/libnxml-0.18.3-r1.ebuild
index a82ac270a330..0d411264df2f 100644
--- a/net-libs/libnxml/libnxml-0.18.3-r1.ebuild
+++ b/net-libs/libnxml/libnxml-0.18.3-r1.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://www.autistici.org/bakunin/${PN}/${P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="amd64 ~arm ~mips ppc ~sparc ~x86"
+KEYWORDS="amd64 ~arm ~mips ppc ~sparc x86"
IUSE="doc examples"
RDEPEND="net-misc/curl"
diff --git a/net-libs/libnxml/libnxml-0.18.3.ebuild b/net-libs/libnxml/libnxml-0.18.3.ebuild
deleted file mode 100644
index c153deafa5a7..000000000000
--- a/net-libs/libnxml/libnxml-0.18.3.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="A C-library for parsing and writing XML 1.0/1.1 files or streams"
-HOMEPAGE="https://www.autistici.org/bakunin/libnxml/doc/"
-SRC_URI="https://www.autistici.org/bakunin/${PN}/${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~mips ppc ~sparc x86"
-IUSE="doc examples"
-
-RDEPEND="net-misc/curl"
-DEPEND="${RDEPEND}"
-BDEPEND="doc? ( app-doc/doxygen )"
-
-src_configure() {
- econf --disable-static
-}
-
-src_compile() {
- default
-
- if use doc; then
- ebegin "Creating documentation"
- doxygen doxy.conf || die "generating docs failed"
- # clean out doxygen gunk
- rm doc/html/*.{md5,map} || die
- HTML_DOCS=( doc/html/. )
- eend 0
- fi
-}
-
-src_install() {
- default
-
- if use examples; then
- docinto test
- dodoc test/*.c
- fi
-
- # no static archives
- find "${D}" -name '*.la' -delete || die
-}