summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavide Pesavento <pesa@gentoo.org>2012-04-19 10:22:23 +0000
committerDavide Pesavento <pesa@gentoo.org>2012-04-19 10:22:23 +0000
commitf8b859733f7f2b9433db961d2aaffb805f4d2894 (patch)
tree1121abed8c3c7713c56660332f5c058a7c8eb32d /app-editors/qxmledit
parentBump (diff)
downloadgentoo-2-f8b859733f7f2b9433db961d2aaffb805f4d2894.tar.gz
gentoo-2-f8b859733f7f2b9433db961d2aaffb805f4d2894.tar.bz2
gentoo-2-f8b859733f7f2b9433db961d2aaffb805f4d2894.zip
Remove old.
(Portage version: 2.2.0_alpha100/cvs/Linux x86_64)
Diffstat (limited to 'app-editors/qxmledit')
-rw-r--r--app-editors/qxmledit/ChangeLog5
-rw-r--r--app-editors/qxmledit/qxmledit-0.7.2.ebuild49
2 files changed, 4 insertions, 50 deletions
diff --git a/app-editors/qxmledit/ChangeLog b/app-editors/qxmledit/ChangeLog
index f9f8335cab66..15bd4964ae6a 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.29 2012/04/18 21:58:58 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/qxmledit/ChangeLog,v 1.30 2012/04/19 10:22:23 pesa Exp $
+
+ 19 Apr 2012; Davide Pesavento <pesa@gentoo.org> -qxmledit-0.7.2.ebuild:
+ Remove old.
18 Apr 2012; Jeff Horelick <jdhore@gentoo.org> qxmledit-0.8.0-r1.ebuild:
marked x86 per bug 412519
diff --git a/app-editors/qxmledit/qxmledit-0.7.2.ebuild b/app-editors/qxmledit/qxmledit-0.7.2.ebuild
deleted file mode 100644
index 9dd27940972e..000000000000
--- a/app-editors/qxmledit/qxmledit-0.7.2.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/qxmledit/qxmledit-0.7.2.ebuild,v 1.3 2012/03/24 17:25:20 phajdan.jr Exp $
-
-EAPI=4
-
-inherit multilib qt4-r2
-
-MY_P="qxmledit-${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-core:4
- x11-libs/qt-gui:4
- x11-libs/qt-svg:4
- x11-libs/qt-xmlpatterns:4"
-RDEPEND="${DEPEND}"
-
-DOCS="AUTHORS NEWS README TODO"
-DOCSDIR="${WORKDIR}/${P}/"
-
-src_prepare() {
- # fix doc dir
- sed -i "/^INST_DOC_DIR/ s|/opt/${PN}|/usr/share/doc/${PF}|" src/QXmlEdit.pro || \
- die "failed to fix installation path"
- # fix installation path
- sed -i "/^INST_DIR/ s|/opt/${PN}|/usr/bin|" src/QXmlEdit.pro || \
- die "failed to fix installation path"
- # fix widget library
- sed -i "/^INST_DIR/ s|/opt/${PN}|/usr/$(get_libdir)|" \
- src/QXmlEditWidget.pro || die "failed to fix library installation path"
- # fix translations
- sed -i "/^INST_DATA_DIR/ s|/opt|/usr/share|" src/QXmlEdit{,Widget}.pro || \
- die "failed to fix translations"
- qt4-r2_src_prepare
-}
-
-src_install() {
- qt4-r2_src_install
- newicon src/images/icon.png ${PN}.png
- make_desktop_entry QXmlEdit QXmlEdit ${PN} "Qt;Utility;TextEditor"
-}