app-text/keepnote: Remove last-rited package
authorAndreas Sturmlechner <asturm@gentoo.org>
Thu, 26 Mar 2020 23:30:34 +0000 (00:30 +0100)
committerAndreas Sturmlechner <asturm@gentoo.org>
Thu, 26 Mar 2020 23:33:47 +0000 (00:33 +0100)
Closes: https://bugs.gentoo.org/708124
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
app-text/keepnote/Manifest [deleted file]
app-text/keepnote/files/keepnote-0.7.8-desktopfile.patch [deleted file]
app-text/keepnote/keepnote-0.7.9-r2.ebuild [deleted file]
app-text/keepnote/metadata.xml [deleted file]
profiles/package.mask

diff --git a/app-text/keepnote/Manifest b/app-text/keepnote/Manifest
deleted file mode 100644 (file)
index 858ddf0..0000000
+++ /dev/null
@@ -1 +0,0 @@
-DIST keepnote-0.7.9.tar.gz 786634 BLAKE2B e14b41f6d5e983ef4ef27e10a2b39f8972cfd47c34a15f7efd97c1c809a29c50554d5edd5fcd0ff8624861fc0a33662c6f00eef675519fdab11d8cef9b67da1d SHA512 1d818fab1fea69b6369209dbaad403b2431352ba359d4f233ab412fd56a57e970b6b6adf63201811ce45faee471cf3521c6b4ccecc67f3befc727b2e77189ac5
diff --git a/app-text/keepnote/files/keepnote-0.7.8-desktopfile.patch b/app-text/keepnote/files/keepnote-0.7.8-desktopfile.patch
deleted file mode 100644 (file)
index 7c06aab..0000000
+++ /dev/null
@@ -1,30 +0,0 @@
-From: Julian Ospald <hasufell@gentoo.org>
-Date: Tue Aug 14 07:08:05 UTC 2012
-Subject: desktop file
-
-respect fd.o desktop entry spec
-
-# desktop-file-validate keepnote.desktop
-keepnote.desktop: warning: key "Encoding" in group "Desktop Entry" is deprecated
-keepnote.desktop: warning: value "Note-taking Application" for key "Comment" in group "Desktop Entry" looks redundant with value "Note-taking Application" of key "GenericName"
-keepnote.desktop: warning: value "Program na spr?vu pozn?mok" for key "Comment[sk]" in group "Desktop Entry" looks redundant with value "Program na spr?vu pozn?mok" of key "GenericName[sk]"
-keepnote.desktop: error: value "Office" for string list key "Categories" in group "Desktop Entry" does not have a semicolon (';') as trailing character
-
---- desktop/keepnote.desktop
-+++ desktop/keepnote.desktop
-@@ -1,14 +1,11 @@
- [Desktop Entry]
--Encoding=UTF-8
- Type=Application
- Name=KeepNote
- GenericName=Note-taking Application
- GenericName[sk]=Program na správu poznámok
--Comment=Note-taking Application
--Comment[sk]=Program na správu poznámok
- Icon=keepnote
- Exec=keepnote %f
--Categories=Office
-+Categories=Office;
- #MimeType=
- Terminal=false
- StartupNotify=false
diff --git a/app-text/keepnote/keepnote-0.7.9-r2.ebuild b/app-text/keepnote/keepnote-0.7.9-r2.ebuild
deleted file mode 100644 (file)
index d991974..0000000
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-PYTHON_REQ_USE="sqlite,xml"
-
-inherit gnome2-utils distutils-r1
-
-DESCRIPTION="A note taking application"
-HOMEPAGE="http://keepnote.org/"
-SRC_URI="http://keepnote.org/download-test/${P}.tar.gz"
-
-LICENSE="GPL-2"
-KEYWORDS="amd64 x86"
-SLOT="0"
-IUSE=""
-
-RDEPEND="dev-python/pygobject:2[${PYTHON_USEDEP}]
-       dev-python/pygtk:2[${PYTHON_USEDEP}]
-       x11-misc/xdg-utils"
-
-PATCHES=( "${FILESDIR}"/${PN}-0.7.8-desktopfile.patch )
-DOCS=( CHANGES )
-
-python_test() {
-       "${PYTHON}" test/testing.py || die
-}
-
-pkg_preinst() {
-       gnome2_icon_savelist
-}
-
-pkg_postinst() {
-       gnome2_icon_cache_update
-
-       einfo
-       elog "optional dependencies:"
-       elog "  app-text/gtkspell:2 (spell checking)"
-       einfo
-}
-
-pkg_postrm() {
-       gnome2_icon_cache_update
-}
diff --git a/app-text/keepnote/metadata.xml b/app-text/keepnote/metadata.xml
deleted file mode 100644 (file)
index 406d1cd..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-       <!-- maintainer-needed -->
-       <upstream>
-               <maintainer status="active">
-                       <email>rasmus@alum.mit.edu</email>
-                       <name>Matt Rasmussen</name>
-               </maintainer>
-               <doc lang="en">http://keepnote.org/manual/</doc>
-               <bugs-to>https://code.google.com/p/keepnote/issues/list</bugs-to>
-       </upstream>
-       <longdescription lang="en">
-               KeepNote is a note taking application . With KeepNote, you can
-               store your class notes, TODO lists, research notes, journal entries,
-               paper outlines, etc in a simple notebook hierarchy with rich-text
-               formatting, images, and more. Using full-text search, you can
-               retrieve any note for later reference.
-       </longdescription>
-</pkgmetadata>
index f33631df9905ba86d7c09d461807b7e53f8e8692..40ee4f09073eb8d9bb36804581f7d0bf420c4c38 100644 (file)
@@ -456,11 +456,6 @@ app-cdr/gtkcdlabel
 # not packaged in Gentoo, bug #708112. Masked for removal in 30 days.
 app-misc/fslint
 
-# Andreas Sturmlechner <asturm@gentoo.org> (2020-02-26)
-# Unmaintained revdep on dev-python/pygtk blocking its removal, py2-only
-# Last release in 2012, bug #708124, masked for removal in 30 days.
-app-text/keepnote
-
 # Michał Górny <mgorny@gentoo.org> (2020-02-24)
 # app-admin/packagekit-base is Python 2 only and behind upstream.
 # The Portage backend is unmaintained.  Other packages are its reverse