Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/ayttm/files/, profiles/, net-im/ayttm/
Date: Sat, 20 Apr 2019 23:22:11
Message-Id: 1555747482.e775862469084fa316eb7864858275939c523571.mgorny@gentoo
1 commit: e775862469084fa316eb7864858275939c523571
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 20 08:04:42 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 20 08:04:42 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7758624
7
8 net-im/ayttm: Remove last-rited pkg
9
10 Closes: https://bugs.gentoo.org/676242
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 net-im/ayttm/Manifest | 1 -
14 net-im/ayttm/ayttm-0.6.3-r1.ebuild | 63 ----------------------
15 net-im/ayttm/files/ayttm-0.6.3-opt-webcam.patch | 28 ----------
16 .../ayttm/files/ayttm-0.6.3-opt-xscreensaver.patch | 16 ------
17 net-im/ayttm/metadata.xml | 18 -------
18 profiles/package.mask | 2 -
19 6 files changed, 128 deletions(-)
20
21 diff --git a/net-im/ayttm/Manifest b/net-im/ayttm/Manifest
22 deleted file mode 100644
23 index 781aa412335..00000000000
24 --- a/net-im/ayttm/Manifest
25 +++ /dev/null
26 @@ -1 +0,0 @@
27 -DIST ayttm-0.6.3.tar.bz2 1377010 BLAKE2B 692bac07386783f98a4e873b93f8c2a088fb954f39613ec47d151433e59b578f532f80d47b6dc7caab789ea06024a4a82d0f0c8264963d19c076e1b524495b19 SHA512 8480b9e6b6e1c45a3cdd16d991ebf7e12c400d282243f5f44715ba20d4db4523a0343fe49016f7dba3e1a23d963eef52fbb0823c27aedec0db33457319138270
28
29 diff --git a/net-im/ayttm/ayttm-0.6.3-r1.ebuild b/net-im/ayttm/ayttm-0.6.3-r1.ebuild
30 deleted file mode 100644
31 index 2f183105a74..00000000000
32 --- a/net-im/ayttm/ayttm-0.6.3-r1.ebuild
33 +++ /dev/null
34 @@ -1,63 +0,0 @@
35 -# Copyright 1999-2016 Gentoo Foundation
36 -# Distributed under the terms of the GNU General Public License v2
37 -
38 -EAPI=5
39 -inherit autotools eutils multilib
40 -
41 -DESCRIPTION="A multi-protocol instant messaging client"
42 -HOMEPAGE="http://ayttm.sourceforge.net/"
43 -SRC_URI="mirror://sourceforge/ayttm/${PV}/${P}.tar.bz2"
44 -
45 -LICENSE="GPL-2"
46 -SLOT="0"
47 -KEYWORDS="~amd64 ~x86"
48 -IUSE="crypt icq irc xmpp lj msn nls oscar smtp xscreensaver yahoo"
49 -
50 -RDEPEND="app-text/enchant
51 - dev-libs/glib:2
52 - dev-libs/openssl:0=
53 - virtual/libiconv
54 - x11-libs/gdk-pixbuf
55 - x11-libs/gtk+:2
56 - x11-libs/libX11
57 - x11-libs/libXpm
58 - x11-libs/pango
59 - crypt? ( app-crypt/gpgme )
60 - xscreensaver? ( x11-libs/libXScrnSaver )
61 - yahoo? ( net-libs/libyahoo2 )"
62 -DEPEND="${RDEPEND}
63 - sys-devel/bison
64 - sys-devel/flex
65 - nls? ( sys-devel/gettext )"
66 -
67 -src_prepare() {
68 - epatch "${FILESDIR}"/${P}-opt-xscreensaver.patch \
69 - "${FILESDIR}"/${P}-opt-webcam.patch
70 - eautoreconf
71 -}
72 -
73 -src_configure() {
74 - econf \
75 - $(use_enable crypt aycryption) \
76 - --disable-esd \
77 - $(use_enable icq) \
78 - $(use_enable irc) \
79 - $(use_enable xmpp jabber) \
80 - $(use_enable lj) \
81 - $(use_enable msn) \
82 - $(use_enable nls) \
83 - $(use_enable oscar) \
84 - $(use_enable smtp) \
85 - $(use_enable xscreensaver) \
86 - $(use_enable yahoo) \
87 - --disable-webcam \
88 - --disable-arts \
89 - --enable-posix-dlopen \
90 - --disable-static
91 -}
92 -
93 -src_install() {
94 - emake DESTDIR="${D}" install
95 - dodoc AUTHORS ChangeLog README README.LINUX TODO
96 - rm -f "${D}"/usr/$(get_libdir)/${PN}/*.la
97 -}
98
99 diff --git a/net-im/ayttm/files/ayttm-0.6.3-opt-webcam.patch b/net-im/ayttm/files/ayttm-0.6.3-opt-webcam.patch
100 deleted file mode 100644
101 index e805d90746d..00000000000
102 --- a/net-im/ayttm/files/ayttm-0.6.3-opt-webcam.patch
103 +++ /dev/null
104 @@ -1,28 +0,0 @@
105 -Make the building of the webcam-related plugins optional.
106 -
107 -Patch by Kevin McCarthy <signals@g.o>
108 -
109 ---- configure.ac
110 -+++ configure.ac
111 -@@ -436,6 +439,10 @@
112 - AC_MSG_WARN(You need gpgme to compile the aycryption module))
113 - fi
114 -
115 -+if test "$enable_webcam" != no; then
116 -+ OPTIONAL_PLUG_DIR="$OPTIONAL_PLUG_DIR image_filter"
117 -+fi
118 -+
119 - ###########################################################################
120 - # End Optional Modules
121 - ###########################################################################
122 ---- modules/Makefile.am
123 -+++ modules/Makefile.am
124 -@@ -1,7 +1,7 @@
125 - DIST_SUBDIRS = aim-oscar irc jabber msn2 yahoo2 smtp importers \
126 - livejournal utility aycryption smileys image_filter
127 -
128 --SUBDIRS = @OPTIONAL_PLUG_DIR@ importers utility smileys image_filter
129 -+SUBDIRS = @OPTIONAL_PLUG_DIR@ importers utility smileys
130 -
131 - # Gets rid of the datarootdir warning
132 - datarootdir=@datarootdir@
133
134 diff --git a/net-im/ayttm/files/ayttm-0.6.3-opt-xscreensaver.patch b/net-im/ayttm/files/ayttm-0.6.3-opt-xscreensaver.patch
135 deleted file mode 100644
136 index 7c6f09f5117..00000000000
137 --- a/net-im/ayttm/files/ayttm-0.6.3-opt-xscreensaver.patch
138 +++ /dev/null
139 @@ -1,16 +0,0 @@
140 -Add --enable-xscreensaver to configure for USE flag support
141 -
142 -Patch by Kevin McCarthy <signals@g.o>
143 -
144 ---- configure.ac
145 -+++ configure.ac
146 -@@ -316,6 +316,9 @@
147 - #endif
148 - ])
149 -
150 -+AC_ARG_ENABLE(xscreensaver, AC_HELP_STRING([--enable-xscreensaver],
151 -+ [compile with X Screensaver]), [have_xss=$enableval], [have_xss=no] )
152 -+
153 - if test "$have_xss" = yes; then
154 - # Let's figure out what library it's in...
155 -
156
157 diff --git a/net-im/ayttm/metadata.xml b/net-im/ayttm/metadata.xml
158 deleted file mode 100644
159 index 5cbaca7524d..00000000000
160 --- a/net-im/ayttm/metadata.xml
161 +++ /dev/null
162 @@ -1,18 +0,0 @@
163 -<?xml version="1.0" encoding="UTF-8"?>
164 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
165 -<pkgmetadata>
166 - <!-- maintainer-needed -->
167 - <longdescription lang="en">
168 - Ayttm is a multi-protocol instant messaging client with some novel features
169 - such as the ability to connect to livejournal.com and the ability to send
170 - short messages via RFC2821 SMTP.
171 - </longdescription>
172 - <use>
173 - <flag name="irc">Enable Internet Relay Chat support</flag>
174 - <flag name="lj">Enable livejournal.com support</flag>
175 - <flag name="smtp">Adds support for sending messages via RFC2821 SMTP</flag>
176 - </use>
177 - <upstream>
178 - <remote-id type="sourceforge">ayttm</remote-id>
179 - </upstream>
180 -</pkgmetadata>
181
182 diff --git a/profiles/package.mask b/profiles/package.mask
183 index dbb9b426542..418e00da37a 100644
184 --- a/profiles/package.mask
185 +++ b/profiles/package.mask
186 @@ -617,7 +617,6 @@ x11-libs/hippo-canvas
187 # net-analyzer/nodebrain: #674796, last commits in 2015
188 # net-analyzer/postal: #677478, last release in 2012
189 # net-ftp/netkit-ftpd: #676000, last rel in 2000, also #236290, #540330
190 -# net-im/ayttm: #676242, last commits in 2011 (+ one secfix in 2015)
191 #
192 # Removal in 30 days.
193 app-crypt/keynote
194 @@ -632,7 +631,6 @@ net-analyzer/ffp
195 net-analyzer/nodebrain
196 net-analyzer/postal
197 net-ftp/netkit-ftpd
198 -net-im/ayttm
199
200 # Miroslav Šulc <fordfrog@g.o> (19 Mar 2019)
201 # Depends on >=virtual/{jdk,jre}-11 which is masked