diff options
author | Torsten Veller <tove@gentoo.org> | 2006-07-18 17:05:01 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2006-07-18 17:05:01 +0000 |
commit | c81b4903ce0773b213c71b8922fb3d3542cd9c59 (patch) | |
tree | 871dabb9668457e9563a9ac6125eaa960797b23b /app-misc/wyrd/wyrd-1.4.1.ebuild | |
parent | Bump to 1.2.9 (bug #130696). (diff) | |
download | gentoo-2-c81b4903ce0773b213c71b8922fb3d3542cd9c59.tar.gz gentoo-2-c81b4903ce0773b213c71b8922fb3d3542cd9c59.tar.bz2 gentoo-2-c81b4903ce0773b213c71b8922fb3d3542cd9c59.zip |
Version bump. Removed old versions.
(Portage version: 2.1.1_pre3-r1)
Diffstat (limited to 'app-misc/wyrd/wyrd-1.4.1.ebuild')
-rw-r--r-- | app-misc/wyrd/wyrd-1.4.1.ebuild | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/app-misc/wyrd/wyrd-1.4.1.ebuild b/app-misc/wyrd/wyrd-1.4.1.ebuild new file mode 100644 index 000000000000..27f8172d16ee --- /dev/null +++ b/app-misc/wyrd/wyrd-1.4.1.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-misc/wyrd/wyrd-1.4.1.ebuild,v 1.1 2006/07/18 17:05:01 tove 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="~ppc ~sparc ~x86" +IUSE="" + +DEPEND=">=dev-lang/ocaml-3.08 + sys-libs/ncurses + >=x11-misc/remind-03.00.24" + +src_install() { + make DESTDIR="${D}" install || die "install died" + + dodoc ChangeLog || die "dodoc failed" + dohtml doc/manual.html || die "dohtml failed" +} |