Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 283731 Details for
Bug 379671
pelican-2.7.2 (New Package)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
ebuild for the latest version
pelican-9999.ebuild (text/plain), 1014 bytes, created by
Qingping Hou
on 2011-08-18 09:10:46 UTC
(
hide
)
Description:
ebuild for the latest version
Filename:
MIME Type:
Creator:
Qingping Hou
Created:
2011-08-18 09:10:46 UTC
Size:
1014 bytes
patch
obsolete
># Copyright 1999-2011 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >EAPI=3 >PYTHON_DEPEND="*" >SUPPORT_PYTHON_ABIS="" >RESTRICT_PYTHON_ABIS="" > >inherit distutils git > >DESCRIPTION="" >HOMEPAGE="https://github.com/ametaireau/pelican" >SRC_URI="" >EGIT_REPO_URI="git://github.com/ametaireau/pelican.git" > >LICENSE="" >SLOT="0" >KEYWORDS="~x86 ~amd64" >IUSE="examples +rst markdown +pygments" > ># argparse only with python2.7 >if [ $(python_get_version --major) -lt 2 ] && [ $(python_get_version --major) -lt 7 ];then > CON_DEP="dev-python/argparse" >else > CON_DEP="" >fi > >DEPEND="dev-python/jinja > dev-python/feedgenerator > rst? ( dev-python/docutils ) > markdown? ( dev-python/markdown ) > pygments? ( dev-python/pygments ) > ${CON_DEP}" >RDEPEND="${DEPEND}" > >DOCS="README.rst CHANGELOG LICENSE THANKS" > >src_install() { > distutils_src_install > > if use examples; then > insinto /usr/share/doc/${PF}/examples > doins -r samples/* || die "Failed to install examples" > 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 379671
:
283729
| 283731 |
283733
|
320130