public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-block/iscsitarget: ChangeLog iscsitarget-0.4.17.ebuild
@ 2008-12-20  0:21 Diego Petteno (flameeyes)
  0 siblings, 0 replies; 8+ messages in thread
From: Diego Petteno (flameeyes) @ 2008-12-20  0:21 UTC (permalink / raw
  To: gentoo-commits

flameeyes    08/12/20 00:21:36

  Modified:             ChangeLog
  Added:                iscsitarget-0.4.17.ebuild
  Log:
  Version bump.
  (Portage version: 2.2_rc17/cvs/Linux 2.6.27-gentoo-r6 x86_64)

Revision  Changes    Path
1.18                 sys-block/iscsitarget/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-block/iscsitarget/ChangeLog?rev=1.18&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-block/iscsitarget/ChangeLog?rev=1.18&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-block/iscsitarget/ChangeLog?r1=1.17&r2=1.18

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-block/iscsitarget/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog	1 Nov 2008 18:39:53 -0000	1.17
+++ ChangeLog	20 Dec 2008 00:21:36 -0000	1.18
@@ -1,6 +1,12 @@
 # ChangeLog for sys-block/iscsitarget
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-block/iscsitarget/ChangeLog,v 1.17 2008/11/01 18:39:53 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-block/iscsitarget/ChangeLog,v 1.18 2008/12/20 00:21:36 flameeyes Exp $
+
+*iscsitarget-0.4.17 (20 Dec 2008)
+
+  20 Dec 2008; Diego E. Pettenò <flameeyes@gentoo.org>
+  +iscsitarget-0.4.17.ebuild:
+  Version bump.
 
   01 Nov 2008; nixnut <nixnut@gentoo.org> iscsitarget-0.4.16_p162.ebuild:
   Stable on ppc wrt bug 230889



1.1                  sys-block/iscsitarget/iscsitarget-0.4.17.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-block/iscsitarget/iscsitarget-0.4.17.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-block/iscsitarget/iscsitarget-0.4.17.ebuild?rev=1.1&content-type=text/plain

Index: iscsitarget-0.4.17.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-block/iscsitarget/iscsitarget-0.4.17.ebuild,v 1.1 2008/12/20 00:21:36 flameeyes Exp $

inherit linux-mod eutils flag-o-matic

DESCRIPTION="Open Source iSCSI target with professional features"
HOMEPAGE="http://iscsitarget.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""

DEPEND="dev-libs/openssl"

MODULE_NAMES="iscsi_trgt(misc:${S}/kernel)"
CONFIG_CHECK="CRYPTO_CRC32C"
ERROR_CFG="iscsitarget needs support for CRC32C in your kernel."

src_unpack() {
	unpack ${A}
	cd "${S}"
	epatch "${FILESDIR}"/${PN}-0.4.15-isns-set-scn-flag.patch #180619
	epatch "${FILESDIR}"/${PN}-0.4.17-build.patch
	convert_to_m "${S}"/Makefile
}

src_compile() {
	emake usr || die "failed to build userspace"

	unset ARCH
	emake KSRC="${KERNEL_DIR}" kernel || die "failed to build module"
}

src_install() {
	einfo "Installing userspace"
	dosbin usr/ietd usr/ietadm || die "dosbin failed"
	insinto /etc
	doins etc/ietd.conf etc/initiators.{allow,deny} || die "doins failed"
	# Upstream's provided Gentoo init script is out of date compared to
	# their Debian init script. And isn't that nice.
	#newinitd etc/initd/initd.gentoo ietd || die
	newinitd "${FILESDIR}"/ietd-init.d-2 ietd || die "newinitd failed"
	newconfd "${FILESDIR}"/ietd-conf.d ietd || die "newconfd failed"

	# Lock down perms, per bug 198209
	fperms 0640 /etc/ietd.conf /etc/initiators.{allow,deny}

	doman doc/manpages/*.[1-9] || die "manpages failed"
	dodoc ChangeLog README || die "docs failed"

	einfo "Installing kernel module"
	unset ARCH
	linux-mod_src_install || die "modules failed"
}






^ permalink raw reply	[flat|nested] 8+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sys-block/iscsitarget: ChangeLog iscsitarget-0.4.17.ebuild
@ 2009-01-02 23:21 Diego Petteno (flameeyes)
  0 siblings, 0 replies; 8+ messages in thread
From: Diego Petteno (flameeyes) @ 2009-01-02 23:21 UTC (permalink / raw
  To: gentoo-commits

flameeyes    09/01/02 23:21:17

  Modified:             ChangeLog iscsitarget-0.4.17.ebuild
  Log:
  Add patch to fix bug #252608 (failure to build on kernel 2.6.28 and later).
  (Portage version: 2.2_rc20/cvs/Linux 2.6.28-gentoo x86_64)

Revision  Changes    Path
1.19                 sys-block/iscsitarget/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-block/iscsitarget/ChangeLog?rev=1.19&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-block/iscsitarget/ChangeLog?rev=1.19&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-block/iscsitarget/ChangeLog?r1=1.18&r2=1.19

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-block/iscsitarget/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog	20 Dec 2008 00:21:36 -0000	1.18
+++ ChangeLog	2 Jan 2009 23:21:17 -0000	1.19
@@ -1,6 +1,11 @@
 # ChangeLog for sys-block/iscsitarget
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-block/iscsitarget/ChangeLog,v 1.18 2008/12/20 00:21:36 flameeyes Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-block/iscsitarget/ChangeLog,v 1.19 2009/01/02 23:21:17 flameeyes Exp $
+
+  02 Jan 2009; Diego E. Pettenò <flameeyes@gentoo.org>
+  +files/iscsitarget-0.4.17+linux-2.6.28.patch, iscsitarget-0.4.17.ebuild:
+  Add patch to fix bug #252608 (failure to build on kernel 2.6.28 and
+  later).
 
 *iscsitarget-0.4.17 (20 Dec 2008)
 



1.2                  sys-block/iscsitarget/iscsitarget-0.4.17.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-block/iscsitarget/iscsitarget-0.4.17.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-block/iscsitarget/iscsitarget-0.4.17.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-block/iscsitarget/iscsitarget-0.4.17.ebuild?r1=1.1&r2=1.2

Index: iscsitarget-0.4.17.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-block/iscsitarget/iscsitarget-0.4.17.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- iscsitarget-0.4.17.ebuild	20 Dec 2008 00:21:36 -0000	1.1
+++ iscsitarget-0.4.17.ebuild	2 Jan 2009 23:21:17 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-block/iscsitarget/iscsitarget-0.4.17.ebuild,v 1.1 2008/12/20 00:21:36 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-block/iscsitarget/iscsitarget-0.4.17.ebuild,v 1.2 2009/01/02 23:21:17 flameeyes Exp $
 
 inherit linux-mod eutils flag-o-matic
 
@@ -24,6 +24,7 @@
 	cd "${S}"
 	epatch "${FILESDIR}"/${PN}-0.4.15-isns-set-scn-flag.patch #180619
 	epatch "${FILESDIR}"/${PN}-0.4.17-build.patch
+	epatch "${FILESDIR}"/${PN}-0.4.17+linux-2.6.28.patch #252608
 	convert_to_m "${S}"/Makefile
 }
 






^ permalink raw reply	[flat|nested] 8+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sys-block/iscsitarget: ChangeLog iscsitarget-0.4.17.ebuild
@ 2009-03-25 15:19 Diego Petteno (flameeyes)
  0 siblings, 0 replies; 8+ messages in thread
From: Diego Petteno (flameeyes) @ 2009-03-25 15:19 UTC (permalink / raw
  To: gentoo-commits

flameeyes    09/03/25 15:19:03

  Modified:             ChangeLog iscsitarget-0.4.17.ebuild
  Log:
  Add one more patch to fix building with kernel 2.6.29, and update the 2.6.28 patch to stay inline with my local repository.
  (Portage version: 2.2_rc27/cvs/Linux x86_64)

Revision  Changes    Path
1.22                 sys-block/iscsitarget/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-block/iscsitarget/ChangeLog?rev=1.22&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-block/iscsitarget/ChangeLog?rev=1.22&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-block/iscsitarget/ChangeLog?r1=1.21&r2=1.22

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-block/iscsitarget/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog	15 Jan 2009 01:28:20 -0000	1.21
+++ ChangeLog	25 Mar 2009 15:19:03 -0000	1.22
@@ -1,6 +1,12 @@
 # ChangeLog for sys-block/iscsitarget
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-block/iscsitarget/ChangeLog,v 1.21 2009/01/15 01:28:20 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-block/iscsitarget/ChangeLog,v 1.22 2009/03/25 15:19:03 flameeyes Exp $
+
+  25 Mar 2009; Diego E. Pettenò <flameeyes@gentoo.org>
+  files/iscsitarget-0.4.17+linux-2.6.28.patch,
+  +files/iscsitarget-0.4.17+linux-2.6.29.patch, iscsitarget-0.4.17.ebuild:
+  Add one more patch to fix building with kernel 2.6.29, and update the
+  2.6.28 patch to stay inline with my local repository.
 
   15 Jan 2009; Diego E. Pettenò <flameeyes@gentoo.org>
   files/iscsitarget-0.4.17+linux-2.6.28.patch:



1.3                  sys-block/iscsitarget/iscsitarget-0.4.17.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-block/iscsitarget/iscsitarget-0.4.17.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-block/iscsitarget/iscsitarget-0.4.17.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-block/iscsitarget/iscsitarget-0.4.17.ebuild?r1=1.2&r2=1.3

Index: iscsitarget-0.4.17.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-block/iscsitarget/iscsitarget-0.4.17.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- iscsitarget-0.4.17.ebuild	2 Jan 2009 23:21:17 -0000	1.2
+++ iscsitarget-0.4.17.ebuild	25 Mar 2009 15:19:03 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-block/iscsitarget/iscsitarget-0.4.17.ebuild,v 1.2 2009/01/02 23:21:17 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-block/iscsitarget/iscsitarget-0.4.17.ebuild,v 1.3 2009/03/25 15:19:03 flameeyes Exp $
 
 inherit linux-mod eutils flag-o-matic
 
@@ -25,6 +25,7 @@
 	epatch "${FILESDIR}"/${PN}-0.4.15-isns-set-scn-flag.patch #180619
 	epatch "${FILESDIR}"/${PN}-0.4.17-build.patch
 	epatch "${FILESDIR}"/${PN}-0.4.17+linux-2.6.28.patch #252608
+	epatch "${FILESDIR}"/${PN}-0.4.17+linux-2.6.29.patch
 	convert_to_m "${S}"/Makefile
 }
 






^ permalink raw reply	[flat|nested] 8+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sys-block/iscsitarget: ChangeLog iscsitarget-0.4.17.ebuild
@ 2009-03-25 15:20 Diego Petteno (flameeyes)
  0 siblings, 0 replies; 8+ messages in thread
From: Diego Petteno (flameeyes) @ 2009-03-25 15:20 UTC (permalink / raw
  To: gentoo-commits

flameeyes    09/03/25 15:20:37

  Modified:             ChangeLog iscsitarget-0.4.17.ebuild
  Log:
  Explicitly set RDEPEND.
  (Portage version: 2.2_rc27/cvs/Linux x86_64)

Revision  Changes    Path
1.23                 sys-block/iscsitarget/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-block/iscsitarget/ChangeLog?rev=1.23&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-block/iscsitarget/ChangeLog?rev=1.23&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-block/iscsitarget/ChangeLog?r1=1.22&r2=1.23

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-block/iscsitarget/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog	25 Mar 2009 15:19:03 -0000	1.22
+++ ChangeLog	25 Mar 2009 15:20:37 -0000	1.23
@@ -1,6 +1,10 @@
 # ChangeLog for sys-block/iscsitarget
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-block/iscsitarget/ChangeLog,v 1.22 2009/03/25 15:19:03 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-block/iscsitarget/ChangeLog,v 1.23 2009/03/25 15:20:37 flameeyes Exp $
+
+  25 Mar 2009; Diego E. Pettenò <flameeyes@gentoo.org>
+  iscsitarget-0.4.17.ebuild:
+  Explicitly set RDEPEND.
 
   25 Mar 2009; Diego E. Pettenò <flameeyes@gentoo.org>
   files/iscsitarget-0.4.17+linux-2.6.28.patch,



1.4                  sys-block/iscsitarget/iscsitarget-0.4.17.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-block/iscsitarget/iscsitarget-0.4.17.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-block/iscsitarget/iscsitarget-0.4.17.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-block/iscsitarget/iscsitarget-0.4.17.ebuild?r1=1.3&r2=1.4

Index: iscsitarget-0.4.17.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-block/iscsitarget/iscsitarget-0.4.17.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- iscsitarget-0.4.17.ebuild	25 Mar 2009 15:19:03 -0000	1.3
+++ iscsitarget-0.4.17.ebuild	25 Mar 2009 15:20:37 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-block/iscsitarget/iscsitarget-0.4.17.ebuild,v 1.3 2009/03/25 15:19:03 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-block/iscsitarget/iscsitarget-0.4.17.ebuild,v 1.4 2009/03/25 15:20:37 flameeyes Exp $
 
 inherit linux-mod eutils flag-o-matic
 
@@ -14,6 +14,7 @@
 IUSE=""
 
 DEPEND="dev-libs/openssl"
+RDEPEND="${DEPEND}"
 
 MODULE_NAMES="iscsi_trgt(misc:${S}/kernel)"
 CONFIG_CHECK="CRYPTO_CRC32C"






^ permalink raw reply	[flat|nested] 8+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sys-block/iscsitarget: ChangeLog iscsitarget-0.4.17.ebuild
@ 2009-06-10 15:30 Diego Petteno (flameeyes)
  0 siblings, 0 replies; 8+ messages in thread
From: Diego Petteno (flameeyes) @ 2009-06-10 15:30 UTC (permalink / raw
  To: gentoo-commits

flameeyes    09/06/10 15:30:44

  Modified:             ChangeLog iscsitarget-0.4.17.ebuild
  Log:
  Add patch to build with kernel 2.6.30 released today.
  (Portage version: 2.2_rc33/cvs/Linux x86_64)

Revision  Changes    Path
1.24                 sys-block/iscsitarget/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-block/iscsitarget/ChangeLog?rev=1.24&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-block/iscsitarget/ChangeLog?rev=1.24&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-block/iscsitarget/ChangeLog?r1=1.23&r2=1.24

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-block/iscsitarget/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog	25 Mar 2009 15:20:37 -0000	1.23
+++ ChangeLog	10 Jun 2009 15:30:44 -0000	1.24
@@ -1,6 +1,10 @@
 # ChangeLog for sys-block/iscsitarget
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-block/iscsitarget/ChangeLog,v 1.23 2009/03/25 15:20:37 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-block/iscsitarget/ChangeLog,v 1.24 2009/06/10 15:30:44 flameeyes Exp $
+
+  10 Jun 2009; Diego E. Pettenò <flameeyes@gentoo.org>
+  iscsitarget-0.4.17.ebuild, +files/iscsitarget-0.4.17+linux-2.6.30.patch:
+  Add patch to build with kernel 2.6.30 released today.
 
   25 Mar 2009; Diego E. Pettenò <flameeyes@gentoo.org>
   iscsitarget-0.4.17.ebuild:



1.5                  sys-block/iscsitarget/iscsitarget-0.4.17.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-block/iscsitarget/iscsitarget-0.4.17.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-block/iscsitarget/iscsitarget-0.4.17.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-block/iscsitarget/iscsitarget-0.4.17.ebuild?r1=1.4&r2=1.5

Index: iscsitarget-0.4.17.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-block/iscsitarget/iscsitarget-0.4.17.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- iscsitarget-0.4.17.ebuild	25 Mar 2009 15:20:37 -0000	1.4
+++ iscsitarget-0.4.17.ebuild	10 Jun 2009 15:30:44 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-block/iscsitarget/iscsitarget-0.4.17.ebuild,v 1.4 2009/03/25 15:20:37 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-block/iscsitarget/iscsitarget-0.4.17.ebuild,v 1.5 2009/06/10 15:30:44 flameeyes Exp $
 
 inherit linux-mod eutils flag-o-matic
 
@@ -27,6 +27,7 @@
 	epatch "${FILESDIR}"/${PN}-0.4.17-build.patch
 	epatch "${FILESDIR}"/${PN}-0.4.17+linux-2.6.28.patch #252608
 	epatch "${FILESDIR}"/${PN}-0.4.17+linux-2.6.29.patch
+	epatch "${FILESDIR}"/${PN}-0.4.17+linux-2.6.30.patch
 	convert_to_m "${S}"/Makefile
 }
 






^ permalink raw reply	[flat|nested] 8+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sys-block/iscsitarget: ChangeLog iscsitarget-0.4.17.ebuild
@ 2009-06-11 14:09 Christian Faulhammer (fauli)
  0 siblings, 0 replies; 8+ messages in thread
From: Christian Faulhammer (fauli) @ 2009-06-11 14:09 UTC (permalink / raw
  To: gentoo-commits

fauli       09/06/11 14:09:25

  Modified:             ChangeLog iscsitarget-0.4.17.ebuild
  Log:
  stable x86, bug 273582
  (Portage version: 2.1.6.13/cvs/Linux i686)

Revision  Changes    Path
1.25                 sys-block/iscsitarget/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-block/iscsitarget/ChangeLog?rev=1.25&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-block/iscsitarget/ChangeLog?rev=1.25&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-block/iscsitarget/ChangeLog?r1=1.24&r2=1.25

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-block/iscsitarget/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog	10 Jun 2009 15:30:44 -0000	1.24
+++ ChangeLog	11 Jun 2009 14:09:25 -0000	1.25
@@ -1,6 +1,10 @@
 # ChangeLog for sys-block/iscsitarget
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-block/iscsitarget/ChangeLog,v 1.24 2009/06/10 15:30:44 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-block/iscsitarget/ChangeLog,v 1.25 2009/06/11 14:09:25 fauli Exp $
+
+  11 Jun 2009; Christian Faulhammer <fauli@gentoo.org>
+  iscsitarget-0.4.17.ebuild:
+  stable x86, bug 273582
 
   10 Jun 2009; Diego E. Pettenò <flameeyes@gentoo.org>
   iscsitarget-0.4.17.ebuild, +files/iscsitarget-0.4.17+linux-2.6.30.patch:



1.6                  sys-block/iscsitarget/iscsitarget-0.4.17.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-block/iscsitarget/iscsitarget-0.4.17.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-block/iscsitarget/iscsitarget-0.4.17.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-block/iscsitarget/iscsitarget-0.4.17.ebuild?r1=1.5&r2=1.6

Index: iscsitarget-0.4.17.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-block/iscsitarget/iscsitarget-0.4.17.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- iscsitarget-0.4.17.ebuild	10 Jun 2009 15:30:44 -0000	1.5
+++ iscsitarget-0.4.17.ebuild	11 Jun 2009 14:09:25 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-block/iscsitarget/iscsitarget-0.4.17.ebuild,v 1.5 2009/06/10 15:30:44 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-block/iscsitarget/iscsitarget-0.4.17.ebuild,v 1.6 2009/06/11 14:09:25 fauli Exp $
 
 inherit linux-mod eutils flag-o-matic
 
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ~ppc x86"
 IUSE=""
 
 DEPEND="dev-libs/openssl"






^ permalink raw reply	[flat|nested] 8+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sys-block/iscsitarget: ChangeLog iscsitarget-0.4.17.ebuild
@ 2009-07-02 19:52 Markus Meier (maekke)
  0 siblings, 0 replies; 8+ messages in thread
From: Markus Meier (maekke) @ 2009-07-02 19:52 UTC (permalink / raw
  To: gentoo-commits

maekke      09/07/02 19:52:54

  Modified:             ChangeLog iscsitarget-0.4.17.ebuild
  Log:
  amd64 stable, bug #273582
  (Portage version: 2.1.6.13/cvs/Linux x86_64)

Revision  Changes    Path
1.26                 sys-block/iscsitarget/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-block/iscsitarget/ChangeLog?rev=1.26&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-block/iscsitarget/ChangeLog?rev=1.26&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-block/iscsitarget/ChangeLog?r1=1.25&r2=1.26

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-block/iscsitarget/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog	11 Jun 2009 14:09:25 -0000	1.25
+++ ChangeLog	2 Jul 2009 19:52:54 -0000	1.26
@@ -1,6 +1,9 @@
 # ChangeLog for sys-block/iscsitarget
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-block/iscsitarget/ChangeLog,v 1.25 2009/06/11 14:09:25 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-block/iscsitarget/ChangeLog,v 1.26 2009/07/02 19:52:54 maekke Exp $
+
+  02 Jul 2009; Markus Meier <maekke@gentoo.org> iscsitarget-0.4.17.ebuild:
+  amd64 stable, bug #273582
 
   11 Jun 2009; Christian Faulhammer <fauli@gentoo.org>
   iscsitarget-0.4.17.ebuild:



1.7                  sys-block/iscsitarget/iscsitarget-0.4.17.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-block/iscsitarget/iscsitarget-0.4.17.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-block/iscsitarget/iscsitarget-0.4.17.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-block/iscsitarget/iscsitarget-0.4.17.ebuild?r1=1.6&r2=1.7

Index: iscsitarget-0.4.17.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-block/iscsitarget/iscsitarget-0.4.17.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- iscsitarget-0.4.17.ebuild	11 Jun 2009 14:09:25 -0000	1.6
+++ iscsitarget-0.4.17.ebuild	2 Jul 2009 19:52:54 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-block/iscsitarget/iscsitarget-0.4.17.ebuild,v 1.6 2009/06/11 14:09:25 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-block/iscsitarget/iscsitarget-0.4.17.ebuild,v 1.7 2009/07/02 19:52:54 maekke Exp $
 
 inherit linux-mod eutils flag-o-matic
 
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc x86"
+KEYWORDS="amd64 ~ppc x86"
 IUSE=""
 
 DEPEND="dev-libs/openssl"






^ permalink raw reply	[flat|nested] 8+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sys-block/iscsitarget: ChangeLog iscsitarget-0.4.17.ebuild
@ 2009-07-15 18:47 Gysbert Wassenaar (nixnut)
  0 siblings, 0 replies; 8+ messages in thread
From: Gysbert Wassenaar (nixnut) @ 2009-07-15 18:47 UTC (permalink / raw
  To: gentoo-commits

nixnut      09/07/15 18:47:06

  Modified:             ChangeLog iscsitarget-0.4.17.ebuild
  Log:
  ppc stable #273582
  (Portage version: 2.1.6.13/cvs/Linux ppc)

Revision  Changes    Path
1.27                 sys-block/iscsitarget/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-block/iscsitarget/ChangeLog?rev=1.27&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-block/iscsitarget/ChangeLog?rev=1.27&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-block/iscsitarget/ChangeLog?r1=1.26&r2=1.27

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-block/iscsitarget/ChangeLog,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- ChangeLog	2 Jul 2009 19:52:54 -0000	1.26
+++ ChangeLog	15 Jul 2009 18:47:06 -0000	1.27
@@ -1,6 +1,9 @@
 # ChangeLog for sys-block/iscsitarget
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-block/iscsitarget/ChangeLog,v 1.26 2009/07/02 19:52:54 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-block/iscsitarget/ChangeLog,v 1.27 2009/07/15 18:47:06 nixnut Exp $
+
+  15 Jul 2009; nixnut <nixnut@gentoo.org> iscsitarget-0.4.17.ebuild:
+  ppc stable #273582
 
   02 Jul 2009; Markus Meier <maekke@gentoo.org> iscsitarget-0.4.17.ebuild:
   amd64 stable, bug #273582



1.8                  sys-block/iscsitarget/iscsitarget-0.4.17.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-block/iscsitarget/iscsitarget-0.4.17.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-block/iscsitarget/iscsitarget-0.4.17.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-block/iscsitarget/iscsitarget-0.4.17.ebuild?r1=1.7&r2=1.8

Index: iscsitarget-0.4.17.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-block/iscsitarget/iscsitarget-0.4.17.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- iscsitarget-0.4.17.ebuild	2 Jul 2009 19:52:54 -0000	1.7
+++ iscsitarget-0.4.17.ebuild	15 Jul 2009 18:47:06 -0000	1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-block/iscsitarget/iscsitarget-0.4.17.ebuild,v 1.7 2009/07/02 19:52:54 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-block/iscsitarget/iscsitarget-0.4.17.ebuild,v 1.8 2009/07/15 18:47:06 nixnut Exp $
 
 inherit linux-mod eutils flag-o-matic
 
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
+KEYWORDS="amd64 ppc x86"
 IUSE=""
 
 DEPEND="dev-libs/openssl"






^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2009-07-15 18:47 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-02 19:52 [gentoo-commits] gentoo-x86 commit in sys-block/iscsitarget: ChangeLog iscsitarget-0.4.17.ebuild Markus Meier (maekke)
  -- strict thread matches above, loose matches on Subject: below --
2009-07-15 18:47 Gysbert Wassenaar (nixnut)
2009-06-11 14:09 Christian Faulhammer (fauli)
2009-06-10 15:30 Diego Petteno (flameeyes)
2009-03-25 15:20 Diego Petteno (flameeyes)
2009-03-25 15:19 Diego Petteno (flameeyes)
2009-01-02 23:21 Diego Petteno (flameeyes)
2008-12-20  0:21 Diego Petteno (flameeyes)

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