diff options
author | Jeroen Roovers <jer@gentoo.org> | 2014-01-09 13:00:53 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2014-01-09 13:00:53 +0000 |
commit | cb62f9435b12d560319e2895270b8571389f3cfe (patch) | |
tree | 441df1e5b3f07a9bdba3b0920ffa12797fd77759 /x11-misc/nts | |
parent | Add ruby21. (diff) | |
download | gentoo-2-cb62f9435b12d560319e2895270b8571389f3cfe.tar.gz gentoo-2-cb62f9435b12d560319e2895270b8571389f3cfe.tar.bz2 gentoo-2-cb62f9435b12d560319e2895270b8571389f3cfe.zip |
Version bump (bug #416161 by df).
(Portage version: 2.2.8/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Diffstat (limited to 'x11-misc/nts')
-rw-r--r-- | x11-misc/nts/ChangeLog | 9 | ||||
-rw-r--r-- | x11-misc/nts/nts-74.ebuild | 21 | ||||
-rw-r--r-- | x11-misc/nts/nts-82.ebuild | 21 |
3 files changed, 28 insertions, 23 deletions
diff --git a/x11-misc/nts/ChangeLog b/x11-misc/nts/ChangeLog index 7557c90ebbe0..486f9a22379d 100644 --- a/x11-misc/nts/ChangeLog +++ b/x11-misc/nts/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-misc/nts -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/nts/ChangeLog,v 1.2 2013/06/01 11:25:07 pacho Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/nts/ChangeLog,v 1.3 2014/01/09 13:00:53 jer Exp $ + +*nts-82 (09 Jan 2014) + + 09 Jan 2014; Jeroen Roovers <jer@gentoo.org> -nts-74.ebuild, +nts-82.ebuild: + Version bump (bug #416161 by df). 01 Jun 2013; Pacho Ramos <pacho@gentoo.org> metadata.xml: Cleanup due bug #144305 diff --git a/x11-misc/nts/nts-74.ebuild b/x11-misc/nts/nts-74.ebuild deleted file mode 100644 index 7a438a0826f4..000000000000 --- a/x11-misc/nts/nts-74.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/nts/nts-74.ebuild,v 1.1 2011/01/19 04:15:39 lack Exp $ - -EAPI=3 -PYTHON_DEPEND="2:2.5" -inherit distutils - -DESCRIPTION="Note Taking made Simple, an intuitive note taking application" -HOMEPAGE="http://www.duke.edu/~dgraham/NTS/" -SRC_URI="mirror://sourceforge/notetaking/${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~x86 ~amd64" -IUSE="" - -DEPEND="dev-python/wxpython:2.8 - dev-python/docutils" -RDEPEND="${DEPEND}" -RESTRICT_PYTHON_ABIS="2.4 3.*" diff --git a/x11-misc/nts/nts-82.ebuild b/x11-misc/nts/nts-82.ebuild new file mode 100644 index 000000000000..58ebc26d4f1d --- /dev/null +++ b/x11-misc/nts/nts-82.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/nts/nts-82.ebuild,v 1.1 2014/01/09 13:00:53 jer Exp $ + +EAPI=5 +PYTHON_COMPAT=( python{2_6,2_7} ) +inherit distutils-r1 + +DESCRIPTION="Note Taking made Simple, an intuitive note taking application" +HOMEPAGE="http://www.duke.edu/~dgraham/NTS/" +SRC_URI="${HOMEPAGE}/${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~x86 ~amd64" + +RDEPEND=" + dev-python/wxpython:2.8[${PYTHON_USEDEP}] + dev-python/python-dateutil[${PYTHON_USEDEP}] + || ( dev-python/docutils[${PYTHON_USEDEP}] app-text/pandoc ) +" |