* [gentoo-commits] repo/gentoo:master commit in: net-misc/sobby/
@ 2015-12-23 10:59 Pacho Ramos
0 siblings, 0 replies; 6+ messages in thread
From: Pacho Ramos @ 2015-12-23 10:59 UTC (permalink / raw
To: gentoo-commits
commit: 7567eabb35d8e04dc2b7d2faf4b5d1cc85ca88b9
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 23 10:24:41 2015 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Wed Dec 23 10:58:40 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7567eabb
net-misc/sobby: Fix building with latest glibmm/libsigc++, use USE zeroconf instead of avahi (#477620)
Package-Manager: portage-2.2.26
net-misc/sobby/sobby-0.4.8-r1.ebuild | 62 ++++++++++++++++++++++++++++++++++++
1 file changed, 62 insertions(+)
diff --git a/net-misc/sobby/sobby-0.4.8-r1.ebuild b/net-misc/sobby/sobby-0.4.8-r1.ebuild
new file mode 100644
index 0000000..3887a14
--- /dev/null
+++ b/net-misc/sobby/sobby-0.4.8-r1.ebuild
@@ -0,0 +1,62 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit eutils flag-o-matic user
+
+DESCRIPTION="Standalone Obby server"
+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="zeroconf"
+
+RDEPEND="
+ >=dev-cpp/glibmm-2.6
+ >=dev-libs/libsigc++-2.0
+ >=dev-libs/gmp-4.1.4
+ >=dev-cpp/libxmlpp-2.6
+ >=net-libs/net6-1.3.12
+ >=net-libs/obby-0.4.6[zeroconf=]
+"
+DEPEND="${RDEPEND}
+ virtual/pkgconfig
+"
+
+pkg_setup() {
+ enewgroup sobby
+ enewuser sobby -1 -1 /var/lib/sobby sobby
+}
+
+src_configure() {
+ append-cxxflags -std=c++11
+ econf $(use_enable zeroconf)
+}
+
+src_install() {
+ default
+
+ newconfd "${FILESDIR}/${PN}-conf-0.4.7" sobby
+ newinitd "${FILESDIR}/${PN}-init-0.4.7" sobby
+
+ insinto /etc/sobby
+ doins "${FILESDIR}/sobby.xml"
+
+ keepdir /var/lib/sobby
+
+ fperms -R 0700 /var/lib/sobby
+ fperms -R 0700 /etc/sobby
+
+ fowners sobby:sobby /var/lib/sobby
+ fowners -R sobby:sobby /etc/sobby
+}
+
+pkg_postinst() {
+ elog "To start sobby, you can use the init script:"
+ elog " /etc/init.d/sobby start"
+ elog ""
+ elog "Please check the configuration in /etc/sobby/sobby.xml"
+ elog "before you start sobby"
+}
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/sobby/
@ 2015-12-23 10:59 Pacho Ramos
0 siblings, 0 replies; 6+ messages in thread
From: Pacho Ramos @ 2015-12-23 10:59 UTC (permalink / raw
To: gentoo-commits
commit: 9fb5146b8e1a2a86b39c0c9576b47b4a7fa47240
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 23 10:26:07 2015 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Wed Dec 23 10:58:43 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fb5146b
net-misc/sobby: Make repoman happier about ambiguous gmp slot
Package-Manager: portage-2.2.26
net-misc/sobby/sobby-0.4.8-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-misc/sobby/sobby-0.4.8-r1.ebuild b/net-misc/sobby/sobby-0.4.8-r1.ebuild
index 3887a14..6ed4262 100644
--- a/net-misc/sobby/sobby-0.4.8-r1.ebuild
+++ b/net-misc/sobby/sobby-0.4.8-r1.ebuild
@@ -16,7 +16,7 @@ IUSE="zeroconf"
RDEPEND="
>=dev-cpp/glibmm-2.6
>=dev-libs/libsigc++-2.0
- >=dev-libs/gmp-4.1.4
+ >=dev-libs/gmp-4.1.4:0
>=dev-cpp/libxmlpp-2.6
>=net-libs/net6-1.3.12
>=net-libs/obby-0.4.6[zeroconf=]
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/sobby/
@ 2016-01-30 9:40 Pacho Ramos
0 siblings, 0 replies; 6+ messages in thread
From: Pacho Ramos @ 2016-01-30 9:40 UTC (permalink / raw
To: gentoo-commits
commit: 01fa2d144eb56d11fb8d86c97e083363b56b921b
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 30 09:36:31 2016 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat Jan 30 09:36:31 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01fa2d14
net-misc/sobby: x86 stable, bug #569304
Package-Manager: portage-2.2.26
net-misc/sobby/sobby-0.4.8-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-misc/sobby/sobby-0.4.8-r1.ebuild b/net-misc/sobby/sobby-0.4.8-r1.ebuild
index 8143684..8987445 100644
--- a/net-misc/sobby/sobby-0.4.8-r1.ebuild
+++ b/net-misc/sobby/sobby-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="zeroconf"
RDEPEND="
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/sobby/
@ 2016-09-23 7:26 Ulrich Müller
0 siblings, 0 replies; 6+ messages in thread
From: Ulrich Müller @ 2016-09-23 7:26 UTC (permalink / raw
To: gentoo-commits
commit: 8dcb442c5b6a98e149ecf208d4c2498b3ebef53b
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 23 07:26:32 2016 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Fri Sep 23 07:26:32 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8dcb442c
net-misc/sobby: Add slot dependency on libxmlpp:2.6.
Bug: 593524
Package-Manager: portage-2.3.1
net-misc/sobby/sobby-0.4.8-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/net-misc/sobby/sobby-0.4.8-r1.ebuild b/net-misc/sobby/sobby-0.4.8-r1.ebuild
index 8987445..b4e2f1d 100644
--- a/net-misc/sobby/sobby-0.4.8-r1.ebuild
+++ b/net-misc/sobby/sobby-0.4.8-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -17,7 +17,7 @@ RDEPEND="
>=dev-cpp/glibmm-2.6
>=dev-libs/libsigc++-2.0
>=dev-libs/gmp-4.1.4:0
- >=dev-cpp/libxmlpp-2.6
+ >=dev-cpp/libxmlpp-2.6:2.6
>=net-libs/net6-1.3.12
>=net-libs/obby-0.4.6[zeroconf=]
"
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/sobby/
@ 2016-10-02 12:37 Pacho Ramos
0 siblings, 0 replies; 6+ messages in thread
From: Pacho Ramos @ 2016-10-02 12:37 UTC (permalink / raw
To: gentoo-commits
commit: dba2ed859bc8e07edb6cf02cf1b3b69abb8eb600
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 2 11:43:28 2016 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Oct 2 12:37:10 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dba2ed85
net-misc/sobby: Drop old
Package-Manager: portage-2.3.1
net-misc/sobby/sobby-0.4.8.ebuild | 59 ---------------------------------------
1 file changed, 59 deletions(-)
diff --git a/net-misc/sobby/sobby-0.4.8.ebuild b/net-misc/sobby/sobby-0.4.8.ebuild
deleted file mode 100644
index f8bf7b8..00000000
--- a/net-misc/sobby/sobby-0.4.8.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-
-inherit eutils user
-
-DESCRIPTION="Standalone Obby server"
-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"
-
-RDEPEND=">=dev-cpp/glibmm-2.6
- >=dev-libs/libsigc++-2.0
- >=dev-libs/gmp-4.1.4
- >=dev-cpp/libxmlpp-2.6
- >=net-libs/net6-1.3.12
- >=net-libs/obby-0.4.6[avahi=]"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-pkg_setup() {
- enewgroup sobby
- enewuser sobby -1 -1 /var/lib/sobby sobby
-}
-
-src_configure() {
- econf $(use_enable avahi zeroconf)
-}
-
-src_install() {
- default
-
- newconfd "${FILESDIR}/${PN}-conf-0.4.7" sobby
- newinitd "${FILESDIR}/${PN}-init-0.4.7" sobby
-
- insinto /etc/sobby
- doins "${FILESDIR}/sobby.xml"
-
- keepdir /var/lib/sobby
-
- fperms -R 0700 /var/lib/sobby
- fperms -R 0700 /etc/sobby
-
- fowners sobby:sobby /var/lib/sobby
- fowners -R sobby:sobby /etc/sobby
-}
-
-pkg_postinst() {
- elog "To start sobby, you can use the init script:"
- elog " /etc/init.d/sobby start"
- elog ""
- elog "Please check the configuration in /etc/sobby/sobby.xml"
- elog "before you start sobby"
-}
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/sobby/
@ 2021-02-16 2:12 Matt Turner
0 siblings, 0 replies; 6+ messages in thread
From: Matt Turner @ 2021-02-16 2:12 UTC (permalink / raw
To: gentoo-commits
commit: a217b04cf9b9a68e2ef750557a304a0ebc0d215d
Author: David Michael <fedora.dm0 <AT> gmail <DOT> com>
AuthorDate: Sat Feb 6 22:33:40 2021 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Tue Feb 16 01:25:32 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a217b04c
net-misc/sobby: Specify the glibmm+libsigc++ slots, EAPI 7, GLEP 81
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: David Michael <fedora.dm0 <AT> gmail.com>
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
...sobby-0.4.8-r1.ebuild => sobby-0.4.8-r2.ebuild} | 30 ++++++++++------------
1 file changed, 13 insertions(+), 17 deletions(-)
diff --git a/net-misc/sobby/sobby-0.4.8-r1.ebuild b/net-misc/sobby/sobby-0.4.8-r2.ebuild
similarity index 73%
rename from net-misc/sobby/sobby-0.4.8-r1.ebuild
rename to net-misc/sobby/sobby-0.4.8-r2.ebuild
index 551d727f052..ce4e8e8f322 100644
--- a/net-misc/sobby/sobby-0.4.8-r1.ebuild
+++ b/net-misc/sobby/sobby-0.4.8-r2.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
-inherit eutils flag-o-matic user
+EAPI=7
+inherit flag-o-matic
DESCRIPTION="Standalone Obby server"
HOMEPAGE="http://gobby.0x539.de/"
@@ -12,23 +12,24 @@ SLOT="0"
KEYWORDS="amd64 ~arm ~ppc x86"
IUSE="zeroconf"
-RDEPEND="
- >=dev-cpp/glibmm-2.6
- >=dev-libs/libsigc++-2.0
+DEPEND="
+ >=dev-cpp/glibmm-2.6:2
+ >=dev-libs/libsigc++-2.0:2
>=dev-libs/gmp-4.1.4:0
>=dev-cpp/libxmlpp-2.6:2.6
>=net-libs/net6-1.3.12
>=net-libs/obby-0.4.6[zeroconf=]
"
-DEPEND="${RDEPEND}
+RDEPEND="${DEPEND}
+ acct-group/sobby
+ acct-user/sobby
+"
+BDEPEND="
+ acct-group/sobby
+ acct-user/sobby
virtual/pkgconfig
"
-pkg_setup() {
- enewgroup sobby
- enewuser sobby -1 -1 /var/lib/sobby sobby
-}
-
src_configure() {
append-cxxflags -std=c++11
econf $(use_enable zeroconf)
@@ -43,12 +44,7 @@ src_install() {
insinto /etc/sobby
doins "${FILESDIR}/sobby.xml"
- keepdir /var/lib/sobby
-
- fperms -R 0700 /var/lib/sobby
fperms -R 0700 /etc/sobby
-
- fowners sobby:sobby /var/lib/sobby
fowners -R sobby:sobby /etc/sobby
}
^ permalink raw reply related [flat|nested] 6+ messages in thread
end of thread, other threads:[~2021-02-16 2:12 UTC | newest]
Thread overview: 6+ 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: net-misc/sobby/ Pacho Ramos
-- strict thread matches above, loose matches on Subject: below --
2015-12-23 10:59 Pacho Ramos
2016-01-30 9:40 Pacho Ramos
2016-09-23 7:26 Ulrich Müller
2016-10-02 12:37 Pacho Ramos
2021-02-16 2:12 Matt Turner
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox