[gentoo-commits] repo/gentoo:master commit in: net-libs/libnxml/

2022-01-13 Thread Georgy Yakovlev
commit: a1902095ffbdb31a66cc0cd2b67645922d7939e5
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Thu Jan 13 12:02:17 2022 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Thu Jan 13 21:09:11 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1902095

net-libs/libnxml: keyword 0.18.3-r1 for ~arm64

Signed-off-by: Georgy Yakovlev  gentoo.org>

 net-libs/libnxml/libnxml-0.18.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/libnxml/libnxml-0.18.3-r1.ebuild 
b/net-libs/libnxml/libnxml-0.18.3-r1.ebuild
index 9a1d82c9061e..1f4b284d7def 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 ~ppc64 ~sparc x86"
+KEYWORDS="amd64 ~arm ~arm64 ~mips ppc ~ppc64 ~sparc x86"
 IUSE="doc examples"
 
 RDEPEND="net-misc/curl"



[gentoo-commits] repo/gentoo:master commit in: net-libs/libnxml/

2022-01-02 Thread Georgy Yakovlev
commit: f848f95612a330833a66fab7818744c2d84505bf
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Sun Jan  2 13:43:40 2022 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sun Jan  2 13:43:40 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f848f956

net-libs/libnxml: keyword 0.18.3-r1 for ~ppc64

Signed-off-by: Georgy Yakovlev  gentoo.org>

 net-libs/libnxml/libnxml-0.18.3-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-libs/libnxml/libnxml-0.18.3-r1.ebuild 
b/net-libs/libnxml/libnxml-0.18.3-r1.ebuild
index 0d411264df2f..9a1d82c9061e 100644
--- a/net-libs/libnxml/libnxml-0.18.3-r1.ebuild
+++ b/net-libs/libnxml/libnxml-0.18.3-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -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 ~ppc64 ~sparc x86"
 IUSE="doc examples"
 
 RDEPEND="net-misc/curl"



[gentoo-commits] repo/gentoo:master commit in: net-libs/libnxml/

2020-12-20 Thread Sam James
commit: 333b4c040fbf938648a36a6909c1e9ca00370a13
Author: Sam James  gentoo  org>
AuthorDate: Sun Dec 20 19:24:35 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Dec 20 19:27:54 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=333b4c04

net-libs/libnxml: cleanup old

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Sam James  gentoo.org>

 net-libs/libnxml/libnxml-0.18.3.ebuild | 46 --
 1 file changed, 46 deletions(-)

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 c153deafa5a..000
--- 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
-}



[gentoo-commits] repo/gentoo:master commit in: net-libs/libnxml/

2020-12-20 Thread Thomas Deutschmann
commit: 7b00fbb06e73d55ecef879354e8020e156898bf1
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Dec 20 18:54:33 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Dec 20 19:06:48 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b00fbb0

