summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2012-02-17 11:15:23 +0000
committerJohannes Huber <johu@gentoo.org>2012-02-17 11:15:23 +0000
commitf2ef6b60ba92bc460af648714eb2b524c238a3e8 (patch)
tree7c58db162ef711e66967a056dacea7e75e0be86d /app-editors
parentx86 stable wrt security bug #404067; suppress test failure (bug #399269); rem... (diff)
downloadgentoo-2-f2ef6b60ba92bc460af648714eb2b524c238a3e8.tar.gz
gentoo-2-f2ef6b60ba92bc460af648714eb2b524c238a3e8.tar.bz2
gentoo-2-f2ef6b60ba92bc460af648714eb2b524c238a3e8.zip
Remove old.
(Portage version: 2.2.0_alpha86/cvs/Linux x86_64)
Diffstat (limited to 'app-editors')
-rw-r--r--app-editors/qxmledit/ChangeLog5
-rw-r--r--app-editors/qxmledit/qxmledit-0.4.3-r1.ebuild42
2 files changed, 4 insertions, 43 deletions
diff --git a/app-editors/qxmledit/ChangeLog b/app-editors/qxmledit/ChangeLog
index a4e64b301539..b3f70b8c96be 100644
--- a/app-editors/qxmledit/ChangeLog
+++ b/app-editors/qxmledit/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-editors/qxmledit
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/qxmledit/ChangeLog,v 1.19 2012/02/17 11:06:45 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/qxmledit/ChangeLog,v 1.20 2012/02/17 11:15:23 johu Exp $
+
+ 17 Feb 2012; Johannes Huber <johu@gentoo.org> -qxmledit-0.4.3-r1.ebuild:
+ Remove old.
17 Feb 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> qxmledit-0.4.9.ebuild:
x86 stable wrt bug #396793
diff --git a/app-editors/qxmledit/qxmledit-0.4.3-r1.ebuild b/app-editors/qxmledit/qxmledit-0.4.3-r1.ebuild
deleted file mode 100644
index b376c934e882..000000000000
--- a/app-editors/qxmledit/qxmledit-0.4.3-r1.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/qxmledit/qxmledit-0.4.3-r1.ebuild,v 1.3 2010/06/28 19:30:11 fauli Exp $
-
-EAPI="2"
-
-inherit qt4-r2
-
-MY_P="${PN}-${PV}.src"
-
-DESCRIPTION="Qt4 XML Editor"
-HOMEPAGE="http://code.google.com/p/qxmledit/"
-SRC_URI="http://${PN}.googlecode.com/files/${MY_P}.tgz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="debug"
-
-DEPEND="x11-libs/qt-gui:4"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/${P}/src/"
-
-DOCS="AUTHORS NEWS README TODO"
-DOCSDIR="${WORKDIR}/${P}/"
-
-src_prepare(){
- # fix installation path
- sed -i "/^target.path/ s/\/opt\/${PN}/\/usr\/bin/" QXmlEdit.pro || \
- die "failed to fix installation path"
- # fix translations
- sed -i "/^translations.path/ s/\/opt/\/usr\/share/" QXmlEdit.pro || \
- die "failed to fix translations"
- qt4-r2_src_prepare
-}
-
-src_install(){
- qt4-r2_src_install
- newicon "${S}"/images/icon.png ${PN}.png
- make_desktop_entry QXmlEdit QXmlEdit ${PN} "Qt;Utility;TextEditor;"
-}