summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2017-07-01 11:17:05 +0200
committerMichał Górny <mgorny@gentoo.org>2017-07-01 11:20:05 +0200
commit2f88d4d4249e17ca7895c3e5c3d3b5beb496ed37 (patch)
treeb41798041aec2897ba07fce26b20f73ae99823e4
parentx11-misc/outwiker: Remove last-rited pkg, #584170 (diff)
downloadgentoo-2f88d4d4.tar.gz
gentoo-2f88d4d4.tar.bz2
gentoo-2f88d4d4.zip
x11-misc/rednotebook: Remove last-rited pkg, #597532
-rw-r--r--profiles/package.mask5
-rw-r--r--x11-misc/rednotebook/Manifest1
-rw-r--r--x11-misc/rednotebook/files/rednotebook-1.6.5-disable-spell.patch17
-rw-r--r--x11-misc/rednotebook/metadata.xml13
-rw-r--r--x11-misc/rednotebook/rednotebook-1.14.ebuild24
5 files changed, 0 insertions, 60 deletions
diff --git a/profiles/package.mask b/profiles/package.mask
index 39f13c31fb44..5902731ef5f4 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -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
diff --git a/x11-misc/rednotebook/Manifest b/x11-misc/rednotebook/Manifest
deleted file mode 100644
index 3d4dac0fb2ca..000000000000
--- a/x11-misc/rednotebook/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST rednotebook-1.14.tar.gz 507719 SHA256 f33bd410ae01d064c1e449c532359ce1c134169d44a97d74ef1e99ff8d287d88 SHA512 d78c8996cd0959270da82ed8b8ea82c0c320e0db5c2cf11fba2b5fe5c73efb92b4b44d42344e679c5e274b4b2453883f81beeecf2884bb4da1774ea102610ec3 WHIRLPOOL 5607d0a4849c33bc4e15168efb58d0fec0aff1fcf73cc34ab584ca03cdefbab74a378b64126ae1ee5cafd9fb8996722bc57e06e532ca50aa65be4b76811ee1f5
diff --git a/x11-misc/rednotebook/files/rednotebook-1.6.5-disable-spell.patch b/x11-misc/rednotebook/files/rednotebook-1.6.5-disable-spell.patch
deleted file mode 100644
index 0648c425249f..000000000000
--- a/x11-misc/rednotebook/files/rednotebook-1.6.5-disable-spell.patch
+++ /dev/null
@@ -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
diff --git a/x11-misc/rednotebook/metadata.xml b/x11-misc/rednotebook/metadata.xml
deleted file mode 100644
index f52f9ceb2f81..000000000000
--- a/x11-misc/rednotebook/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>
- <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>
diff --git a/x11-misc/rednotebook/rednotebook-1.14.ebuild b/x11-misc/rednotebook/rednotebook-1.14.ebuild
deleted file mode 100644
index 8c39dfe336a3..000000000000
--- a/x11-misc/rednotebook/rednotebook-1.14.ebuild
+++ /dev/null
@@ -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}"