mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 18:58:08 -07:00
app-misc/wyrd: Clean up old.
Package-Manager: portage-2.2.28
This commit is contained in:
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user