Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/nts/
Date: Tue, 29 Nov 2016 20:45:46
Message-Id: 1480452336.aaef665accd3c99e4a1fc26348ac911a19d1dd6b.pacho@gentoo
1 commit: aaef665accd3c99e4a1fc26348ac911a19d1dd6b
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Tue Nov 29 20:42:06 2016 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 29 20:45:36 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aaef665a
7
8 x11-misc/nts: Make it work with wxpython3 (#601196)
9
10 Package-Manager: portage-2.3.2
11
12 x11-misc/nts/nts-82-r1.ebuild | 21 +++++++++++++++++++++
13 1 file changed, 21 insertions(+)
14
15 diff --git a/x11-misc/nts/nts-82-r1.ebuild b/x11-misc/nts/nts-82-r1.ebuild
16 new file mode 100644
17 index 00000000..b9f3796
18 --- /dev/null
19 +++ b/x11-misc/nts/nts-82-r1.ebuild
20 @@ -0,0 +1,21 @@
21 +# Copyright 1999-2016 Gentoo Foundation
22 +# Distributed under the terms of the GNU General Public License v2
23 +# $Id$
24 +
25 +EAPI=6
26 +PYTHON_COMPAT=( python2_7 )
27 +inherit distutils-r1
28 +
29 +DESCRIPTION="Note Taking made Simple, an intuitive note taking application"
30 +HOMEPAGE="http://www.duke.edu/~dgraham/NTS/"
31 +SRC_URI="${HOMEPAGE}/${P}.tar.gz"
32 +
33 +LICENSE="GPL-3"
34 +SLOT="0"
35 +KEYWORDS="~amd64 ~x86"
36 +
37 +RDEPEND="
38 + dev-python/wxpython:3.0[${PYTHON_USEDEP}]
39 + dev-python/python-dateutil[${PYTHON_USEDEP}]
40 + || ( dev-python/docutils[${PYTHON_USEDEP}] app-text/pandoc )
41 +"