* [gentoo-commits] repo/gentoo:master commit in: dev-libs/libcxml/
@ 2017-03-02 17:36 Michael Weber
0 siblings, 0 replies; 6+ messages in thread
From: Michael Weber @ 2017-03-02 17:36 UTC (permalink / raw
To: gentoo-commits
commit: 789a73fdae3a3479882891bafa04190786a22fbe
Author: Michael Weber <xmw <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 2 15:06:09 2017 +0000
Commit: Michael Weber <xmw <AT> gentoo <DOT> org>
CommitDate: Thu Mar 2 17:35:40 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=789a73fd
dev-libs/libcxml: Activate tests, discard bundled waf buildsystem.
Package-Manager: Portage-2.3.4, Repoman-2.3.2
dev-libs/libcxml/libcxml-0.15.1.ebuild | 15 ++++++++++++++-
dev-libs/libcxml/libcxml-0.15.4.ebuild | 15 ++++++++++++++-
2 files changed, 28 insertions(+), 2 deletions(-)
diff --git a/dev-libs/libcxml/libcxml-0.15.1.ebuild b/dev-libs/libcxml/libcxml-0.15.1.ebuild
index e026d6e5630..b61caadfceb 100644
--- a/dev-libs/libcxml/libcxml-0.15.1.ebuild
+++ b/dev-libs/libcxml/libcxml-0.15.1.ebuild
@@ -18,6 +18,19 @@ IUSE=""
RDEPEND="dev-cpp/libxmlpp:2.6
dev-libs/boost"
-DEPEND="${RDEPEND}"
+DEPEND="${RDEPEND}
+ dev-util/waf
+ virtual/pkgconfig"
PATCHES=( "${FILESDIR}"/${PN}-0.15.1-respect-cxxflags.patch )
+
+src_prepare() {
+ rm -v waf || die
+ export WAF_BINARY="${EROOT}usr/bin/waf"
+
+ default
+}
+
+src_test() {
+ ./run-tests.sh || die
+}
diff --git a/dev-libs/libcxml/libcxml-0.15.4.ebuild b/dev-libs/libcxml/libcxml-0.15.4.ebuild
index e026d6e5630..b61caadfceb 100644
--- a/dev-libs/libcxml/libcxml-0.15.4.ebuild
+++ b/dev-libs/libcxml/libcxml-0.15.4.ebuild
@@ -18,6 +18,19 @@ IUSE=""
RDEPEND="dev-cpp/libxmlpp:2.6
dev-libs/boost"
-DEPEND="${RDEPEND}"
+DEPEND="${RDEPEND}
+ dev-util/waf
+ virtual/pkgconfig"
PATCHES=( "${FILESDIR}"/${PN}-0.15.1-respect-cxxflags.patch )
+
+src_prepare() {
+ rm -v waf || die
+ export WAF_BINARY="${EROOT}usr/bin/waf"
+
+ default
+}
+
+src_test() {
+ ./run-tests.sh || die
+}
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/libcxml/
@ 2017-03-04 11:24 Michael Weber
0 siblings, 0 replies; 6+ messages in thread
From: Michael Weber @ 2017-03-04 11:24 UTC (permalink / raw
To: gentoo-commits
commit: 280676db34863f8fe38d590943a0d7282cbf5c59
Author: Michael Weber <xmw <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 4 11:19:59 2017 +0000
Commit: Michael Weber <xmw <AT> gentoo <DOT> org>
CommitDate: Sat Mar 4 11:24:11 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=280676db
dev-libs/libcxml: Fix dependency on dev-libs/locked_sstream.
Package-Manager: Portage-2.3.4, Repoman-2.3.2
dev-libs/libcxml/libcxml-0.15.4.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/dev-libs/libcxml/libcxml-0.15.4.ebuild b/dev-libs/libcxml/libcxml-0.15.4.ebuild
index b61caadfceb..dec46e6de12 100644
--- a/dev-libs/libcxml/libcxml-0.15.4.ebuild
+++ b/dev-libs/libcxml/libcxml-0.15.4.ebuild
@@ -17,7 +17,8 @@ KEYWORDS="~amd64"
IUSE=""
RDEPEND="dev-cpp/libxmlpp:2.6
- dev-libs/boost"
+ dev-libs/boost
+ dev-libs/locked_sstream"
DEPEND="${RDEPEND}
dev-util/waf
virtual/pkgconfig"
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/libcxml/
@ 2017-09-29 6:15 Michael Weber
0 siblings, 0 replies; 6+ messages in thread
From: Michael Weber @ 2017-09-29 6:15 UTC (permalink / raw
To: gentoo-commits
commit: 385bd19a89ff658345c56f531e6b996a68a06559
Author: Michael Weber <xmw <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 29 06:14:38 2017 +0000
Commit: Michael Weber <xmw <AT> gentoo <DOT> org>
CommitDate: Fri Sep 29 06:14:38 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=385bd19a
dev-libs/libcxml: Add live version for current dcpomatic.
Package-Manager: Portage-2.3.10, Repoman-2.3.3
dev-libs/libcxml/libcxml-9999.ebuild | 38 ++++++++++++++++++++++++++++++++++++
1 file changed, 38 insertions(+)
diff --git a/dev-libs/libcxml/libcxml-9999.ebuild b/dev-libs/libcxml/libcxml-9999.ebuild
new file mode 100644
index 00000000000..acb40482573
--- /dev/null
+++ b/dev-libs/libcxml/libcxml-9999.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_4 python3_5 python3_6 )
+PYTHON_REQ_USE="threads(+)"
+inherit git-r3 python-any-r1 waf-utils
+
+DESCRIPTION="small C++ library which makes it marginally neater to parse XML using libxml++"
+HOMEPAGE="http://carlh.net/libcxml"
+EGIT_REPO_URI="https://github.com/cth103/${PN}.git"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS=""
+IUSE=""
+
+RDEPEND="dev-cpp/libxmlpp:2.6
+ dev-libs/boost
+ dev-libs/locked_sstream"
+DEPEND="${RDEPEND}
+ ${PYTHON_DEPS}
+ dev-util/waf
+ virtual/pkgconfig"
+
+PATCHES=( "${FILESDIR}"/${PN}-0.15.1-respect-cxxflags.patch )
+
+src_prepare() {
+ rm -v waf || die
+ export WAF_BINARY="${EROOT}usr/bin/waf"
+
+ default
+}
+
+src_test() {
+ ./run-tests.sh || die
+}
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/libcxml/
@ 2019-01-27 11:05 Pacho Ramos
0 siblings, 0 replies; 6+ messages in thread
From: Pacho Ramos @ 2019-01-27 11:05 UTC (permalink / raw
To: gentoo-commits
commit: 94fbb10f3b06c516fe624fbfc64ecbb96d058c23
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 27 11:03:16 2019 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Jan 27 11:05:43 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94fbb10f
dev-libs/libcxml: Drop old
Package-Manager: Portage-2.3.58, Repoman-2.3.12
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
dev-libs/libcxml/Manifest | 2 --
dev-libs/libcxml/libcxml-0.15.1.ebuild | 37 ---------------------------------
dev-libs/libcxml/libcxml-0.15.4.ebuild | 38 ----------------------------------
3 files changed, 77 deletions(-)
diff --git a/dev-libs/libcxml/Manifest b/dev-libs/libcxml/Manifest
index d9f6c7a2a2e..e133fff889d 100644
--- a/dev-libs/libcxml/Manifest
+++ b/dev-libs/libcxml/Manifest
@@ -1,3 +1 @@
-DIST libcxml-0.15.1.tar.bz2 137082 BLAKE2B 62065ff33f1bd8723f0f4bf679da84c114fb17d4c27f5230d27ba82c1b14e8dc02e0f86c485da75a8fbfd4ae8827968aff5e99bec7c281402b5ff19346877724 SHA512 91bcc8334ef5e71126701e850211928304561ca27a03e4b8d528fbc6d94fe2635c753c3b3b8ecec185e76fc5a70f426f6dfee72b4a432898435d2bfc1764b10e
-DIST libcxml-0.15.4.tar.bz2 137251 BLAKE2B 20c03bfe00cbf4085572b4c3697243fbaff56a46f2262761e61c1ee2b5f0639484304c9711e6a5ad2abc3cbce90bfebf59272d799668005984217d2aaccdb07d SHA512 b14a29eaa502451eb293ce2faf2424c6e8147d6e28e86911c7adba5d1f725a5500772e2199d57834daee503de0458480f7cbf39c0d83db8afb4998db0b0b44ca
DIST libcxml-0.15.5.tar.bz2 137328 BLAKE2B db8e8f1edfe6d03a1f60f9f62c1c3b33e9c092d0031aed4369b7c0075eb16432d8244a2098e75be6845905451a61e379829a80183acdcf9acf33372c354042ea SHA512 9ecb333bbd3c99c388bb08b28e6cf2cae97e5a5a6df29634f041e2718a5d995dabfd73686fe1494eac9d45198dbb1530fa8d5502a8ed3ca8010db087712cb87d
diff --git a/dev-libs/libcxml/libcxml-0.15.1.ebuild b/dev-libs/libcxml/libcxml-0.15.1.ebuild
deleted file mode 100644
index a25b9f8de51..00000000000
--- a/dev-libs/libcxml/libcxml-0.15.1.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 python3_4 python3_5 python3_6 )
-PYTHON_REQ_USE="threads(+)"
-inherit python-any-r1 waf-utils
-
-DESCRIPTION="small C++ library which makes it marginally neater to parse XML using libxml++"
-HOMEPAGE="http://carlh.net/libcxml"
-SRC_URI="http://carlh.net/downloads/${PN}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-RDEPEND="dev-cpp/libxmlpp:2.6
- dev-libs/boost"
-DEPEND="${RDEPEND}
- ${PYTHON_DEPS}
- dev-util/waf
- virtual/pkgconfig"
-
-PATCHES=( "${FILESDIR}"/${PN}-0.15.1-respect-cxxflags.patch )
-
-src_prepare() {
- rm -v waf || die
- export WAF_BINARY="${EROOT}usr/bin/waf"
-
- default
-}
-
-src_test() {
- ./run-tests.sh || die
-}
diff --git a/dev-libs/libcxml/libcxml-0.15.4.ebuild b/dev-libs/libcxml/libcxml-0.15.4.ebuild
deleted file mode 100644
index 666e14d5fa3..00000000000
--- a/dev-libs/libcxml/libcxml-0.15.4.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 python3_4 python3_5 python3_6 )
-PYTHON_REQ_USE="threads(+)"
-inherit python-any-r1 waf-utils
-
-DESCRIPTION="small C++ library which makes it marginally neater to parse XML using libxml++"
-HOMEPAGE="http://carlh.net/libcxml"
-SRC_URI="http://carlh.net/downloads/${PN}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-RDEPEND="dev-cpp/libxmlpp:2.6
- dev-libs/boost
- dev-libs/locked_sstream"
-DEPEND="${RDEPEND}
- ${PYTHON_DEPS}
- dev-util/waf
- virtual/pkgconfig"
-
-PATCHES=( "${FILESDIR}"/${PN}-0.15.1-respect-cxxflags.patch )
-
-src_prepare() {
- rm -v waf || die
- export WAF_BINARY="${EROOT}usr/bin/waf"
-
- default
-}
-
-src_test() {
- ./run-tests.sh || die
-}
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/libcxml/
@ 2019-01-27 11:05 Pacho Ramos
0 siblings, 0 replies; 6+ messages in thread
From: Pacho Ramos @ 2019-01-27 11:05 UTC (permalink / raw
To: gentoo-commits
commit: fc76d222f961ee5be3158086a6b490ed0c3b6b6f
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 27 11:03:30 2019 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Jan 27 11:05:44 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc76d222
dev-libs/libcxml: Nobody is maintaining live ebuild
Package-Manager: Portage-2.3.58, Repoman-2.3.12
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
dev-libs/libcxml/libcxml-9999.ebuild | 38 ------------------------------------
1 file changed, 38 deletions(-)
diff --git a/dev-libs/libcxml/libcxml-9999.ebuild b/dev-libs/libcxml/libcxml-9999.ebuild
deleted file mode 100644
index acb40482573..00000000000
--- a/dev-libs/libcxml/libcxml-9999.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 python3_4 python3_5 python3_6 )
-PYTHON_REQ_USE="threads(+)"
-inherit git-r3 python-any-r1 waf-utils
-
-DESCRIPTION="small C++ library which makes it marginally neater to parse XML using libxml++"
-HOMEPAGE="http://carlh.net/libcxml"
-EGIT_REPO_URI="https://github.com/cth103/${PN}.git"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS=""
-IUSE=""
-
-RDEPEND="dev-cpp/libxmlpp:2.6
- dev-libs/boost
- dev-libs/locked_sstream"
-DEPEND="${RDEPEND}
- ${PYTHON_DEPS}
- dev-util/waf
- virtual/pkgconfig"
-
-PATCHES=( "${FILESDIR}"/${PN}-0.15.1-respect-cxxflags.patch )
-
-src_prepare() {
- rm -v waf || die
- export WAF_BINARY="${EROOT}usr/bin/waf"
-
- default
-}
-
-src_test() {
- ./run-tests.sh || die
-}
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/libcxml/
@ 2019-03-20 20:27 Aaron Bauman
0 siblings, 0 replies; 6+ messages in thread
From: Aaron Bauman @ 2019-03-20 20:27 UTC (permalink / raw
To: gentoo-commits
commit: db1ceeff12d8c510ac398b0a343f6037ffe89fdc
Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Wed Mar 13 18:12:58 2019 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Wed Mar 20 20:27:11 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db1ceeff
dev-libs/libcxml: use HTTPS
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
dev-libs/libcxml/libcxml-0.15.5.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/dev-libs/libcxml/libcxml-0.15.5.ebuild b/dev-libs/libcxml/libcxml-0.15.5.ebuild
index c2f81a9bc6c..edbcfc29fa8 100644
--- a/dev-libs/libcxml/libcxml-0.15.5.ebuild
+++ b/dev-libs/libcxml/libcxml-0.15.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -8,8 +8,8 @@ PYTHON_REQ_USE="threads(+)"
inherit python-any-r1 waf-utils
DESCRIPTION="small C++ library which makes it marginally neater to parse XML using libxml++"
-HOMEPAGE="http://carlh.net/libcxml"
-SRC_URI="http://carlh.net/downloads/${PN}/${P}.tar.bz2"
+HOMEPAGE="https://carlh.net/libcxml"
+SRC_URI="https://carlh.net/downloads/${PN}/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
^ permalink raw reply related [flat|nested] 6+ messages in thread
end of thread, other threads:[~2019-03-20 20:27 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-01-27 11:05 [gentoo-commits] repo/gentoo:master commit in: dev-libs/libcxml/ Pacho Ramos
-- strict thread matches above, loose matches on Subject: below --
2019-03-20 20:27 Aaron Bauman
2019-01-27 11:05 Pacho Ramos
2017-09-29 6:15 Michael Weber
2017-03-04 11:24 Michael Weber
2017-03-02 17:36 Michael Weber
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox