From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5D711138334 for ; Mon, 12 Aug 2019 06:16:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9989EE0788; Mon, 12 Aug 2019 06:16:40 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 757E7E0788 for ; Mon, 12 Aug 2019 06:16:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 660F334994E for ; Mon, 12 Aug 2019 06:16:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 11209762 for ; Mon, 12 Aug 2019 06:16:38 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1565590586.3cc89f163b0887449de1842cd87906cba88996b8.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/qxmledit/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-editors/qxmledit/Manifest app-editors/qxmledit/qxmledit-0.9.10.ebuild X-VCS-Directories: app-editors/qxmledit/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 3cc89f163b0887449de1842cd87906cba88996b8 X-VCS-Branch: master Date: Mon, 12 Aug 2019 06:16:38 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 55bba7a7-fe36-4363-8d94-e512a1083a17 X-Archives-Hash: 66e52f3e0538fee20011d72ef73e0a91 commit: 3cc89f163b0887449de1842cd87906cba88996b8 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Aug 12 06:14:06 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Aug 12 06:16:26 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3cc89f16 app-editors/qxmledit: Drop 0.9.10 Package-Manager: Portage-2.3.71, Repoman-2.3.17 Signed-off-by: Andreas Sturmlechner gentoo.org> app-editors/qxmledit/Manifest | 1 - app-editors/qxmledit/qxmledit-0.9.10.ebuild | 73 ----------------------------- 2 files changed, 74 deletions(-) diff --git a/app-editors/qxmledit/Manifest b/app-editors/qxmledit/Manifest index 71f0805d5c1..8f6ea74897b 100644 --- a/app-editors/qxmledit/Manifest +++ b/app-editors/qxmledit/Manifest @@ -1,2 +1 @@ -DIST qxmledit-0.9.10-src.tgz 21105988 BLAKE2B 6d1f4dcc8b3c2fdd5ef12b5e426dc32ada24c104387f6a8aab12aa778e3a5cb58c1f1f97fea746dcaa60ca2de72a98dad38902b939025ee2f7d4f8ed4c701856 SHA512 ac96b086e9bcb6140c66521c71a303a12ab806b133fc769472e23e6b473cb5f6d6dc85cac990b6c0182a1f98201a84835042f7fdfc1843c00bd98b445e47ff35 DIST qxmledit-0.9.12-src.tgz 22582822 BLAKE2B 66cf57e8cd1cbf712c28e55ee39685ea907216ff397b9f6ad5307e768bbd22a16b1f32dbbd309ae186479c35bd57d0aa1a1d5b4e174d1230c3b52f844be7e9f7 SHA512 996f1a656c6191950eb18bd3df13574f6bd85ad58132b5662cce5b6538fe81597359d3a7f69cff5c252c2efceb749ee079bed7165b3c142d33e0c4cb500231cc diff --git a/app-editors/qxmledit/qxmledit-0.9.10.ebuild b/app-editors/qxmledit/qxmledit-0.9.10.ebuild deleted file mode 100644 index 7017761ea39..00000000000 --- a/app-editors/qxmledit/qxmledit-0.9.10.ebuild +++ /dev/null @@ -1,73 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit eutils qmake-utils xdg-utils - -DESCRIPTION="Simple Qt-based XML editor" -HOMEPAGE="http://qxmledit.org/" -SRC_URI="mirror://sourceforge/${PN}/${P}-src.tgz" - -LICENSE="LGPL-2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -DEPEND=" - dev-qt/qtconcurrent:5 - dev-qt/qtcore:5 - dev-qt/qtgui:5 - dev-qt/qtnetwork:5 - dev-qt/qtopengl:5 - dev-qt/qtprintsupport:5 - dev-qt/qtscxml:5 - dev-qt/qtsql:5 - dev-qt/qtsvg:5 - dev-qt/qtwidgets:5 - dev-qt/qtxml:5 - dev-qt/qtxmlpatterns:5 - media-libs/glu - virtual/opengl -" -RDEPEND="${DEPEND}" - -DOCS=( AUTHORS NEWS README ) - -src_prepare() { - default - - # bug 568746 - sed -i -e '/QMAKE_CXXFLAGS/s:-Werror::' \ - src/{QXmlEdit,QXmlEditWidget,sessions/QXmlEditSessions}.pro || die -} - -src_configure() { - export \ - QXMLEDIT_INST_DIR="${EPREFIX}/usr/bin" \ - QXMLEDIT_INST_LIB_DIR="${EPREFIX}/usr/$(get_libdir)" \ - QXMLEDIT_INST_INCLUDE_DIR="${EPREFIX}/usr/include/${PN}" \ - QXMLEDIT_INST_DATA_DIR="${EPREFIX}/usr/share/${PN}" \ - QXMLEDIT_INST_DOC_DIR="${EPREFIX}/usr/share/doc/${PF}" - - # avoid internal compiler errors - use x86 && export QXMLEDIT_INST_AVOID_PRECOMP_HEADERS=Y - - eqmake5 -} - -src_install() { - emake INSTALL_ROOT="${D}" install - - doicon install_scripts/environment/icon/qxmledit.png - domenu install_scripts/environment/desktop/QXmlEdit.desktop - einstalldocs -} - -pkg_postinst() { - xdg_desktop_database_update -} - -pkg_postrm() { - xdg_desktop_database_update -}