X-Git-Url: https://git.bzium.org/embe/overlay.git/blobdiff_plain/87429cc89dab81c0159e79be9d8c6549787f68c4..7391efc7afac79b9a54dec9f8fa93876bf9d361b:/app-misc/choinka/choinka-9999.ebuild?ds=sidebyside diff --git a/app-misc/choinka/choinka-9999.ebuild b/app-misc/choinka/choinka-9999.ebuild index 83bc3c7..c827547 100644 --- a/app-misc/choinka/choinka-9999.ebuild +++ b/app-misc/choinka/choinka-9999.ebuild @@ -1,12 +1,8 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ +EAPI="6" -EAPI="4" +EGIT_REPO_URI="https://git.bzium.org/embe/choinka.git" -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="" @@ -16,9 +12,5 @@ SLOT="0" KEYWORDS="" IUSE="" -DEPEND="sys-libs/ncurses" -RDEPEND="${DEPEND}" - -src_prepare() { - eautoreconf -} +RDEPEND="sys-libs/ncurses:0=" +DEPEND="${RDEPEND}"