gnustep-libs/dbuskit: switch to github tarballs
authorBernard Cafarelli <voyageur@gentoo.org>
Sun, 17 Nov 2019 11:11:09 +0000 (12:11 +0100)
committerBernard Cafarelli <voyageur@gentoo.org>
Sun, 17 Nov 2019 11:13:06 +0000 (12:13 +0100)
Closes: https://bugs.gentoo.org/700328
Package-Manager: Portage-2.3.79, Repoman-2.3.18
Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>
gnustep-libs/dbuskit/Manifest
gnustep-libs/dbuskit/dbuskit-0.1.1-r1.ebuild
gnustep-libs/dbuskit/dbuskit-0.1.1.ebuild
gnustep-libs/dbuskit/metadata.xml

index aae7685454791af90236810d5ca9dd18cc16ffea..fa0be686104cd250e1318fc5b2f0adef26550c31 100644 (file)
@@ -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
index de48698483feb9e42db6b1543fc98b33c920b9a0..4c71557ae6ed416a7832953258582cd56bac1e24 100644 (file)
@@ -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
 
index 7176cc290c8ba92684f7f9cad52b9593dfabe544..38d8c449cee1dfa9f40d68f22e6dbace770bfb50 100644 (file)
@@ -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
index d55fc839b21a7fa22f0527aefcd709d541b75033..c47d13215e0d87cb8d37601b88347dcd85f69d30 100644 (file)
@@ -5,5 +5,8 @@
                <email>gnustep@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>