summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Shvetsov <alexxy@gentoo.org>2010-10-21 09:59:51 +0000
committerAlexey Shvetsov <alexxy@gentoo.org>2010-10-21 09:59:51 +0000
commit659542b3e02546e6e9bf22befc51bec92c9c838a (patch)
treeabe128c377c11df1180d4605815538efea3b773a /sys-block/tgt
parentVersion bump (bug #335936), dropped opengl USE flag since OpenGL-support is c... (diff)
downloadgentoo-2-659542b3e02546e6e9bf22befc51bec92c9c838a.tar.gz
gentoo-2-659542b3e02546e6e9bf22befc51bec92c9c838a.tar.bz2
gentoo-2-659542b3e02546e6e9bf22befc51bec92c9c838a.zip
[sys-block/tgt] Version bump
(Portage version: 2.2_rc98/cvs/Linux x86_64)
Diffstat (limited to 'sys-block/tgt')
-rw-r--r--sys-block/tgt/ChangeLog8
-rw-r--r--sys-block/tgt/tgt-1.0.7.ebuild52
-rw-r--r--sys-block/tgt/tgt-1.0.9.ebuild (renamed from sys-block/tgt/tgt-1.0.7-r1.ebuild)3
3 files changed, 8 insertions, 55 deletions
diff --git a/sys-block/tgt/ChangeLog b/sys-block/tgt/ChangeLog
index e89b9e7cdcba..fd6b515cc153 100644
--- a/sys-block/tgt/ChangeLog
+++ b/sys-block/tgt/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for sys-block/tgt
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-block/tgt/ChangeLog,v 1.7 2010/10/20 13:30:07 cla Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-block/tgt/ChangeLog,v 1.8 2010/10/21 09:59:51 alexxy Exp $
+
+*tgt-1.0.9 (21 Oct 2010)
+
+ 21 Oct 2010; Alexey Shvetsov <alexxy@gentoo.org> -tgt-1.0.7.ebuild,
+ -tgt-1.0.7-r1.ebuild, +tgt-1.0.9.ebuild:
+ Version bump
*tgt-1.0.7-r1 (20 Oct 2010)
diff --git a/sys-block/tgt/tgt-1.0.7.ebuild b/sys-block/tgt/tgt-1.0.7.ebuild
deleted file mode 100644
index b7670ccc07fe..000000000000
--- a/sys-block/tgt/tgt-1.0.7.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-block/tgt/tgt-1.0.7.ebuild,v 1.2 2010/10/20 12:50:43 cla Exp $
-
-EAPI="3"
-
-inherit flag-o-matic linux-info
-
-DESCRIPTION="Linux SCSI target framework (tgt)"
-HOMEPAGE="http://stgt.sourceforge.net"
-SRC_URI="http://stgt.sourceforge.net/releases/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="ibmvio infiniband fcp fcoe"
-
-DEPEND="dev-perl/config-general
- infiniband? (
- sys-infiniband/libibverbs
- sys-infiniband/librdmacm
- )"
-RDEPEND="${DEPEND}
- sys-apps/sg3_utils"
-
-pkg_setup() {
- CONFIG_CHECK="~SCSI_TGT"
- WARNING_SCSI_TGT="Your kernel needs CONFIG_SCSI_TGT"
- linux-info_pkg_setup
-}
-
-src_configure() {
- local myconf
- use ibmvio && myconf="${myconf} IBMVIO=1"
- use infiniband && myconf="${myconf} ISCSI_RDMA=1"
- use fcp && myconf="${myconf} FCP=1"
- use fcoe && myconf="${myconf} FCOE=1"
-
- sed -e 's:\($(CC)\):\1 $(LDFLAGS):' -i usr/Makefile
-}
-
-src_compile() {
- emake -C usr/ KERNELSRC="${KERNEL_DIR}" ISCSI=1 ${myconf}
-}
-
-src_install() {
- emake install-programs install-scripts install-doc DESTDIR="${D}" \
- docdir=/usr/share/doc/${PF} \
- || die "install failed"
- doinitd "${FILESDIR}/tgtd"
- dodir "/etc/tgt"
-}
diff --git a/sys-block/tgt/tgt-1.0.7-r1.ebuild b/sys-block/tgt/tgt-1.0.9.ebuild
index db7bcf595813..29fdbfef9567 100644
--- a/sys-block/tgt/tgt-1.0.7-r1.ebuild
+++ b/sys-block/tgt/tgt-1.0.9.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-block/tgt/tgt-1.0.7-r1.ebuild,v 1.1 2010/10/20 13:30:07 cla Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-block/tgt/tgt-1.0.9.ebuild,v 1.1 2010/10/21 09:59:51 alexxy Exp $
EAPI="3"
@@ -30,7 +30,6 @@ pkg_setup() {
}
src_configure() {
- local myconf
use ibmvio && myconf="${myconf} IBMVIO=1"
use infiniband && myconf="${myconf} ISCSI_RDMA=1"
use fcp && myconf="${myconf} FCP=1"