diff options
author | Jim Ramsay <lack@gentoo.org> | 2011-01-19 04:15:39 +0000 |
---|---|---|
committer | Jim Ramsay <lack@gentoo.org> | 2011-01-19 04:15:39 +0000 |
commit | 4e5c3ab01988ab774a6864975bb7206bd478bbc0 (patch) | |
tree | cc6c09238288ab0bd079d60c8fa9b2bb76f36f3a /x11-misc/nts | |
parent | Version bump (diff) | |
download | gentoo-2-4e5c3ab01988ab774a6864975bb7206bd478bbc0.tar.gz gentoo-2-4e5c3ab01988ab774a6864975bb7206bd478bbc0.tar.bz2 gentoo-2-4e5c3ab01988ab774a6864975bb7206bd478bbc0.zip |
New package: Note Taking made Simple, an intuitive note taking application
(Portage version: 2.1.9.29/cvs/Linux i686)
Diffstat (limited to 'x11-misc/nts')
-rw-r--r-- | x11-misc/nts/ChangeLog | 9 | ||||
-rw-r--r-- | x11-misc/nts/metadata.xml | 18 | ||||
-rw-r--r-- | x11-misc/nts/nts-74.ebuild | 21 |
3 files changed, 48 insertions, 0 deletions
diff --git a/x11-misc/nts/ChangeLog b/x11-misc/nts/ChangeLog new file mode 100644 index 000000000000..7ca35e642b24 --- /dev/null +++ b/x11-misc/nts/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for x11-misc/nts +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/nts/ChangeLog,v 1.1 2011/01/19 04:15:39 lack Exp $ + +*nts-74 (19 Jan 2011) + + 19 Jan 2011; Jim Ramsay <lack@gentoo.org> +nts-74.ebuild, +metadata.xml: + New package: Note Taking made Simple, an intuitive note taking application + diff --git a/x11-misc/nts/metadata.xml b/x11-misc/nts/metadata.xml new file mode 100644 index 000000000000..196fca034ab6 --- /dev/null +++ b/x11-misc/nts/metadata.xml @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>no-herd</herd> + <maintainer> + <email>lack@gentoo.org</email> + <name>Jim Ramsay</name> + </maintainer> + <longdescription lang="en"> + nts is an acronym for Note Taking Simplified. It provides a simple, + intuitive format for using plain text files to store notes, a command + line interface for viewing notes in a variety of convenient ways and a + cross-platform, wx(python)-based GUI for creating and modifying notes as + well as viewing them. Displayed items can be grouped by path or tag and + can be filtered in various ways. + </longdescription> +</pkgmetadata> + diff --git a/x11-misc/nts/nts-74.ebuild b/x11-misc/nts/nts-74.ebuild new file mode 100644 index 000000000000..7a438a0826f4 --- /dev/null +++ b/x11-misc/nts/nts-74.ebuild @@ -0,0 +1,21 @@ +# 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.*" |