From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Rtfoq-0001mu-5m for garchives@archives.gentoo.org; Sat, 04 Feb 2012 13:38:20 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 31DDBE05BE; Sat, 4 Feb 2012 13:38:11 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 04B9EE05BE for ; Sat, 4 Feb 2012 13:38:10 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5298C1B400B for ; Sat, 4 Feb 2012 13:38:10 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id C4FEC8004F for ; Sat, 4 Feb 2012 13:38:09 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: <258f9166305b318f1688b15ca3eabc0ba9cdcdcc.johu@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: app-editors/qxmledit/ X-VCS-Repository: proj/qt X-VCS-Files: app-editors/qxmledit/qxmledit-9999.ebuild X-VCS-Directories: app-editors/qxmledit/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 258f9166305b318f1688b15ca3eabc0ba9cdcdcc Date: Sat, 4 Feb 2012 13:38:09 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 600c0d44-a08f-444a-9d33-d7f752a1a132 X-Archives-Hash: 5ee6e656fa194242488fc1da0154316d commit: 258f9166305b318f1688b15ca3eabc0ba9cdcdcc Author: Johannes Huber gentoo org> AuthorDate: Sat Feb 4 13:40:21 2012 +0000 Commit: Johannes Huber gentoo org> CommitDate: Sat Feb 4 13:40:21 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/qt.git;a=3Dco= mmit;h=3D258f9166 [app-editors/qxmledit] EAPI 4 (Portage version: 2.2.0_alpha84/git/Linux i686, unsigned Manifest commit) --- app-editors/qxmledit/qxmledit-9999.ebuild | 15 +++++---------- 1 files changed, 5 insertions(+), 10 deletions(-) diff --git a/app-editors/qxmledit/qxmledit-9999.ebuild b/app-editors/qxml= edit/qxmledit-9999.ebuild index eaf5bee..e3e0128 100644 --- a/app-editors/qxmledit/qxmledit-9999.ebuild +++ b/app-editors/qxmledit/qxmledit-9999.ebuild @@ -1,17 +1,14 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ =20 -EAPI=3D"2" +EAPI=3D4 =20 inherit qt4-edge subversion =20 -MY_PN=3D"${PN}-src" -MY_P=3D"${MY_PN}-${PV}" - DESCRIPTION=3D"Qt4 XML Editor" HOMEPAGE=3D"http://code.google.com/p/qxmledit/" -ESVN_REPO_URI=3D"http://qxmledit.googlecode.com/svn/trunk/" +ESVN_REPO_URI=3D"http://${PN}.googlecode.com/svn/trunk/" =20 LICENSE=3D"GPL-2" SLOT=3D"0" @@ -21,13 +18,11 @@ IUSE=3D"debug" DEPEND=3D"x11-libs/qt-gui:4" RDEPEND=3D"${DEPEND}" =20 +DOCS=3D( AUTHORS NEWS README TODO ) DOCSDIR=3D"${WORKDIR}/${P}" -DOCS=3D"AUTHORS NEWS README TODO" =20 src_prepare(){ subversion_src_prepare - # workaround for b0rked subversion eclass - S=3D"${WORKDIR}/${P}/src" # fix installation path sed -i "/^target.path/ s/\/opt\/${PN}/\/usr\/bin/" src/QXmlEdit.pro || = \ die "failed to fix installation path" @@ -39,6 +34,6 @@ src_prepare(){ =20 src_install(){ qt4-edge_src_install - newicon "${S}"/images/icon.png ${PN}.png + newicon "${S}"/src/images/icon.png ${PN}.png make_desktop_entry QXmlEdit QXmlEdit ${PN} "Qt;Utility;TextEditor;" }