Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 428148 Details for
Bug 577336
net-irc/irssi-0.8.18: version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
irssi-0.8.18.ebuild.diff
irssi-0.8.18.ebuild.diff (text/plain), 1.67 KB, created by
Lars Wendler (Polynomial-C) (RETIRED)
on 2016-03-13 20:45:31 UTC
(
hide
)
Description:
irssi-0.8.18.ebuild.diff
Filename:
MIME Type:
Creator:
Lars Wendler (Polynomial-C) (RETIRED)
Created:
2016-03-13 20:45:31 UTC
Size:
1.67 KB
patch
obsolete
>--- /var/portage/net-irc/irssi/irssi-0.8.17.ebuild >+++ irssi-0.8.18.ebuild >@@ -2,27 +2,28 @@ > # Distributed under the terms of the GNU General Public License v2 > # $Id$ > >-EAPI=5 >+EAPI=6 > >-AUTOTOOLS_AUTORECONF=1 >- >-inherit autotools-utils eutils flag-o-matic perl-module toolchain-funcs >+inherit autotools flag-o-matic perl-module toolchain-funcs > > # Keep for _rc compability > MY_P="${P/_/-}" > > DESCRIPTION="A modular textUI IRC client with IPv6 support" > HOMEPAGE="http://irssi.org/" >-SRC_URI="http://irssi.org/files/${MY_P}.tar.bz2" >+SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV}/${MY_P}.tar.xz" > > LICENSE="GPL-2" > SLOT="0" >-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" >+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" > IUSE="ipv6 +perl selinux ssl socks5 +proxy libressl" > > CDEPEND="sys-libs/ncurses:0= > >=dev-libs/glib-2.6.0 >- ssl? ( !libressl? ( dev-libs/openssl:= ) libressl? ( dev-libs/libressl:= ) ) >+ ssl? ( >+ !libressl? ( dev-libs/openssl:= ) >+ libressl? ( dev-libs/libressl:= ) >+ ) > perl? ( dev-lang/perl ) > socks5? ( >=net-proxy/dante-1.1.18 )" > >@@ -39,9 +40,10 @@ > > src_prepare() { > pushd m4 > /dev/null || die >- epatch "${FILESDIR}/${PN}-0.8.15-tinfo.patch" >+ eapply "${FILESDIR}/${PN}-0.8.15-tinfo.patch" > popd > /dev/null || die >- autotools-utils_src_prepare >+ eapply_user >+ eautoreconf > } > > src_configure() {
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 577336
:
428148
|
428150