]> Pileus Git - ~andy/sunrise/commitdiff
app-text/cuneiform-qt: Migrate to qt4-r2 eclass
authorMarkos Chandras <hwoarang@gentoo.org>
Tue, 12 Jan 2010 17:55:25 +0000 (17:55 +0000)
committerMarkos Chandras <hwoarang@gentoo.org>
Tue, 12 Jan 2010 17:55:25 +0000 (17:55 +0000)
svn path=/sunrise/; revision=9854

app-text/cuneiform-qt/ChangeLog
app-text/cuneiform-qt/Manifest
app-text/cuneiform-qt/cuneiform-qt-0.1.2.ebuild
app-text/cuneiform-qt/cuneiform-qt-9999.ebuild

index 4a575055c540baf9aa2291cfbdf882d7a9118ba5..a5c8abaa2d58cea283f26e6e6e69e2abd266c19f 100644 (file)
@@ -1,7 +1,11 @@
 # ChangeLog for app-text/cuneiform-qt
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  12 Jan 2010; Markos Chandras <hwoarang@gentoo.org>
+  cuneiform-qt-0.1.2.ebuild, cuneiform-qt-9999.ebuild:
+  Migrate to qt4-r2 eclass
+
   25 Aug 2009; Thomas Sachau (Tommy[D]) <tommy@gentoo.org>
   cuneiform-qt-9999.ebuild:
   Drop keywords for live ebuild
index 0fe877a7c7ab636592219a207ba4a827306a8d91..cfebb52edfe0747be29fd6be8a396fcdb7cab89d 100644 (file)
@@ -1,5 +1,5 @@
 DIST cuneiform-qt-0.1.2.tar.bz2 23252 RMD160 40848545214665b60611b3da290b637066bc09fc SHA1 4558782bd5b40d3798e83649437d43662fd2bc61 SHA256 2b713e5ab855a50ab888b6b033073c2cbb39616b6744dae5a6b2831405d64236
-EBUILD cuneiform-qt-0.1.2.ebuild 733 RMD160 b3ac257b7a54a378721d985d3e23df24ed11d1e9 SHA1 835da4fbad24148298a7daa14c76424015d4395b SHA256 8361d2a1f81d092164a7de2d17e548b0a4e390481e4694660795b7d22587638a
-EBUILD cuneiform-qt-9999.ebuild 766 RMD160 28bdd8b26281737745a1ba6185b91b980cb431c0 SHA1 5672b94ef5cc619d62e7b514f0eb6c133e99b532 SHA256 9524139f4842d30f0c33d34ba7d4b36243e0ded27b70004aae2f314238b4288b
-MISC ChangeLog 824 RMD160 0b709ba5c1c669d209bcb3ef3d2846408b7527c0 SHA1 93da8a457475d0fc162880201c77634579f5c093 SHA256 0d5d61a6d12ce6bd3808ed7aec8f9f5c4dc748bb82486f6c18dc46f87a34397f
+EBUILD cuneiform-qt-0.1.2.ebuild 630 RMD160 c9db9fa5108715dedc310bbf0ad6146e22ffb062 SHA1 d97b823d29c48f4daf22731bb6f36546be795d75 SHA256 78535fa2a2027f37d18c7a05b124d07ce806520b2ccd163eb9768eb5c4a12a4f
+EBUILD cuneiform-qt-9999.ebuild 702 RMD160 b6796633e1f3834cf32bfe83618a99ed4d2bc880 SHA1 eb3b7143c062528276003fbacfe33b286ba63efe SHA256 613fc2a2b23f644bdaec140a433bec0de2be19123ea9735b838e0ce497391780
+MISC ChangeLog 960 RMD160 cfaefd046c5267fb33d5cb78fae3315b70ecdfc2 SHA1 a7bc03d3fae8c9de0522089830a3ecf89a1dd28f SHA256 077832af0bcc23a1c22323658260ac548425599b80bc76105739b7f77879681b
 MISC metadata.xml 170 RMD160 645927a396fdc21cdeb089fe42c5397332420ea6 SHA1 ac7f48a14fec325926f9ce1be8fbf1f311b4f2e4 SHA256 d797a2ec6f9dc516c9f9c1a758ee87ad3e8c43101b5dc76c2f872d5bd4639b42
index 8e769b2e58704fb3d51a42f363c5f23d10bf6eeb..64dba16b039a55d0b48c44f9523415700e6daa1a 100644 (file)
@@ -1,10 +1,10 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
-EAPI="1"
+EAPI="2"
 
-inherit qt4
+inherit qt4-r2
 
 DESCRIPTION="Qt interface for Cuneiform"
 HOMEPAGE="http://www.altlinux.org/Cuneiform-Qt"
@@ -19,13 +19,10 @@ DEPEND="x11-libs/qt-gui:4
        app-text/cuneiform"
 RDEPEND="${DEPEND}"
 
+DOCS="AUTHORS README TODO"
+
 src_compile () {
        sed 's:/share/apps/cuneiform-qt/:/share/cuneiform-qt/:' -i cuneiform-qt.pro || die "Cannot patch cuneiform-qt.pro"
        PREFIX="/usr" eqmake4
        emake || die "Cannot run make"
 }
-
-src_install() {
-       dodoc AUTHORS README TODO || die "Cannot install docs"
-       INSTALL_ROOT="${D}" emake install || die "Cannot install"
-}
index d69984a92c7da7e3ce8ee845b5011119bdcc99b5..c6f797df8cd12c15192a8dbe7049fca353866129 100644 (file)
@@ -1,10 +1,10 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
-EAPI="1"
+EAPI="2"
 
-inherit qt4 git
+inherit qt4-r2 git
 
 EGIT_REPO_URI="git://git.altlinux.org/people/cas/packages/${PN}.git"
 
@@ -20,6 +20,8 @@ DEPEND="x11-libs/qt-gui:4
        app-text/cuneiform"
 RDEPEND="${DEPEND}"
 
+DOCS="AUTHORS README TODO"
+
 src_compile () {
        cd ${PN}
        sed 's:/share/apps/cuneiform-qt/:/share/cuneiform-qt/:' -i cuneiform-qt.pro || die "Cannot patch cuneiform-qt.pro"
@@ -29,6 +31,5 @@ src_compile () {
 
 src_install() {
        cd ${PN}
-       dodoc AUTHORS README TODO || die "Cannot install docs"
-       INSTALL_ROOT="${D}" emake install || die "Cannot install"
+       qt4-r2_src_install
 }