Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 303401 Details for
Bug 405945
New ebuild: app-misc/pycarddav - a simple way of accessing a CardDAV resource, mainly for use with mutt's query_command
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
pycarddav-9999.ebuild
pycarddav-9999.ebuild (text/plain), 974 bytes, created by
rainbow
on 2012-02-26 18:24:18 UTC
(
hide
)
Description:
pycarddav-9999.ebuild
Filename:
MIME Type:
Creator:
rainbow
Created:
2012-02-26 18:24:18 UTC
Size:
974 bytes
patch
obsolete
># Copyright 1999-2012 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >EAPI=4 > >inherit git eutils > >DESCRIPTION="cli carddav client (for use with mutt etc.) " >HOMEPAGE="http://pycarddav.lostpackets.de" >EGIT_REPO_URI="https://github.com/geier/pycarddav.git" >SRC_URI="" > >LICENSE="THE BEER-WARE LICENSE" >SLOT="0" >KEYWORDS="~amd64 ~x86" >IUSE="" > >DEPEND="dev-python/vobject > dev-python/pycurl > dev-python/lxml > >=dev-lang/python-2.7" >RDEPEND="${DEPEND}" > >src_unpack() { > git_src_unpack >} > >src_compile() { true; } > >src_install(){ > dodoc pycard.conf.sample > dobin pc_query pycardsyncer || die >} > >pkg_postinst() { > ewarn "Copy and edit the supplied pycard.conf.sample file" > ewarn "(default location is ~/.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." >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 405945
:
303401
|
304461
|
304463
|
304509
|
304511
|
304529
|
304531
|
304533
|
370366
|
384114