Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 226039 Details for
Bug 312095
app-text/asciidoc: Verify and potentially improve Python-related code
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
asciidoc-8.5.1.ebuild.patch
asciidoc-8.5.1.ebuild.patch (text/plain), 1.30 KB, created by
Ai Locke Shinseiko (Wizzleby)
on 2010-03-31 23:22:39 UTC
(
hide
)
Description:
asciidoc-8.5.1.ebuild.patch
Filename:
MIME Type:
Creator:
Ai Locke Shinseiko (Wizzleby)
Created:
2010-03-31 23:22:39 UTC
Size:
1.30 KB
patch
obsolete
>diff --git a/usr/portage/app-text/asciidoc/asciidoc-8.5.1.ebuild b/app-text/asciidoc/asciidoc-8.5.1.ebuild >index 7262c20..6f9d707 100644 >--- a/usr/portage/app-text/asciidoc/asciidoc-8.5.1.ebuild >+++ b/app-text/asciidoc/asciidoc-8.5.1.ebuild >@@ -1,8 +1,11 @@ >-# Copyright 1999-2009 Gentoo Foundation >+# Copyright 1999-2010 Gentoo Foundation > # Distributed under the terms of the GNU General Public License v2 > # $Header: /var/cvsroot/gentoo-x86/app-text/asciidoc/asciidoc-8.5.1.ebuild,v 1.1 2009/12/04 16:55:12 flameeyes Exp $ > >-EAPI="2" >+EAPI="3" >+ >+PYTHON_DEPEND="2:2.4" >+inherit python > > DESCRIPTION="A text document format for writing short documents, articles, books and UNIX man pages" > HOMEPAGE="http://www.methods.co.nz/asciidoc/" >@@ -13,15 +16,19 @@ SLOT="0" > KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" > IUSE="examples vim-syntax" > >-RDEPEND=">=virtual/python-2.4 >- >=app-text/docbook-xsl-stylesheets-1.75 >+RDEPEND=">=app-text/docbook-xsl-stylesheets-1.75 > dev-libs/libxslt > media-gfx/graphviz > app-text/docbook-xml-dtd:4.5 > || ( www-client/lynx www-client/w3m )" > DEPEND="" > >+pkg_setup() { >+ python_set_active_version 2 >+} >+ > src_prepare() { >+ python_convert_shebangs -r 2 . > if ! use vim-syntax; then > sed -i -e '/^install/s/install-vim//' Makefile.in > else
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 312095
:
226037
| 226039