summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-07-24 23:29:23 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2020-07-25 01:44:25 +0200
commit8dd62ef4ef8b248ab255ca8b5c0cbb01d9ab1a9b (patch)
treeadcc2c47466f7b6dc52506b5f59d7b7ff0c14e32 /x11-misc
parentdev-lang/rust: depend on curl[http2] (diff)
downloadgentoo-8dd62ef4ef8b248ab255ca8b5c0cbb01d9ab1a9b.tar.gz
gentoo-8dd62ef4ef8b248ab255ca8b5c0cbb01d9ab1a9b.tar.bz2
gentoo-8dd62ef4ef8b248ab255ca8b5c0cbb01d9ab1a9b.zip
x11-misc/nts: Remove last-rited package
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/nts/Manifest1
-rw-r--r--x11-misc/nts/metadata.xml13
-rw-r--r--x11-misc/nts/nts-82-r1.ebuild20
3 files changed, 0 insertions, 34 deletions
diff --git a/x11-misc/nts/Manifest b/x11-misc/nts/Manifest
deleted file mode 100644
index f27a7832eb01..000000000000
--- a/x11-misc/nts/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST nts-82.tar.gz 155819 BLAKE2B f5f6ab561b754c450f41a8e929fe54d59de6430adfefe65fee17ab1a71766c6f4dd16ed8f4a6ae1e927814f42e6461eaca5744ad8fdf3143771949cd76c3fb5c SHA512 03ec801a550668c8654240823f63e4793d54d12630181e38031872f8d5e6cf01e151be1a5762c7013941701a679d361951f271e0f4cf0d90da54ed1db2ea61fd
diff --git a/x11-misc/nts/metadata.xml b/x11-misc/nts/metadata.xml
deleted file mode 100644
index 17a66d0a724b..000000000000
--- a/x11-misc/nts/metadata.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <!-- maintainer-needed -->
- <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-r1.ebuild b/x11-misc/nts/nts-82-r1.ebuild
deleted file mode 100644
index 8aeaa2feba33..000000000000
--- a/x11-misc/nts/nts-82-r1.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-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="http://www.duke.edu/~dgraham/NTS/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
- dev-python/wxpython:3.0[${PYTHON_USEDEP}]
- dev-python/python-dateutil[${PYTHON_USEDEP}]
- || ( dev-python/docutils[${PYTHON_USEDEP}] app-text/pandoc )
-"