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 1SWbA0-0005ko-2g for garchives@archives.gentoo.org; Mon, 21 May 2012 22:33:08 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BFBBFE0C68; Mon, 21 May 2012 22:32:49 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 92857E0C68 for ; Mon, 21 May 2012 22:32:49 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 066541B4020 for ; Mon, 21 May 2012 22:32:49 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id BA2B4E542A for ; Mon, 21 May 2012 22:32:47 +0000 (UTC) From: "Davide Pesavento" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Davide Pesavento" Message-ID: <1337639536.3728423aac4a375d6b61c0eb54b084da33342186.pesa@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: app-editors/qxmledit/ X-VCS-Repository: proj/qt X-VCS-Files: app-editors/qxmledit/metadata.xml app-editors/qxmledit/qxmledit-9999.ebuild X-VCS-Directories: app-editors/qxmledit/ X-VCS-Committer: pesa X-VCS-Committer-Name: Davide Pesavento X-VCS-Revision: 3728423aac4a375d6b61c0eb54b084da33342186 X-VCS-Branch: master Date: Mon, 21 May 2012 22:32:47 +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: e73a525b-7fb9-4ba0-ba64-abfe7c68cca4 X-Archives-Hash: a26bdcde23611fa0b761379568ecb6b2 commit: 3728423aac4a375d6b61c0eb54b084da33342186 Author: Davide Pesavento gmail com> AuthorDate: Mon May 21 22:32:16 2012 +0000 Commit: Davide Pesavento gentoo org> CommitDate: Mon May 21 22:32:16 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/qt.git;a=3Dco= mmit;h=3D3728423a Remove broken and unmaintained qxmledit live ebuild. --- app-editors/qxmledit/metadata.xml | 7 ----- app-editors/qxmledit/qxmledit-9999.ebuild | 39 -----------------------= ------ 2 files changed, 0 insertions(+), 46 deletions(-) diff --git a/app-editors/qxmledit/metadata.xml b/app-editors/qxmledit/met= adata.xml deleted file mode 100644 index 76975b5..0000000 --- a/app-editors/qxmledit/metadata.xml +++ /dev/null @@ -1,7 +0,0 @@ - - - -qt - - - diff --git a/app-editors/qxmledit/qxmledit-9999.ebuild b/app-editors/qxml= edit/qxmledit-9999.ebuild deleted file mode 100644 index 2fed787..0000000 --- a/app-editors/qxmledit/qxmledit-9999.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=3D4 - -inherit qt4-r2 subversion - -DESCRIPTION=3D"Qt4 XML Editor" -HOMEPAGE=3D"http://code.google.com/p/qxmledit/" -ESVN_REPO_URI=3D"http://${PN}.googlecode.com/svn/trunk/" - -LICENSE=3D"GPL-2" -SLOT=3D"0" -KEYWORDS=3D"" -IUSE=3D"debug" - -DEPEND=3D"x11-libs/qt-gui:4" -RDEPEND=3D"${DEPEND}" - -DOCS=3D( AUTHORS NEWS README TODO ) -DOCSDIR=3D"${WORKDIR}/${P}" - -src_prepare(){ - subversion_src_prepare - # fix installation path - sed -i "/^target.path/ s/\/opt\/${PN}/\/usr\/bin/" src/QXmlEdit.pro || = \ - die "failed to fix installation path" - # fix translations - sed -i "/^translations.path/ s/\/opt/\/usr\/share/" src/QXmlEdit.pro ||= \ - die "failed to fix translations" - qt4-r2_src_prepare -} - -src_install(){ - qt4-r2_src_install - newicon "${S}"/src/images/icon.png ${PN}.png - make_desktop_entry QXmlEdit QXmlEdit ${PN} "Qt;Utility;TextEditor;" -}