summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Solano Gómez <gentoo@sattvik.com>2021-01-18 09:01:54 -0600
committerDaniel Solano Gómez <gentoo@sattvik.com>2021-01-18 09:01:54 -0600
commit72a773286a0e246fffa294b23fcfaa33a72ca145 (patch)
treefaf3ae9ccdf8be853e83c81eb65af6c158333bec
parentAdd fixed media-libs/qhull (diff)
downloadsattvik-72a773286a0e246fffa294b23fcfaa33a72ca145.tar.gz
sattvik-72a773286a0e246fffa294b23fcfaa33a72ca145.tar.bz2
sattvik-72a773286a0e246fffa294b23fcfaa33a72ca145.zip
Remove app-misc/todoman
Signed-off-by: Daniel Solano <gentoo@sattvik.com>
-rw-r--r--app-misc/todoman/Manifest4
-rw-r--r--app-misc/todoman/metadata.xml12
-rw-r--r--app-misc/todoman/todoman-3.2.4.ebuild47
-rw-r--r--app-misc/todoman/todoman-9999.ebuild57
4 files changed, 0 insertions, 120 deletions
diff --git a/app-misc/todoman/Manifest b/app-misc/todoman/Manifest
deleted file mode 100644
index 7070631..0000000
--- a/app-misc/todoman/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-DIST todoman-3.2.4.tar.gz 55333 SHA256 c9016b76f94313ffe7c8fbb096dd3fc86f53a8e6420153d8149e8d3119d963e7 SHA512 36f18a7a17da002118cbdd52b877ac1754a42928b2522e17325e6f861b9d1319a666b886beb19a8ad16f93c935df852f715125f474c505283ec7066363cf55c8 WHIRLPOOL de2a85d45d622388b86aed2f8db2fbd06ced7b9b41a904aaa1d4f8cd1520e1ff967d6221b175047a4b0105bfa6f3d84f57f539207d7a22cc7716ed2e0de147a2
-EBUILD todoman-3.2.4.ebuild 1316 SHA256 57752ad7e531ef3f8edddc73019cc8bcb1d86949ec68716cf594272201e1dd3e SHA512 5d25d543a8a6a0a3b3c195e1d61a63a818296d9159bcd8d7d2382c36a5c1d5db55415272e774a3a35820bfa3526804f5b4a757bca42e8ecff80d80f1158b18c8 WHIRLPOOL c6c245c33237db00904ea52211099dc3c8c03c88d26dc139bfadfa105b6ab90be1782761e2cb1a56d1c15ce15260fcb6f5d8a2822993264a5551ad6db5b5b83a
-EBUILD todoman-9999.ebuild 1517 SHA256 4866346748d0cb502c7cbdbc94ee136bedeffe1737fd1f93d9900f634e2c9276 SHA512 c0758d1922fe270d7815816995cc462d0f40f5cdc4c35eb1123a9d7c7e0894fc3a94c438603e88558e9a7767f729ae4e5981d2a1313a714ddbcb8fef7deeb59c WHIRLPOOL 75517387c06ebad27120e365fb6e75f839ea0f1ba56a85fa303a88fccc3a70d65dbaf4145fd15fc29f326af7224c7c2324dfc3b241bf5ad40964b72c02fab999
-MISC metadata.xml 384 SHA256 81b6c7637c68db72c14bb62f3899249181eddda9375737ca6eacbd87b2f6ff77 SHA512 7941edd8b3d4c31465c3b035b1551b025c0c61f46d4a044e643a7fe0d5b80e7c9db91876d1f27f9045a1bd02e8b27d447c4e32f0673bc3a33ae18358e25c50e1 WHIRLPOOL 698c03bad34ecc545e5f2c99ee7f489082716eeb9f2d671ba2418e83e8eb12ece396e9918f9954073c96f27752d6e06d52cd6ac861d09a0df9cf98da191abb7d
diff --git a/app-misc/todoman/metadata.xml b/app-misc/todoman/metadata.xml
deleted file mode 100644
index b9cfad7..0000000
--- a/app-misc/todoman/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <name>Daniel Solano Gómez</name>
- <email>daniel@solanogomez.org</email>
- </maintainer>
- <upstream>
- <remote-id type="pypi">todoman</remote-id>
- <remote-id type="github">pimutils/todoman</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/app-misc/todoman/todoman-3.2.4.ebuild b/app-misc/todoman/todoman-3.2.4.ebuild
deleted file mode 100644
index a173a31..0000000
--- a/app-misc/todoman/todoman-3.2.4.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-PYTHON_COMPAT=( python3_{4,5,6} )
-PYTHON_REQ_USE="sqlite"
-
-inherit distutils-r1
-
-DESCRIPTION="A simple CalDav-based todo manager"
-HOMEPAGE="https://github.com/pimutils/todoman"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="ISC"
-KEYWORDS="~amd64 ~x86"
-SLOT="0"
-IUSE="test"
-
-RDEPEND="dev-python/atomicwrites[${PYTHON_USEDEP}]
- >=dev-python/click-6.0[${PYTHON_USEDEP}]
- dev-python/configobj[${PYTHON_USEDEP}]
- dev-python/humanize[${PYTHON_USEDEP}]
- dev-python/icalendar[${PYTHON_USEDEP}]
- dev-python/parsedatetime[${PYTHON_USEDEP}]
- dev-python/python-dateutil[${PYTHON_USEDEP}]
- dev-python/pyxdg[${PYTHON_USEDEP}]
- dev-python/tabulate[${PYTHON_USEDEP}]
- dev-python/urwid[${PYTHON_USEDEP}]
- "
-DEPEND="${RDEPEND}
- dev-python/setuptools[${PYTHON_USEDEP}]
- dev-python/setuptools_scm[${PYTHON_USEDEP}]
- dev-python/pytest-runner[${PYTHON_USEDEP}]
- test? (
- dev-python/flake8[${PYTHON_USEDEP}]
- dev-python/freezegun[${PYTHON_USEDEP}]
- dev-python/hypothesis[${PYTHON_USEDEP}]
- dev-python/pytest[${PYTHON_USEDEP}]
- dev-python/pytest-cov[${PYTHON_USEDEP}]
- )"
-
-DOCS=( AUTHORS.rst CHANGELOG.rst README.rst todoman.conf.sample )
-
-python_test() {
- pytest || die "Tests fail with ${EPYTHON}"
-}
diff --git a/app-misc/todoman/todoman-9999.ebuild b/app-misc/todoman/todoman-9999.ebuild
deleted file mode 100644
index 52c7c52..0000000
--- a/app-misc/todoman/todoman-9999.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-PYTHON_COMPAT=( python3_{4,5,6} )
-PYTHON_REQ_USE="sqlite"
-
-inherit bash-completion-r1 distutils-r1 git-r3
-
-DESCRIPTION="A simple CalDav-based todo manager"
-HOMEPAGE="https://github.com/pimutils/todoman"
-EGIT_REPO_URI="https://github.com/pimutils/todoman"
-
-LICENSE="ISC"
-KEYWORDS=""
-SLOT="0"
-IUSE="bash-completion test"
-
-RDEPEND="dev-python/atomicwrites[${PYTHON_USEDEP}]
- >=dev-python/click-6.0[${PYTHON_USEDEP}]
- >=dev-python/click-log-0.2.1[${PYTHON_USEDEP}]
- dev-python/configobj[${PYTHON_USEDEP}]
- dev-python/humanize[${PYTHON_USEDEP}]
- dev-python/icalendar[${PYTHON_USEDEP}]
- dev-python/parsedatetime[${PYTHON_USEDEP}]
- dev-python/python-dateutil[${PYTHON_USEDEP}]
- dev-python/pyxdg[${PYTHON_USEDEP}]
- dev-python/tabulate[${PYTHON_USEDEP}]
- dev-python/urwid[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
- dev-python/setuptools[${PYTHON_USEDEP}]
- dev-python/setuptools_scm[${PYTHON_USEDEP}]
- test? (
- dev-python/flake8[${PYTHON_USEDEP}]
- dev-python/freezegun[${PYTHON_USEDEP}]
- dev-python/hypothesis[${PYTHON_USEDEP}]
- dev-python/pytest[${PYTHON_USEDEP}]
- dev-python/pytest-cov[${PYTHON_USEDEP}]
- dev-python/pytest-runner[${PYTHON_USEDEP}]
- )"
-
-DOCS=( AUTHORS.rst CHANGELOG.rst README.rst todoman.conf.sample )
-
-python_test() {
- pytest || die "Tests fail with ${EPYTHON}"
-}
-
-src_install() {
- default
-
- dobin bin/todo
-
- if use bash-completion; then
- dobashcomp contrib/completion/bash/_todo
- fi
-}