mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-05 12:38:09 -07:00
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@gentoo.org>
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user