eegorov 8 năm trước cách đây
mục cha
commit
6c16623c81

+ 3 - 0
net-im/cutegram/ChangeLog

@@ -2,6 +2,9 @@
 # Copyright 1999-2016 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  07 Oct 2016; eegorov <egor.y.egorov@gmail.com> cutegram-9999.ebuild:
+  EAPI=6
+
   29 Sep 2016; eegorov <egor.y.egorov@gmail.com> cutegram-9999.ebuild:
   Add mising dependency
 

+ 1 - 1
net-im/cutegram/cutegram-9999.ebuild

@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 
 inherit qmake-utils git-r3
 

+ 3 - 0
net-misc/TelegramQML/ChangeLog

@@ -2,6 +2,9 @@
 # Copyright 1999-2016 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  07 Oct 2016; eegorov <egor.y.egorov@gmail.com> TelegramQML-9999.ebuild:
+  EAPI=6
+
 *TelegramQML-9999 (28 Sep 2016)
 
   28 Sep 2016; eegorov <egor.y.egorov@gmail.com> +TelegramQML-9999.ebuild,

+ 2 - 1
net-misc/TelegramQML/TelegramQML-9999.ebuild

@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 
 inherit qmake-utils git-r3
 
@@ -25,6 +25,7 @@ RDEPEND="${DEPEND}"
 
 src_prepare() {
 	sed -i 's/\/$$LIB_PATH//g' ./telegramqml.pro
+	default
 }
 
 src_configure() {

+ 3 - 0
net-misc/aseman-qt-tools/ChangeLog

@@ -2,6 +2,9 @@
 # Copyright 1999-2016 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  07 Oct 2016; eegorov <egor.y.egorov@gmail.com> aseman-qt-tools-9999.ebuild:
+  EAPI=6
+
 *aseman-qt-tools-9999 (28 Sep 2016)
 
   28 Sep 2016; eegorov <egor.y.egorov@gmail.com> +aseman-qt-tools-9999.ebuild,

+ 1 - 1
net-misc/aseman-qt-tools/aseman-qt-tools-9999.ebuild

@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 
 inherit qmake-utils git-r3
 

+ 3 - 0
net-misc/libqtelegram-ae/ChangeLog

@@ -2,6 +2,9 @@
 # Copyright 1999-2016 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  07 Oct 2016; eegorov <egor.y.egorov@gmail.com> libqtelegram-ae-9999.ebuild:
+  EAPI=6
+
 *libqtelegram-ae-9999 (28 Sep 2016)
 
   28 Sep 2016; eegorov <egor.y.egorov@gmail.com> +libqtelegram-ae-9999.ebuild,

+ 6 - 5
net-misc/libqtelegram-ae/libqtelegram-ae-9999.ebuild

@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 
 inherit qmake-utils git-r3
 
@@ -28,15 +28,16 @@ DEPEND="
 "
 RDEPEND="${DEPEND}"
 
-src_prepare(){
+src_prepare() {
 	sed -i 's/\/$$LIB_PATH//g' ./libqtelegram-ae.pro
-	QT_SELECT=5 ./init || die
+	default
 }
 
-src_configure(){
+src_configure() {
+	QT_SELECT=5 ./init
 	eqmake5 PREFIX="${EPREFIX}/usr" CONFIG+=typeobjects
 }
 
-src_install(){
+src_install() {
 	emake INSTALL_ROOT="${D}" install
 }