Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 292283 Details for
Bug 315307
net-irc/irssi-otr: 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]
ebuild patch
irssi-otr.patch (text/plain), 2.00 KB, created by
Ian Delaney (RETIRED)
on 2011-11-12 14:19:15 UTC
(
hide
)
Description:
ebuild patch
Filename:
MIME Type:
Creator:
Ian Delaney (RETIRED)
Created:
2011-11-12 14:19:15 UTC
Size:
2.00 KB
patch
obsolete
>Only in irssi-otr.orig/: irssi-otr >diff -ur irssi-otr.orig/irssi-otr-0.2.ebuild irssi-otr/irssi-otr-0.2.ebuild >--- irssi-otr.orig/irssi-otr-0.2.ebuild 2010-04-21 03:05:34.000000000 +0800 >+++ irssi-otr/irssi-otr-0.2.ebuild 2011-11-12 22:11:25.422794982 +0800 >@@ -2,7 +2,11 @@ > # Distributed under the terms of the GNU General Public License v2 > # $Header: /var/cvsroot/gentoo-x86/net-irc/irssi-otr/irssi-otr-0.2.ebuild,v 1.6 2010/04/20 19:05:34 polynomial-c Exp $ > >-inherit cmake-utils eutils >+EAPI="3" >+ >+PYTHON_DEPEND="*:2.6" >+ >+inherit cmake-utils python > > DESCRIPTION="Off-The-Record messaging (OTR) for irssi" > HOMEPAGE="http://irssi-otr.tuxfamily.org" >@@ -24,16 +28,17 @@ > dev-libs/libgpg-error > || ( > net-irc/irssi >- net-irc/irssi-svn > )" > > DEPEND="${RDEPEND} > >=dev-util/cmake-2.4.7 >- dev-util/pkgconfig >- dev-lang/python" >+ dev-util/pkgconfig" >+ >+pkg_setup() { >+ python_pkg_setup >+} > > src_install() { > cmake-utils_src_install >- rm "${D}"/usr/share/doc/${PF}/LICENSE >- prepalldocs >+ rm "${ED}"/usr/share/doc/${PF}/LICENSE || die > } >diff -ur irssi-otr.orig/irssi-otr-0.3.ebuild irssi-otr/irssi-otr-0.3.ebuild >--- irssi-otr.orig/irssi-otr-0.3.ebuild 2010-06-28 17:13:06.000000000 +0800 >+++ irssi-otr/irssi-otr-0.3.ebuild 2011-11-12 22:12:37.230795079 +0800 >@@ -2,8 +2,11 @@ > # Distributed under the terms of the GNU General Public License v2 > # $Header: /var/cvsroot/gentoo-x86/net-irc/irssi-otr/irssi-otr-0.3.ebuild,v 1.3 2010/06/28 09:13:06 polynomial-c Exp $ > >-EAPI=2 >-inherit cmake-utils >+EAPI="3" >+ >+PYTHON_DEPEND="*:2.6" >+ >+inherit cmake-utils python > > DESCRIPTION="Off-The-Record messaging (OTR) for irssi" > HOMEPAGE="http://irssi-otr.tuxfamily.org" >@@ -25,15 +28,16 @@ > dev-libs/libgpg-error > || ( > net-irc/irssi >- net-irc/irssi-svn > )" > > DEPEND="${RDEPEND} >- dev-util/pkgconfig >- dev-lang/python" >+ dev-util/pkgconfig" >+ >+pkg_setup() { >+ python_pkg_setup >+} > > src_install() { > cmake-utils_src_install >- rm "${D}"/usr/share/doc/${PF}/LICENSE >- prepalldocs >+ rm "${ED}"/usr/share/doc/${PF}/LICENSE || 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 315307
: 292283 |
292491
|
292599