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 EAE8513832E for ; Sun, 24 Jul 2016 13:23:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1F444E09B3; Sun, 24 Jul 2016 13:23:43 +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 4A39DE09D2 for ; Sun, 24 Jul 2016 13:23: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 503EB340D45 for ; Sun, 24 Jul 2016 13:23:40 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 38F682424 for ; Sun, 24 Jul 2016 13:23:35 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1469366579.4014383c5f7abb4c1bdbccab4f8d665be726b3c7.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/qdevelop/, profiles/, dev-util/qdevelop/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/qdevelop/Manifest dev-util/qdevelop/files/qdevelop-0.28-qt-4.7_fix.patch dev-util/qdevelop/files/qdevelop.desktop dev-util/qdevelop/metadata.xml dev-util/qdevelop/qdevelop-0.28.ebuild profiles/package.mask X-VCS-Directories: profiles/ dev-util/qdevelop/ dev-util/qdevelop/files/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 4014383c5f7abb4c1bdbccab4f8d665be726b3c7 X-VCS-Branch: master Date: Sun, 24 Jul 2016 13:23:35 +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: 8b0787be-db8a-415b-a6a2-a124c773eb59 X-Archives-Hash: b028a5c116a5c5c1df8116346abf53f4 commit: 4014383c5f7abb4c1bdbccab4f8d665be726b3c7 Author: Michał Górny gentoo org> AuthorDate: Sun Jul 24 13:19:46 2016 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Jul 24 13:22:59 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4014383c dev-util/qdevelop: Remove last-rited pkg dev-util/qdevelop/Manifest | 1 - .../qdevelop/files/qdevelop-0.28-qt-4.7_fix.patch | 24 ----------- dev-util/qdevelop/files/qdevelop.desktop | 17 -------- dev-util/qdevelop/metadata.xml | 8 ---- dev-util/qdevelop/qdevelop-0.28.ebuild | 48 ---------------------- profiles/package.mask | 1 - 6 files changed, 99 deletions(-) diff --git a/dev-util/qdevelop/Manifest b/dev-util/qdevelop/Manifest deleted file mode 100644 index f74770a..0000000 --- a/dev-util/qdevelop/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST qdevelop-v0.28.tar.gz 1660363 SHA256 d9772358078f62edb6591d3d7ca7515c52f256eb6becf82cc5fcde4228ac7d9e SHA512 daff4dc8b164eebcca1fce8ed32ef743ce0f34ac211a3cbaa292100da2179c8cbb8f44439f2130da79697de289a5a996ee0727908446299db3ad3d91e246ed5d WHIRLPOOL 89bc250389fbe8077c9c5748a43b2a6b052452830808dc114d85666c66968df15fcfa2bb43f83abdf8bb8e377815fc1e13cfe8033f7b260fe38b7a12fce5a976 diff --git a/dev-util/qdevelop/files/qdevelop-0.28-qt-4.7_fix.patch b/dev-util/qdevelop/files/qdevelop-0.28-qt-4.7_fix.patch deleted file mode 100644 index a160777..0000000 --- a/dev-util/qdevelop/files/qdevelop-0.28-qt-4.7_fix.patch +++ /dev/null @@ -1,24 +0,0 @@ -Description: Fix FTBFS with Qt 4.7. - ---- qdevelop-0.28.orig/src/build.h -+++ qdevelop-0.28/src/build.h -@@ -56,7 +56,7 @@ private: - int m_warnings; - QString m_forceMode; - signals: -- void message(QString, QString=0); -+ void message(QString, QString=QString()); - protected slots: - void slotBuildMessages(); - void slotStopBuild(); ---- qdevelop-0.28.orig/src/textEdit.h -+++ qdevelop-0.28/src/textEdit.h -@@ -142,7 +142,7 @@ public: - void setMouseHidden( bool hidden ); - public slots: - void gotoLine( int line, bool moveTop ); -- void slotFind(Ui::FindWidget uiFind, Ui::ReplaceWidget uiReplace, QString ttf=0, QTextDocument::FindFlags options=0, bool fromButton=false); -+ void slotFind(Ui::FindWidget uiFind, Ui::ReplaceWidget uiReplace, QString ttf=QString(), QTextDocument::FindFlags options=0, bool fromButton=false); - void slotIndent(bool indent=true); - void slotUnindent(); - void comment(ActionComment action); diff --git a/dev-util/qdevelop/files/qdevelop.desktop b/dev-util/qdevelop/files/qdevelop.desktop deleted file mode 100644 index 60be0ac..0000000 --- a/dev-util/qdevelop/files/qdevelop.desktop +++ /dev/null @@ -1,17 +0,0 @@ -[Desktop Entry] -Categories=Qt;Development; -Comment= -Comment[en_US]= -Exec=/usr/bin/qdevelop -GenericName=QDevelop -GenericName[en_US]=QDevelop -Icon=/usr/share/pixmaps/qdevelop.png -MimeType= -Name=QDevelop -Name[en_US]=QDevelop -StartupNotify=true -Terminal=false -Type=Application -X-DCOP-ServiceType= -X-KDE-SubstituteUID=false -X-KDE-Username= diff --git a/dev-util/qdevelop/metadata.xml b/dev-util/qdevelop/metadata.xml deleted file mode 100644 index f2882cc..0000000 --- a/dev-util/qdevelop/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - Build and install additional plugins - - diff --git a/dev-util/qdevelop/qdevelop-0.28.ebuild b/dev-util/qdevelop/qdevelop-0.28.ebuild deleted file mode 100644 index 4444970..0000000 --- a/dev-util/qdevelop/qdevelop-0.28.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=4 - -inherit eutils cmake-utils - -MY_P=${PN}-v${PV} -DESCRIPTION="A development environment entirely dedicated to Qt4" -HOMEPAGE="http://biord-software.org/qdevelop/" -SRC_URI="http://biord-software.org/downloads/${MY_P}.tar.gz" - -LICENSE="GPL-2" -KEYWORDS="amd64 x86" -SLOT="0" -IUSE="debug plugins" - -DEPEND="|| ( ( >=dev-qt/qtgui-4.8.5:4 dev-qt/designer:4 )