X-Git-Url: https://git.sthu.org/?p=shuber-gentoo-overlay.git;a=blobdiff_plain;f=app-misc%2Fpycarddav%2Fpycarddav-0.7.0.ebuild;fp=app-misc%2Fpycarddav%2Fpycarddav-0.7.0.ebuild;h=0000000000000000000000000000000000000000;hp=5ce228a7f9d1a4f6961255b09c4542d508b5619b;hb=66dfc24db8bb2fe4370682609707889744564498;hpb=9bcaf1b5777eb33dbeda9a72c28182c3b3f960e6 diff --git a/app-misc/pycarddav/pycarddav-0.7.0.ebuild b/app-misc/pycarddav/pycarddav-0.7.0.ebuild deleted file mode 100644 index 5ce228a..0000000 --- a/app-misc/pycarddav/pycarddav-0.7.0.ebuild +++ /dev/null @@ -1,45 +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} ) - -inherit distutils-r1 - -MYP="pyCardDAV" - -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/${MYP}-${PV}.tar.gz" -S="${WORKDIR}/${MYP}-${PV}" - -LICENSE="MIT" -KEYWORDS="~x86 ~amd64" -SLOT="0" -IUSE="" - -DEPEND="dev-python/lxml - dev-python/requests - dev-python/urwid - dev-python/vobject - dev-python/pyxdg - dev-python/keyring" -RDEPEND="${DEPEND}" - -EXAMPLES=( pycard.conf.sample ) - - -src_prepare() { - epatch ${FILESDIR}/utf8-decode.patch -} - -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." -}