commit:     81d5f6bfec9d2a24f2bb9dcc3ad81de79796d528
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 15 07:40:37 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Jun 15 08:00:56 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81d5f6bf

net-im/licq: Remove last-rited pkg, #594260

 net-im/licq/Manifest          |  1 -
 net-im/licq/licq-1.8.2.ebuild | 92 -------------------------------------------
 net-im/licq/metadata.xml      | 15 -------
 profiles/package.mask         |  5 ---
 4 files changed, 113 deletions(-)

diff --git a/net-im/licq/Manifest b/net-im/licq/Manifest
deleted file mode 100644
index 1338c964cfc..00000000000
--- a/net-im/licq/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST licq-1.8.2.tar.bz2 2260717 SHA256 
16aa514888379a12f538becbaeb81f77017d05c94c15f3b2a5e0ffb60315180f SHA512 
2535d1ec3abf91825041ce17ccbe525291b10d9df9af16f5c4bbfab27b5dcef2fc39444f6de839d126cb36014330fc75a3143cbc50b7926123782988105bdf1f
 WHIRLPOOL 
25f4881b8e8abe1187f1bda374d3513dfb52b77742611c41c080d151e4c3d1e369dce11c9f7dc43b6e199c5117ca65e2273fab6355548ed57ceefc4bf74d53ed

diff --git a/net-im/licq/licq-1.8.2.ebuild b/net-im/licq/licq-1.8.2.ebuild
deleted file mode 100644
index 7222e2515c8..00000000000
--- a/net-im/licq/licq-1.8.2.ebuild
+++ /dev/null
@@ -1,92 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils eutils flag-o-matic
-
-DESCRIPTION="ICQ Client with v8 support"
-HOMEPAGE="http://www.licq.org/";
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="2"
-KEYWORDS="alpha amd64 ia64 ppc sparc x86"
-IUSE="debug doc l10n_he nls socks5 ssl xosd aosd xmpp qt4 msn"
-
-RDEPEND="
-       >=app-crypt/gpgme-1
-       app-text/hunspell
-       dev-libs/boost:=
-       x11-libs/libXScrnSaver
-       xmpp? ( net-libs/gloox )
-       qt4? ( dev-qt/qtgui:4 )
-       socks5? ( net-proxy/dante )
-       ssl? ( >=dev-libs/openssl-0.9.5a:0= )
-       xosd? ( x11-libs/xosd )
-       aosd? ( x11-libs/libaosd )
-"
-DEPEND="
-       ${RDEPEND}
-       doc? ( app-doc/doxygen[dot] )
-       nls? ( sys-devel/gettext )
-"
-
-src_prepare() {
-       default
-
-       local licq_plugins=(
-               auto-reply
-               icq
-               rms
-               $(usex aosd aosd '')
-               $(usex msn msn '')
-               $(usex qt4 qt4-gui '')
-               $(usex xmpp jabber '')
-               $(usex xosd osd '')
-       )
-
-       local plugins=() x
-       for x in ${licq_plugins[@]} ; do
-               plugins+=( ${x}/CMakeLists.txt )
-       done
-
-       # somehow sed doesn't like an array variable
-       x="${plugins[@]}"
-       sed -e "s|file(GLOB cmake_plugins.*$|set(cmake_plugins ${x})|" \
-               -i plugins/CMakeLists.txt || die
-}
-
-pkg_setup() {
-       # crutch
-       append-flags -pthread
-}
-
-src_configure() {
-       mycmakeargs=(
-               -DBUILD_PLUGINS=ON
-               -DBUILD_TESTS=OFF
-               -DCMAKE_BUILD_TYPE="$(usex debug 'Debug' 'Release')"
-               -DENABLE_NLS="$(usex nls)"
-               -DUSE_DOXYGEN="$(usex doc)"
-               -DUSE_FIFO=ON
-               -DUSE_HEBREW="$(usex l10n_he)"
-               -DUSE_OPENSSL="$(usex ssl)"
-               -DUSE_SOCKS5="$(usex socks5)"
-       )
-
-       cmake-utils_src_configure
-}
-
-src_install() {
-       local DOCS=( README )
-       cmake-utils_src_install
-
-       docinto doc
-       dodoc doc/*
-
-       use ssl && dodoc README.OPENSSL
-
-       exeinto /usr/share/${PN}/upgrade
-       doexe upgrade/*.pl
-}

diff --git a/net-im/licq/metadata.xml b/net-im/licq/metadata.xml
deleted file mode 100644
index 8c81dd0cd80..00000000000
--- a/net-im/licq/metadata.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-  <maintainer type="person">
-    <email>[email protected]</email>
-    <name>Lars Wendler</name>
-  </maintainer>
-  <longdescription>Licq is an ICQ clone with an extensive plugin 
system.</longdescription>
-  <use>
-    <flag name="aosd">Build the advanced on screen display plugin.</flag>
-  </use>
-  <upstream>
-    <remote-id type="sourceforge">licq</remote-id>
-  </upstream>
-</pkgmetadata>

diff --git a/profiles/package.mask b/profiles/package.mask
index 1fce5a63783..d87a8a96ef0 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -546,11 +546,6 @@ app-arch/unlzx
 # and wxGTK-3.0.3 bump in tree
 >=net-ftp/filezilla-3.25.2-r1
 
-# Lars Wendler <[email protected]> (07 May 2017)
-# Dead upstream since 2014. Fails to build with gcc-6 (bug #594260).
-# Masked for removal in 30 days.
-net-im/licq
-
 # Zac Medico <[email protected]> (01 May 2017)
 # Possible API incompatibilities, bug #617174.
 # http://aiohttp.readthedocs.io/en/latest/migration.html

Reply via email to