summaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2015-03-02 19:00:38 +0000
committerManuel Rüger <mrueg@gentoo.org>2015-03-02 19:00:38 +0000
commit575306c66d0a00aa38b4ec8c64b43eb229fbb5e4 (patch)
treec38780aa6c0a56b4aae23df1f3eb5dbd65843628 /net-im
parentMask further MSN libraries and applications. (diff)
downloadgentoo-2-575306c66d0a00aa38b4ec8c64b43eb229fbb5e4.tar.gz
gentoo-2-575306c66d0a00aa38b4ec8c64b43eb229fbb5e4.tar.bz2
gentoo-2-575306c66d0a00aa38b4ec8c64b43eb229fbb5e4.zip
Remove old.
(Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'net-im')
-rw-r--r--net-im/licq/ChangeLog6
-rw-r--r--net-im/licq/licq-1.8.0-r2.ebuild81
-rw-r--r--net-im/licq/licq-1.8.1.ebuild81
3 files changed, 5 insertions, 163 deletions
diff --git a/net-im/licq/ChangeLog b/net-im/licq/ChangeLog
index 0a6d8366a2e4..2f5df0e5c90a 100644
--- a/net-im/licq/ChangeLog
+++ b/net-im/licq/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-im/licq
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/licq/ChangeLog,v 1.137 2015/01/26 10:41:36 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/licq/ChangeLog,v 1.138 2015/03/02 19:00:38 mrueg Exp $
+
+ 02 Mar 2015; Manuel Rüger <mrueg@gentoo.org> -licq-1.8.0-r2.ebuild,
+ -licq-1.8.1.ebuild:
+ Remove old.
26 Jan 2015; Agostino Sarubbo <ago@gentoo.org> licq-1.8.2.ebuild:
Stable for x86, wrt bug #535568
diff --git a/net-im/licq/licq-1.8.0-r2.ebuild b/net-im/licq/licq-1.8.0-r2.ebuild
deleted file mode 100644
index 4839ecced814..000000000000
--- a/net-im/licq/licq-1.8.0-r2.ebuild
+++ /dev/null
@@ -1,81 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/licq/licq-1.8.0-r2.ebuild,v 1.5 2014/08/21 11:43:46 armin76 Exp $
-
-EAPI=5
-
-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
- https://github.com/${PN}-im/${PN}/commit/6b5f463697739be42948a052a03cc706f06c2150.patch -> ${P}-socks5.patch
- https://github.com/${PN}-im/${PN}/commit/b05d42fda3da5d1b42bd89feb3b49516ce7d85b3.patch -> ${P}-doxygen.patch"
-
-LICENSE="GPL-2"
-SLOT="2"
-KEYWORDS="~alpha ~amd64 ~ia64 ~sparc ~x86"
-IUSE="debug doc linguas_he nls socks5 ssl xosd aosd jabber qt4 msn"
-
-RDEPEND=">=app-crypt/gpgme-1
- jabber? ( net-libs/gloox )
- qt4? ( dev-qt/qtgui:4 )
- socks5? ( net-proxy/dante )
- ssl? ( >=dev-libs/openssl-0.9.5a )
- xosd? ( x11-libs/xosd )
- aosd? ( x11-libs/libaosd )"
-DEPEND="${RDEPEND}
- doc? ( app-doc/doxygen[dot] )
- nls? ( sys-devel/gettext )
- dev-libs/boost"
-
-src_prepare() {
- epatch "${DISTDIR}"/${P}-socks5.patch \
- "${DISTDIR}"/${P}-doxygen.patch
-
- local licq_plugins="auto-reply icq rms"
- use msn && licq_plugins+=" msn"
- use xosd && licq_plugins+=" osd"
- use aosd && licq_plugins+=" aosd"
- use jabber && licq_plugins+=" jabber"
- use qt4 && licq_plugins+=" qt4-gui"
-
- local plugins="" x
- for x in ${licq_plugins}; do
- plugins+=" ${x}\/CMakeLists.txt"
- done
-
- sed -i -e "s/file(GLOB cmake_plugins.*$/set(cmake_plugins ${plugins})/" plugins/CMakeLists.txt
-}
-
-pkg_setup() {
- # crutch
- append-flags -pthread
-}
-
-src_configure() {
- local myopts="-DCMAKE_BUILD_TYPE=$(use debug && echo 'Debug' || echo 'Release')"
- mycmakeargs="$myopts
- $(cmake-utils_use doc USE_DOXYGEN)
- $(cmake-utils_use linguas_he USE_HEBREW)
- $(cmake-utils_use nls ENABLE_NLS)
- $(cmake-utils_use socks5 USE_SOCKS5)
- $(cmake-utils_use ssl USE_OPENSSL)
- -DUSE_FIFO=ON
- -DBUILD_PLUGINS=ON"
-
- cmake-utils_src_configure
-}
-
-src_install() {
- cmake-utils_src_install
- dodoc README
-
- docinto doc
- dodoc doc/*
-
- use ssl && dodoc README.OPENSSL
-
- exeinto /usr/share/${PN}/upgrade
- doexe upgrade/*.pl
-}
diff --git a/net-im/licq/licq-1.8.1.ebuild b/net-im/licq/licq-1.8.1.ebuild
deleted file mode 100644
index 5035c43352d2..000000000000
--- a/net-im/licq/licq-1.8.1.ebuild
+++ /dev/null
@@ -1,81 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/licq/licq-1.8.1.ebuild,v 1.6 2014/08/21 11:43:46 armin76 Exp $
-
-EAPI=5
-
-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
- https://github.com/${PN}-im/${PN}/commit/f288367c758de16fc013c6f4c9851ca85813eb59.patch -> ${P}-qt4-gui_build_fix.patch"
-
-LICENSE="GPL-2"
-SLOT="2"
-KEYWORDS="~alpha amd64 ~ia64 ~sparc x86"
-IUSE="debug doc linguas_he nls socks5 ssl xosd aosd jabber qt4 msn"
-
-RDEPEND=">=app-crypt/gpgme-1
- jabber? ( net-libs/gloox )
- qt4? ( dev-qt/qtgui:4 )
- socks5? ( net-proxy/dante )
- ssl? ( >=dev-libs/openssl-0.9.5a )
- xosd? ( x11-libs/xosd )
- aosd? ( x11-libs/libaosd )"
-DEPEND="${RDEPEND}
- doc? ( app-doc/doxygen[dot] )
- nls? ( sys-devel/gettext )
- dev-libs/boost"
-
-src_prepare() {
- pushd plugins &>/dev/null || die
- epatch "${DISTDIR}"/${P}-qt4-gui_build_fix.patch
- popd &>/dev/null || die
-
- local licq_plugins="auto-reply icq rms"
- use msn && licq_plugins+=" msn"
- use xosd && licq_plugins+=" osd"
- use aosd && licq_plugins+=" aosd"
- use jabber && licq_plugins+=" jabber"
- use qt4 && licq_plugins+=" qt4-gui"
-
- local plugins="" x
- for x in ${licq_plugins}; do
- plugins+=" ${x}\/CMakeLists.txt"
- done
-
- sed -i -e "s/file(GLOB cmake_plugins.*$/set(cmake_plugins ${plugins})/" plugins/CMakeLists.txt
-}
-
-pkg_setup() {
- # crutch
- append-flags -pthread
-}
-
-src_configure() {
- local myopts="-DCMAKE_BUILD_TYPE=$(use debug && echo 'Debug' || echo 'Release')"
- mycmakeargs="$myopts
- $(cmake-utils_use doc USE_DOXYGEN)
- $(cmake-utils_use linguas_he USE_HEBREW)
- $(cmake-utils_use nls ENABLE_NLS)
- $(cmake-utils_use socks5 USE_SOCKS5)
- $(cmake-utils_use ssl USE_OPENSSL)
- -DUSE_FIFO=ON
- -DBUILD_PLUGINS=ON"
-
- cmake-utils_src_configure
-}
-
-src_install() {
- cmake-utils_src_install
- dodoc README
-
- docinto doc
- dodoc doc/*
-
- use ssl && dodoc README.OPENSSL
-
- exeinto /usr/share/${PN}/upgrade
- doexe upgrade/*.pl
-}