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 6B12113832E for ; Thu, 11 Aug 2016 14:38:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 98C3A21C07B; Thu, 11 Aug 2016 14:38:42 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B0EA021C084 for ; Thu, 11 Aug 2016 14:38:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AA196340A9F for ; Thu, 11 Aug 2016 14:38:40 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5D9242451 for ; Thu, 11 Aug 2016 14:38:39 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1470926310.18dc4842aebfc55c731747063f1a59b848110295.kensington@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.3.ebuild X-VCS-Directories: app-editors/qxmledit/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 18dc4842aebfc55c731747063f1a59b848110295 X-VCS-Branch: master Date: Thu, 11 Aug 2016 14:38:39 +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-Archives-Salt: 52ca59a3-2e0f-4716-924e-211049f1e866 X-Archives-Hash: 21a1725929aadaa3bc1cee19d83469e8 commit: 18dc4842aebfc55c731747063f1a59b848110295 Author: Michael Palimaka gentoo org> AuthorDate: Thu Aug 11 14:37:51 2016 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Thu Aug 11 14:38:30 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18dc4842 app-editors/qxmledit: remove old Package-Manager: portage-2.3.0 app-editors/qxmledit/Manifest | 1 - app-editors/qxmledit/qxmledit-0.9.3.ebuild | 72 ------------------------------ 2 files changed, 73 deletions(-) diff --git a/app-editors/qxmledit/Manifest b/app-editors/qxmledit/Manifest index 4ae0919..f3f095e 100644 --- a/app-editors/qxmledit/Manifest +++ b/app-editors/qxmledit/Manifest @@ -1,2 +1 @@ -DIST qxmledit-0.9.3-src.tgz 17564710 SHA256 f4f1e305712ca033d8fe9cef8ddce6a94fd4deffd9e723c1734786e18a49fc50 SHA512 b7377c73d2e2aff1670e94c8c86c146e85d70841c638878f6be17ff939167c7d17f28095d4929388212380957cd4e3537450549827d8a8b239f5510f27e01afa WHIRLPOOL 214662e68d42c86745524278ac5809e6beb3d7e36ecffa4e6041447c521b733a97673adb93f00ab8513be870bfdb12a3adb950f8238bab15591993f3677373c2 DIST qxmledit-0.9.4-src.tgz 18834064 SHA256 ef78d66c6214a1af2d95ea98c441cad5be91e3064faca4bf9edef952ed6d0133 SHA512 ff479ca8930bd2cbeaa26d09eeafcdff4520f0e62c79c8f8c854ed119967a3c11555a5aa8f92edda2be53adb6d6511c6ebb8e2aeb274a922964eed4fd9e0b056 WHIRLPOOL 9917e8b205dad00d2150afa4c3b660454fa529cf347b937a55b905295c37977221854b8b4ea76701f57d4ceb9289be245bcdde4c294168062eee2a0fafa62164 diff --git a/app-editors/qxmledit/qxmledit-0.9.3.ebuild b/app-editors/qxmledit/qxmledit-0.9.3.ebuild deleted file mode 100644 index 259c502..0000000 --- a/app-editors/qxmledit/qxmledit-0.9.3.ebuild +++ /dev/null @@ -1,72 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=6 - -inherit eutils qmake-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="qt5" - -DEPEND=" - qt5? ( - dev-qt/qtconcurrent:5 - dev-qt/qtcore:5 - dev-qt/qtgui:5 - dev-qt/qtnetwork:5 - dev-qt/qtprintsupport:5 - dev-qt/qtsql:5 - dev-qt/qtsvg:5 - dev-qt/qtwidgets:5 - dev-qt/qtxml:5 - dev-qt/qtxmlpatterns:5 - ) - !qt5? ( - dev-qt/qtcore:4 - dev-qt/qtgui:4 - dev-qt/qtsql:4 - dev-qt/qtsvg:4 - dev-qt/qtxmlpatterns:4 - ) -" -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}" - - if use qt5; then - eqmake5 - else - eqmake4 - fi -} - -src_install() { - emake INSTALL_ROOT="${D}" install - - doicon install_scripts/environment/icon/qxmledit.png - domenu install_scripts/environment/desktop/QXmlEdit.desktop - einstalldocs -}