public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/qt:master commit in: app-editors/qxmledit/
@ 2012-02-04 13:38 Johannes Huber
  0 siblings, 0 replies; 2+ messages in thread
From: Johannes Huber @ 2012-02-04 13:38 UTC (permalink / raw
  To: gentoo-commits

commit:     258f9166305b318f1688b15ca3eabc0ba9cdcdcc
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Sat Feb  4 13:40:21 2012 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Sat Feb  4 13:40:21 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=258f9166

[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/qxmledit/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: $
 
-EAPI="2"
+EAPI=4
 
 inherit qt4-edge subversion
 
-MY_PN="${PN}-src"
-MY_P="${MY_PN}-${PV}"
-
 DESCRIPTION="Qt4 XML Editor"
 HOMEPAGE="http://code.google.com/p/qxmledit/"
-ESVN_REPO_URI="http://qxmledit.googlecode.com/svn/trunk/"
+ESVN_REPO_URI="http://${PN}.googlecode.com/svn/trunk/"
 
 LICENSE="GPL-2"
 SLOT="0"
@@ -21,13 +18,11 @@ IUSE="debug"
 DEPEND="x11-libs/qt-gui:4"
 RDEPEND="${DEPEND}"
 
+DOCS=( AUTHORS NEWS README TODO )
 DOCSDIR="${WORKDIR}/${P}"
-DOCS="AUTHORS NEWS README TODO"
 
 src_prepare(){
 	subversion_src_prepare
-	# workaround for b0rked subversion eclass
-	S="${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(){
 
 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;"
 }



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] proj/qt:master commit in: app-editors/qxmledit/
@ 2012-05-21 22:32 Davide Pesavento
  0 siblings, 0 replies; 2+ messages in thread
From: Davide Pesavento @ 2012-05-21 22:32 UTC (permalink / raw
  To: gentoo-commits

commit:     3728423aac4a375d6b61c0eb54b084da33342186
Author:     Davide Pesavento <davidepesa <AT> gmail <DOT> com>
AuthorDate: Mon May 21 22:32:16 2012 +0000
Commit:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
CommitDate: Mon May 21 22:32:16 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=3728423a

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/metadata.xml
deleted file mode 100644
index 76975b5..0000000
--- a/app-editors/qxmledit/metadata.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<herd>qt</herd>
-<longdescription lang="en">
-</longdescription>
-</pkgmetadata>

diff --git a/app-editors/qxmledit/qxmledit-9999.ebuild b/app-editors/qxmledit/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=4
-
-inherit qt4-r2 subversion
-
-DESCRIPTION="Qt4 XML Editor"
-HOMEPAGE="http://code.google.com/p/qxmledit/"
-ESVN_REPO_URI="http://${PN}.googlecode.com/svn/trunk/"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS=""
-IUSE="debug"
-
-DEPEND="x11-libs/qt-gui:4"
-RDEPEND="${DEPEND}"
-
-DOCS=( AUTHORS NEWS README TODO )
-DOCSDIR="${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;"
-}



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-05-21 22:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-21 22:32 [gentoo-commits] proj/qt:master commit in: app-editors/qxmledit/ Davide Pesavento
  -- strict thread matches above, loose matches on Subject: below --
2012-02-04 13:38 Johannes Huber

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox