-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="4"
+EAPI="6"
EGIT_REPO_URI="git://toy.bzium.org/~embe/choinka.git"
-inherit git-2 autotools
+inherit git-r3 meson
DESCRIPTION="A simple program for displaying a Christmas tree on the console."
HOMEPAGE=""
KEYWORDS=""
IUSE=""
-DEPEND="sys-libs/ncurses"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
- eautoreconf
-}
+RDEPEND="sys-libs/ncurses:0="
+DEPEND="${RDEPEND}"