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: 1480452338.bc818dd5e7d9ef8f22ac858bc071fabe2129cd38.pacho@gentoo
1 commit: bc818dd5e7d9ef8f22ac858bc071fabe2129cd38
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Tue Nov 29 20:42:23 2016 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 29 20:45:38 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc818dd5
7
8 x11-misc/nts: Drop old
9
10 Package-Manager: portage-2.3.2
11
12 x11-misc/nts/nts-82.ebuild | 21 ---------------------
13 1 file changed, 21 deletions(-)
14
15 diff --git a/x11-misc/nts/nts-82.ebuild b/x11-misc/nts/nts-82.ebuild
16 deleted file mode 100644
17 index bf0c1a8..00000000
18 --- a/x11-misc/nts/nts-82.ebuild
19 +++ /dev/null
20 @@ -1,21 +0,0 @@
21 -# Copyright 1999-2015 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -# $Id$
24 -
25 -EAPI=5
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="~x86 ~amd64"
36 -
37 -RDEPEND="
38 - dev-python/wxpython:2.8[${PYTHON_USEDEP}]
39 - dev-python/python-dateutil[${PYTHON_USEDEP}]
40 - || ( dev-python/docutils[${PYTHON_USEDEP}] app-text/pandoc )
41 -"