Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/, app-text/keepnote/, app-text/keepnote/files/
Date: Thu, 26 Mar 2020 23:37:09
Message-Id: 1585265627.781fb0545f53baf9d7409ad178fa348b25557f0c.asturm@gentoo
1 commit: 781fb0545f53baf9d7409ad178fa348b25557f0c
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Thu Mar 26 23:30:34 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 26 23:33:47 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=781fb054
7
8 app-text/keepnote: Remove last-rited package
9
10 Closes: https://bugs.gentoo.org/708124
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 app-text/keepnote/Manifest | 1 -
14 .../files/keepnote-0.7.8-desktopfile.patch | 30 --------------
15 app-text/keepnote/keepnote-0.7.9-r2.ebuild | 46 ----------------------
16 app-text/keepnote/metadata.xml | 20 ----------
17 profiles/package.mask | 5 ---
18 5 files changed, 102 deletions(-)
19
20 diff --git a/app-text/keepnote/Manifest b/app-text/keepnote/Manifest
21 deleted file mode 100644
22 index 858ddf053e0..00000000000
23 --- a/app-text/keepnote/Manifest
24 +++ /dev/null
25 @@ -1 +0,0 @@
26 -DIST keepnote-0.7.9.tar.gz 786634 BLAKE2B e14b41f6d5e983ef4ef27e10a2b39f8972cfd47c34a15f7efd97c1c809a29c50554d5edd5fcd0ff8624861fc0a33662c6f00eef675519fdab11d8cef9b67da1d SHA512 1d818fab1fea69b6369209dbaad403b2431352ba359d4f233ab412fd56a57e970b6b6adf63201811ce45faee471cf3521c6b4ccecc67f3befc727b2e77189ac5
27
28 diff --git a/app-text/keepnote/files/keepnote-0.7.8-desktopfile.patch b/app-text/keepnote/files/keepnote-0.7.8-desktopfile.patch
29 deleted file mode 100644
30 index 7c06aab2c91..00000000000
31 --- a/app-text/keepnote/files/keepnote-0.7.8-desktopfile.patch
32 +++ /dev/null
33 @@ -1,30 +0,0 @@
34 -From: Julian Ospald <hasufell@g.o>
35 -Date: Tue Aug 14 07:08:05 UTC 2012
36 -Subject: desktop file
37 -
38 -respect fd.o desktop entry spec
39 -
40 -# desktop-file-validate keepnote.desktop
41 -keepnote.desktop: warning: key "Encoding" in group "Desktop Entry" is deprecated
42 -keepnote.desktop: warning: value "Note-taking Application" for key "Comment" in group "Desktop Entry" looks redundant with value "Note-taking Application" of key "GenericName"
43 -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]"
44 -keepnote.desktop: error: value "Office" for string list key "Categories" in group "Desktop Entry" does not have a semicolon (';') as trailing character
45 -
46 ---- desktop/keepnote.desktop
47 -+++ desktop/keepnote.desktop
48 -@@ -1,14 +1,11 @@
49 - [Desktop Entry]
50 --Encoding=UTF-8
51 - Type=Application
52 - Name=KeepNote
53 - GenericName=Note-taking Application
54 - GenericName[sk]=Program na správu poznámok
55 --Comment=Note-taking Application
56 --Comment[sk]=Program na správu poznámok
57 - Icon=keepnote
58 - Exec=keepnote %f
59 --Categories=Office
60 -+Categories=Office;
61 - #MimeType=
62 - Terminal=false
63 - StartupNotify=false
64
65 diff --git a/app-text/keepnote/keepnote-0.7.9-r2.ebuild b/app-text/keepnote/keepnote-0.7.9-r2.ebuild
66 deleted file mode 100644
67 index d991974ffc3..00000000000
68 --- a/app-text/keepnote/keepnote-0.7.9-r2.ebuild
69 +++ /dev/null
70 @@ -1,46 +0,0 @@
71 -# Copyright 1999-2015 Gentoo Foundation
72 -# Distributed under the terms of the GNU General Public License v2
73 -
74 -EAPI=5
75 -
76 -PYTHON_COMPAT=( python2_7 )
77 -PYTHON_REQ_USE="sqlite,xml"
78 -
79 -inherit gnome2-utils distutils-r1
80 -
81 -DESCRIPTION="A note taking application"
82 -HOMEPAGE="http://keepnote.org/"
83 -SRC_URI="http://keepnote.org/download-test/${P}.tar.gz"
84 -
85 -LICENSE="GPL-2"
86 -KEYWORDS="amd64 x86"
87 -SLOT="0"
88 -IUSE=""
89 -
90 -RDEPEND="dev-python/pygobject:2[${PYTHON_USEDEP}]
91 - dev-python/pygtk:2[${PYTHON_USEDEP}]
92 - x11-misc/xdg-utils"
93 -
94 -PATCHES=( "${FILESDIR}"/${PN}-0.7.8-desktopfile.patch )
95 -DOCS=( CHANGES )
96 -
97 -python_test() {
98 - "${PYTHON}" test/testing.py || die
99 -}
100 -
101 -pkg_preinst() {
102 - gnome2_icon_savelist
103 -}
104 -
105 -pkg_postinst() {
106 - gnome2_icon_cache_update
107 -
108 - einfo
109 - elog "optional dependencies:"
110 - elog " app-text/gtkspell:2 (spell checking)"
111 - einfo
112 -}
113 -
114 -pkg_postrm() {
115 - gnome2_icon_cache_update
116 -}
117
118 diff --git a/app-text/keepnote/metadata.xml b/app-text/keepnote/metadata.xml
119 deleted file mode 100644
120 index 406d1cd5348..00000000000
121 --- a/app-text/keepnote/metadata.xml
122 +++ /dev/null
123 @@ -1,20 +0,0 @@
124 -<?xml version="1.0" encoding="UTF-8"?>
125 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
126 -<pkgmetadata>
127 - <!-- maintainer-needed -->
128 - <upstream>
129 - <maintainer status="active">
130 - <email>rasmus@××××××××.edu</email>
131 - <name>Matt Rasmussen</name>
132 - </maintainer>
133 - <doc lang="en">http://keepnote.org/manual/</doc>
134 - <bugs-to>https://code.google.com/p/keepnote/issues/list</bugs-to>
135 - </upstream>
136 - <longdescription lang="en">
137 - KeepNote is a note taking application . With KeepNote, you can
138 - store your class notes, TODO lists, research notes, journal entries,
139 - paper outlines, etc in a simple notebook hierarchy with rich-text
140 - formatting, images, and more. Using full-text search, you can
141 - retrieve any note for later reference.
142 - </longdescription>
143 -</pkgmetadata>
144
145 diff --git a/profiles/package.mask b/profiles/package.mask
146 index f33631df990..40ee4f09073 100644
147 --- a/profiles/package.mask
148 +++ b/profiles/package.mask
149 @@ -456,11 +456,6 @@ app-cdr/gtkcdlabel
150 # not packaged in Gentoo, bug #708112. Masked for removal in 30 days.
151 app-misc/fslint
152
153 -# Andreas Sturmlechner <asturm@g.o> (2020-02-26)
154 -# Unmaintained revdep on dev-python/pygtk blocking its removal, py2-only
155 -# Last release in 2012, bug #708124, masked for removal in 30 days.
156 -app-text/keepnote
157 -
158 # Michał Górny <mgorny@g.o> (2020-02-24)
159 # app-admin/packagekit-base is Python 2 only and behind upstream.
160 # The Portage backend is unmaintained. Other packages are its reverse