Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 226053 Details for
Bug 312123
app-text/sgmltools-lite: 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]
sgmltools-lite-3.0.3-r10.ebuild.patch
sgmltools-lite-3.0.3-r10.ebuild.patch (text/plain), 1.38 KB, created by
Ai Locke Shinseiko (Wizzleby)
on 2010-04-01 01:42:22 UTC
(
hide
)
Description:
sgmltools-lite-3.0.3-r10.ebuild.patch
Filename:
MIME Type:
Creator:
Ai Locke Shinseiko (Wizzleby)
Created:
2010-04-01 01:42:22 UTC
Size:
1.38 KB
patch
obsolete
>diff --git a/usr/portage/app-text/sgmltools-lite/sgmltools-lite-3.0.3-r10.ebuild b/app-text/sgmltools-lite/sgmltools-lite-3.0.3-r10.ebuild >index f4efbc5..fc70a3b 100644 >--- a/usr/portage/app-text/sgmltools-lite/sgmltools-lite-3.0.3-r10.ebuild >+++ b/app-text/sgmltools-lite/sgmltools-lite-3.0.3-r10.ebuild >@@ -2,6 +2,9 @@ > # Distributed under the terms of the GNU General Public License v2 > # $Header: /var/cvsroot/gentoo-x86/app-text/sgmltools-lite/sgmltools-lite-3.0.3-r10.ebuild,v 1.13 2008/09/02 22:42:56 opfer Exp $ > >+EAPI=3 >+ >+PYTHON_DEPEND="2" > inherit python sgml-catalog > > DESCRIPTION="Python interface to SGML software in a DocBook/OpenJade env" >@@ -14,8 +17,7 @@ SLOT="0" > KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86" > IUSE="jadetex" > >-DEPEND=">=virtual/python-1.5 >- app-text/sgml-common >+DEPEND="app-text/sgml-common > ~app-text/docbook-sgml-dtd-3.1 > app-text/docbook-dsssl-stylesheets > app-text/openjade >@@ -27,19 +29,15 @@ DEPEND=">=virtual/python-1.5 > sgml-catalog_cat_include "/etc/sgml/sgml-lite.cat" \ > "/usr/share/sgml/stylesheets/sgmltools/sgmltools.cat" > >-src_unpack() { >- unpack ${A} >- cd "${S}" >+pkg_setup() { >+ python_set_active_version 2 >+} > >+src_prepare() { > # Remove CVS directories from the tree > find . -name CVS | xargs rm -rf > } > >-src_compile() { >- econf || die >- emake || die >-} >- > src_install() { > einstall etcdir="${D}"/etc/sgml || die >
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 312123
:
226051
| 226053