* [gentoo-commits] repo/gentoo:master commit in: app-editors/gobby/
@ 2015-12-23 10:59 Pacho Ramos
0 siblings, 0 replies; 3+ messages in thread
From: Pacho Ramos @ 2015-12-23 10:59 UTC (permalink / raw
To: gentoo-commits
commit: fb59d3dd0f48704b8386be2af79a6b6074797a78
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 23 10:22:55 2015 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Wed Dec 23 10:58:38 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb59d3dd
app-editors/gobby: Fix building with latest glibmm/libsigc++, use USE zeroconf instead of avahi (#477620)
Package-Manager: portage-2.2.26
app-editors/gobby/gobby-0.4.13-r1.ebuild | 42 ++++++++++++++++++++++++++++++++
1 file changed, 42 insertions(+)
diff --git a/app-editors/gobby/gobby-0.4.13-r1.ebuild b/app-editors/gobby/gobby-0.4.13-r1.ebuild
new file mode 100644
index 0000000..f6a97b0
--- /dev/null
+++ b/app-editors/gobby/gobby-0.4.13-r1.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit eutils flag-o-matic
+
+DESCRIPTION="GTK-based collaborative editor"
+HOMEPAGE="http://gobby.0x539.de/"
+SRC_URI="http://releases.0x539.de/${PN}/${P}.tar.gz"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE="gnome zeroconf"
+
+RDEPEND="
+ dev-cpp/glibmm:2
+ dev-cpp/gtkmm:2.4
+ dev-libs/libsigc++:2
+ >=net-libs/obby-0.4.6[zeroconf?]
+ dev-cpp/libxmlpp:2.6
+ x11-libs/gtksourceview:2.0
+ gnome? ( gnome-base/gnome-vfs )
+"
+DEPEND="${RDEPEND}
+ virtual/pkgconfig
+"
+
+# There's only one test and it needs X
+RESTRICT="test"
+
+src_configure() {
+ append-cxxflags -std=c++11
+ econf \
+ --with-gtksourceview2 \
+ $(use_with gnome)
+}
+
+src_install() {
+ default
+ domenu contrib/gobby.desktop
+}
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-editors/gobby/
@ 2016-01-30 9:40 Pacho Ramos
0 siblings, 0 replies; 3+ messages in thread
From: Pacho Ramos @ 2016-01-30 9:40 UTC (permalink / raw
To: gentoo-commits
commit: dcc99ecee84c21863dbdaeaf12972eeb0ab78633
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 30 09:36:11 2016 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat Jan 30 09:36:11 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dcc99ece
app-editors/gobby: x86 stable, bug #569304
Package-Manager: portage-2.2.26
app-editors/gobby/gobby-0.4.13-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-editors/gobby/gobby-0.4.13-r1.ebuild b/app-editors/gobby/gobby-0.4.13-r1.ebuild
index f9d58c6..f8ef4e9 100644
--- a/app-editors/gobby/gobby-0.4.13-r1.ebuild
+++ b/app-editors/gobby/gobby-0.4.13-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 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc x86"
IUSE="gnome zeroconf"
RDEPEND="
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-editors/gobby/
@ 2016-06-28 6:22 Michał Górny
0 siblings, 0 replies; 3+ messages in thread
From: Michał Górny @ 2016-06-28 6:22 UTC (permalink / raw
To: gentoo-commits
commit: 2275e1bb5aefdf5362e0dfe0c1013783cc4bdec3
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 28 06:16:38 2016 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Jun 28 06:22:51 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2275e1bb
app-editors/gobby: Drop to maintainer-needed
app-editors/gobby/metadata.xml | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/app-editors/gobby/metadata.xml b/app-editors/gobby/metadata.xml
index 676a09f..08d9265 100644
--- a/app-editors/gobby/metadata.xml
+++ b/app-editors/gobby/metadata.xml
@@ -1,9 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="person">
- <email>dev-zero@gentoo.org</email>
- <name>Tiziano Müller</name>
- </maintainer>
+ <!-- maintainer-needed -->
<longdescription>Multiuser text editor.</longdescription>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2016-06-28 6:22 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-12-23 10:59 [gentoo-commits] repo/gentoo:master commit in: app-editors/gobby/ Pacho Ramos
-- strict thread matches above, loose matches on Subject: below --
2016-01-30 9:40 Pacho Ramos
2016-06-28 6:22 Michał Górny
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox