summaryrefslogtreecommitdiff
path: root/net-libs/libiscsi/libiscsi-1.9.0.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'net-libs/libiscsi/libiscsi-1.9.0.ebuild')
-rw-r--r--net-libs/libiscsi/libiscsi-1.9.0.ebuild33
1 files changed, 0 insertions, 33 deletions
diff --git a/net-libs/libiscsi/libiscsi-1.9.0.ebuild b/net-libs/libiscsi/libiscsi-1.9.0.ebuild
deleted file mode 100644
index c737c95f..00000000
--- a/net-libs/libiscsi/libiscsi-1.9.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# 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.ebuild,v 1.3 2013/03/23 14:42:31 ryao 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}"
-
-src_prepare() {
- epatch "${FILESDIR}"/${P}-werror.patch
- autotools-utils_src_prepare
-}