X-Git-Url: https://git.sthu.org/?p=shuber-gentoo-overlay.git;a=blobdiff_plain;f=app-misc%2Fpycarddav%2Fpycarddav-0.5.1.ebuild;fp=app-misc%2Fpycarddav%2Fpycarddav-0.5.1.ebuild;h=0000000000000000000000000000000000000000;hp=a4073c963e8a3cf660e704c1b3b25ffb146e1ec9;hb=0bb9ab89570a138ba481c97486b3e55e65bd8e6e;hpb=8a08c9489ff076be086e4ce978cf915ef21b6af5 diff --git a/app-misc/pycarddav/pycarddav-0.5.1.ebuild b/app-misc/pycarddav/pycarddav-0.5.1.ebuild deleted file mode 100644 index a4073c9..0000000 --- a/app-misc/pycarddav/pycarddav-0.5.1.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI="5" - -PYTHON_COMPAT=( python{2_6,2_7} ) -PYTHON_USE_WITH="sqlite" - -inherit distutils-r1 - -MY_PN=pyCardDAV -MY_P=${MY_PN}-${PV} - -DESCRIPTION="pyCardDAV is a simple to use CardDAV CLI client with mutt -support." -HOMEPAGE="http://lostpackets.de/pycarddav/" -SRC_URI="https://lostpackets.de/pycarddav/downloads/${MY_P}.tar.gz" - -LICENSE="MIT" -KEYWORDS="~x86 ~amd64" -SLOT="0" -IUSE="" - -DEPEND="dev-python/lxml - dev-python/requests - dev-python/urwid - dev-python/vobject - dev-python/pyxdg - virtual/python-argparse" -RDEPEND="${DEPEND}" - -S="${WORKDIR}/${MY_P}" - -EXAMPLES=( pycard.conf.sample ) - -pkg_postinst() { - ewarn "Copy and edit the supplied pycard.conf.sample file" - ewarn "(default location is ~/.config/pycard/pycard.conf)." - ewarn "Beware that only you can access this file," - ewarn "if you have untrusted users on your machine," - ewarn "since the password is stored in cleartext." -}