commit:     f011cedf75cefc9456ea726edf59fc630d6f00a9
Author:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 17 11:11:09 2019 +0000
Commit:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Sun Nov 17 11:13:06 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f011cedf

gnustep-libs/dbuskit: switch to github tarballs

Closes: https://bugs.gentoo.org/700328
Package-Manager: Portage-2.3.79, Repoman-2.3.18
Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org>

 gnustep-libs/dbuskit/Manifest                | 2 +-
 gnustep-libs/dbuskit/dbuskit-0.1.1-r1.ebuild | 8 +++++---
 gnustep-libs/dbuskit/dbuskit-0.1.1.ebuild    | 8 +++++---
 gnustep-libs/dbuskit/metadata.xml            | 3 +++
 4 files changed, 14 insertions(+), 7 deletions(-)

diff --git a/gnustep-libs/dbuskit/Manifest b/gnustep-libs/dbuskit/Manifest
index aae76854547..fa0be686104 100644
--- a/gnustep-libs/dbuskit/Manifest
+++ b/gnustep-libs/dbuskit/Manifest
@@ -1 +1 @@
-DIST dbuskit-0.1.1.tar.gz 706783 BLAKE2B 
3963b955d16bea9bb063142277f367748a4c9b005c63d17904b3421cfa6d9a8590d2d2ac1037dfb592ff62ed5e3988682ea14ddb0c45bde2b71fc9f3cd5ef5fc
 SHA512 
1d98a05bda7558ebca80c5a4985009bdcb2f875c25f44872a2ae589793deb2d6d832c91e3eeaed7846980f5921a6a543efd04db3f7b228a0d0bae37cdc5ccfae
+DIST dbuskit-0.1.1.tar.gz 467141 BLAKE2B 
7133c100771507b84893a0f91a11d32555f01e8425c3d4b9e848f05e3eff9ffab02b91f7a686cbf125ef6ad565c897056139d6ac28e8f5dffe41ee33c11ec095
 SHA512 
795fc5e42842d689af024754cf141822405b13a00da446eb6a0d631ed226c9a56de7d1ba3d4b9fd52921dc34f5845294cf4368a714c080fd3a335e8c8cc7319b

diff --git a/gnustep-libs/dbuskit/dbuskit-0.1.1-r1.ebuild 
b/gnustep-libs/dbuskit/dbuskit-0.1.1-r1.ebuild
index de48698483f..4c71557ae6e 100644
--- a/gnustep-libs/dbuskit/dbuskit-0.1.1-r1.ebuild
+++ b/gnustep-libs/dbuskit/dbuskit-0.1.1-r1.ebuild
@@ -1,12 +1,12 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 inherit autotools gnustep-2
 
 DESCRIPTION="framework that interfaces Objective-C applications with the D-Bus 
IPC service"
-HOMEPAGE="http://www.gnustep.org";
-SRC_URI="http://download.gna.org/gnustep/${P}.tar.gz";
+HOMEPAGE="https://github.com/gnustep/libs-dbuskit";
+SRC_URI="https://github.com/gnustep/libs-dbuskit/archive/${PV}.tar.gz -> 
${P}.tar.gz"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
@@ -18,6 +18,8 @@ RDEPEND="${DEPEND}"
 
 PATCHES=( ${FILESDIR}/${P}-remove_gc.patch )
 
+S=${WORKDIR}/libs-${P}
+
 src_prepare() {
        default
 

diff --git a/gnustep-libs/dbuskit/dbuskit-0.1.1.ebuild 
b/gnustep-libs/dbuskit/dbuskit-0.1.1.ebuild
index 7176cc290c8..38d8c449cee 100644
--- a/gnustep-libs/dbuskit/dbuskit-0.1.1.ebuild
+++ b/gnustep-libs/dbuskit/dbuskit-0.1.1.ebuild
@@ -1,12 +1,12 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 inherit autotools gnustep-2
 
 DESCRIPTION="framework that interfaces Objective-C applications with the D-Bus 
IPC service"
-HOMEPAGE="http://www.gnustep.org";
-SRC_URI="http://download.gna.org/gnustep/${P}.tar.gz";
+HOMEPAGE="https://github.com/gnustep/libs-dbuskit";
+SRC_URI="https://github.com/gnustep/libs-dbuskit/archive/${PV}.tar.gz -> 
${P}.tar.gz"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
@@ -16,6 +16,8 @@ IUSE=""
 DEPEND=">=sys-apps/dbus-1.2.1"
 RDEPEND="${DEPEND}"
 
+S=${WORKDIR}/libs-${P}
+
 src_prepare() {
        if ! use doc; then
                # Remove doc target

diff --git a/gnustep-libs/dbuskit/metadata.xml 
b/gnustep-libs/dbuskit/metadata.xml
index d55fc839b21..c47d13215e0 100644
--- a/gnustep-libs/dbuskit/metadata.xml
+++ b/gnustep-libs/dbuskit/metadata.xml
@@ -5,5 +5,8 @@
                <email>gnus...@gentoo.org</email>
                <name>Gentoo GNUstep Project</name>
        </maintainer>
+       <upstream>
+               <remote-id type="github">gnustep/libs-dbuskit</remote-id>
+       </upstream>
        <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>
 </pkgmetadata>

Reply via email to