diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2016-04-16 15:26:45 +0200 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2016-04-16 15:26:45 +0200 |
commit | e12d17d08e77f670d223a7cc799df714659c278d (patch) | |
tree | 4d23e98c5a562daa7ad994d8deb50218db1e6467 | |
parent | aba4ef8bc7fd0b3d74430552410a9cd18ba4ac7d (diff) | |
download | gentoo-e12d17d08e77f670d223a7cc799df714659c278d.tar.gz gentoo-e12d17d08e77f670d223a7cc799df714659c278d.tar.xz |
sys-block/scsirastools: Remove old
Package-Manager: portage-2.2.28
-rw-r--r-- | sys-block/scsirastools/Manifest | 2 | ||||
-rw-r--r-- | sys-block/scsirastools/scsirastools-1.5.4.ebuild | 61 | ||||
-rw-r--r-- | sys-block/scsirastools/scsirastools-1.5.6.ebuild | 65 |
3 files changed, 0 insertions, 128 deletions
diff --git a/sys-block/scsirastools/Manifest b/sys-block/scsirastools/Manifest index fa292eeee09..e11a78ce7be 100644 --- a/sys-block/scsirastools/Manifest +++ b/sys-block/scsirastools/Manifest @@ -1,3 +1 @@ -DIST scsirastools-1.5.4.tar.gz 632340 SHA256 d22c4917d8d2277710ea6bd4742874a62fc5666154ee6715966216daa865297c SHA512 3da734c6ece3fa3ad6abb983a8f96f7a9680c6016c561409ec3b48e3079dce1b5bc39eb748b19291319e65fe0ece9c77f807fddaf90729f4b4ffcfea2984191c WHIRLPOOL 1c001e3649e5761c061f086f269f816394c494f9255e0e5fd92407d022d56d8ba15e21dac826431e35b191e1a4a2131c4c5819ce1ca4de042bd56b91ffed0970 -DIST scsirastools-1.5.6.tar.gz 549895 SHA256 fc3663bdd78ef14c75cc45d1922329a1be80a433627b4936593175f728b5b48a SHA512 df72eb15540a2129f0da1bf7a0e1163fbb1166282e5861deca136142f4c1e53436cbeababcef4cd2cc5b27d3d53fe9a2ec054f4d9fd2908edf3545613fd1e7ac WHIRLPOOL 9fe64dcc878ab32e558141198ce8de55c111e81b492346fe07dea22ac0c51e7533ece45a6de5a361dfde8f04e1ca59153d6ce770d41bae041fd23a5dd24cbb1c DIST scsirastools-1.5.7.tar.gz 677348 SHA256 0b53e731cb03b4200e5f46b5e79b20e329939c276d65b15835ceba0a1fd4055a SHA512 399d366216b5f24ef67086b2e5713a259435293219e22166530a6b92a45519b677bd980906691d2166f1fa6b6ee873568b143df32cfed6a5500066ea914b12f2 WHIRLPOOL 88840d03acfe07bad26b4468fc7342379146793f79b704487e4d4a03e25eaec37772c21705e0510fd3112d1335ff7618bc3130ac01ecb89ce96a76db63fb6d4f diff --git a/sys-block/scsirastools/scsirastools-1.5.4.ebuild b/sys-block/scsirastools/scsirastools-1.5.4.ebuild deleted file mode 100644 index 2d4da1c58b2..00000000000 --- a/sys-block/scsirastools/scsirastools-1.5.4.ebuild +++ /dev/null @@ -1,61 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -inherit autotools - -DESCRIPTION="Serviceability for SCSI Disks and Arrays" -HOMEPAGE="http://scsirastools.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" -LICENSE="BSD" -SLOT="0" -KEYWORDS="~x86 ~ppc ~amd64" -IUSE="" -DEPEND="sys-apps/rescan-scsi-bus - sys-apps/sg3_utils" -#RDEPEND="" - -src_unpack() { - unpack ${A} - # this builds a really old mdadm - sed -i.orig \ - -e '/^SUBDIRS/s,mdadm.d,,' \ - -e '/^SUBDIRS/s,files,,' \ - "${S}"/Makefile.am || die "sed Makefile.am failed" - cd "${S}" - eautoreconf - # i386 ELF binaries in tarball = bad - rm -f "${S}"/files/alarms* - - # Fix up /sbin instances to be /usr/sbin instead - for i in src/sgraidmon.c src/sgdiskmon.c ; do - sed -i "${S}"/${i} \ - -e '/evtcmd\[\].*\"\/sbin\//s,/sbin/,/usr/sbin/,' \ - || die "Failed to set /sbin in sources" - done -} - -src_compile() { - econf --sbindir=/usr/sbin \ - || die "econf failed" - emake \ - || die "emake failed" -} - -src_install() { - into /usr - docdir="/usr/share/doc/${PF}/" - emake install DESTDIR="${D}" datato="${D}${docdir}" \ - || die "emake install failed" - dosbin files/sgevt - dosbin files/mdevt - # unneeded files - rm -f "${D}"${docdir}/{SCSIRAS,COPYING} - # install modepage files - insinto /usr/share/${PN} - doins files/*.mdf - # new docs - dodoc ChangeLog AUTHORS TODO - # ensure that other docs from the emake install are compressed too. - prepalldocs -} diff --git a/sys-block/scsirastools/scsirastools-1.5.6.ebuild b/sys-block/scsirastools/scsirastools-1.5.6.ebuild deleted file mode 100644 index 0c3d2c1ed74..00000000000 --- a/sys-block/scsirastools/scsirastools-1.5.6.ebuild +++ /dev/null @@ -1,65 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -inherit autotools eutils - -DESCRIPTION="Serviceability for SCSI Disks and Arrays" -HOMEPAGE="http://scsirastools.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~x86 ~ppc ~amd64" -IUSE="" - -RDEPEND="sys-apps/rescan-scsi-bus - sys-apps/sg3_utils" -DEPEND="${RDEPEND}" - -src_unpack() { - unpack ${A} - # this builds a really old mdadm - sed -i \ - -e '/RPMB/d' \ - -e '/^SUBDIRS/s,mdadm.d,,' \ - -e '/^SUBDIRS/s,files,,' \ - "${S}"/Makefile.am || die "sed Makefile.am failed" - cd "${S}" - epatch "${FILESDIR}"/${P}-glibc-2.10.patch - eautoreconf - # i386 ELF binaries in tarball = bad - rm -f "${S}"/files/alarms* - - # Fix up /sbin instances to be /usr/sbin instead - for i in src/sgraidmon.c src/sgdiskmon.c ; do - sed -i "${S}"/${i} \ - -e '/evtcmd\[\].*\"\/sbin\//s,/sbin/,/usr/sbin/,' \ - || die "Failed to set /sbin in sources" - done -} - -src_compile() { - econf --sbindir=/usr/sbin \ - || die "econf failed" - emake \ - || die "emake failed" -} - -src_install() { - into /usr - docdir="/usr/share/doc/${PF}/" - emake install DESTDIR="${D}" datato="${D}${docdir}" \ - || die "emake install failed" - dosbin files/sgevt - dosbin files/mdevt - # unneeded files - rm -f "${D}"${docdir}/{SCSIRAS,COPYING} - # install modepage files - insinto /usr/share/${PN} - doins files/*.mdf - # new docs - dodoc ChangeLog AUTHORS TODO - # ensure that other docs from the emake install are compressed too. - prepalldocs -} |