summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHenning Schild <henning@hennsch.de>2016-10-05 20:31:59 +0200
committerPatrice Clement <monsieurp@gentoo.org>2016-10-06 17:36:02 +0200
commit74b4be648e9329e9ab2e3c9174baa8626cd657ff (patch)
tree8e3a8099cd913b5fba6662e5056f1216fea817a7 /x11-misc
parentdev-python/pygtkspellcheck: Add pygtkspellcheck to the tree. (diff)
downloadgentoo-74b4be648e9329e9ab2e3c9174baa8626cd657ff.tar.gz
gentoo-74b4be648e9329e9ab2e3c9174baa8626cd657ff.tar.bz2
gentoo-74b4be648e9329e9ab2e3c9174baa8626cd657ff.zip
x11-misc/rednotebook: version bump to 1.14.
Signed-off-by: Henning Schild <henning@hennsch.de> Closes: https://github.com/gentoo/gentoo/pull/2484 Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/rednotebook/Manifest1
-rw-r--r--x11-misc/rednotebook/rednotebook-1.14.ebuild26
2 files changed, 27 insertions, 0 deletions
diff --git a/x11-misc/rednotebook/Manifest b/x11-misc/rednotebook/Manifest
index e4d5af9cd87f..d2250516c400 100644
--- a/x11-misc/rednotebook/Manifest
+++ b/x11-misc/rednotebook/Manifest
@@ -1 +1,2 @@
+DIST rednotebook-1.14.tar.gz 507719 SHA256 f33bd410ae01d064c1e449c532359ce1c134169d44a97d74ef1e99ff8d287d88 SHA512 d78c8996cd0959270da82ed8b8ea82c0c320e0db5c2cf11fba2b5fe5c73efb92b4b44d42344e679c5e274b4b2453883f81beeecf2884bb4da1774ea102610ec3 WHIRLPOOL 5607d0a4849c33bc4e15168efb58d0fec0aff1fcf73cc34ab584ca03cdefbab74a378b64126ae1ee5cafd9fb8996722bc57e06e532ca50aa65be4b76811ee1f5
DIST rednotebook-1.8.0.tar.gz 500452 SHA256 63beacfdc738a9640bcc7b35ae28c18c7310d9f6fc9e9a6afafcc4d37f628213 SHA512 4d165bff34013fb5583a98a77b96d149eea62b67f0f0177778f0f97e9f65beb2d298c6b08fb5f6f8b18fa951b18f19478b52b239ab1af397ee3850d24eb8a9cf WHIRLPOOL 684bf11e2552b0a5030bbfa58a27a2fa6825ecc8657c3954117096e76b28dc8fb18f261d199cf712b67d3f7439b65e15231c984da9e8d04a1e0bc4505c40ce98
diff --git a/x11-misc/rednotebook/rednotebook-1.14.ebuild b/x11-misc/rednotebook/rednotebook-1.14.ebuild
new file mode 100644
index 000000000000..c702aed2277e
--- /dev/null
+++ b/x11-misc/rednotebook/rednotebook-1.14.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+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 spell"
+
+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}]
+ spell? ( dev-python/pygtkspellcheck[${PYTHON_USEDEP}] )"
+DEPEND="${RDEPEND}"