public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: gnustep-libs/smbkit/
@ 2015-09-10 12:30 Bernard Cafarelli
  0 siblings, 0 replies; only message in thread
From: Bernard Cafarelli @ 2015-09-10 12:30 UTC (permalink / raw
  To: gentoo-commits

commit:     ce1c510fcbce14380c89001b349fefb5e4048f85
Author:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 10 12:30:01 2015 +0000
Commit:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Thu Sep 10 12:30:16 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce1c510f

gnustep-libs/smbkit: fix compilation with net-fs/samba-4, bug #560068

Package-Manager: portage-2.2.20.1

 gnustep-libs/smbkit/Manifest                       |  2 +-
 .../smbkit/smbkit-0.0.1.20061010-r1.ebuild         | 25 ++++++++++++++++++++++
 2 files changed, 26 insertions(+), 1 deletion(-)

diff --git a/gnustep-libs/smbkit/Manifest b/gnustep-libs/smbkit/Manifest
index ddef2a6..fa8fb7c 100644
--- a/gnustep-libs/smbkit/Manifest
+++ b/gnustep-libs/smbkit/Manifest
@@ -1 +1 @@
-DIST smbkit-0.0.1.20061010.tar.bz2 22614 SHA256 471966efed4de00357207978180c44bcf6fc42c7c3159dbfe37656bf2f3fdbf7
+DIST smbkit-0.0.1.20061010.tar.bz2 22614 SHA256 471966efed4de00357207978180c44bcf6fc42c7c3159dbfe37656bf2f3fdbf7 SHA512 7d7f31aa31364a8f8ff8a165025c68a8cb4b330e1cae27106137e0d8170dd9072b6bd2be687352a8139d35d59a53068977dc973eab3875de5431d48cd50128bb WHIRLPOOL bd0d61efaa2299cb25c9736470c2db2d6ec8026178d0c93f94ec079062fd7d2afcf39b64272d34f580aaf8021c04fa7b7685895edd9d42be64f3301a0649d822

diff --git a/gnustep-libs/smbkit/smbkit-0.0.1.20061010-r1.ebuild b/gnustep-libs/smbkit/smbkit-0.0.1.20061010-r1.ebuild
new file mode 100644
index 0000000..f19da6b
--- /dev/null
+++ b/gnustep-libs/smbkit/smbkit-0.0.1.20061010-r1.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit gnustep-2
+
+DESCRIPTION="SMBKit offers a samba library and headers for GNUstep"
+HOMEPAGE="http://www.gnustep.org"
+SRC_URI="mirror://gentoo/${P}.tar.bz2"
+
+KEYWORDS="~amd64 ~ppc ~x86"
+LICENSE="GPL-2 LGPL-2.1"
+SLOT="0"
+
+RDEPEND="net-fs/samba"
+DEPEND="${DEPEND}
+	virtual/pkgconfig"
+
+S="${WORKDIR}/${PN}"
+
+src_compile() {
+	egnustep_env
+	egnustep_make AUXILIARY_CPPFLAGS="$(pkg-config --cflags smbclient)"
+}


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2015-09-10 12:31 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-10 12:30 [gentoo-commits] repo/gentoo:master commit in: gnustep-libs/smbkit/ Bernard Cafarelli

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox