public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-apps/raidutils: raidutils-0.0.6-r1.ebuild ChangeLog raidutils-0.0.6-r2.ebuild
@ 2010-06-06  0:33 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; only message in thread
From: Samuli Suominen (ssuominen) @ 2010-06-06  0:33 UTC (permalink / raw
  To: gentoo-commits

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=2 wrt #274308. 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=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/raidutils/raidutils-0.0.6-r1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/raidutils/raidutils-0.0.6-r1.ebuild?r1=1.3&r2=1.4

Index: raidutils-0.0.6-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/raidutils/raidutils-0.0.6-r1.ebuild,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 $
 
 inherit eutils
 
@@ -10,7 +10,7 @@
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="x86"
+KEYWORDS="~amd64 x86"
 IUSE=""
 
 DEPEND=">=sys-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=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/raidutils/ChangeLog?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/raidutils/ChangeLog?r1=1.12&r2=1.13

Index: ChangeLog
===================================================================
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 2010/06/02 06:23:17 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/raidutils/ChangeLog,v 1.13 2010/06/06 00:33:54 ssuominen Exp $
+
+*raidutils-0.0.6-r2 (06 Jun 2010)
+
+  06 Jun 2010; Samuli Suominen <ssuominen@gentoo.org>
+  +raidutils-0.0.6-r2.ebuild, +files/raidutils-0.0.6-gcc45.patch:
+  Import Fedora patchset. Fix building with _FORTIFY_SOURCE=2 wrt #274308.
+  Fix building with GCC 4.5+.
 
   02 Jun 2010; Torsten Veller <tove@gentoo.org> 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=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/raidutils/raidutils-0.0.6-r2.ebuild?rev=1.1&content-type=text/plain

Index: raidutils-0.0.6-r2.ebuild
===================================================================
# 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=2
inherit eutils

DESCRIPTION="Utilities to manage i2o/dtp RAID controllers."
HOMEPAGE="http://i2o.shadowconnect.com/"
# http://cvs.fedoraproject.org/viewvc/rpms/raidutils/devel/
SRC_URI="http://i2o.shadowconnect.com/raidutils/${P}.tar.bz2
	http://dev.gentoo.org/~ssuominen/${PN}-rpm.patch.bz2"

LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="static-libs"

DEPEND=">=sys-kernel/linux-headers-2.6"
RDEPEND=""

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="${D}" install || die
	dodoc AUTHORS ChangeLog NEWS
	find "${D}" -name '*.la' -delete
}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-06-06  0:33 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-06  0:33 [gentoo-commits] gentoo-x86 commit in sys-apps/raidutils: raidutils-0.0.6-r1.ebuild ChangeLog raidutils-0.0.6-r2.ebuild Samuli Suominen (ssuominen)

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