Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 368938 Details for
Bug 499526
sci-geosciences/grass-6.4.2: converting to python-r1
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch to convert ebuild to use python-single-r1.eclass
patch (text/plain), 1.51 KB, created by
Ian Stakenvicius (RETIRED)
on 2014-01-28 01:44:22 UTC
(
hide
)
Description:
patch to convert ebuild to use python-single-r1.eclass
Filename:
MIME Type:
Creator:
Ian Stakenvicius (RETIRED)
Created:
2014-01-28 01:44:22 UTC
Size:
1.51 KB
patch
obsolete
>--- grass-6.4.2.ebuild 2014-01-08 09:18:40.000000000 -0500 >+++ grass-6.4.2-r1.ebuild 2013-08-30 19:55:09.000000000 -0400 >@@ -1,13 +1,13 @@ >-# Copyright 1999-2014 Gentoo Foundation >+# Copyright 1999-2013 Gentoo Foundation > # Distributed under the terms of the GNU General Public License v2 >-# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/grass/grass-6.4.2.ebuild,v 1.11 2014/01/06 15:37:42 jlec Exp $ >+# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/grass/grass-6.4.2.ebuild,v 1.9 2013/07/04 13:06:30 ago Exp $ > > EAPI=4 > >-PYTHON_DEPEND="python? 2" >+PYTHON_COMPAT=( python2_{5..7} ) > WANT_AUTOCONF="2.1" > >-inherit eutils gnome2 multilib python versionator wxwidgets autotools >+inherit eutils gnome2 multilib python-single-r1 versionator wxwidgets base autotools > > MY_PM=${PN}$(get_version_component_range 1-2 ${PV}) > MY_PM=${MY_PM/.} >@@ -49,6 +49,7 @@ > ) > png? ( media-libs/libpng ) > postgres? ( >=dev-db/postgresql-base-8.4 ) >+ python? ( ${PYTHON_DEPS} ) > readline? ( sys-libs/readline ) > sqlite? ( dev-db/sqlite:3 ) > tiff? ( media-libs/tiff ) >@@ -125,16 +126,12 @@ > fi > fi > >- if use python; then >- # only py2 is supported >- python_set_active_version 2 >- fi >+ use python && python-single-r1_pkg_setup > } > > src_prepare() { > use opengl || epatch "${FILESDIR}"/${PN}-6.4.0-html-nonviz.patch >- epatch ${PATCHES[@]} >- epatch_user >+ base_src_prepare > eautoconf > } > >@@ -215,7 +212,7 @@ > > src_compile() { > # we don't want to link against embeded mysql lib >- emake MYSQLDLIB="" >+ base_src_compile MYSQLDLIB="" > } > > src_install() {
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 499526
: 368938