diff options
author | Michael Palimaka <kensington@gentoo.org> | 2018-01-21 12:26:22 +1100 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2018-01-21 12:34:46 +1100 |
commit | 31e9b4cdb09994177daa611b333c2aaf031a159f (patch) | |
tree | 531c769cdac49b14f7d4586300b2372c687de09f /app-editors | |
parent | media-libs/mesa: Drop old versions (diff) | |
download | gentoo-31e9b4cdb09994177daa611b333c2aaf031a159f.tar.gz gentoo-31e9b4cdb09994177daa611b333c2aaf031a159f.tar.bz2 gentoo-31e9b4cdb09994177daa611b333c2aaf031a159f.zip |
app-editors/znotes: remove last rited package
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/znotes/Manifest | 1 | ||||
-rw-r--r-- | app-editors/znotes/files/znotes-0.4.5-gcc-4.7.patch | 24 | ||||
-rw-r--r-- | app-editors/znotes/metadata.xml | 13 | ||||
-rw-r--r-- | app-editors/znotes/znotes-0.4.5.ebuild | 27 |
4 files changed, 0 insertions, 65 deletions
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 <kensington@gentoo.org> -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 <time.h> -+#include <unistd.h> - #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 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>qt@gentoo.org</email> - <name>Gentoo Qt Project</name> - </maintainer> - <upstream> - <remote-id type="sourceforge">znotes</remote-id> - <remote-id type="github">proton/zNotes</remote-id> - <bugs-to>https://github.com/proton/zNotes/issues</bugs-to> - </upstream> -</pkgmetadata> 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 -} |