* [gentoo-commits] repo/gentoo:master commit in: dev-libs/libxr/
@ 2016-05-28 8:30 Pacho Ramos
0 siblings, 0 replies; 3+ messages in thread
From: Pacho Ramos @ 2016-05-28 8:30 UTC (permalink / raw
To: gentoo-commits
commit: 3c8711492a20fc0ebe9ceb63d1908adc27346670
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat May 28 07:58:19 2016 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat May 28 07:58:19 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c871149
dev-libs/libxr: Cleanup as talked with him
Package-Manager: portage-2.3.0_rc1
dev-libs/libxr/metadata.xml | 3 ---
1 file changed, 3 deletions(-)
diff --git a/dev-libs/libxr/metadata.xml b/dev-libs/libxr/metadata.xml
index dccede9..097975e 100644
--- a/dev-libs/libxr/metadata.xml
+++ b/dev-libs/libxr/metadata.xml
@@ -1,7 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<maintainer type="person">
- <email>lu_zero@gentoo.org</email>
-</maintainer>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/libxr/
@ 2016-06-26 0:09 Anthony G. Basile
0 siblings, 0 replies; 3+ messages in thread
From: Anthony G. Basile @ 2016-06-26 0:09 UTC (permalink / raw
To: gentoo-commits
commit: 14a4f4f05ada7f789e5db7991b6a0f2b76b68a23
Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 25 23:36:31 2016 +0000
Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Sat Jun 25 23:36:31 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14a4f4f0
dev-libs/libxr: bump EAPI and add libressl support
Package-Manager: portage-2.2.28
dev-libs/libxr/libxr-1.0.ebuild | 20 +++++++++++---------
1 file changed, 11 insertions(+), 9 deletions(-)
diff --git a/dev-libs/libxr/libxr-1.0.ebuild b/dev-libs/libxr/libxr-1.0.ebuild
index 8aedc03..cdd0cf7 100644
--- a/dev-libs/libxr/libxr-1.0.ebuild
+++ b/dev-libs/libxr/libxr-1.0.ebuild
@@ -1,7 +1,9 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
+EAPI=5
+
DESCRIPTION="Cross-platform XML-RPC client/server library written in C"
HOMEPAGE="http://oss.zonio.net/libxr.htm"
SRC_URI="http://oss.zonio.net/releases/libxr/${P}.tar.bz2"
@@ -9,22 +11,22 @@ SRC_URI="http://oss.zonio.net/releases/libxr/${P}.tar.bz2"
LICENSE="LGPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-IUSE=""
+IUSE="libressl"
# IUSE="json"
RDEPEND=">=dev-libs/glib-2.12
- >=dev-libs/libxml2-2.6.20
- dev-libs/openssl"
-# json? ( >=dev-libs/json-c-0.3 )"
+ >=dev-libs/libxml2-2.6.20
+ !libressl? ( dev-libs/openssl:0= )
+ libressl? ( dev-libs/libressl:0= )"
+# json? ( >=dev-libs/json-c-0.3 )"
DEPEND="${RDEPEND}
virtual/pkgconfig
dev-util/re2c"
-src_compile() {
- econf --without-json || die
- emake || die
+src_configure() {
+ econf --without-json
}
src_install() {
- emake DESTDIR="$D" install || die
+ emake DESTDIR="$D" install
}
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/libxr/
@ 2016-07-08 17:58 Austin English
0 siblings, 0 replies; 3+ messages in thread
From: Austin English @ 2016-07-08 17:58 UTC (permalink / raw
To: gentoo-commits
commit: 8eb87ad0e547b46eedb4ad9a6eeb40736059664b
Author: Austin English <wizardedit <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 8 17:38:31 2016 +0000
Commit: Austin English <wizardedit <AT> gentoo <DOT> org>
CommitDate: Fri Jul 8 17:57:42 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8eb87ad0
dev-libs/libxr: bump to EAPI 6, add maintainer-needed
Package-Manager: portage-2.2.28
dev-libs/libxr/libxr-1.0-r1.ebuild | 28 ++++++++++++++++++++++++++++
dev-libs/libxr/metadata.xml | 1 +
2 files changed, 29 insertions(+)
diff --git a/dev-libs/libxr/libxr-1.0-r1.ebuild b/dev-libs/libxr/libxr-1.0-r1.ebuild
new file mode 100644
index 0000000..b67330f
--- /dev/null
+++ b/dev-libs/libxr/libxr-1.0-r1.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DESCRIPTION="Cross-platform XML-RPC client/server library written in C"
+HOMEPAGE="http://oss.zonio.net/libxr.htm"
+SRC_URI="http://oss.zonio.net/releases/libxr/${P}.tar.bz2"
+
+LICENSE="LGPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+IUSE="libressl"
+# IUSE="json"
+
+RDEPEND=">=dev-libs/glib-2.12
+ >=dev-libs/libxml2-2.6.20
+ !libressl? ( dev-libs/openssl:0= )
+ libressl? ( dev-libs/libressl:0= )"
+# json? ( >=dev-libs/json-c-0.3 )"
+DEPEND="${RDEPEND}
+ dev-util/re2c
+ virtual/pkgconfig"
+
+src_configure() {
+ econf --without-json
+}
diff --git a/dev-libs/libxr/metadata.xml b/dev-libs/libxr/metadata.xml
index 097975e..6f49eba 100644
--- a/dev-libs/libxr/metadata.xml
+++ b/dev-libs/libxr/metadata.xml
@@ -1,4 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
+<!-- maintainer-needed -->
</pkgmetadata>
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2016-07-08 17:58 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-08 17:58 [gentoo-commits] repo/gentoo:master commit in: dev-libs/libxr/ Austin English
-- strict thread matches above, loose matches on Subject: below --
2016-06-26 0:09 Anthony G. Basile
2016-05-28 8:30 Pacho Ramos
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox