Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 515292 Details for
Bug 644996
app-misc/khard-0.12.1 version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
app-misc/khard-0.12.1.ebuild
khard-0.12.1.ebuild (text/plain), 1.07 KB, created by
Kristian
on 2018-01-18 23:09:04 UTC
(
hide
)
Description:
app-misc/khard-0.12.1.ebuild
Filename:
MIME Type:
Creator:
Kristian
Created:
2018-01-18 23:09:04 UTC
Size:
1.07 KB
patch
obsolete
># Copyright 1999-2017 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 > >EAPI=6 >PYTHON_COMPAT=( python3_{4,5,6} ) >inherit distutils-r1 >DESCRIPTION="Console CardDAV client" >HOMEPAGE="https://github.com/scheibler/khard" >LICENSE="GPL-3" >SLOT="0" >IUSE="zsh-completion" > >if [ "${PV}" == "9999" ]; then > inherit git-r3 > EGIT_REPO_URI="https://github.com/scheibler/khard" >else > SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" > KEYWORDS="~amd64" >fi > >DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" >RDEPEND=" > dev-python/atomicwrites[${PYTHON_USEDEP}] > dev-python/configobj[${PYTHON_USEDEP}] > dev-python/ruamel_yaml[${PYTHON_USEDEP}] > dev-python/unidecode[${PYTHON_USEDEP}] > >dev-python/vobject-0.9.3[${PYTHON_USEDEP}] >" ># vobject-0.9.3 breaks khard, see ># https://github.com/scheibler/khard/issues/87 ># https://github.com/eventable/vobject/issues/39 > >DOCS=( AUTHORS CHANGES README.md misc/khard/khard.conf.example ) > >src_install() { > distutils-r1_src_install > > if use zsh-completion; then > insinto /usr/share/zsh/site-functions > doins misc/zsh/_khard > fi >}
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 644996
: 515292 |
515294