-EBUILD choinka-9999.ebuild 482 RMD160 2b5fc3bf2b0277580c7abe58bc35e52393ada1a2 SHA1 ae0da4c2af0083134577983d48f7a1796af287c9 SHA256 f3bad6b61560b5903d9e47fc1b5d040cecc3d1fe3f439fe3399ec97219bc235e
+EBUILD choinka-9999.ebuild 435 RMD160 a3a2f36015b3fe112cdd1b63fc7d080193d02c58 SHA1 f63896a50cd2701666cee743811e97a7d945db4b SHA256 f3a5152261ac32ed26dd8274f64fbe6ad693df65f92d6e4d8cd8520ecf30d6ff
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-EAPI="3"
+EAPI="4"
EGIT_REPO_URI="git://toy.bzium.org/~embe/choinka.git"
-inherit git autotools
+inherit git-2 autotools
DESCRIPTION="A simple program for displaying a Christmas tree on the console."
HOMEPAGE=""
src_prepare() {
eautoreconf
}
-
-src_install() {
- emake DESTDIR="${D}" install
-}