net-libs/libnxml: x86 stable (bug #760393)

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Thomas Deutschmann  gentoo.org>

 net-libs/libnxml/libnxml-0.18.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/libnxml/libnxml-0.18.3-r1.ebuild 
b/net-libs/libnxml/libnxml-0.18.3-r1.ebuild
index a82ac270a33..0d411264df2 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"



[gentoo-commits] repo/gentoo:master commit in: net-libs/libnxml/

2020-12-17 Thread Agostino Sarubbo
commit: b9d61772cceb6742053aad4b4d101771b1ecc133
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Dec 17 16:40:35 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Dec 17 16:40:35 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9d61772

net-libs/libnxml: amd64 stable wrt bug #760393

Package-Manager: Portage-3.0.9, Repoman-3.0.2
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 net-libs/libnxml/libnxml-0.18.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/libnxml/libnxml-0.18.3-r1.ebuild 
b/net-libs/libnxml/libnxml-0.18.3-r1.ebuild
index eeced41c01c..a82ac270a33 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"



[gentoo-commits] repo/gentoo:master commit in: net-libs/libnxml/

2020-12-17 Thread Sam James
commit: 8e542106346419220ca9c23d864caa0a1c1e1864
Author: Sam James  gentoo  org>
AuthorDate: Thu Dec 17 08:58:01 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Dec 17 08:58:01 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e542106

net-libs/libnxml: Stabilize 0.18.3-r1 ppc, #760393

Signed-off-by: Sam James  gentoo.org>

 net-libs/libnxml/libnxml-0.18.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/libnxml/libnxml-0.18.3-r1.ebuild 
b/net-libs/libnxml/libnxml-0.18.3-r1.ebuild
index f973f45b72e..eeced41c01c 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"



[gentoo-commits] repo/gentoo:master commit in: net-libs/libnxml/

2020-08-30 Thread Sam James
commit: 61b447bb8c543b3f7ce5b288193a7c33b418bc08
Author: Sam James  gentoo  org>
AuthorDate: Mon Aug 31 03:38:07 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Aug 31 03:44:15 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61b447bb

net-libs/libnxml: fix installed pkgconfig file

The installed pkgconfig file referred to /usr/lib unconditionally,
causing warnings in reverse dependencies when linking.

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Sam James  gentoo.org>

 net-libs/libnxml/libnxml-0.18.3-r1.ebuild | 54 +++
 1 file changed, 54 insertions(+)

diff --git a/net-libs/libnxml/libnxml-0.18.3-r1.ebuild 
b/net-libs/libnxml/libnxml-0.18.3-r1.ebuild
new file mode 100644
index 000..f973f45b72e
--- /dev/null
+++ b/net-libs/libnxml/libnxml-0.18.3-r1.ebuild
@@ -0,0 +1,54 @@
+# 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_prepare() {
+   default
+
+   # Fix lib dir in installed pkgconfig file
+   sed -i -e "s:\${exec_prefix}/lib:\${exec_prefix}/$(get_libdir):" 
nxml.pc.in \
+   || die "Failed to correct pkgconfig file"
+}
+
+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
+}



[gentoo-commits] repo/gentoo:master commit in: net-libs/libnxml/

2020-02-09 Thread David Seifert
commit: c167246c3c5a7276b034688d9b97def591c737a3
Author: David Seifert  gentoo  org>
AuthorDate: Sun Feb  9 18:49:48 2020 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Feb  9 18:49:48 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c167246c

net-libs/libnxml: Port to EAPI 7

Package-Manager: Portage-2.3.88, Repoman-2.3.20
Signed-off-by: David Seifert  gentoo.org>

 net-libs/libnxml/libnxml-0.18.3.ebuild | 31 +++
 1 file changed, 15 insertions(+), 16 deletions(-)

diff --git a/net-libs/libnxml/libnxml-0.18.3.ebuild 
b/net-libs/libnxml/libnxml-0.18.3.ebuild
index 259c8a928c0..8d4062c2bd0 100644
--- a/net-libs/libnxml/libnxml-0.18.3.ebuild
+++ b/net-libs/libnxml/libnxml-0.18.3.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="4"
+EAPI=7
 
 DESCRIPTION="A C-library for parsing and writing XML 1.0/1.1 files or streams"
 HOMEPAGE="http://www.autistici.org/bakunin/libnxml/doc/;
@@ -10,23 +10,25 @@ SRC_URI="http://www.autistici.org/bakunin/${PN}/${P}.tar.gz;
 LICENSE="LGPL-2.1"
 SLOT="0"
 KEYWORDS="amd64 ~arm ~mips ppc ~sparc x86"
-IUSE="doc examples static-libs"
+IUSE="doc examples"
 
 RDEPEND="net-misc/curl"
