pinkbyte    14/07/14 05:21:12

  Modified:             ChangeLog qrosscore-9999.ebuild
                        qrosscore-0.3.1.ebuild
  Log:
  Bump EAPI to 5, migrate live ebuild to git-r3 eclass
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0x1F357D42)

Revision  Changes    Path
1.10                 dev-libs/qrosscore/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/qrosscore/ChangeLog?rev=1.10&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/qrosscore/ChangeLog?rev=1.10&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/qrosscore/ChangeLog?r1=1.9&r2=1.10

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/qrosscore/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog   8 Jan 2014 09:30:36 -0000       1.9
+++ ChangeLog   14 Jul 2014 05:21:12 -0000      1.10
@@ -1,6 +1,10 @@
 # ChangeLog for dev-libs/qrosscore
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/qrosscore/ChangeLog,v 1.9 
2014/01/08 09:30:36 maksbotan Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/qrosscore/ChangeLog,v 1.10 
2014/07/14 05:21:12 pinkbyte Exp $
+
+  14 Jul 2014; Sergey Popov <[email protected]> qrosscore-0.3.1.ebuild,
+  qrosscore-9999.ebuild:
+  Bump EAPI to 5, migrate live ebuild to git-r3 eclass
 
 *qrosscore-0.3.1 (08 Jan 2014)
 



1.5                  dev-libs/qrosscore/qrosscore-9999.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/qrosscore/qrosscore-9999.ebuild?rev=1.5&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/qrosscore/qrosscore-9999.ebuild?rev=1.5&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/qrosscore/qrosscore-9999.ebuild?r1=1.4&r2=1.5

Index: qrosscore-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/qrosscore/qrosscore-9999.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- qrosscore-9999.ebuild       27 Dec 2013 15:06:51 -0000      1.4
+++ qrosscore-9999.ebuild       14 Jul 2014 05:21:12 -0000      1.5
@@ -1,13 +1,12 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/qrosscore/qrosscore-9999.ebuild,v 
1.4 2013/12/27 15:06:51 maksbotan Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/qrosscore/qrosscore-9999.ebuild,v 
1.5 2014/07/14 05:21:12 pinkbyte Exp $
 
-EAPI=3
+EAPI=5
 
 EGIT_REPO_URI="git://github.com/0xd34df00d/Qross.git"
-EGIT_PROJECT="qross"
 
-inherit cmake-utils git-2
+inherit cmake-utils git-r3
 
 DESCRIPTION="KDE-free version of Kross (core libraries and Qt Script backend)."
 HOMEPAGE="http://github.com/0xd34df00d/Qross";
@@ -17,10 +16,12 @@
 KEYWORDS=""
 IUSE="debug"
 
-DEPEND="dev-qt/qtcore:4
-               dev-qt/qtgui:4
-               dev-qt/designer:4
-               dev-qt/qtscript:4"
-RDEPEND="${DEPEND}"
+RDEPEND="
+       dev-qt/qtcore:4
+       dev-qt/qtgui:4
+       dev-qt/designer:4
+       dev-qt/qtscript:4
+"
+DEPEND="${RDEPEND}"
 
 CMAKE_USE_DIR="${S}/src/qross"



1.2                  dev-libs/qrosscore/qrosscore-0.3.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/qrosscore/qrosscore-0.3.1.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/qrosscore/qrosscore-0.3.1.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/qrosscore/qrosscore-0.3.1.ebuild?r1=1.1&r2=1.2

Index: qrosscore-0.3.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/qrosscore/qrosscore-0.3.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- qrosscore-0.3.1.ebuild      8 Jan 2014 09:30:36 -0000       1.1
+++ qrosscore-0.3.1.ebuild      14 Jul 2014 05:21:12 -0000      1.2
@@ -1,23 +1,26 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/qrosscore/qrosscore-0.3.1.ebuild,v 
1.1 2014/01/08 09:30:36 maksbotan Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/qrosscore/qrosscore-0.3.1.ebuild,v 
1.2 2014/07/14 05:21:12 pinkbyte Exp $
 
-EAPI=3
+EAPI=5
 
 inherit cmake-utils
 
 DESCRIPTION="KDE-free version of Kross (core libraries and Qt Script backend)"
 HOMEPAGE="http://github.com/0xd34df00d/Qross";
 SRC_URI="https://github.com/0xd34df00d/Qross/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-S="${WORKDIR}/Qross-${PV}/src/qross"
 
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="debug"
 
-DEPEND="dev-qt/qtcore:4
-               dev-qt/qtgui:4
-               dev-qt/designer:4
-               dev-qt/qtscript:4"
-RDEPEND="${DEPEND}"
+RDEPEND="
+       dev-qt/qtcore:4
+       dev-qt/qtgui:4
+       dev-qt/designer:4
+       dev-qt/qtscript:4
+"
+DEPEND="${RDEPEND}"
+
+S="${WORKDIR}/Qross-${PV}/src/qross"




Reply via email to