summaryrefslogtreecommitdiff
path: root/gnustep-libs/dbuskit/dbuskit-0.1.1-r1.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'gnustep-libs/dbuskit/dbuskit-0.1.1-r1.ebuild')
-rw-r--r--gnustep-libs/dbuskit/dbuskit-0.1.1-r1.ebuild8
1 files changed, 5 insertions, 3 deletions
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