diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2016-04-16 15:24:01 +0200 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2016-04-16 15:24:01 +0200 |
commit | a3fda80e986f18ee221fe9b036738dc0b1588393 (patch) | |
tree | fb3942e51cc15d94dadb7f5b234b118560110c8c /sys-block | |
parent | net-fs/wdfs: Remove old (diff) | |
download | gentoo-a3fda80e986f18ee221fe9b036738dc0b1588393.tar.gz gentoo-a3fda80e986f18ee221fe9b036738dc0b1588393.tar.bz2 gentoo-a3fda80e986f18ee221fe9b036738dc0b1588393.zip |
sys-block/gpart: Remove old
Package-Manager: portage-2.2.28
Diffstat (limited to 'sys-block')
-rw-r--r-- | sys-block/gpart/gpart-0.1h-r1.ebuild | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/sys-block/gpart/gpart-0.1h-r1.ebuild b/sys-block/gpart/gpart-0.1h-r1.ebuild deleted file mode 100644 index e7c807d33d71..000000000000 --- a/sys-block/gpart/gpart-0.1h-r1.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -inherit eutils - -DESCRIPTION="Partition table rescue/guessing tool" -HOMEPAGE="http://www.stud.uni-hannover.de/user/76201/gpart/" -SRC_URI="http://www.stud.uni-hannover.de/user/76201/gpart/${P}.tar.gz - ftp://ftp.namesys.com/pub/misc-patches/gpart-0.1h-reiserfs-3.6.patch.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="-amd64 ~hppa x86" -IUSE="" - -RDEPEND="" - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}"/${P}-errno.patch - epatch "${FILESDIR}"/${P}-vfat.patch - epatch "${FILESDIR}"/${P}-ntfs.patch - epatch "${FILESDIR}"/${P}-PIC.patch - epatch "${FILESDIR}"/${P}-no-_syscall.patch - epatch "${WORKDIR}"/gpart-0.1h-reiserfs-3.6.patch - sed -i -e "/^CFLAGS/s: -O2 : ${CFLAGS} :" make.defs -} - -src_install() { - dobin src/gpart || die - doman man/gpart.8 - dodoc README Changes INSTALL LSM -} |