URI:
       Remove todoman - overlay - drkhsh gentoo overlay
  HTML git clone git://git.drkhsh.at/overlay.git
   DIR Log
   DIR Files
   DIR Refs
   DIR README
       ---
   DIR commit 3681f5791a4d39ffe8cb685c3b7364513148cbe8
   DIR parent d82ab4a14156d84b9addca581a9f459daad2f3b8
  HTML Author: Aaron Marcher <me@drkhsh.at>
       Date:   Mon,  7 May 2018 15:09:37 +0200
       
       Remove todoman
       
       Diffstat:
         M README                              |       1 -
         D app-misc/todoman/Manifest           |       1 -
         D app-misc/todoman/todoman-3.3.0.ebu… |      38 -------------------------------
       
       3 files changed, 0 insertions(+), 40 deletions(-)
       ---
   DIR diff --git a/README b/README
       @@ -8,7 +8,6 @@ Everything should be reasonable commented and understandable.
        Included ebuilds
        ----------------
        ├── app-misc
       -│   ├── todoman
        │   └── zzzy
        ├── games-fps
        │   └── assaultcube
   DIR diff --git a/app-misc/todoman/Manifest b/app-misc/todoman/Manifest
       @@ -1 +0,0 @@
       -DIST todoman-3.3.0.tar.gz 55534 BLAKE2B 37b47e640f994581e063ac8fad4b21a2ff7f3b3aeb4d4b372e082470a16c9512c6753ebf5eb6fd3341a88567265a382f92f11f0954971ad79886b4c7ab994a95 SHA512 120ed80bdefb26ff7ff6e88875997c82f30f1cecdb06a504013b1b4907215e10e1795bacd93481b0f7bcb6bcbdcd53b61d5b210a433d22c9eb3cd7444536c027
   DIR diff --git a/app-misc/todoman/todoman-3.3.0.ebuild b/app-misc/todoman/todoman-3.3.0.ebuild
       @@ -1,38 +0,0 @@
       -# Copyright 1999-2016 Gentoo Foundation
       -# Distributed under the terms of the GNU General Public License v2
       -# $Id$
       -
       -EAPI=6
       -
       -PYTHON_COMPAT=( python3_{3,4,5,6} )
       -
       -inherit distutils-r1
       -
       -DESCRIPTION="console todo client for caldav"
       -HOMEPAGE="https://github.com/pimutils/todoman/"
       -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
       -
       -LICENSE="ISC"
       -SLOT="0"
       -IUSE=""
       -
       -KEYWORDS="amd64 x86"
       -
       -RDEPEND="dev-python/configobj[${PYTHON_USEDEP}]
       -        dev-python/atomicwrites[${PYTHON_USEDEP}]
       -        dev-python/vdirsyncer[${PYTHON_USEDEP}]
       -        dev-python/click[${PYTHON_USEDEP}]
       -        dev-python/click-log[${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}]
       -"
       -
       -DOCS=( AUTHORS.rst CHANGELOG.rst README.rst todoman.conf.sample )