Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-irc/irssi/
Date: Sat, 26 Mar 2016 20:29:44
Message-Id: 1459023349.cd7b7a08e3ca00522c895485c4b3354bb60bfa17.monsieurp@gentoo
1 commit: cd7b7a08e3ca00522c895485c4b3354bb60bfa17
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Sat Mar 26 20:15:17 2016 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Sat Mar 26 20:15:49 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd7b7a08
7
8 net-irc/irssi: Version bump.
9
10 Package-Manager: portage-2.2.26
11
12 net-irc/irssi/Manifest | 1 +
13 net-irc/irssi/irssi-0.8.19.ebuild | 72 +++++++++++++++++++++++++++++++++++++++
14 2 files changed, 73 insertions(+)
15
16 diff --git a/net-irc/irssi/Manifest b/net-irc/irssi/Manifest
17 index 7ffb2ed..497cbfd 100644
18 --- a/net-irc/irssi/Manifest
19 +++ b/net-irc/irssi/Manifest
20 @@ -1,2 +1,3 @@
21 DIST irssi-0.8.17.tar.bz2 1102196 SHA256 3c9600cad2edf58f1d012febc1a0ba844274df6e331c01a9e935467705166807 SHA512 e3d9b130c46e6977400f5a75374cf3e32d5a6e6907b2fd4c920463b5413575708b094c9fa38151997a120ce581de26092424296510ca93b3eee7b0844be45953 WHIRLPOOL 497e1c4f8a84932f84cdf05bdcc8493f27edfd2070f07c760fa91fc1a967958e3bb48b0cc2d9b22640670d770ffb6dc8035e8bd636a0f966cd675d1636907ee3
22 DIST irssi-0.8.18.tar.xz 1004856 SHA256 c0a177f749757c2d171ebe49ab0f0dd9cf9374dea81ab01904d0549bcb057840 SHA512 9b1abd7777b89a89cb1bf562193919398d765757639efca5ad12b38feaad96b98e2b0bbeb665ac0994c4f2ff9abbff7a7a8bee0daab2b0ea0beb73f82edc30e0 WHIRLPOOL 40bb726cef07fdad749fd8ae2474ff993ab6c8b275cf4f3a537e997333fdb4f798db50c751956818f4190e2f313b78f66508631d6995ecab76f7c93be01f5abd
23 +DIST irssi-0.8.19.tar.xz 1006140 SHA256 4ca0040548e814ea93eb7d602ab7d6d379afcbbdf10e84160523ce69c73ee5d3 SHA512 45578a33b408ebf7d896b9576dffc4ca95897933be50cc1c2fcb8988a6ad86a10087fba5f74f0a2eb1d615fb3f30e57500f5175ef2dbada1de5a33b20abacb61 WHIRLPOOL cd95ab0abb7ce95772c823bb7022f12c97b4d9878ed256353550520496c3bc4a03df0964c2b0c104b5e4717f375cccef7e60d74e80410a2c19d1abb85723e571
24
25 diff --git a/net-irc/irssi/irssi-0.8.19.ebuild b/net-irc/irssi/irssi-0.8.19.ebuild
26 new file mode 100644
27 index 0000000..7bf62bb
28 --- /dev/null
29 +++ b/net-irc/irssi/irssi-0.8.19.ebuild
30 @@ -0,0 +1,72 @@
31 +# Copyright 1999-2016 Gentoo Foundation
32 +# Distributed under the terms of the GNU General Public License v2
33 +# $Id$
34 +
35 +EAPI="6"
36 +
37 +inherit autotools eutils flag-o-matic perl-module toolchain-funcs
38 +
39 +# Keep for _rc compability
40 +MY_P="${P/_/-}"
41 +
42 +DESCRIPTION="A modular textUI IRC client with IPv6 support"
43 +HOMEPAGE="http://irssi.org/"
44 +SRC_URI="https://github.com/irssi/irssi/releases/download/${PV/_/-}/${MY_P}.tar.xz"
45 +
46 +LICENSE="GPL-2"
47 +SLOT="0"
48 +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"
49 +IUSE="ipv6 +perl selinux ssl socks5 +proxy libressl"
50 +
51 +CDEPEND="sys-libs/ncurses:0=
52 + >=dev-libs/glib-2.6.0
53 + ssl? (
54 + !libressl? ( dev-libs/openssl:= )
55 + libressl? ( dev-libs/libressl:= )
56 + )
57 + perl? ( dev-lang/perl )
58 + socks5? ( >=net-proxy/dante-1.1.18 )"
59 +
60 +DEPEND="
61 + ${CDEPEND}
62 + virtual/pkgconfig"
63 +
64 +RDEPEND="
65 + ${CDEPEND}
66 + selinux? ( sec-policy/selinux-irc )
67 + perl? ( !net-im/silc-client )"
68 +
69 +RESTRICT="test"
70 +
71 +S="${WORKDIR}/${MY_P}"
72 +
73 +src_prepare() {
74 + pushd m4 > /dev/null || die
75 + eapply "${FILESDIR}/${PN}-0.8.15-tinfo.patch"
76 + popd > /dev/null || die
77 + eapply_user
78 + eautoreconf
79 +}
80 +
81 +src_configure() {
82 + econf \
83 + --with-ncurses="${EPREFIX}"/usr \
84 + --with-perl-lib=vendor \
85 + --enable-static \
86 + --enable-true-color \
87 + $(use_with proxy) \
88 + $(use_with perl) \
89 + $(use_with socks5 socks) \
90 + $(use_enable ssl) \
91 + $(use_enable ipv6)
92 +}
93 +
94 +src_install() {
95 + emake DESTDIR="${D}" install
96 +
97 + use perl && perl_delete_localpod
98 +
99 + prune_libtool_files --modules
100 +
101 + dodoc AUTHORS ChangeLog README.md TODO NEWS
102 +}