summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavide Pesavento <pesa@gentoo.org>2013-03-16 21:54:57 +0000
committerDavide Pesavento <pesa@gentoo.org>2013-03-16 21:54:57 +0000
commitc4ceeefd0d8250fac404fac3dd86a525a76c7256 (patch)
treef79f0e7fd470f4c08f016769bf1ae25457217f9b /app-editors
parentVersion bump, wrt bug #460036 (diff)
downloadgentoo-2-c4ceeefd0d8250fac404fac3dd86a525a76c7256.tar.gz
gentoo-2-c4ceeefd0d8250fac404fac3dd86a525a76c7256.tar.bz2
gentoo-2-c4ceeefd0d8250fac404fac3dd86a525a76c7256.zip
old
(Portage version: 2.2.0_alpha166/cvs/Linux x86_64, signed Manifest commit with key 17A85C72)
Diffstat (limited to 'app-editors')
-rw-r--r--app-editors/qxmledit/ChangeLog5
-rw-r--r--app-editors/qxmledit/qxmledit-0.8.2.ebuild59
2 files changed, 4 insertions, 60 deletions
diff --git a/app-editors/qxmledit/ChangeLog b/app-editors/qxmledit/ChangeLog
index 1e751e76878a..d3a4233d00d2 100644
--- a/app-editors/qxmledit/ChangeLog
+++ b/app-editors/qxmledit/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-editors/qxmledit
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/qxmledit/ChangeLog,v 1.40 2013/03/15 19:10:04 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/qxmledit/ChangeLog,v 1.41 2013/03/16 21:54:57 pesa Exp $
+
+ 16 Mar 2013; Davide Pesavento <pesa@gentoo.org> -qxmledit-0.8.2.ebuild:
+ old
*qxmledit-0.8.5 (15 Mar 2013)
diff --git a/app-editors/qxmledit/qxmledit-0.8.2.ebuild b/app-editors/qxmledit/qxmledit-0.8.2.ebuild
deleted file mode 100644
index 1676b53f1505..000000000000
--- a/app-editors/qxmledit/qxmledit-0.8.2.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/qxmledit/qxmledit-0.8.2.ebuild,v 1.3 2013/03/02 19:22:03 hwoarang Exp $
-
-EAPI=4
-
-inherit multilib eutils 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="LGPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="debug"
-
-DEPEND=">=dev-qt/qtcore-4.7:4
- >=dev-qt/qtgui-4.7:4
- >=dev-qt/qtsql-4.7:4
- >=dev-qt/qtsvg-4.7:4
- >=dev-qt/qtxmlpatterns-4.7:4"
-RDEPEND="${DEPEND}"
-
-DOCS="AUTHORS NEWS README ROADMAP TODO"
-
-src_prepare() {
- # fix doc dir
- sed -i "/INST_DOC_DIR = / s|/opt/${PN}|/usr/share/doc/${PF}|" \
- src/QXmlEdit{,Widget}.pro src/sessions/QXmlEditSessions.pro || \
- die "failed to fix doc installation path"
- # fix binary installation path
- sed -i "/INST_DIR = / s|/opt/${PN}|/usr/bin|" \
- src/QXmlEdit{,Widget}.pro src/sessions/QXmlEditSessions.pro || \
- die "failed to fix binary installation path"
- # fix helper libraries installation path
- sed -i "/INST_LIB_DIR = / s|/opt/${PN}|/usr/$(get_libdir)|" \
- src/QXmlEdit{,Widget}.pro \
- src/sessions/QXmlEditSessions.pro || \
- die "failed to fix library installation path"
- # fix translations
- sed -i "/INST_DATA_DIR = / s|/opt|/usr/share|" src/QXmlEdit{,Widget}.pro \
- src/sessions/QXmlEditSessions.pro || \
- die "failed to fix translations"
- # fix include
- sed -i "/INST_INCLUDE_DIR = / s|/opt|/usr/share|" src/QXmlEditWidget.pro \
- || die "failed to fix include directory"
-
- 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"
-}