summaryrefslogtreecommitdiff
path: root/x11-misc/nts
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-08-25 10:45:55 +0100
committerV3n3RiX <venerix@redcorelinux.org>2020-08-25 10:45:55 +0100
commit3cf7c3ef441822c889356fd1812ebf2944a59851 (patch)
treec513fe68548b40365c1c2ebfe35c58ad431cdd77 /x11-misc/nts
parent05b8b0e0af1d72e51a3ee61522941bf7605cd01c (diff)
gentoo resync : 25.08.2020
Diffstat (limited to 'x11-misc/nts')
-rw-r--r--x11-misc/nts/Manifest3
-rw-r--r--x11-misc/nts/metadata.xml13
-rw-r--r--x11-misc/nts/nts-82-r1.ebuild20
3 files changed, 0 insertions, 36 deletions
diff --git a/x11-misc/nts/Manifest b/x11-misc/nts/Manifest
deleted file mode 100644
index 21708047bda2..000000000000
--- a/x11-misc/nts/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST nts-82.tar.gz 155819 BLAKE2B f5f6ab561b754c450f41a8e929fe54d59de6430adfefe65fee17ab1a71766c6f4dd16ed8f4a6ae1e927814f42e6461eaca5744ad8fdf3143771949cd76c3fb5c SHA512 03ec801a550668c8654240823f63e4793d54d12630181e38031872f8d5e6cf01e151be1a5762c7013941701a679d361951f271e0f4cf0d90da54ed1db2ea61fd
-EBUILD nts-82-r1.ebuild 551 BLAKE2B cb0115336daa63b48351c007739addd56614797c1bdd8a96d8f8a8aefdffc6dcd81f2783944a426df0d8a728ffa15aea5a4ad36bb0b892a88303bbe24119fd4e SHA512 8512cde74eee60082249578f3eba805f102f5aa2d98dc7d4b0d02fafe860c94b7ed3bd27dcf3331a16bad888bf14295b4fb3eba46abba6f8ba6a813421dd8552
-MISC metadata.xml 615 BLAKE2B 03e6681fd844456cd6693e1e5787d226f6077a84ee6f64eb184cb010e6e6958eeddfd35380a1984773b3fbfc0323b3d0788d60fc2ec663770699ffcf88f75548 SHA512 8e52c5501a6dd3e2c941cab91635ef15dbd93287070b4b3bb6eca6fc2c250923e624269388d88a75737e7322ce40f71c2cc916f10cc365d3e65f42dcd8657404
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 )
-"