From 31e9b4cdb09994177daa611b333c2aaf031a159f Mon Sep 17 00:00:00 2001 From: Michael Palimaka Date: Sun, 21 Jan 2018 12:26:22 +1100 Subject: app-editors/znotes: remove last rited package --- app-editors/znotes/Manifest | 1 - .../znotes/files/znotes-0.4.5-gcc-4.7.patch | 24 ------------------- app-editors/znotes/metadata.xml | 13 ----------- app-editors/znotes/znotes-0.4.5.ebuild | 27 ---------------------- 4 files changed, 65 deletions(-) delete mode 100644 app-editors/znotes/Manifest delete mode 100644 app-editors/znotes/files/znotes-0.4.5-gcc-4.7.patch delete mode 100644 app-editors/znotes/metadata.xml delete mode 100644 app-editors/znotes/znotes-0.4.5.ebuild (limited to 'app-editors') diff --git a/app-editors/znotes/Manifest b/app-editors/znotes/Manifest deleted file mode 100644 index ce8cfb02c590..000000000000 --- a/app-editors/znotes/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST znotes-0.4.5.tar.gz 171884 BLAKE2B 9be5fd21b5040f5cdf98694a97c04f9f8e22e4603c77f5b70856bb3b31991a1bcc79c7017e4fc7c8cace0966fb6103e0f0c900c94d0f32107648f6b114d115a2 SHA512 a7d9c149bbe80b83eff75eeec9644f9e648911c9cc5d6c83507b2d82199b7a2d1148665d6b650eb022dab1b34bbab96d52a0c27ac04525c30e4840049565e240 diff --git a/app-editors/znotes/files/znotes-0.4.5-gcc-4.7.patch b/app-editors/znotes/files/znotes-0.4.5-gcc-4.7.patch deleted file mode 100644 index ae8c4eca7b8e..000000000000 --- a/app-editors/znotes/files/znotes-0.4.5-gcc-4.7.patch +++ /dev/null @@ -1,24 +0,0 @@ -From 9cb09430444e36415e887317525a24e542e135fb Mon Sep 17 00:00:00 2001 -From: Michael Palimaka -Date: Fri, 31 Aug 2012 02:15:30 +1000 -Subject: [PATCH] Fix build with GCC 4.7. - ---- - single_inst/qtlocalpeer.cpp | 1 + - 1 file changed, 1 insertion(+) - -diff --git a/single_inst/qtlocalpeer.cpp b/single_inst/qtlocalpeer.cpp -index 6d7c24f..f9663c9 100644 ---- a/single_inst/qtlocalpeer.cpp -+++ b/single_inst/qtlocalpeer.cpp -@@ -50,6 +50,7 @@ static PProcessIdToSessionId pProcessIdToSessionId = 0; - #endif - #if defined(Q_OS_UNIX) - #include -+#include - #endif - - namespace QtLP_Private { --- -1.7.12 - diff --git a/app-editors/znotes/metadata.xml b/app-editors/znotes/metadata.xml deleted file mode 100644 index 5526266cb57e..000000000000 --- a/app-editors/znotes/metadata.xml +++ /dev/null @@ -1,13 +0,0 @@ - - - - - qt@gentoo.org - Gentoo Qt Project - - - znotes - proton/zNotes - https://github.com/proton/zNotes/issues - - diff --git a/app-editors/znotes/znotes-0.4.5.ebuild b/app-editors/znotes/znotes-0.4.5.ebuild deleted file mode 100644 index cee0832eb520..000000000000 --- a/app-editors/znotes/znotes-0.4.5.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=4 -inherit qmake-utils qt4-r2 - -DESCRIPTION="Simple Notes" -HOMEPAGE="http://znotes.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="dev-qt/qtcore:4 - dev-qt/qtgui:4" -RDEPEND="${DEPEND}" - -DOCS="CHANGELOG THANKS" - -PATCHES=( "${FILESDIR}/${P}-gcc-4.7.patch" ) - -src_configure() { - "$(qt4_get_bindir)"/lrelease znotes.pro || die "lrelease failed" - qt4-r2_src_configure -} -- cgit v1.2.3-65-gdbad