summaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2017-06-15 09:40:37 +0200
committerMichał Górny <mgorny@gentoo.org>2017-06-15 10:00:56 +0200
commit81d5f6bfec9d2a24f2bb9dcc3ad81de79796d528 (patch)
treefa48e378b0411eeebfed6df950542e59e639d843 /net-im
parentkde-apps/pim-storage-service-manager: Cleanup remaining cruft (diff)
downloadgentoo-81d5f6bfec9d2a24f2bb9dcc3ad81de79796d528.tar.gz
gentoo-81d5f6bfec9d2a24f2bb9dcc3ad81de79796d528.tar.bz2
gentoo-81d5f6bfec9d2a24f2bb9dcc3ad81de79796d528.zip
net-im/licq: Remove last-rited pkg, #594260
Diffstat (limited to 'net-im')
-rw-r--r--net-im/licq/Manifest1
-rw-r--r--net-im/licq/licq-1.8.2.ebuild92
-rw-r--r--net-im/licq/metadata.xml15
3 files changed, 0 insertions, 108 deletions
diff --git a/net-im/licq/Manifest b/net-im/licq/Manifest
deleted file mode 100644
index 1338c964cfc3..000000000000
--- 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 7222e2515c85..000000000000
--- 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 8c81dd0cd807..000000000000
--- 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>polynomial-c@gentoo.org</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>