]> git.bzium.org - embe/overlay.git/blobdiff - app-misc/choinka/choinka-9999.ebuild
Podbicie EAPI do 5: app-misc/choinka-9999
[embe/overlay.git] / app-misc / choinka / choinka-9999.ebuild
index 421ab5c5494fc3a82ca21d02ef5da3caa2ac7436..26e094001bdf7fb26e361d17265018b41d47645c 100644 (file)
@@ -1,12 +1,8 @@
-# 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-2 autotools
 
 DESCRIPTION="A simple program for displaying a Christmas tree on the console."
 HOMEPAGE=""
@@ -22,7 +18,3 @@ RDEPEND="${DEPEND}"
 src_prepare() {
        eautoreconf
 }
-
-src_install() {
-       emake DESTDIR="${D}" install
-}