Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 275187 Details for
Bug 369349
app-misc/taskwarrior-1.9.4 new application
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
taskwarrior-1.9.4.ebuild
taskwarrior-1.9.4.ebuild (text/plain), 1.03 KB, created by
Marcin Mirosław
on 2011-05-30 13:42:17 UTC
(
hide
)
Description:
taskwarrior-1.9.4.ebuild
Filename:
MIME Type:
Creator:
Marcin Mirosław
Created:
2011-05-30 13:42:17 UTC
Size:
1.03 KB
patch
obsolete
># Copyright 1999-2011 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >EAPI=4 >inherit bash-completion cmake-utils > >DESCRIPTION="It's a project bringing sophisticated capabilities to a simple and elegant productivity tool" >HOMEPAGE="http://taskwarrior.org/" >SRC_URI="http://www.taskwarrior.org/download/task-${PV}.tar.gz" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~amd64 ~x86" >IUSE="bash-completion lua zsh-completion" > >DEPEND="dev-util/cmake" >RDEPEND="lua? ( dev-lang/lua )" > >S="${WORKDIR}/task-${PV}" > >CMAKE_VERBOSE=1 >src_prepare() { > epatch "${FILESDIR}"/${PN}-no-automagic-deps-lua.patch >} > >src_configure() { > mycmakeargs+=( > $(cmake-utils_use lua LUA) > ) > cmake-utils_src_configure >} > >src_install() { > cmake-utils_src_install > dobashcompletion "${S}"/scripts/bash/task_completion.sh ${PN} > if use zsh-completion ; then > insinto /usr/share/zsh/site-functions > newins scripts/zsh/_task _taskwarrior > fi > rm -rf "${D}/usr/share/doc/${P}/i18n" "${D}"/usr/share/doc/"${P}"/scripts/{bash,fish,vim,zsh} >}
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 369349
: 275187 |
275189