Gentoo Archives: gentoo-commits

From: Bernard Cafarelli <voyageur@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: gnustep-libs/dbuskit/
Date: Sun, 17 Nov 2019 11:13:32
Message-Id: 1573989186.f011cedf75cefc9456ea726edf59fc630d6f00a9.voyageur@gentoo
1 commit: f011cedf75cefc9456ea726edf59fc630d6f00a9
2 Author: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 17 11:11:09 2019 +0000
4 Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 17 11:13:06 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f011cedf
7
8 gnustep-libs/dbuskit: switch to github tarballs
9
10 Closes: https://bugs.gentoo.org/700328
11 Package-Manager: Portage-2.3.79, Repoman-2.3.18
12 Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org>
13
14 gnustep-libs/dbuskit/Manifest | 2 +-
15 gnustep-libs/dbuskit/dbuskit-0.1.1-r1.ebuild | 8 +++++---
16 gnustep-libs/dbuskit/dbuskit-0.1.1.ebuild | 8 +++++---
17 gnustep-libs/dbuskit/metadata.xml | 3 +++
18 4 files changed, 14 insertions(+), 7 deletions(-)
19
20 diff --git a/gnustep-libs/dbuskit/Manifest b/gnustep-libs/dbuskit/Manifest
21 index aae76854547..fa0be686104 100644
22 --- a/gnustep-libs/dbuskit/Manifest
23 +++ b/gnustep-libs/dbuskit/Manifest
24 @@ -1 +1 @@
25 -DIST dbuskit-0.1.1.tar.gz 706783 BLAKE2B 3963b955d16bea9bb063142277f367748a4c9b005c63d17904b3421cfa6d9a8590d2d2ac1037dfb592ff62ed5e3988682ea14ddb0c45bde2b71fc9f3cd5ef5fc SHA512 1d98a05bda7558ebca80c5a4985009bdcb2f875c25f44872a2ae589793deb2d6d832c91e3eeaed7846980f5921a6a543efd04db3f7b228a0d0bae37cdc5ccfae
26 +DIST dbuskit-0.1.1.tar.gz 467141 BLAKE2B 7133c100771507b84893a0f91a11d32555f01e8425c3d4b9e848f05e3eff9ffab02b91f7a686cbf125ef6ad565c897056139d6ac28e8f5dffe41ee33c11ec095 SHA512 795fc5e42842d689af024754cf141822405b13a00da446eb6a0d631ed226c9a56de7d1ba3d4b9fd52921dc34f5845294cf4368a714c080fd3a335e8c8cc7319b
27
28 diff --git a/gnustep-libs/dbuskit/dbuskit-0.1.1-r1.ebuild b/gnustep-libs/dbuskit/dbuskit-0.1.1-r1.ebuild
29 index de48698483f..4c71557ae6e 100644
30 --- a/gnustep-libs/dbuskit/dbuskit-0.1.1-r1.ebuild
31 +++ b/gnustep-libs/dbuskit/dbuskit-0.1.1-r1.ebuild
32 @@ -1,12 +1,12 @@
33 -# Copyright 1999-2017 Gentoo Foundation
34 +# Copyright 1999-2019 Gentoo Authors
35 # Distributed under the terms of the GNU General Public License v2
36
37 EAPI=6
38 inherit autotools gnustep-2
39
40 DESCRIPTION="framework that interfaces Objective-C applications with the D-Bus IPC service"
41 -HOMEPAGE="http://www.gnustep.org"
42 -SRC_URI="http://download.gna.org/gnustep/${P}.tar.gz"
43 +HOMEPAGE="https://github.com/gnustep/libs-dbuskit"
44 +SRC_URI="https://github.com/gnustep/libs-dbuskit/archive/${PV}.tar.gz -> ${P}.tar.gz"
45
46 LICENSE="LGPL-2.1"
47 SLOT="0"
48 @@ -18,6 +18,8 @@ RDEPEND="${DEPEND}"
49
50 PATCHES=( ${FILESDIR}/${P}-remove_gc.patch )
51
52 +S=${WORKDIR}/libs-${P}
53 +
54 src_prepare() {
55 default
56
57
58 diff --git a/gnustep-libs/dbuskit/dbuskit-0.1.1.ebuild b/gnustep-libs/dbuskit/dbuskit-0.1.1.ebuild
59 index 7176cc290c8..38d8c449cee 100644
60 --- a/gnustep-libs/dbuskit/dbuskit-0.1.1.ebuild
61 +++ b/gnustep-libs/dbuskit/dbuskit-0.1.1.ebuild
62 @@ -1,12 +1,12 @@
63 -# Copyright 1999-2013 Gentoo Foundation
64 +# Copyright 1999-2019 Gentoo Authors
65 # Distributed under the terms of the GNU General Public License v2
66
67 EAPI=5
68 inherit autotools gnustep-2
69
70 DESCRIPTION="framework that interfaces Objective-C applications with the D-Bus IPC service"
71 -HOMEPAGE="http://www.gnustep.org"
72 -SRC_URI="http://download.gna.org/gnustep/${P}.tar.gz"
73 +HOMEPAGE="https://github.com/gnustep/libs-dbuskit"
74 +SRC_URI="https://github.com/gnustep/libs-dbuskit/archive/${PV}.tar.gz -> ${P}.tar.gz"
75
76 LICENSE="LGPL-2.1"
77 SLOT="0"
78 @@ -16,6 +16,8 @@ IUSE=""
79 DEPEND=">=sys-apps/dbus-1.2.1"
80 RDEPEND="${DEPEND}"
81
82 +S=${WORKDIR}/libs-${P}
83 +
84 src_prepare() {
85 if ! use doc; then
86 # Remove doc target
87
88 diff --git a/gnustep-libs/dbuskit/metadata.xml b/gnustep-libs/dbuskit/metadata.xml
89 index d55fc839b21..c47d13215e0 100644
90 --- a/gnustep-libs/dbuskit/metadata.xml
91 +++ b/gnustep-libs/dbuskit/metadata.xml
92 @@ -5,5 +5,8 @@
93 <email>gnustep@g.o</email>
94 <name>Gentoo GNUstep Project</name>
95 </maintainer>
96 + <upstream>
97 + <remote-id type="github">gnustep/libs-dbuskit</remote-id>
98 + </upstream>
99 <longdescription>The DBusKit framework offers tight integration of D-Bus services into Objective-C applications. It handles all low-level details of communication with D-Bus daemons and the services connected to them and exposes an interface similar to Distributed Objects to make it easy for Objective-C programmers to access D-Bus services.</longdescription>
100 </pkgmetadata>