summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkos Chandras <hwoarang@gentoo.org>2010-01-06 13:36:20 +0000
committerMarkos Chandras <hwoarang@gentoo.org>2010-01-06 13:36:20 +0000
commiteae8b282ef9409d718bbeee8596239ae69b89332 (patch)
tree132e11a399a15114be7090f6707914570b5c63e3 /sci-electronics
parentRemoving vulnerable ebuild, bug 297306 (diff)
downloadgentoo-2-eae8b282ef9409d718bbeee8596239ae69b89332.tar.gz
gentoo-2-eae8b282ef9409d718bbeee8596239ae69b89332.tar.bz2
gentoo-2-eae8b282ef9409d718bbeee8596239ae69b89332.zip
Migrate to qt4-r2 eclass
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Diffstat (limited to 'sci-electronics')
-rw-r--r--sci-electronics/qelectrotech/ChangeLog7
-rw-r--r--sci-electronics/qelectrotech/qelectrotech-0.2-r1.ebuild14
2 files changed, 10 insertions, 11 deletions
diff --git a/sci-electronics/qelectrotech/ChangeLog b/sci-electronics/qelectrotech/ChangeLog
index ef95a9eb144b..eb9b3e290772 100644
--- a/sci-electronics/qelectrotech/ChangeLog
+++ b/sci-electronics/qelectrotech/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sci-electronics/qelectrotech
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-electronics/qelectrotech/ChangeLog,v 1.2 2009/08/29 23:41:38 flameeyes Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-electronics/qelectrotech/ChangeLog,v 1.3 2010/01/06 13:36:20 hwoarang Exp $
+
+ 06 Jan 2010; <hwoarang@gentoo.org> qelectrotech-0.2-r1.ebuild:
+ Migrate to qt4-r2 eclass
*qelectrotech-0.2-r1 (29 Aug 2009)
diff --git a/sci-electronics/qelectrotech/qelectrotech-0.2-r1.ebuild b/sci-electronics/qelectrotech/qelectrotech-0.2-r1.ebuild
index 346fa506aac2..96c1d00d5b36 100644
--- a/sci-electronics/qelectrotech/qelectrotech-0.2-r1.ebuild
+++ b/sci-electronics/qelectrotech/qelectrotech-0.2-r1.ebuild
@@ -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: /var/cvsroot/gentoo-x86/sci-electronics/qelectrotech/qelectrotech-0.2-r1.ebuild,v 1.1 2009/08/29 23:41:38 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-electronics/qelectrotech/qelectrotech-0.2-r1.ebuild,v 1.2 2010/01/06 13:36:20 hwoarang Exp $
EAPI="2"
-inherit qt4
+inherit qt4-r2
MY_P="${PN}-${PV}-src"
@@ -23,16 +23,12 @@ DEPEND="${RDEPEND}
doc? ( app-doc/doxygen )"
S="${WORKDIR}"/${MY_P}
+DOCS="CREDIT ChangeLog README"
PATCHES=( "${FILESDIR}/${P}-fix-paths.patch" )
-src_configure() {
- eqmake4
-}
-
src_install() {
- emake INSTALL_ROOT="${D}" install || die "emake install failed"
- dodoc CREDIT ChangeLog README || die "dodoc failed"
+ qt4-r2_src_install
if use doc; then
doxygen Doxyfile
dohtml -r doc/html/* || die "dohtml failed"