* [gentoo-commits] dev/anarchy:master commit in: net-libs/libiscsi/
@ 2015-06-14 2:59 Jory Pratt
0 siblings, 0 replies; only message in thread
From: Jory Pratt @ 2015-06-14 2:59 UTC (permalink / raw
To: gentoo-commits
commit: b20a3d5054d61f7f9865f9fa05494c07dc69aa0d
Author: Jory A. Pratt <anarchy <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 14 02:59:12 2015 +0000
Commit: Jory Pratt <anarchy <AT> gentoo <DOT> org>
CommitDate: Sun Jun 14 02:59:12 2015 +0000
URL: https://gitweb.gentoo.org/dev/anarchy.git/commit/?id=b20a3d50
libiscsi: version bump with fix for includes in BUILD_DIR
net-libs/libiscsi/Manifest | 2 ++
net-libs/libiscsi/libiscsi-1.14.0.ebuild | 46 ++++++++++++++++++++++++++++++++
2 files changed, 48 insertions(+)
diff --git a/net-libs/libiscsi/Manifest b/net-libs/libiscsi/Manifest
new file mode 100644
index 0000000..7feda67
--- /dev/null
+++ b/net-libs/libiscsi/Manifest
@@ -0,0 +1,2 @@
+DIST libiscsi-1.14.0.tar.gz 218899 SHA256 98e11538706865d699e39c749bc79b18e091a3b0cac1e3ac465da3eb392802e7 SHA512 665a16254bfcaee0172a0290827dc87badf3de2f876ebc396341f73bb7b6462c45e90378d1da31b1804b1b5527a08cab5baa0a687bce4e660b21312c8dffca06 WHIRLPOOL 33baca4ace86d047b19e711f308d9e89c1bbfb6991ee0fb01813031cbe4dc806f06b5202267e9ff37bd1f1064e4b927496b92b19a490d093195be8dc9ccf87da
+EBUILD libiscsi-1.14.0.ebuild 980 SHA256 fc72e36f1d5b69e20dd7d6fe2dd59add5cd0d05679c3c5c5d09034acd2c3d9ce SHA512 fb446c3d922232dd75d242482678124e19f5af80ca17cf07064209e765ef1ff46c9c2299d656e01ec0e9190d4ddac55cf41ccc0413160df65220ed3c194a05db WHIRLPOOL e8694f283d2939ec422c3ef3adc9a4c1eed3287513c37b2681a7fc957a9cc93ea83e1a20a8c03096b72f230df7ff78097a1aeb95a4d9bc5160db42f896aef543
diff --git a/net-libs/libiscsi/libiscsi-1.14.0.ebuild b/net-libs/libiscsi/libiscsi-1.14.0.ebuild
new file mode 100644
index 0000000..88f5194
--- /dev/null
+++ b/net-libs/libiscsi/libiscsi-1.14.0.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libiscsi/libiscsi-1.9.0-r1.ebuild,v 1.3 2013/06/25 12:58:51 ago Exp $
+
+EAPI=5
+
+AUTOTOOLS_AUTORECONF="1"
+inherit eutils autotools-utils
+
+if [[ ${PV} = *9999* ]]; then
+ inherit git-2
+ SRC_URI=""
+ EGIT_REPO_URI="git://github.com/sahlberg/libiscsi.git"
+ KEYWORDS=""
+else
+ SRC_URI="https://github.com/sahlberg/libiscsi/archive/${PV}.tar.gz -> ${P}.tar.gz"
+ KEYWORDS="amd64 x86"
+fi
+
+DESCRIPTION="iscsi client library and utilities"
+HOMEPAGE="https://github.com/sahlberg/libiscsi"
+
+LICENSE="GPL-2 LGPL-2"
+SLOT="0"
+IUSE=""
+
+DEPEND=""
+RDEPEND="${DEPEND}"
+
+QA_FLAGS_IGNORED="usr/bin/ld_iscsi.so"
+
+myeconfargs=( "--disable-werror" )
+
+src_prepare() {
+
+ epatch_user
+
+ autotools-utils_src_prepare
+}
+
+src_configure() {
+ autotools-utils_src_configure
+
+ # Must ensure include dir is in BUILD_DIR
+ cp -R "${ECONF_SOURCE}"/include "${BUILD_DIR}"
+}
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2015-06-14 2:59 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-14 2:59 [gentoo-commits] dev/anarchy:master commit in: net-libs/libiscsi/ Jory Pratt
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox