Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/rednotebook/
Date: Sat, 01 Apr 2017 10:24:23
Message-Id: 1491042165.d70f341f6718ba0623772b0f099a40957b94bf8e.soap@gentoo
1 commit: d70f341f6718ba0623772b0f099a40957b94bf8e
2 Author: Harri Nieminen <moikkis <AT> gmail <DOT> com>
3 AuthorDate: Tue Mar 28 18:21:27 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 1 10:22:45 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d70f341f
7
8 x11-misc/rednotebook: Remove old
9
10 Package-Manager: Portage-2.3.5, Repoman-2.3.2
11 Closes: https://github.com/gentoo/gentoo/pull/4319
12
13 x11-misc/rednotebook/Manifest | 1 -
14 x11-misc/rednotebook/rednotebook-1.8.0.ebuild | 29 ---------------------------
15 2 files changed, 30 deletions(-)
16
17 diff --git a/x11-misc/rednotebook/Manifest b/x11-misc/rednotebook/Manifest
18 index d2250516c40..3d4dac0fb2c 100644
19 --- a/x11-misc/rednotebook/Manifest
20 +++ b/x11-misc/rednotebook/Manifest
21 @@ -1,2 +1 @@
22 DIST rednotebook-1.14.tar.gz 507719 SHA256 f33bd410ae01d064c1e449c532359ce1c134169d44a97d74ef1e99ff8d287d88 SHA512 d78c8996cd0959270da82ed8b8ea82c0c320e0db5c2cf11fba2b5fe5c73efb92b4b44d42344e679c5e274b4b2453883f81beeecf2884bb4da1774ea102610ec3 WHIRLPOOL 5607d0a4849c33bc4e15168efb58d0fec0aff1fcf73cc34ab584ca03cdefbab74a378b64126ae1ee5cafd9fb8996722bc57e06e532ca50aa65be4b76811ee1f5
23 -DIST rednotebook-1.8.0.tar.gz 500452 SHA256 63beacfdc738a9640bcc7b35ae28c18c7310d9f6fc9e9a6afafcc4d37f628213 SHA512 4d165bff34013fb5583a98a77b96d149eea62b67f0f0177778f0f97e9f65beb2d298c6b08fb5f6f8b18fa951b18f19478b52b239ab1af397ee3850d24eb8a9cf WHIRLPOOL 684bf11e2552b0a5030bbfa58a27a2fa6825ecc8657c3954117096e76b28dc8fb18f261d199cf712b67d3f7439b65e15231c984da9e8d04a1e0bc4505c40ce98
24
25 diff --git a/x11-misc/rednotebook/rednotebook-1.8.0.ebuild b/x11-misc/rednotebook/rednotebook-1.8.0.ebuild
26 deleted file mode 100644
27 index 4619a5e6caa..00000000000
28 --- a/x11-misc/rednotebook/rednotebook-1.8.0.ebuild
29 +++ /dev/null
30 @@ -1,29 +0,0 @@
31 -# Copyright 1999-2016 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=5
35 -
36 -PYTHON_COMPAT=( python2_7 )
37 -
38 -inherit eutils distutils-r1
39 -
40 -DESCRIPTION="Graphical journal with calendar, templates, tags and keyword searching"
41 -HOMEPAGE="http://rednotebook.sourceforge.net"
42 -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
43 -
44 -LICENSE="GPL-2"
45 -SLOT="0"
46 -KEYWORDS="amd64 x86"
47 -IUSE="libyaml spell"
48 -
49 -RDEPEND="
50 - dev-python/pyyaml[libyaml?,${PYTHON_USEDEP}]
51 - >=dev-python/pygtk-2.13[${PYTHON_USEDEP}]
52 - >=dev-python/pywebkitgtk-1.1.5[${PYTHON_USEDEP}]
53 - dev-python/chardet[${PYTHON_USEDEP}]
54 - spell? ( dev-python/gtkspell-python[${PYTHON_USEDEP}] )"
55 -DEPEND="${RDEPEND}"
56 -
57 -src_prepare() {
58 - ! use spell && epatch "${FILESDIR}/${PN}-1.6.5-disable-spell.patch"
59 -}