diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-04-25 16:08:03 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-04-25 16:08:03 +0000 |
commit | 9f597e83df80bc04531bd3c76d705f8d97fe6b0d (patch) | |
tree | 3cb8e8d3d3afac516504d7aa91aca8f2815bf6a6 /sys-apps/gpart | |
parent | touchups (diff) | |
download | gentoo-2-9f597e83df80bc04531bd3c76d705f8d97fe6b0d.tar.gz gentoo-2-9f597e83df80bc04531bd3c76d705f8d97fe6b0d.tar.bz2 gentoo-2-9f597e83df80bc04531bd3c76d705f8d97fe6b0d.zip |
touchups
Diffstat (limited to 'sys-apps/gpart')
-rw-r--r-- | sys-apps/gpart/gpart-0.1h.ebuild | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/sys-apps/gpart/gpart-0.1h.ebuild b/sys-apps/gpart/gpart-0.1h.ebuild index f8cf409b9bd5..4948eeddaa47 100644 --- a/sys-apps/gpart/gpart-0.1h.ebuild +++ b/sys-apps/gpart/gpart-0.1h.ebuild @@ -1,3 +1,8 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/gpart/gpart-0.1h.ebuild,v 1.3 2003/04/25 16:05:30 vapier Exp $ + +inherit eutils DESCRIPTION="Partition table rescue/guessing tool" SRC_URI="http://www.stud.uni-hannover.de/user/76201/gpart/${P}.tar.gz" @@ -8,13 +13,11 @@ SLOT="0" KEYWORDS="~x86" RDEPEND="virtual/glibc" -DEPEND="${RDEPEND}" - -inherit eutils src_unpack() { unpack ${A} - cd ${S} ; epatch ${FILESDIR}/${P}-errno.diff + cd ${S} + epatch ${FILESDIR}/${P}-errno.diff } src_compile() { @@ -22,11 +25,7 @@ src_compile() { } src_install() { - into /usr dobin src/gpart - doman man/gpart.8 - dodoc README CHANGES COPYING INSTALL LSM } - |