diff options
author | Michael Palimaka <kensington@gentoo.org> | 2015-12-16 04:54:04 +1100 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2015-12-16 04:54:59 +1100 |
commit | 61733ad624bb407cc9104a56615d6626f0b079ac (patch) | |
tree | e32ac2e88ed5b2b222447b9cd463684f22285504 /app-editors/qxmledit | |
parent | app-editors/focuswriter: version bump (diff) | |
download | gentoo-61733ad624bb407cc9104a56615d6626f0b079ac.tar.gz gentoo-61733ad624bb407cc9104a56615d6626f0b079ac.tar.bz2 gentoo-61733ad624bb407cc9104a56615d6626f0b079ac.zip |
app-editors/qxmledit: remove old
Package-Manager: portage-2.2.26
Diffstat (limited to 'app-editors/qxmledit')
-rw-r--r-- | app-editors/qxmledit/Manifest | 1 | ||||
-rw-r--r-- | app-editors/qxmledit/qxmledit-0.8.5.ebuild | 59 |
2 files changed, 0 insertions, 60 deletions
diff --git a/app-editors/qxmledit/Manifest b/app-editors/qxmledit/Manifest index f671aec5440c..6ea697aa3a04 100644 --- a/app-editors/qxmledit/Manifest +++ b/app-editors/qxmledit/Manifest @@ -1,2 +1 @@ -DIST qxmledit-0.8.5-src.tgz 6727188 SHA256 aedb70f27493ba50f0c8bde4acdd8913fcf4221611b24f9042769df47aa701c4 SHA512 c974dc0787fdc1831a39e9e36f842ed92ca5b57e9e66e64822eea4646d88a0755f9aa791e4d7724872856561eac213413696fa7b0f61d89b54e29cbc95049a8a WHIRLPOOL 362d898005677dea5bb7372bc78d8b5d9376f2c7555be3086448778202a55fff5766856c39a55561c92b08498ecafaeace033121ba4706b4c1aa923ea45f28d8 DIST qxmledit-0.8.8-1-src.tgz 8885329 SHA256 d43ccd0029b1094a970d58170a095cbe5fddfe3d93da7c52388783d321386e17 SHA512 5440d33c052507d3b5c840cdd2966c151a77e2027703f7c1d33f80ec786affab915053d2ae17ef72fd856223ca85dbb70d39d8800170449a26ea88632c0069b5 WHIRLPOOL 68f8d73c39ce490f13d88283053ad045125f007132a25d965ffb603ab1de1d42b62944659a76aa9bbb5adc884b37ad90f7eaf4487f314678d8a1923cd16f1078 diff --git a/app-editors/qxmledit/qxmledit-0.8.5.ebuild b/app-editors/qxmledit/qxmledit-0.8.5.ebuild deleted file mode 100644 index a8296f91cca7..000000000000 --- a/app-editors/qxmledit/qxmledit-0.8.5.ebuild +++ /dev/null @@ -1,59 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -inherit multilib eutils qt4-r2 - -MY_P="qxmledit-${PV}-src" - -DESCRIPTION="Qt4 XML Editor" -HOMEPAGE="http://qxmledit.org/" -SRC_URI="https://${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" -} |