x11-misc/rednotebook: version bump to 1.14.
authorHenning Schild <henning@hennsch.de>
Wed, 5 Oct 2016 18:31:59 +0000 (20:31 +0200)
committerPatrice Clement <monsieurp@gentoo.org>
Thu, 6 Oct 2016 15:36:02 +0000 (17:36 +0200)
Signed-off-by: Henning Schild <henning@hennsch.de>
Closes: https://github.com/gentoo/gentoo/pull/2484
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
x11-misc/rednotebook/Manifest
x11-misc/rednotebook/rednotebook-1.14.ebuild [new file with mode: 0644]

index e4d5af9cd87fc2e487f624f5d863343b14423d25..d2250516c400907928a6e1420d752b2eb33b26e6 100644 (file)
@@ -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 (file)
index 0000000..c702aed
--- /dev/null
@@ -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}"