]> git.bzium.org - embe/overlay.git/commitdiff
Aktualizacja ebuilda app-misc/choinka-9999
authorMichał Bartoszkiewicz <mbartoszkiewicz@gmail.com>
Wed, 27 Apr 2011 22:24:52 +0000 (00:24 +0200)
committerMichał Bartoszkiewicz <mbartoszkiewicz@gmail.com>
Wed, 27 Apr 2011 22:24:52 +0000 (00:24 +0200)
app-misc/choinka/Manifest
app-misc/choinka/choinka-9999.ebuild

index fc6977093f704d362453a4221152b18a88deb2f2..8f55ce1e1f3ab93210ba077c9a26e1bbf0662f6e 100644 (file)
@@ -1 +1 @@
-EBUILD choinka-9999.ebuild 482 RMD160 2b5fc3bf2b0277580c7abe58bc35e52393ada1a2 SHA1 ae0da4c2af0083134577983d48f7a1796af287c9 SHA256 f3bad6b61560b5903d9e47fc1b5d040cecc3d1fe3f439fe3399ec97219bc235e
+EBUILD choinka-9999.ebuild 435 RMD160 a3a2f36015b3fe112cdd1b63fc7d080193d02c58 SHA1 f63896a50cd2701666cee743811e97a7d945db4b SHA256 f3a5152261ac32ed26dd8274f64fbe6ad693df65f92d6e4d8cd8520ecf30d6ff
index 421ab5c5494fc3a82ca21d02ef5da3caa2ac7436..83bc3c7fbeec4a1e98743af7d2f0fb5f0e4f3534 100644 (file)
@@ -2,11 +2,11 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
 # 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"
 
 
 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=""
 
 DESCRIPTION="A simple program for displaying a Christmas tree on the console."
 HOMEPAGE=""
@@ -22,7 +22,3 @@ RDEPEND="${DEPEND}"
 src_prepare() {
        eautoreconf
 }
 src_prepare() {
        eautoreconf
 }
-
-src_install() {
-       emake DESTDIR="${D}" install
-}