From b284a3168fa91a038925d2ecf5e4791011ea5e7d Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 18 Nov 2019 10:15:03 +0000 Subject: gentoo resync : 18.11.2019 --- gnustep-libs/dbuskit/dbuskit-0.1.1-r1.ebuild | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'gnustep-libs/dbuskit/dbuskit-0.1.1-r1.ebuild') diff --git a/gnustep-libs/dbuskit/dbuskit-0.1.1-r1.ebuild b/gnustep-libs/dbuskit/dbuskit-0.1.1-r1.ebuild index de48698483fe..4c71557ae6ed 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 -- cgit v1.2.3