* [gentoo-commits] repo/gentoo:master commit in: net-libs/obby/
@ 2015-12-23 10:59 Pacho Ramos
0 siblings, 0 replies; 5+ messages in thread
From: Pacho Ramos @ 2015-12-23 10:59 UTC (permalink / raw
To: gentoo-commits
commit: 79c65eedbb50312ae5e6bea68e455a10560b342e
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 23 10:21:58 2015 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Wed Dec 23 10:58:35 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79c65eed
net-libs/obby: Fix building with latest glibmm/libsigc++, use USE zeroconf instead of avahi (#477620)
Package-Manager: portage-2.2.26
net-libs/obby/obby-0.4.8-r1.ebuild | 37 +++++++++++++++++++++++++++++++++++++
1 file changed, 37 insertions(+)
diff --git a/net-libs/obby/obby-0.4.8-r1.ebuild b/net-libs/obby/obby-0.4.8-r1.ebuild
new file mode 100644
index 0000000..64a3530
--- /dev/null
+++ b/net-libs/obby/obby-0.4.8-r1.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit flag-o-matic multilib
+
+DESCRIPTION="Library for collaborative text editing"
+HOMEPAGE="http://gobby.0x539.de/"
+SRC_URI="http://releases.0x539.de/${PN}/${P}.tar.gz"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc ~x86"
+IUSE="ipv6 nls static-libs zeroconf"
+
+RDEPEND="
+ net-libs/net6
+ dev-libs/libsigc++:2
+ zeroconf? ( net-dns/avahi[dbus] )
+"
+DEPEND="${RDEPEND}
+ nls? ( sys-devel/gettext )
+"
+
+src_configure() {
+ append-cxxflags -std=c++11
+ econf \
+ $(use_enable ipv6) \
+ $(use_enable nls) \
+ $(use_enable static-libs static) \
+ $(use_with zeroconf)
+}
+
+src_install() {
+ default
+ use static-libs || rm -f "${D}"/usr/$(get_libdir)/lib${PN}.la
+}
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-libs/obby/
@ 2016-01-30 9:40 Pacho Ramos
0 siblings, 0 replies; 5+ messages in thread
From: Pacho Ramos @ 2016-01-30 9:40 UTC (permalink / raw
To: gentoo-commits
commit: 4a9e575ca700c86a8fdcabf0c0dc7c22ba2c2778
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 30 09:35:46 2016 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat Jan 30 09:35:46 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a9e575c
net-libs/obby: x86 stable, bug #569304
Package-Manager: portage-2.2.26
net-libs/obby/obby-0.4.8-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-libs/obby/obby-0.4.8-r1.ebuild b/net-libs/obby/obby-0.4.8-r1.ebuild
index 0005523..ba7bbcb 100644
--- a/net-libs/obby/obby-0.4.8-r1.ebuild
+++ b/net-libs/obby/obby-0.4.8-r1.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="http://gobby.0x539.de/"
SRC_URI="http://releases.0x539.de/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc ~x86"
+KEYWORDS="amd64 ~arm ~ppc x86"
IUSE="ipv6 nls static-libs zeroconf"
RDEPEND="
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-libs/obby/
@ 2016-01-30 9:40 Pacho Ramos
0 siblings, 0 replies; 5+ messages in thread
From: Pacho Ramos @ 2016-01-30 9:40 UTC (permalink / raw
To: gentoo-commits
commit: ced99ef869bfc13ff1a00db229f7833041877b8f
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 30 09:37:24 2016 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat Jan 30 09:37:24 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ced99ef8
net-libs/obby: move to ~ppc as nothing needs it stable on ppc, bug #569304
Package-Manager: portage-2.2.26
net-libs/obby/obby-0.4.8.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-libs/obby/obby-0.4.8.ebuild b/net-libs/obby/obby-0.4.8.ebuild
index d0b7c2c..77dd227 100644
--- a/net-libs/obby/obby-0.4.8.ebuild
+++ b/net-libs/obby/obby-0.4.8.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="http://gobby.0x539.de/"
SRC_URI="http://releases.0x539.de/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 ~arm ppc x86"
+KEYWORDS="amd64 ~arm ~ppc x86"
IUSE="avahi ipv6 nls static-libs"
RDEPEND="net-libs/net6
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-libs/obby/
@ 2016-10-02 12:37 Pacho Ramos
0 siblings, 0 replies; 5+ messages in thread
From: Pacho Ramos @ 2016-10-02 12:37 UTC (permalink / raw
To: gentoo-commits
commit: 198d8a145dbd4b80981027aec23aa8c6bd0fbeac
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 2 11:42:09 2016 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Oct 2 12:37:05 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=198d8a14
net-libs/obby: Drop old
Package-Manager: portage-2.3.1
net-libs/obby/obby-0.4.8.ebuild | 35 -----------------------------------
1 file changed, 35 deletions(-)
diff --git a/net-libs/obby/obby-0.4.8.ebuild b/net-libs/obby/obby-0.4.8.ebuild
deleted file mode 100644
index 77dd227..00000000
--- a/net-libs/obby/obby-0.4.8.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-
-inherit multilib
-
-DESCRIPTION="Library for collaborative text editing"
-HOMEPAGE="http://gobby.0x539.de/"
-SRC_URI="http://releases.0x539.de/${PN}/${P}.tar.gz"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc x86"
-IUSE="avahi ipv6 nls static-libs"
-
-RDEPEND="net-libs/net6
- dev-libs/libsigc++:2
- avahi? ( net-dns/avahi[dbus] )"
-DEPEND="${RDEPEND}
- nls? ( sys-devel/gettext )"
-DOCS=( AUTHORS ChangeLog NEWS README TODO )
-
-src_configure() {
- econf \
- $(use_with avahi zeroconf) \
- $(use_enable ipv6) \
- $(use_enable nls) \
- $(use_enable static-libs static)
-}
-
-src_install() {
- default
- use static-libs || rm -f "${D}"/usr/$(get_libdir)/lib${PN}.la
-}
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-libs/obby/
@ 2017-06-20 12:53 Pacho Ramos
0 siblings, 0 replies; 5+ messages in thread
From: Pacho Ramos @ 2017-06-20 12:53 UTC (permalink / raw
To: gentoo-commits
commit: d6209ecc595234e843fb06f2f87a8c7f04f73ecf
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 20 12:42:02 2017 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Tue Jun 20 12:53:25 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6209ecc
net-libs/obby: Cleanup metadata due to retirement
Package-Manager: Portage-2.3.6, Repoman-2.3.2
net-libs/obby/metadata.xml | 4 ----
1 file changed, 4 deletions(-)
diff --git a/net-libs/obby/metadata.xml b/net-libs/obby/metadata.xml
index b6eab3908c8..bc883239528 100644
--- a/net-libs/obby/metadata.xml
+++ b/net-libs/obby/metadata.xml
@@ -5,9 +5,5 @@
<email>dev-zero@gentoo.org</email>
<name>Tiziano Müller</name>
</maintainer>
- <maintainer type="person">
- <email>xarthisius@gentoo.org</email>
- <name>Kacper Kowalik</name>
- </maintainer>
<longdescription>Framework to synchronize changes within a text documents to other participants of a session</longdescription>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2017-06-20 12:53 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-30 9:40 [gentoo-commits] repo/gentoo:master commit in: net-libs/obby/ Pacho Ramos
-- strict thread matches above, loose matches on Subject: below --
2017-06-20 12:53 Pacho Ramos
2016-10-02 12:37 Pacho Ramos
2016-01-30 9:40 Pacho Ramos
2015-12-23 10:59 Pacho Ramos
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox