diff options
author | 2005-09-25 05:53:33 +0000 | |
---|---|---|
committer | 2005-09-25 05:53:33 +0000 | |
commit | 6d0c1e3e5c4a0baf217ab4188d6a30e865560b54 (patch) | |
tree | 7ad53c63f0e328a5b0cd65f7ffd8914fb6ebfd7a /sys-boot/dvhtool/dvhtool-1.0.1.ebuild | |
parent | version bump - bug #107136. 1.4.5 x86 stable - bug #107137. (diff) | |
download | gentoo-2-6d0c1e3e5c4a0baf217ab4188d6a30e865560b54.tar.gz gentoo-2-6d0c1e3e5c4a0baf217ab4188d6a30e865560b54.tar.bz2 gentoo-2-6d0c1e3e5c4a0baf217ab4188d6a30e865560b54.zip |
Ebuild cleanups (use epatch), no longer provides virtual/bootloader, remove 22K debian patch and replace with smaller version, add in patch that lets dvhtool recognize RAID/LVM partitions.
(Portage version: 2.0.52-r1)
Diffstat (limited to 'sys-boot/dvhtool/dvhtool-1.0.1.ebuild')
-rw-r--r-- | sys-boot/dvhtool/dvhtool-1.0.1.ebuild | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/sys-boot/dvhtool/dvhtool-1.0.1.ebuild b/sys-boot/dvhtool/dvhtool-1.0.1.ebuild deleted file mode 100644 index fab82ff3cfac..000000000000 --- a/sys-boot/dvhtool/dvhtool-1.0.1.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/dvhtool/dvhtool-1.0.1.ebuild,v 1.6 2004/07/15 02:49:36 agriffis Exp $ - -DESCRIPTION="Dvhtool is the tool responsible for writing MIPS kernel(s) into the SGI volume header" -HOMEPAGE="http://packages.debian.org/unstable/utils/dvhtool.html" -SRC_URI="http://ftp.debian.org/debian/pool/main/d/dvhtool/dvhtool_1.0.1.orig.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~x86 mips" -IUSE="" - -DEPEND="virtual/libc" -PROVIDE="virtual/bootloader" - -src_unpack() { - unpack ${A} - cd ${S}.orig - patch -p1 < ${FILESDIR}/dvhtool-1.0.1-2.diff || die -} -src_compile() { - cd ${S}.orig - econf || die "econf failed" - emake || die "Failed to compile" -} - -src_install() { - cd ${S}.orig - einstall - -} |