diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 13:49:04 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 17:38:18 -0700 |
commit | 56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch) | |
tree | 3f91093cdb475e565ae857f1c5a7fd339e2d781e /x11-misc/nts | |
download | gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.gz gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.bz2 gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.zip |
proj/gentoo: Initial commit
This commit represents a new era for Gentoo:
Storing the gentoo-x86 tree in Git, as converted from CVS.
This commit is the start of the NEW history.
Any historical data is intended to be grafted onto this point.
Creation process:
1. Take final CVS checkout snapshot
2. Remove ALL ChangeLog* files
3. Transform all Manifests to thin
4. Remove empty Manifests
5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$
5.1. Do not touch files with -kb/-ko keyword flags.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests
X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project
X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration
X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn
X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts
X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration
X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging
X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed
Diffstat (limited to 'x11-misc/nts')
-rw-r--r-- | x11-misc/nts/Manifest | 1 | ||||
-rw-r--r-- | x11-misc/nts/metadata.xml | 16 | ||||
-rw-r--r-- | x11-misc/nts/nts-82.ebuild | 21 |
3 files changed, 38 insertions, 0 deletions
diff --git a/x11-misc/nts/Manifest b/x11-misc/nts/Manifest new file mode 100644 index 000000000000..8c568726f152 --- /dev/null +++ b/x11-misc/nts/Manifest @@ -0,0 +1 @@ +DIST nts-82.tar.gz 155819 SHA256 ffdb54ee6c607dfced534188ef212dd1ab41103af06a2e2ee26467fb574fadb4 SHA512 03ec801a550668c8654240823f63e4793d54d12630181e38031872f8d5e6cf01e151be1a5762c7013941701a679d361951f271e0f4cf0d90da54ed1db2ea61fd WHIRLPOOL 94b438add01a9ecc31c94d250a41e4c5ad20e6c7ba0b2489c365fb748a1f90d651e7c31238843f7d5a8eed9c160d2a669bafcfd4148ef37448b99c1a525292ad diff --git a/x11-misc/nts/metadata.xml b/x11-misc/nts/metadata.xml new file mode 100644 index 000000000000..5f46adac6d22 --- /dev/null +++ b/x11-misc/nts/metadata.xml @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer> + <email>maintainer-needed@gentoo.org</email> + </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-82.ebuild b/x11-misc/nts/nts-82.ebuild new file mode 100644 index 000000000000..bf0c1a8d5a19 --- /dev/null +++ b/x11-misc/nts/nts-82.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +PYTHON_COMPAT=( python2_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 ) +" |