* [gentoo-commits] repo/gentoo:master commit in: net-misc/connman-json-client/
@ 2018-06-26 1:09 Ben Kohler
0 siblings, 0 replies; 5+ messages in thread
From: Ben Kohler @ 2018-06-26 1:09 UTC (permalink / raw
To: gentoo-commits
commit: 2290f998515357386575b960c658024801fd0fb5
Author: Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 26 01:06:12 2018 +0000
Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Tue Jun 26 01:08:09 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2290f998
net-misc/connman-json-client: new package
Package-Manager: Portage-2.3.40, Repoman-2.3.9
net-misc/connman-json-client/Manifest | 1 +
.../connman-json-client-1.0_p20150721.ebuild | 31 ++++++++++++++++++++++
net-misc/connman-json-client/metadata.xml | 8 ++++++
3 files changed, 40 insertions(+)
diff --git a/net-misc/connman-json-client/Manifest b/net-misc/connman-json-client/Manifest
new file mode 100644
index 00000000000..bc055a02458
--- /dev/null
+++ b/net-misc/connman-json-client/Manifest
@@ -0,0 +1 @@
+DIST connman-json-client-1.0_p20150721.tar.gz 55520 BLAKE2B 81f81721563bb8a7c4e604e8a036b162329f1334092f345438c34f787bceb8e548d69e0c206773b880799d1327858275bbbade59d1b84271e4fc05372937ce7a SHA512 77cfbc9f1b57ff5ce73a80f42198bbdb7120db6510f3f33251465ed83d1fac3b2bb41e3959f43cc8d274d37c8da375009a07e9003664482136eed64f5b32c0bc
diff --git a/net-misc/connman-json-client/connman-json-client-1.0_p20150721.ebuild b/net-misc/connman-json-client/connman-json-client-1.0_p20150721.ebuild
new file mode 100644
index 00000000000..7b6aee32631
--- /dev/null
+++ b/net-misc/connman-json-client/connman-json-client-1.0_p20150721.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit autotools vcs-snapshot
+COMMIT="3c34b2ee62d2e188090d20e7ed2fd94bab9c47f2"
+
+DESCRIPTION="An ncurses UI for connman"
+HOMEPAGE="https://github.com/eurogiciel-oss/connman-json-client"
+SRC_URI="https://github.com/eurogiciel-oss/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="dev-libs/json-c:0=
+ >=sys-apps/dbus-1.4
+ sys-libs/ncurses:0"
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+ default
+ eautoreconf
+}
+
+src_install() {
+ default
+ dobin connman_ncurses
+}
diff --git a/net-misc/connman-json-client/metadata.xml b/net-misc/connman-json-client/metadata.xml
new file mode 100644
index 00000000000..43523418890
--- /dev/null
+++ b/net-misc/connman-json-client/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<maintainer type="person">
+ <email>bkohler@gentoo.org</email>
+ <name>Ben Kohler</name>
+</maintainer>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/connman-json-client/
@ 2019-06-06 23:57 Ben Kohler
0 siblings, 0 replies; 5+ messages in thread
From: Ben Kohler @ 2019-06-06 23:57 UTC (permalink / raw
To: gentoo-commits
commit: 29196eea9c5b3625cccfbe158f173f9d44dcc738
Author: Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 6 23:57:43 2019 +0000
Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Thu Jun 6 23:57:43 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29196eea
net-misc/connman-json-client: remove -Werror
Fixes: https://bugs.gentoo.org/687544
Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>
net-misc/connman-json-client/connman-json-client-1.0_p20150721.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/net-misc/connman-json-client/connman-json-client-1.0_p20150721.ebuild b/net-misc/connman-json-client/connman-json-client-1.0_p20150721.ebuild
index 7b6aee32631..72908de1c1d 100644
--- a/net-misc/connman-json-client/connman-json-client-1.0_p20150721.ebuild
+++ b/net-misc/connman-json-client/connman-json-client-1.0_p20150721.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
@@ -21,6 +21,7 @@ DEPEND="dev-libs/json-c:0=
RDEPEND="${DEPEND}"
src_prepare() {
+ sed -i -e '/^AM_CFLAGS/ s/ -Werror$//' Makefile.am || die
default
eautoreconf
}
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/connman-json-client/
@ 2020-05-25 12:38 Ben Kohler
0 siblings, 0 replies; 5+ messages in thread
From: Ben Kohler @ 2020-05-25 12:38 UTC (permalink / raw
To: gentoo-commits
commit: 339117ca936c353935b51bdbed2c336756b63c36
Author: Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Mon May 25 12:37:38 2020 +0000
Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Mon May 25 12:37:51 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=339117ca
net-misc/connman-json-client: revbump to respect CFLAGS, drop old
Closes: https://bugs.gentoo.org/725092
Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>
...=> connman-json-client-1.0_p20150721-r2.ebuild} | 4 +++
.../connman-json-client-1.0_p20150721.ebuild | 32 ----------------------
2 files changed, 4 insertions(+), 32 deletions(-)
diff --git a/net-misc/connman-json-client/connman-json-client-1.0_p20150721-r1.ebuild b/net-misc/connman-json-client/connman-json-client-1.0_p20150721-r2.ebuild
similarity index 94%
rename from net-misc/connman-json-client/connman-json-client-1.0_p20150721-r1.ebuild
rename to net-misc/connman-json-client/connman-json-client-1.0_p20150721-r2.ebuild
index 71df6bec799..2fe35cf86af 100644
--- a/net-misc/connman-json-client/connman-json-client-1.0_p20150721-r1.ebuild
+++ b/net-misc/connman-json-client/connman-json-client-1.0_p20150721-r2.ebuild
@@ -28,6 +28,10 @@ src_prepare() {
eautoreconf
}
+src_compile() {
+ emake CFLAGS="${CFLAGS}"
+}
+
src_install() {
default
dobin connman_ncurses
diff --git a/net-misc/connman-json-client/connman-json-client-1.0_p20150721.ebuild b/net-misc/connman-json-client/connman-json-client-1.0_p20150721.ebuild
deleted file mode 100644
index 72908de1c1d..00000000000
--- a/net-misc/connman-json-client/connman-json-client-1.0_p20150721.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools vcs-snapshot
-COMMIT="3c34b2ee62d2e188090d20e7ed2fd94bab9c47f2"
-
-DESCRIPTION="An ncurses UI for connman"
-HOMEPAGE="https://github.com/eurogiciel-oss/connman-json-client"
-SRC_URI="https://github.com/eurogiciel-oss/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="dev-libs/json-c:0=
- >=sys-apps/dbus-1.4
- sys-libs/ncurses:0"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
- sed -i -e '/^AM_CFLAGS/ s/ -Werror$//' Makefile.am || die
- default
- eautoreconf
-}
-
-src_install() {
- default
- dobin connman_ncurses
-}
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/connman-json-client/
@ 2023-01-10 16:11 Ben Kohler
0 siblings, 0 replies; 5+ messages in thread
From: Ben Kohler @ 2023-01-10 16:11 UTC (permalink / raw
To: gentoo-commits
commit: 54a6d6ed01cdeb935a31337d7128dd88a615a8f8
Author: Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 10 16:03:39 2023 +0000
Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Tue Jan 10 16:03:39 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54a6d6ed
net-misc/connman-json-client: add github upstream metadata
Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>
net-misc/connman-json-client/metadata.xml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/net-misc/connman-json-client/metadata.xml b/net-misc/connman-json-client/metadata.xml
index da20bb112a7c..3c116b1665f6 100644
--- a/net-misc/connman-json-client/metadata.xml
+++ b/net-misc/connman-json-client/metadata.xml
@@ -5,4 +5,7 @@
<email>bkohler@gentoo.org</email>
<name>Ben Kohler</name>
</maintainer>
+<upstream>
+ <remote-id type="github">eurogiciel-oss/connman-json-client</remote-id>
+</upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/connman-json-client/
@ 2024-05-05 18:56 Conrad Kostecki
0 siblings, 0 replies; 5+ messages in thread
From: Conrad Kostecki @ 2024-05-05 18:56 UTC (permalink / raw
To: gentoo-commits
commit: 43eef973330d10472cda5f05dbd70c2fda450104
Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Sat May 4 16:04:14 2024 +0000
Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sun May 5 18:56:04 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43eef973
net-misc/connman-json-client: remove old
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/36547
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
.../connman-json-client-1.0_p20150721-r2.ebuild | 38 ----------------------
1 file changed, 38 deletions(-)
diff --git a/net-misc/connman-json-client/connman-json-client-1.0_p20150721-r2.ebuild b/net-misc/connman-json-client/connman-json-client-1.0_p20150721-r2.ebuild
deleted file mode 100644
index 2fe35cf86af6..000000000000
--- a/net-misc/connman-json-client/connman-json-client-1.0_p20150721-r2.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools vcs-snapshot
-COMMIT="3c34b2ee62d2e188090d20e7ed2fd94bab9c47f2"
-
-DESCRIPTION="An ncurses UI for connman"
-HOMEPAGE="https://github.com/eurogiciel-oss/connman-json-client"
-SRC_URI="https://github.com/eurogiciel-oss/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="dev-libs/json-c:0=
- >=sys-apps/dbus-1.4
- sys-libs/ncurses:0"
-RDEPEND="${DEPEND}"
-
-PATCHES=( "${FILESDIR}"/cjc-fix-for-json-0.14.patch )
-
-src_prepare() {
- sed -i -e '/^AM_CFLAGS/ s/ -Werror$//' Makefile.am || die
- default
- eautoreconf
-}
-
-src_compile() {
- emake CFLAGS="${CFLAGS}"
-}
-
-src_install() {
- default
- dobin connman_ncurses
-}
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2024-05-05 18:57 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-10 16:11 [gentoo-commits] repo/gentoo:master commit in: net-misc/connman-json-client/ Ben Kohler
-- strict thread matches above, loose matches on Subject: below --
2024-05-05 18:56 Conrad Kostecki
2020-05-25 12:38 Ben Kohler
2019-06-06 23:57 Ben Kohler
2018-06-26 1:09 Ben Kohler
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox