summaryrefslogtreecommitdiff
path: root/sys-block/gpart/gpart-0.1h-r2.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'sys-block/gpart/gpart-0.1h-r2.ebuild')
-rw-r--r--sys-block/gpart/gpart-0.1h-r2.ebuild37
1 files changed, 0 insertions, 37 deletions
diff --git a/sys-block/gpart/gpart-0.1h-r2.ebuild b/sys-block/gpart/gpart-0.1h-r2.ebuild
deleted file mode 100644
index ef944c939f1a..000000000000
--- a/sys-block/gpart/gpart-0.1h-r2.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-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 "${WORKDIR}"/gpart-0.1h-reiserfs-3.6.patch
- epatch "${FILESDIR}"/${P}-l64seek.patch
- epatch "${FILESDIR}"/${P}-openmode.patch
- sed -i -e "/^CFLAGS/s: -O2 : ${CFLAGS} :" make.defs
- sed -i -e "/^LDFLAGS/s:=:=${LDFLAGS} :" make.defs
-}
-
-src_install() {
- dobin src/gpart || die
- doman man/gpart.8
- dodoc README Changes INSTALL LSM
-}