Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/rednotebook/
Date: Thu, 06 Oct 2016 15:40:51
Message-Id: 1475768162.74b4be648e9329e9ab2e3c9174baa8626cd657ff.monsieurp@gentoo
1 commit: 74b4be648e9329e9ab2e3c9174baa8626cd657ff
2 Author: Henning Schild <henning <AT> hennsch <DOT> de>
3 AuthorDate: Wed Oct 5 18:31:59 2016 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 6 15:36:02 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74b4be64
7
8 x11-misc/rednotebook: version bump to 1.14.
9
10 Signed-off-by: Henning Schild <henning <AT> hennsch.de>
11 Closes: https://github.com/gentoo/gentoo/pull/2484
12 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
13
14 x11-misc/rednotebook/Manifest | 1 +
15 x11-misc/rednotebook/rednotebook-1.14.ebuild | 26 ++++++++++++++++++++++++++
16 2 files changed, 27 insertions(+)
17
18 diff --git a/x11-misc/rednotebook/Manifest b/x11-misc/rednotebook/Manifest
19 index e4d5af9..d225051 100644
20 --- a/x11-misc/rednotebook/Manifest
21 +++ b/x11-misc/rednotebook/Manifest
22 @@ -1 +1,2 @@
23 +DIST rednotebook-1.14.tar.gz 507719 SHA256 f33bd410ae01d064c1e449c532359ce1c134169d44a97d74ef1e99ff8d287d88 SHA512 d78c8996cd0959270da82ed8b8ea82c0c320e0db5c2cf11fba2b5fe5c73efb92b4b44d42344e679c5e274b4b2453883f81beeecf2884bb4da1774ea102610ec3 WHIRLPOOL 5607d0a4849c33bc4e15168efb58d0fec0aff1fcf73cc34ab584ca03cdefbab74a378b64126ae1ee5cafd9fb8996722bc57e06e532ca50aa65be4b76811ee1f5
24 DIST rednotebook-1.8.0.tar.gz 500452 SHA256 63beacfdc738a9640bcc7b35ae28c18c7310d9f6fc9e9a6afafcc4d37f628213 SHA512 4d165bff34013fb5583a98a77b96d149eea62b67f0f0177778f0f97e9f65beb2d298c6b08fb5f6f8b18fa951b18f19478b52b239ab1af397ee3850d24eb8a9cf WHIRLPOOL 684bf11e2552b0a5030bbfa58a27a2fa6825ecc8657c3954117096e76b28dc8fb18f261d199cf712b67d3f7439b65e15231c984da9e8d04a1e0bc4505c40ce98
25
26 diff --git a/x11-misc/rednotebook/rednotebook-1.14.ebuild b/x11-misc/rednotebook/rednotebook-1.14.ebuild
27 new file mode 100644
28 index 00000000..c702aed
29 --- /dev/null
30 +++ b/x11-misc/rednotebook/rednotebook-1.14.ebuild
31 @@ -0,0 +1,26 @@
32 +# Copyright 1999-2016 Gentoo Foundation
33 +# Distributed under the terms of the GNU General Public License v2
34 +# $Id$
35 +
36 +EAPI=6
37 +
38 +PYTHON_COMPAT=( python2_7 )
39 +
40 +inherit distutils-r1
41 +
42 +DESCRIPTION="Graphical journal with calendar, templates, tags and keyword searching"
43 +HOMEPAGE="http://rednotebook.sourceforge.net"
44 +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
45 +
46 +LICENSE="GPL-2"
47 +SLOT="0"
48 +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
49 +IUSE="libyaml spell"
50 +
51 +RDEPEND="
52 + >=dev-python/pyyaml-3.05[libyaml?,${PYTHON_USEDEP}]
53 + >=dev-python/pygtk-2.16[${PYTHON_USEDEP}]
54 + >=dev-python/pywebkitgtk-1.1.5[${PYTHON_USEDEP}]
55 + dev-python/chardet[${PYTHON_USEDEP}]
56 + spell? ( dev-python/pygtkspellcheck[${PYTHON_USEDEP}] )"
57 +DEPEND="${RDEPEND}"