x11-misc/rednotebook: Remove last-rited pkg, #597532

This commit is contained in:
Michał Górny
2017-07-01 11:17:05 +02:00
parent bcaf4b5672
commit 2f88d4d424
5 changed files with 0 additions and 60 deletions

View File

@@ -539,11 +539,6 @@ www-client/qtweb
# Masked for removal in 30 days. Bug #620752.
sci-mathematics/freemat
# Pacho Ramos <pacho@gentoo.org> (02 Jun 2017)
# Relies on obsolete and vulnerable webkit-gtk version and bundles some libs
# (#597532). Removal in a month.
x11-misc/rednotebook
# Michał Górny <mgorny@gentoo.org> (25 May 2017)
# First GTK+3 version with known regressions:
# https://mail.xfce.org/pipermail/xfce-announce/2017-May/000517.html

View File

@@ -1 +0,0 @@
DIST rednotebook-1.14.tar.gz 507719 SHA256 f33bd410ae01d064c1e449c532359ce1c134169d44a97d74ef1e99ff8d287d88 SHA512 d78c8996cd0959270da82ed8b8ea82c0c320e0db5c2cf11fba2b5fe5c73efb92b4b44d42344e679c5e274b4b2453883f81beeecf2884bb4da1774ea102610ec3 WHIRLPOOL 5607d0a4849c33bc4e15168efb58d0fec0aff1fcf73cc34ab584ca03cdefbab74a378b64126ae1ee5cafd9fb8996722bc57e06e532ca50aa65be4b76811ee1f5

View File

@@ -1,17 +0,0 @@
Index: rednotebook-1.6.5/rednotebook/gui/editor.py
===================================================================
--- rednotebook-1.6.5.orig/rednotebook/gui/editor.py
+++ rednotebook-1.6.5/rednotebook/gui/editor.py
@@ -25,12 +25,7 @@ import gtk
import gobject
import pango
-# Try to import gtkspell
gtkspell = None
-try:
- import gtkspell
-except ImportError:
- pass
from rednotebook.gui import t2t_highlight
from rednotebook import undo

View File

@@ -1,13 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<use>
<flag name="libyaml">enable libyaml support</flag>
</use>
<longdescription lang="en">
A graphical journal with calendar, templates, tags, keyword searching, and export functionality.
</longdescription>
<upstream>
<remote-id type="sourceforge">rednotebook</remote-id>
</upstream>
</pkgmetadata>

View File

@@ -1,24 +0,0 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
PYTHON_COMPAT=( python2_7 )
inherit distutils-r1
DESCRIPTION="Graphical journal with calendar, templates, tags and keyword searching"
HOMEPAGE="http://rednotebook.sourceforge.net"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
IUSE="libyaml"
RDEPEND="
>=dev-python/pyyaml-3.05[libyaml?,${PYTHON_USEDEP}]
>=dev-python/pygtk-2.16[${PYTHON_USEDEP}]
>=dev-python/pywebkitgtk-1.1.5[${PYTHON_USEDEP}]
dev-python/chardet[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}"