Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/wyrd/
Date: Sat, 25 Jun 2016 17:28:11
Message-Id: 1466873984.8e8c1a45d8b2c6a894f482e938d627b7b2abc74b.monsieurp@gentoo
1 commit: 8e8c1a45d8b2c6a894f482e938d627b7b2abc74b
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jun 25 16:59:44 2016 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Sat Jun 25 16:59:44 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e8c1a45
7
8 app-misc/wyrd: Clean up old.
9
10 Package-Manager: portage-2.2.28
11
12 app-misc/wyrd/wyrd-1.4.6.ebuild | 35 -----------------------------------
13 1 file changed, 35 deletions(-)
14
15 diff --git a/app-misc/wyrd/wyrd-1.4.6.ebuild b/app-misc/wyrd/wyrd-1.4.6.ebuild
16 deleted file mode 100644
17 index a6f5789..0000000
18 --- a/app-misc/wyrd/wyrd-1.4.6.ebuild
19 +++ /dev/null
20 @@ -1,35 +0,0 @@
21 -# Copyright 1999-2015 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -# $Id$
24 -
25 -EAPI=5
26 -
27 -DESCRIPTION="Text-based front-end to Remind"
28 -HOMEPAGE="http://pessimization.com/software/wyrd/"
29 -SRC_URI="http://pessimization.com/software/wyrd/${P}.tar.gz"
30 -
31 -LICENSE="GPL-2"
32 -SLOT="0"
33 -KEYWORDS="amd64 ~ppc x86"
34 -IUSE="unicode"
35 -
36 -RDEPEND="
37 - sys-libs/ncurses[unicode?]
38 - >=app-misc/remind-03.01
39 - || ( dev-ml/camlp4:= <dev-lang/ocaml-4.02.0 )
40 -"
41 -DEPEND="${RDEPEND}
42 - >=dev-lang/ocaml-3.08
43 -"
44 -
45 -src_configure() {
46 - econf \
47 - $(use_enable unicode utf8)
48 -}
49 -
50 -src_install() {
51 - export STRIP_MASK="/usr/bin/wyrd"
52 - emake DESTDIR="${D}" install
53 - dodoc ChangeLog
54 - dohtml doc/manual.html
55 -}