diff options
author | 2015-08-08 13:49:04 -0700 | |
---|---|---|
committer | 2015-08-08 17:38:18 -0700 | |
commit | 56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch) | |
tree | 3f91093cdb475e565ae857f1c5a7fd339e2d781e /sys-apps/raidutils | |
download | gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.gz gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.bz2 gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.zip |
proj/gentoo: Initial commit
This commit represents a new era for Gentoo:
Storing the gentoo-x86 tree in Git, as converted from CVS.
This commit is the start of the NEW history.
Any historical data is intended to be grafted onto this point.
Creation process:
1. Take final CVS checkout snapshot
2. Remove ALL ChangeLog* files
3. Transform all Manifests to thin
4. Remove empty Manifests
5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$
5.1. Do not touch files with -kb/-ko keyword flags.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests
X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project
X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration
X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn
X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts
X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration
X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging
X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed
Diffstat (limited to 'sys-apps/raidutils')
-rw-r--r-- | sys-apps/raidutils/Manifest | 2 | ||||
-rw-r--r-- | sys-apps/raidutils/files/raidutils-0.0.6-gcc45.patch | 14 | ||||
-rw-r--r-- | sys-apps/raidutils/metadata.xml | 14 | ||||
-rw-r--r-- | sys-apps/raidutils/raidutils-0.0.6-r2.ebuild | 41 |
4 files changed, 71 insertions, 0 deletions
diff --git a/sys-apps/raidutils/Manifest b/sys-apps/raidutils/Manifest new file mode 100644 index 000000000000..5e949cda93ef --- /dev/null +++ b/sys-apps/raidutils/Manifest @@ -0,0 +1,2 @@ +DIST raidutils-0.0.6.tar.bz2 968898 SHA256 ac350f60b9635d952a7a5664effa59e418ada9ad3deba66d46e6e0a094966d65 SHA512 8d6fc74a4fc20188a00b3ea8b91048ee9108bb772efd4b1e5d141f4d674cbb9a04a76f9a414f4ae74d09d58d672e2f7aa8c1476715bf5aa94c3ec7eeb105f892 WHIRLPOOL 43dae37e8bb956bc1235397b9c7e5088edde379042f962bbdc2528007192595a1f8aaab1d88d36cff45332ae48b199c3bf2cbc238a1c3932511b4c4d159d0873 +DIST raidutils-rpm.patch.bz2 6809 SHA256 adf851e55aac1a0acf7fd47dac36bbf76396154fa6f52fb98615473139d77651 SHA512 3d0f9e4b3722e26de835dedf86e00f2f7b56a885d5ac677bc1f0fc5009f5bafaf4c3ce67ae6abf1007973edb9273acea97e40e4d5bd3244d097c60c4c39b0f91 WHIRLPOOL 0d34038e4f0f5980782af6d37deed6ef19a1ec5c6d32fd9788760400ba528fe229775436f43930f85bbf3e261e15466fe61bb17d38346312b51bfff7be6fd420 diff --git a/sys-apps/raidutils/files/raidutils-0.0.6-gcc45.patch b/sys-apps/raidutils/files/raidutils-0.0.6-gcc45.patch new file mode 100644 index 000000000000..91c52270ee40 --- /dev/null +++ b/sys-apps/raidutils/files/raidutils-0.0.6-gcc45.patch @@ -0,0 +1,14 @@ +--- raidutil/flash.cpp ++++ raidutil/flash.cpp +@@ -177,11 +177,7 @@ + { + ENTER( "Flash::Flash(" ); + +-#if defined _DPT_UNIXWARE || defined _DPT_SCO + Flash( right.source, right.Resync, right.hba_Num ); +-#else +- Flash::Flash( right.source, right.Resync, right.hba_Num ); +-#endif + + EXIT(); + } diff --git a/sys-apps/raidutils/metadata.xml b/sys-apps/raidutils/metadata.xml new file mode 100644 index 000000000000..a05cc354f72f --- /dev/null +++ b/sys-apps/raidutils/metadata.xml @@ -0,0 +1,14 @@ +<?xml version='1.0' encoding='UTF-8'?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer> + <email>maintainer-needed@gentoo.org</email> + </maintainer> + <longdescription> + Suite of programs to manage some I2O-compliant RAID controllers; in + particular some Adaptec hardware; to be very specific those using the + dpt_i2o kernel module or CONFIG_SCSI_DPT_I2O driver. One can create/delete a + RAID array, add/remove a hot spare drive to/from an array, activate/silence + the alarm, and query array/disk status. + </longdescription> +</pkgmetadata> diff --git a/sys-apps/raidutils/raidutils-0.0.6-r2.ebuild b/sys-apps/raidutils/raidutils-0.0.6-r2.ebuild new file mode 100644 index 000000000000..cf9650d77487 --- /dev/null +++ b/sys-apps/raidutils/raidutils-0.0.6-r2.ebuild @@ -0,0 +1,41 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +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 + mirror://gentoo/${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 +} |