summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2005-07-12 15:52:52 +0000
committerMichael Cummings <mcummings@gentoo.org>2005-07-12 15:52:52 +0000
commit136b6a2ee7782306d35f9c42f63a9f8846c5e31e (patch)
tree0d224b5de6901c97fd8336830232d05a505e6778 /app-misc/wyrd
parentfix for #98777, http_port_t has to be ifdef'ed (diff)
downloadhistorical-136b6a2ee7782306d35f9c42f63a9f8846c5e31e.tar.gz
historical-136b6a2ee7782306d35f9c42f63a9f8846c5e31e.tar.bz2
historical-136b6a2ee7782306d35f9c42f63a9f8846c5e31e.zip
Initial checkin
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'app-misc/wyrd')
-rw-r--r--app-misc/wyrd/ChangeLog10
-rw-r--r--app-misc/wyrd/Manifest14
-rw-r--r--app-misc/wyrd/files/digest-wyrd-1.0.01
-rw-r--r--app-misc/wyrd/metadata.xml13
-rw-r--r--app-misc/wyrd/wyrd-1.0.0.ebuild22
5 files changed, 60 insertions, 0 deletions
diff --git a/app-misc/wyrd/ChangeLog b/app-misc/wyrd/ChangeLog
new file mode 100644
index 000000000000..13ad3a0c383c
--- /dev/null
+++ b/app-misc/wyrd/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for app-misc/wyrd
+# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-misc/wyrd/ChangeLog,v 1.1 2005/07/12 15:52:51 mcummings Exp $
+
+*wyrd-1.0.0 (12 Jul 2005)
+
+ 12 Jul 2005; Michael Cummings <mcummings@gentoo.org> +metadata.xml,
+ +wyrd-1.0.0.ebuild:
+ Initial checkin
+
diff --git a/app-misc/wyrd/Manifest b/app-misc/wyrd/Manifest
new file mode 100644
index 000000000000..d61b0b568ffa
--- /dev/null
+++ b/app-misc/wyrd/Manifest
@@ -0,0 +1,14 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
+MD5 09dda41a5436b8fbc37c6266a28dac18 wyrd-1.0.0.ebuild 598
+MD5 fae0bc3e58faba495066337f3f138ab5 metadata.xml 386
+MD5 899c691ef45ca220f2d5107ef61f7185 ChangeLog 340
+MD5 65a525dfc3a83c73839897525012df68 files/digest-wyrd-1.0.0 62
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.1 (GNU/Linux)
+
+iD8DBQFC0+cutG5z4I8BtQoRAocuAJ97v+bUMouvRs7c1uMNTBTZr5pOygCghmH+
+jvgGCDCT1hZpwKuQAy0B3O8=
+=e1Fx
+-----END PGP SIGNATURE-----
diff --git a/app-misc/wyrd/files/digest-wyrd-1.0.0 b/app-misc/wyrd/files/digest-wyrd-1.0.0
new file mode 100644
index 000000000000..4ac22603c11d
--- /dev/null
+++ b/app-misc/wyrd/files/digest-wyrd-1.0.0
@@ -0,0 +1 @@
+MD5 ecf0feecd3d13001593235a43b4fb32a wyrd-1.0.0.tar.gz 191988
diff --git a/app-misc/wyrd/metadata.xml b/app-misc/wyrd/metadata.xml
new file mode 100644
index 000000000000..41891a04858e
--- /dev/null
+++ b/app-misc/wyrd/metadata.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd></herd>
+<maintainer>
+<email>mcummings@gentoo.org</email>
+<name>Michael Cummings</name>
+</maintainer>
+<longdescription lang="en">
+Wyrd is a curses front end to the reminder programer, ideal for use in clients like mutt.
+</longdescription>
+</pkgmetadata>
+
diff --git a/app-misc/wyrd/wyrd-1.0.0.ebuild b/app-misc/wyrd/wyrd-1.0.0.ebuild
new file mode 100644
index 000000000000..123aa9d7f51d
--- /dev/null
+++ b/app-misc/wyrd/wyrd-1.0.0.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-misc/wyrd/wyrd-1.0.0.ebuild,v 1.1 2005/07/12 15:52:51 mcummings Exp $
+
+DESCRIPTION="Text-based front-end to Remind"
+HOMEPAGE="http://www.eecs.umich.edu/~pelzlpj/wyrd/"
+SRC_URI="http://www.eecs.umich.edu/~pelzlpj/wyrd/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~sparc ~x86"
+IUSE=""
+
+DEPEND=">=dev-lang/ocaml-3.08
+ sys-libs/ncurses
+ >=x11-misc/remind-3.0.23"
+
+RDEPEND="${DEPEND}"
+
+src_install() {
+ make install DESTDIR=${D} || die "install died"
+}