URI:
       metadata khard - overlay - drkhsh gentoo overlay
  HTML git clone git://git.drkhsh.at/overlay.git
   DIR Log
   DIR Files
   DIR Refs
   DIR README
       ---
   DIR commit 140ea0907379b8c9a85fce8314d270cff076e43c
   DIR parent 757dffe5ee6b3743af371acbd287658ae72e61bb
  HTML Author: aaron marcher <me@drkhsh.at>
       Date:   Mon, 24 Jul 2017 22:10:20 +0200
       
       metadata khard
       
       Diffstat:
         A app-misc/khard/metadata.xml         |      14 ++++++++++++++
         M app-misc/todoman/todoman-3.2.0.ebu… |      24 ++++++++----------------
       
       2 files changed, 22 insertions(+), 16 deletions(-)
       ---
   DIR diff --git a/app-misc/khard/metadata.xml b/app-misc/khard/metadata.xml
       @@ -0,0 +1,14 @@
       +<?xml version="1.0" encoding="UTF-8"?>
       +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
       +<pkgmetadata>
       +        <maintainer type="person">
       +                <email>me@drkhsh.at</email>
       +                <name>aaron marcher</name>
       +        </maintainer>
       +        <longdescription>
       +                Khard is an address book for the Linux console. It creates, reads,
       +                modifies and removes carddav address book entries at your local machine.
       +                Khard is also compatible to the email clients mutt and alot and the SIP
       +                client twinkle. 
       +        </longdescription>
       +</pkgmetadata>
   DIR diff --git a/app-misc/todoman/todoman-3.2.0.ebuild b/app-misc/todoman/todoman-3.2.0.ebuild
       @@ -3,31 +3,21 @@
        # $Id$
        
        EAPI=6
       -PYTHON_COMPAT=( python3_{3,4,5} )
        
       -SCM=""
       -if [ "${PV#9999}" != "${PV}" ] ; then
       -        SCM="git-r3"
       -        EGIT_REPO_URI="https://github.com/pimutils/todoman"
       -fi
       +PYTHON_COMPAT=( python3_{3,4,5} )
        
       -inherit ${SCM} distutils-r1
       +inherit distutils-r1
        
        DESCRIPTION="console todo client for caldav"
        HOMEPAGE="https://github.com/pimutils/todoman/"
       -if [ "${PV#9999}" != "${PV}" ] ; then
       -        SRC_URI=""
       -        KEYWORDS=""
       -else
       -        SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
       -        KEYWORDS="amd64 x86"
       -fi
       +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
        
        LICENSE="ISC"
        SLOT="0"
        IUSE=""
        
       -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
       +KEYWORDS="amd64 x86"
       +
        RDEPEND="dev-python/configobj[${PYTHON_USEDEP}]
                dev-python/atomicwrites[${PYTHON_USEDEP}]
                dev-python/vdirsyncer[${PYTHON_USEDEP}]
       @@ -39,7 +29,9 @@ RDEPEND="dev-python/configobj[${PYTHON_USEDEP}]
                dev-python/python-dateutil[${PYTHON_USEDEP}]
                dev-python/pyxdg[${PYTHON_USEDEP}]
                dev-python/tabulate[${PYTHON_USEDEP}]
       -        dev-python/urwid{${PYTHON_USEDEP}]"
       +        dev-python/urwid[${PYTHON_USEDEP}]"
       +
       +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
        
        DOCS=( AUTHORS.rst CHANGELOG.rst README.rst todoman.conf.example )