summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Portnoy <avenj@gentoo.org>2003-04-22 21:11:44 +0000
committerJon Portnoy <avenj@gentoo.org>2003-04-22 21:11:44 +0000
commit27481eca4ddb21fa3ff519c7f77b8700b9239b7d (patch)
tree7e9053223f16def2f01816026a01898391092d62 /app-misc/jot
parentInitial import, ebuild submitted by Ryan Shaw (diff)
downloadhistorical-27481eca4ddb21fa3ff519c7f77b8700b9239b7d.tar.gz
historical-27481eca4ddb21fa3ff519c7f77b8700b9239b7d.tar.bz2
historical-27481eca4ddb21fa3ff519c7f77b8700b9239b7d.zip
Initial import, ebuild submitted by Ryan Shaw
Diffstat (limited to 'app-misc/jot')
-rw-r--r--app-misc/jot/Manifest3
-rw-r--r--app-misc/jot/files/digest-jot-9.01
-rw-r--r--app-misc/jot/jot-9.0.ebuild30
3 files changed, 33 insertions, 1 deletions
diff --git a/app-misc/jot/Manifest b/app-misc/jot/Manifest
index d327b3f0ac34..dc03232ba00e 100644
--- a/app-misc/jot/Manifest
+++ b/app-misc/jot/Manifest
@@ -1,2 +1,3 @@
-MD5 0879fd2c2426d5f9b5e714ece5223961 jot-9.0.ebuild 673
+MD5 06e7d3b84cd77a391c4170823cc5c439 jot-9.0.ebuild 762
+MD5 814f5584247523e7d995aa5a1dddfb41 ChangeLog 398
MD5 5a4263e2d5865b49094087967b5359e3 files/digest-jot-9.0 68
diff --git a/app-misc/jot/files/digest-jot-9.0 b/app-misc/jot/files/digest-jot-9.0
new file mode 100644
index 000000000000..a7018b5ae3eb
--- /dev/null
+++ b/app-misc/jot/files/digest-jot-9.0
@@ -0,0 +1 @@
+MD5 725ab1653662be684d8bee8bb556982e athena-jot-9.0-3.src.rpm 25378
diff --git a/app-misc/jot/jot-9.0.ebuild b/app-misc/jot/jot-9.0.ebuild
new file mode 100644
index 000000000000..eafac3a2df8d
--- /dev/null
+++ b/app-misc/jot/jot-9.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-misc/jot/jot-9.0.ebuild,v 1.1 2003/04/22 21:11:33 avenj Exp $
+
+DESCRIPTION="Print out increasing, decreasing, random, or redundant data"
+HOMEPAGE="http://freshmeat.net/projects/bsd-jot/"
+SRC_URI="http://www.mit.edu/afs/athena/system/rhlinux/athena-9.0/free/SRPMS/athena-jot-9.0-3.src.rpm"
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE=""
+DEPEND="rpm2targz"
+RDEPEND=""
+S="${WORKDIR}/athena-jot-9.0"
+
+src_unpack() {
+ cd ${WORKDIR}
+ rpm2targz ${DISTDIR}/${A}
+ tar xzf athena-jot-9.0-3.src.tar.gz
+ tar xzf athena-jot-9.0.tar.gz
+}
+
+src_compile() {
+ econf || die
+ emake || die
+}
+
+src_install() {
+ einstall || die
+}