diff options
author | Justin Lecher <jlec@gentoo.org> | 2016-02-11 14:01:26 +0100 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2016-02-11 14:29:49 +0100 |
commit | 65811ddcd96331470f2e27517be02009b2df1118 (patch) | |
tree | 840e231a00645f4dbed5baa4a6b3f8377d2f6a8d /net-libs/libiscsi | |
parent | x11-plugins/wmget: version bump with new homepage, ebuild cleanup (diff) | |
download | gentoo-65811ddcd96331470f2e27517be02009b2df1118.tar.gz gentoo-65811ddcd96331470f2e27517be02009b2df1118.tar.bz2 gentoo-65811ddcd96331470f2e27517be02009b2df1118.zip |
net-libs/libiscsi: Drop old
Package-Manager: portage-2.2.27
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'net-libs/libiscsi')
-rw-r--r-- | net-libs/libiscsi/libiscsi-1.9.0.ebuild | 28 |
1 files changed, 0 insertions, 28 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 2be8c7b7e765..000000000000 --- a/net-libs/libiscsi/libiscsi-1.9.0.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -AUTOTOOLS_AUTORECONF="1" -inherit 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}" |