From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1OL3oM-0002kf-FO for garchives@archives.gentoo.org; Sun, 06 Jun 2010 00:33:58 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 79A9CE0ADC; Sun, 6 Jun 2010 00:33:56 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 3E31EE0ADC for ; Sun, 6 Jun 2010 00:33:56 +0000 (UTC) Received: from corvid.gentoo.org (corvid.gentoo.org [208.92.234.79]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id C07261B4013 for ; Sun, 6 Jun 2010 00:33:55 +0000 (UTC) Received: by corvid.gentoo.org (Postfix, from userid 2166) id 87E3E2CE3C; Sun, 6 Jun 2010 00:33:54 +0000 (UTC) From: "Samuli Suominen (ssuominen)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, ssuominen@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/raidutils: raidutils-0.0.6-r1.ebuild ChangeLog raidutils-0.0.6-r2.ebuild X-VCS-Repository: gentoo-x86 X-VCS-Files: raidutils-0.0.6-r1.ebuild ChangeLog raidutils-0.0.6-r2.ebuild X-VCS-Directories: sys-apps/raidutils X-VCS-Committer: ssuominen X-VCS-Committer-Name: Samuli Suominen Content-Type: text/plain; charset=utf8 Message-Id: <20100606003354.87E3E2CE3C@corvid.gentoo.org> Date: Sun, 6 Jun 2010 00:33:54 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 3960cee7-9542-497d-be43-7dab7160f1b7 X-Archives-Hash: d31ba68e4d87c7b3815549e50f2e071f ssuominen 10/06/06 00:33:54 Modified: raidutils-0.0.6-r1.ebuild ChangeLog Added: raidutils-0.0.6-r2.ebuild Log: Import Fedora patchset. Fix building with _FORTIFY_SOURCE=3D2 wrt #2743= 08. Fix building with GCC 4.5+. (Portage version: 2.2_rc67/cvs/Linux x86_64) Revision Changes Path 1.4 sys-apps/raidutils/raidutils-0.0.6-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/raidutils= /raidutils-0.0.6-r1.ebuild?rev=3D1.4&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/raidutils= /raidutils-0.0.6-r1.ebuild?rev=3D1.4&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/raidutils= /raidutils-0.0.6-r1.ebuild?r1=3D1.3&r2=3D1.4 Index: raidutils-0.0.6-r1.ebuild =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/sys-apps/raidutils/raidutils-0.0.6-r1.e= build,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- raidutils-0.0.6-r1.ebuild 22 Jan 2010 06:54:14 -0000 1.3 +++ raidutils-0.0.6-r1.ebuild 6 Jun 2010 00:33:54 -0000 1.4 @@ -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-apps/raidutils/raidutils-0.0.6-r1= .ebuild,v 1.3 2010/01/22 06:54:14 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/raidutils/raidutils-0.0.6-r1= .ebuild,v 1.4 2010/06/06 00:33:54 ssuominen Exp $ =20 inherit eutils =20 @@ -10,7 +10,7 @@ =20 LICENSE=3D"BSD" SLOT=3D"0" -KEYWORDS=3D"x86" +KEYWORDS=3D"~amd64 x86" IUSE=3D"" =20 DEPEND=3D">=3Dsys-kernel/linux-headers-2.6" 1.13 sys-apps/raidutils/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/raidutils= /ChangeLog?rev=3D1.13&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/raidutils= /ChangeLog?rev=3D1.13&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/raidutils= /ChangeLog?r1=3D1.12&r2=3D1.13 Index: ChangeLog =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/sys-apps/raidutils/ChangeLog,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- ChangeLog 2 Jun 2010 06:23:17 -0000 1.12 +++ ChangeLog 6 Jun 2010 00:33:54 -0000 1.13 @@ -1,6 +1,13 @@ # ChangeLog for sys-apps/raidutils # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/raidutils/ChangeLog,v 1.12 2= 010/06/02 06:23:17 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/raidutils/ChangeLog,v 1.13 2= 010/06/06 00:33:54 ssuominen Exp $ + +*raidutils-0.0.6-r2 (06 Jun 2010) + + 06 Jun 2010; Samuli Suominen + +raidutils-0.0.6-r2.ebuild, +files/raidutils-0.0.6-gcc45.patch: + Import Fedora patchset. Fix building with _FORTIFY_SOURCE=3D2 wrt #274= 308. + Fix building with GCC 4.5+. =20 02 Jun 2010; Torsten Veller metadata.xml: Remove xmerlin from metadata.xml (#69210) 1.1 sys-apps/raidutils/raidutils-0.0.6-r2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/raidutils= /raidutils-0.0.6-r2.ebuild?rev=3D1.1&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/raidutils= /raidutils-0.0.6-r2.ebuild?rev=3D1.1&content-type=3Dtext/plain Index: raidutils-0.0.6-r2.ebuild =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/sys-apps/raidutils/raidutils-0.0.6-r2.= ebuild,v 1.1 2010/06/06 00:33:54 ssuominen Exp $ EAPI=3D2 inherit eutils DESCRIPTION=3D"Utilities to manage i2o/dtp RAID controllers." HOMEPAGE=3D"http://i2o.shadowconnect.com/" # http://cvs.fedoraproject.org/viewvc/rpms/raidutils/devel/ SRC_URI=3D"http://i2o.shadowconnect.com/raidutils/${P}.tar.bz2 http://dev.gentoo.org/~ssuominen/${PN}-rpm.patch.bz2" LICENSE=3D"BSD" SLOT=3D"0" KEYWORDS=3D"~amd64 ~x86" IUSE=3D"static-libs" DEPEND=3D">=3Dsys-kernel/linux-headers-2.6" RDEPEND=3D"" src_prepare() { epatch "${WORKDIR}"/${PN}-rpm.patch \ "${FILESDIR}"/${P}-gcc45.patch } src_configure() { econf \ --disable-dependency-tracking \ $(use_enable static-libs static) } src_compile() { emake -j1 || die } src_install() { emake DESTDIR=3D"${D}" install || die dodoc AUTHORS ChangeLog NEWS find "${D}" -name '*.la' -delete }