-DEPEND="${RDEPEND}
-   doc? ( app-doc/doxygen )"
+DEPEND="${RDEPEND}"
+BDEPEND="doc? ( app-doc/doxygen )"
 
 src_configure() {
-   econf \
-   $(use_enable static-libs static)
+   econf --disable-static
 }
 
 src_compile() {
-   emake
+   default
 
if use doc; then
ebegin "Creating documentation"
-   doxygen doxy.conf || die "creating docs failed"
+   doxygen doxy.conf || die "generating docs failed"
+   # clean out doxygen gunk
+   rm doc/html/*.{md5,map} || die
+   HTML_DOCS=( doc/html/. )
eend 0
fi
 }
@@ -34,14 +36,11 @@ src_compile() {
 src_install() {
default
 
-   if use doc; then
-   dohtml doc/html/*
-   fi
-
if use examples; then
-   insinto /usr/share/doc/${PF}/test
-   doins test/*.c
+   docinto test
+   dodoc test/*.c
fi
 
-   find "${D}" -name '*.la' -delete
+   # no static archives
+   find "${D}" -name '*.la' -delete || die
 }



[gentoo-commits] repo/gentoo:master commit in: net-libs/libnxml/

2015-11-05 Thread Mike Frysinger
commit: 5c718547f493235ea584e7cb3fabcd2e9ccfd584
Author: Mike Frysinger  gentoo  org>
AuthorDate: Thu Nov  5 20:32:07 2015 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Thu Nov  5 20:49:39 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c718547

net-libs/libnxml: use -delete for .la files

 net-libs/libnxml/libnxml-0.18.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-libs/libnxml/libnxml-0.18.3.ebuild 
b/net-libs/libnxml/libnxml-0.18.3.ebuild
index 5ae47b7..dd2b3fb 100644
--- a/net-libs/libnxml/libnxml-0.18.3.ebuild
+++ b/net-libs/libnxml/libnxml-0.18.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -44,5 +44,5 @@ src_install() {
doins test/*.c
fi
 
-   find "${D}" -name '*.la' -exec rm -f {} +
+   find "${D}" -name '*.la' -delete
 }



[gentoo-commits] repo/gentoo:master commit in: net-libs/libnxml/, net-libs/libmrss/

2015-11-05 Thread Mike Frysinger
commit: 10eea54a738818ffed914dc752048acf240aeeb5
Author: Mike Frysinger  gentoo  org>
AuthorDate: Thu Nov  5 20:49:12 2015 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Thu Nov  5 20:49:41 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10eea54a

net-libs/{libmrss,libnxml}: add arm/mips love

 net-libs/libmrss/libmrss-0.19.2.ebuild | 4 ++--
 net-libs/libnxml/libnxml-0.18.3.ebuild | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/net-libs/libmrss/libmrss-0.19.2.ebuild 
b/net-libs/libmrss/libmrss-0.19.2.ebuild
index ff4756a..a711e29 100644
--- a/net-libs/libmrss/libmrss-0.19.2.ebuild
+++ b/net-libs/libmrss/libmrss-0.19.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -10,7 +10,7 @@ SRC_URI="http://www.autistici.org/bakunin/${PN}/${P}.tar.gz;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 ppc x86"
+KEYWORDS="amd64 ~arm ~mips ppc x86"
 IUSE="doc examples static-libs"
 
 RDEPEND=">=net-libs/libnxml-0.18.0

diff --git a/net-libs/libnxml/libnxml-0.18.3.ebuild 
b/net-libs/libnxml/libnxml-0.18.3.ebuild
index dd2b3fb..5fa49c4 100644
--- a/net-libs/libnxml/libnxml-0.18.3.ebuild
+++ b/net-libs/libnxml/libnxml-0.18.3.ebuild
@@ -10,7 +10,7 @@ SRC_URI="http://www.autistici.org/bakunin/${PN}/${P}.tar.gz;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 ppc ~sparc x86"
+KEYWORDS="amd64 ~arm ~mips ppc ~sparc x86"
 IUSE="doc examples static-libs"
 
 RDEPEND="net-misc/curl"