-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="3"
+EAPI="5"
EGIT_REPO_URI="git://toy.bzium.org/~embe/choinka.git"
-inherit git autotools
+inherit git-r3 autotools
DESCRIPTION="A simple program for displaying a Christmas tree on the console."
HOMEPAGE=""
src_prepare() {
eautoreconf
}
-
-src_install() {
- emake DESTDIR="${D}" install
-}