summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeth Chandler <sethbc@gentoo.org>2003-02-16 06:59:24 +0000
committerSeth Chandler <sethbc@gentoo.org>2003-02-16 06:59:24 +0000
commitbe13b32982fa9fe2e9d4b06a5e80e1d15c461803 (patch)
tree5f89f98651f173f61d858428e0db2220fce31df4 /sys-apps/gpart
parentheader fixes (diff)
downloadgentoo-2-be13b32982fa9fe2e9d4b06a5e80e1d15c461803.tar.gz
gentoo-2-be13b32982fa9fe2e9d4b06a5e80e1d15c461803.tar.bz2
gentoo-2-be13b32982fa9fe2e9d4b06a5e80e1d15c461803.zip
added gpart to portage...
Diffstat (limited to 'sys-apps/gpart')
-rw-r--r--sys-apps/gpart/ChangeLog7
-rw-r--r--sys-apps/gpart/files/digest-gpart-0.1h1
-rw-r--r--sys-apps/gpart/gpart-0.1h.ebuild29
3 files changed, 37 insertions, 0 deletions
diff --git a/sys-apps/gpart/ChangeLog b/sys-apps/gpart/ChangeLog
new file mode 100644
index 000000000000..827cc4ae16dd
--- /dev/null
+++ b/sys-apps/gpart/ChangeLog
@@ -0,0 +1,7 @@
+# ChangeLog sys-app/gpart
+# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/gpart/ChangeLog,v 1.1 2003/02/16 06:59:24 sethbc Exp $
+
+*gpart-0.1h (09 Feb 2003)
+ 15 Feb 2003: Seth Chandler <sethbc@gentoo.org> gpart-0.1h.ebuild:
+ added gpart to portage...
diff --git a/sys-apps/gpart/files/digest-gpart-0.1h b/sys-apps/gpart/files/digest-gpart-0.1h
new file mode 100644
index 000000000000..afb4e36dea6a
--- /dev/null
+++ b/sys-apps/gpart/files/digest-gpart-0.1h
@@ -0,0 +1 @@
+MD5 ee3a2d2dde70bcf404eb354b3d1ee6d4 gpart-0.1h.tar.gz 52352
diff --git a/sys-apps/gpart/gpart-0.1h.ebuild b/sys-apps/gpart/gpart-0.1h.ebuild
new file mode 100644
index 000000000000..ac64f4c8af3a
--- /dev/null
+++ b/sys-apps/gpart/gpart-0.1h.ebuild
@@ -0,0 +1,29 @@
+
+DESCRIPTION="Partition table rescue/guessing tool"
+SRC_URI="http://www.stud.uni-hannover.de/user/76201/gpart/${P}.tar.gz"
+HOMEPAGE="http://www.stud.uni-hannover.de/user/76201/gpart/"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86"
+
+RDEPEND="virtual/glibc"
+DEPEND="${RDEPEND}"
+
+src_unpack() {
+ unpack ${A}
+}
+
+src_compile() {
+ emake || die
+}
+
+src_install() {
+ into /usr
+ dobin src/gpart
+
+ doman man/gpart.8
+
+ dodoc README CHANGES COPYING INSTALL LSM
+}
+