diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2016-06-25 16:59:44 +0000 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2016-06-25 16:59:44 +0000 |
commit | 8e8c1a45d8b2c6a894f482e938d627b7b2abc74b (patch) | |
tree | e42a447398892f7de30d5067d35cd47a908d91d9 /app-misc/wyrd | |
parent | app-misc/wyrd: Stable for amd64. Retroactively mark stable for the remaining ... (diff) | |
download | gentoo-8e8c1a45d8b2c6a894f482e938d627b7b2abc74b.tar.gz gentoo-8e8c1a45d8b2c6a894f482e938d627b7b2abc74b.tar.bz2 gentoo-8e8c1a45d8b2c6a894f482e938d627b7b2abc74b.zip |
app-misc/wyrd: Clean up old.
Package-Manager: portage-2.2.28
Diffstat (limited to 'app-misc/wyrd')
-rw-r--r-- | app-misc/wyrd/wyrd-1.4.6.ebuild | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/app-misc/wyrd/wyrd-1.4.6.ebuild b/app-misc/wyrd/wyrd-1.4.6.ebuild deleted file mode 100644 index a6f57895aac3..000000000000 --- a/app-misc/wyrd/wyrd-1.4.6.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -DESCRIPTION="Text-based front-end to Remind" -HOMEPAGE="http://pessimization.com/software/wyrd/" -SRC_URI="http://pessimization.com/software/wyrd/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ~ppc x86" -IUSE="unicode" - -RDEPEND=" - sys-libs/ncurses[unicode?] - >=app-misc/remind-03.01 - || ( dev-ml/camlp4:= <dev-lang/ocaml-4.02.0 ) -" -DEPEND="${RDEPEND} - >=dev-lang/ocaml-3.08 -" - -src_configure() { - econf \ - $(use_enable unicode utf8) -} - -src_install() { - export STRIP_MASK="/usr/bin/wyrd" - emake DESTDIR="${D}" install - dodoc ChangeLog - dohtml doc/manual.html -} |