Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-irc/irssi/
Date: Thu, 10 Jan 2019 11:52:24
Message-Id: 1547121136.f1e6f6eb2ed6ed31b717673de877128067ea433a.zlogene@gentoo
1 commit: f1e6f6eb2ed6ed31b717673de877128067ea433a
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 10 11:52:02 2019 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 10 11:52:16 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1e6f6eb
7
8 net-irc/irssi: Drop old
9
10 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12
13 net-irc/irssi/Manifest | 2 --
14 net-irc/irssi/irssi-1.0.7-r1.ebuild | 56 ---------------------------------
15 net-irc/irssi/irssi-1.1.1-r2.ebuild | 63 -------------------------------------
16 3 files changed, 121 deletions(-)
17
18 diff --git a/net-irc/irssi/Manifest b/net-irc/irssi/Manifest
19 index ec94309013e..daf802d9743 100644
20 --- a/net-irc/irssi/Manifest
21 +++ b/net-irc/irssi/Manifest
22 @@ -1,3 +1 @@
23 -DIST irssi-1.0.7.tar.xz 1034188 BLAKE2B 738ac8c09bb70a1a4f2fea880cf745d38145637ba7afb02dca13be9ee8df1dc5f39eaedd9245a0511446d9ca3cac0a2729d818fa50ce8c2af1825aedc2d52e76 SHA512 f5593ffdbb15c815e1445d15379245a3dba7935a82a6caca0ca2b720e03000df06e6515f5f5d78eaec3923aafccea7396baf12ac945ecddd02664c5f10611bc5
24 -DIST irssi-1.1.1.tar.xz 1080992 BLAKE2B a7f7f2004958d9b71d0bba3dea2ee09ebd7f99246d9b6e950a36ae772e4e8c49e4f6be6b18b7cd05ec50397fef2b3c4d16dba41637773b149eff8f7755610df4 SHA512 b2fc0805d6213c31bc34c48237baf2e33ac509c0fa09c483fd39f1473e32eee227ff4532efc60fb495c2ec263c05290578bca7ad6d39149e0594f864da5986c0
25 DIST irssi-1.1.2.tar.xz 1084328 BLAKE2B 6f4e49097d97a511d0fd679806bfa3d261c26f9160ed66d34e7d314b3f330accf90c5e019c31dafd5418c25d538fcb44fc35fcdf6210370f640ff95743556a9a SHA512 706f811c810b976888101a29bab6ff6b9aa6116678994b3710d6b266bfbc0ae2be1d4fd889aedfbf0a13a2e3da3f1affcce0018346ecc582865eaccd8cc79f84
26
27 diff --git a/net-irc/irssi/irssi-1.0.7-r1.ebuild b/net-irc/irssi/irssi-1.0.7-r1.ebuild
28 deleted file mode 100644
29 index d9f5671ef47..00000000000
30 --- a/net-irc/irssi/irssi-1.0.7-r1.ebuild
31 +++ /dev/null
32 @@ -1,56 +0,0 @@
33 -# Copyright 1999-2018 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=6
37 -
38 -GENTOO_DEPEND_ON_PERL="no"
39 -
40 -inherit ltprune perl-module
41 -
42 -# Keep for _rc compability
43 -MY_P="${P/_/-}"
44 -
45 -DESCRIPTION="A modular textUI IRC client with IPv6 support"
46 -HOMEPAGE="https://irssi.org/"
47 -SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV/_/-}/${MY_P}.tar.xz"
48 -
49 -LICENSE="GPL-2"
50 -SLOT="0"
51 -KEYWORDS="alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
52 -IUSE="+perl selinux socks5 +proxy libressl"
53 -
54 -CDEPEND="
55 - sys-libs/ncurses:0=
56 - >=dev-libs/glib-2.6.0
57 - !libressl? ( dev-libs/openssl:= )
58 - libressl? ( dev-libs/libressl:= )
59 - perl? ( dev-lang/perl:= )
60 - socks5? ( >=net-proxy/dante-1.1.18 )"
61 -
62 -DEPEND="
63 - ${CDEPEND}
64 - virtual/pkgconfig"
65 -
66 -RDEPEND="
67 - ${CDEPEND}
68 - selinux? ( sec-policy/selinux-irc )
69 - perl? ( !net-im/silc-client )"
70 -
71 -RESTRICT="test"
72 -
73 -S="${WORKDIR}/${MY_P}"
74 -
75 -src_configure() {
76 - econf \
77 - --with-perl-lib=vendor \
78 - --enable-true-color \
79 - $(use_with proxy) \
80 - $(use_with perl) \
81 - $(use_with socks5 socks)
82 -}
83 -
84 -src_install() {
85 - default
86 - use perl && perl_delete_localpod
87 - prune_libtool_files --modules
88 -}
89
90 diff --git a/net-irc/irssi/irssi-1.1.1-r2.ebuild b/net-irc/irssi/irssi-1.1.1-r2.ebuild
91 deleted file mode 100644
92 index e14f79e1455..00000000000
93 --- a/net-irc/irssi/irssi-1.1.1-r2.ebuild
94 +++ /dev/null
95 @@ -1,63 +0,0 @@
96 -# Copyright 1999-2018 Gentoo Authors
97 -# Distributed under the terms of the GNU General Public License v2
98 -
99 -EAPI=6
100 -
101 -GENTOO_DEPEND_ON_PERL="no"
102 -
103 -inherit ltprune perl-module
104 -
105 -# Keep for _rc compability
106 -MY_P="${P/_/-}"
107 -
108 -DESCRIPTION="A modular textUI IRC client with IPv6 support"
109 -HOMEPAGE="https://irssi.org/"
110 -SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV/_/-}/${MY_P}.tar.xz"
111 -
112 -LICENSE="GPL-2"
113 -SLOT="0"
114 -KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
115 -IUSE="+perl selinux socks5 +proxy libressl"
116 -
117 -COMMON_DEPEND="
118 - sys-libs/ncurses:0=
119 - >=dev-libs/glib-2.6.0
120 - !libressl? ( dev-libs/openssl:= )
121 - libressl? ( dev-libs/libressl:= )
122 - perl? ( dev-lang/perl:= )
123 - socks5? ( >=net-proxy/dante-1.1.18 )"
124 -
125 -DEPEND="
126 - ${COMMON_DEPEND}
127 - virtual/pkgconfig"
128 -
129 -RDEPEND="
130 - ${COMMON_DEPEND}
131 - selinux? ( sec-policy/selinux-irc )
132 - perl? ( !net-im/silc-client )"
133 -
134 -RESTRICT="test"
135 -
136 -S="${WORKDIR}/${MY_P}"
137 -
138 -src_prepare() {
139 - default
140 - if has_version '>=dev-libs/libressl-2.7.3'; then
141 - eapply "${FILESDIR}"/libressl.patch
142 - fi
143 -}
144 -
145 -src_configure() {
146 - econf \
147 - --with-perl-lib=vendor \
148 - --enable-true-color \
149 - $(use_with proxy) \
150 - $(use_with perl) \
151 - $(use_with socks5 socks)
152 -}
153 -
154 -src_install() {
155 - default
156 - use perl && perl_delete_localpod
157 - prune_libtool_files --modules
158 -}