mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-31 09:08:08 -07:00
app-text/keepnote: Remove last-rited package
Closes: https://bugs.gentoo.org/708124 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
@@ -1 +0,0 @@
|
||||
DIST keepnote-0.7.9.tar.gz 786634 BLAKE2B e14b41f6d5e983ef4ef27e10a2b39f8972cfd47c34a15f7efd97c1c809a29c50554d5edd5fcd0ff8624861fc0a33662c6f00eef675519fdab11d8cef9b67da1d SHA512 1d818fab1fea69b6369209dbaad403b2431352ba359d4f233ab412fd56a57e970b6b6adf63201811ce45faee471cf3521c6b4ccecc67f3befc727b2e77189ac5
|
||||
@@ -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
|
||||
@@ -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
|
||||
}
|
||||
@@ -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>
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user