diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2009-01-14 16:10:53 +0000 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2009-01-14 16:10:53 +0000 |
commit | d38a5828d6a18f82bc7627dfa12a7b660dfbc52e (patch) | |
tree | 62912a53eb5bad74c46691d1ec95456db51bfad6 /kde-base/kopete | |
parent | Prevent automatic stripping of binaries. Closes bug #252107. (diff) | |
download | historical-d38a5828d6a18f82bc7627dfa12a7b660dfbc52e.tar.gz historical-d38a5828d6a18f82bc7627dfa12a7b660dfbc52e.tar.bz2 historical-d38a5828d6a18f82bc7627dfa12a7b660dfbc52e.zip |
Drop KDE 4.1.2 and 4.1.3
Package-Manager: portage-2.2_rc21/cvs/Linux 2.6.28-gentoo x86_64
Diffstat (limited to 'kde-base/kopete')
-rw-r--r-- | kde-base/kopete/ChangeLog | 6 | ||||
-rw-r--r-- | kde-base/kopete/kopete-4.1.2.ebuild | 113 | ||||
-rw-r--r-- | kde-base/kopete/kopete-4.1.3.ebuild | 113 |
3 files changed, 5 insertions, 227 deletions
diff --git a/kde-base/kopete/ChangeLog b/kde-base/kopete/ChangeLog index 392da68ba64d..e987681f49e2 100644 --- a/kde-base/kopete/ChangeLog +++ b/kde-base/kopete/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for kde-base/kopete # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kopete/ChangeLog,v 1.164 2009/01/13 22:36:22 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kopete/ChangeLog,v 1.165 2009/01/14 15:23:31 alexxy Exp $ + + 14 Jan 2009; Alexey Shvetsov <alexxy@gentoo.org> -kopete-4.1.2.ebuild, + -kopete-4.1.3.ebuild: + Drop KDE 4.1.2 and 4.1.3 *kopete-4.1.4 (13 Jan 2009) diff --git a/kde-base/kopete/kopete-4.1.2.ebuild b/kde-base/kopete/kopete-4.1.2.ebuild deleted file mode 100644 index f3f82380820a..000000000000 --- a/kde-base/kopete/kopete-4.1.2.ebuild +++ /dev/null @@ -1,113 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kopete/kopete-4.1.2.ebuild,v 1.2 2008/11/03 10:31:19 vapier Exp $ - -EAPI="2" - -KMNAME=kdenetwork -inherit kde4-meta flag-o-matic toolchain-funcs - -DESCRIPTION="KDE multi-protocol IM client" -KEYWORDS="~amd64 ~x86" -IUSE="+addbookmarks +alias +autoreplace +contactnotes debug gadu groupwise - +highlight +history htmlhandbook +jabber latex messenger +msn +nowlistening - +oscar +otr +pipes +privacy qq sms ssl +statistics testbed +texteffect - +translator +urlpicpreview +webpresence winpopup yahoo" -# IUSE="irc jingle meanwhile telepathy" - -# plugins: addbookmarks, alias, autoreplace, contactnotes, highlight, history, -# latex, nowlistening, otr, pipes, privacy, (sqlite?) statistics, texteffect, -# translator, urlpicpreview, (&& xml2 xslt) webpresence - -# protocols: (ssl?) gadu, (qca2?) groupwise, irc (disabled), (&& qca2 idn) jabber, -# jingle (disabled), meanwhile (not ported), messenger (not ready), msn, oscar, -# qq, sms, (decibel?) telepathy (not ready), testbed, winpopup, yahoo - -# irc and jingle are disabled in the package (4.1.0) -# meanwhile hasn't been ported to KDE4 yet (4.1.0) -# telepathy seems to not be ready yet and there's no decibel release (4.1.0) - -# Tests are KDE-ish. -RESTRICT="test" - -COMMONDEPEND="dev-libs/libpcre - kde-base/qimageblitz - x11-libs/libXScrnSaver - gadu? ( dev-libs/openssl ) - groupwise? ( app-crypt/qca:2 ) - jabber? ( net-dns/libidn app-crypt/qca:2 ) - otr? ( net-libs/libotr ) - statistics? ( dev-db/sqlite:3 ) - webpresence? ( dev-libs/libxml2 dev-libs/libxslt )" - -RDEPEND="${COMMONDEPEND}" -# telepathy? ( net-libs/decibel ) - -DEPEND="${COMMONDEPEND} - x11-proto/scrnsaverproto" - -PDEPEND="ssl? ( >=app-crypt/qca-ossl-2.0.0_beta3 )" - -src_unpack() { - [[ $(tc-arch) == "ppc64" ]] && append-flags -mminimal-toc #241900 - - kde4-meta_src_unpack -} - -src_configure() { - # Xmms isn't in portage, thus forcefully disabled. - mycmakeargs="${mycmakeargs} - -DWITH_Xmms=OFF - -DWITH_Telepathy=OFF -DWITH_Decibel=OFF - $(cmake-utils_use_with addbookmarks) - $(cmake-utils_use_with alias) - $(cmake-utils_use_with autoreplace) - $(cmake-utils_use_with contactnotes) - $(cmake-utils_use_with gadu) - $(cmake-utils_use_with gadu OPENSSL) - $(cmake-utils_use_with groupwise) - $(cmake-utils_use_with groupwise QCA2) - $(cmake-utils_use_with highlight) - $(cmake-utils_use_with history) - $(cmake-utils_use_with jabber IDN) - $(cmake-utils_use_with jabber QCA2) - $(cmake-utils_use_with latex) - $(cmake-utils_use_with messenger) - $(cmake-utils_use_with msn) - $(cmake-utils_use_with nowlistening) - $(cmake-utils_use_with oscar) - $(cmake-utils_use_with otr) - $(cmake-utils_use_with pipes) - $(cmake-utils_use_with privacy) - $(cmake-utils_use_with qq) - $(cmake-utils_use_with sms) - $(cmake-utils_use_with statistics Sqlite) - $(cmake-utils_use_with statistics) - $(cmake-utils_use_with testbed) - $(cmake-utils_use_with texteffect) - $(cmake-utils_use_with translator) - $(cmake-utils_use_with urlpicpreview) - $(cmake-utils_use_with webpresence LibXml2) - $(cmake-utils_use_with webpresence LibXslt) - $(cmake-utils_use_with webpresence) - $(cmake-utils_use_with winpopup) - $(cmake-utils_use_with yahoo) - " -# $(cmake-utils_use_with telepathy) -# $(cmake-utils_use_with telepathy Decibel) - - kde4-meta_src_configure -} - -pkg_postinst() { - if use telepathy; then - elog "To use kopete telepathy plugins, you need to start gabble first:" - elog "GABBLE_PERSIST=1 telepathy-gabble &" - elog "export TELEPATHY_DATA_PATH=/usr/share/telepathy/managers/" - fi - if use jabber || use messenger; then - echo - elog "In order to use ssl in jabber, messenger and irc you'll need to have qca-ossl" - echo - fi -} diff --git a/kde-base/kopete/kopete-4.1.3.ebuild b/kde-base/kopete/kopete-4.1.3.ebuild deleted file mode 100644 index ea78fabc1d1d..000000000000 --- a/kde-base/kopete/kopete-4.1.3.ebuild +++ /dev/null @@ -1,113 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kopete/kopete-4.1.3.ebuild,v 1.3 2008/11/16 07:55:01 vapier Exp $ - -EAPI="2" - -KMNAME=kdenetwork -inherit kde4-meta flag-o-matic toolchain-funcs - -DESCRIPTION="KDE multi-protocol IM client" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" -IUSE="+addbookmarks +alias +autoreplace +contactnotes debug gadu groupwise - +highlight +history htmlhandbook +jabber latex messenger +msn +nowlistening - +oscar +otr +pipes +privacy qq sms ssl +statistics testbed +texteffect - +translator +urlpicpreview +webpresence winpopup yahoo" -# IUSE="irc jingle meanwhile telepathy" - -# plugins: addbookmarks, alias, autoreplace, contactnotes, highlight, history, -# latex, nowlistening, otr, pipes, privacy, (sqlite?) statistics, texteffect, -# translator, urlpicpreview, (&& xml2 xslt) webpresence - -# protocols: (ssl?) gadu, (qca2?) groupwise, irc (disabled), (&& qca2 idn) jabber, -# jingle (disabled), meanwhile (not ported), messenger (not ready), msn, oscar, -# qq, sms, (decibel?) telepathy (not ready), testbed, winpopup, yahoo - -# irc and jingle are disabled in the package (4.1.0) -# meanwhile hasn't been ported to KDE4 yet (4.1.0) -# telepathy seems to not be ready yet and there's no decibel release (4.1.0) - -# Tests are KDE-ish. -RESTRICT="test" - -COMMONDEPEND="dev-libs/libpcre - kde-base/qimageblitz - x11-libs/libXScrnSaver - gadu? ( dev-libs/openssl ) - groupwise? ( app-crypt/qca:2 ) - jabber? ( net-dns/libidn app-crypt/qca:2 ) - otr? ( net-libs/libotr ) - statistics? ( dev-db/sqlite:3 ) - webpresence? ( dev-libs/libxml2 dev-libs/libxslt )" - -RDEPEND="${COMMONDEPEND}" -# telepathy? ( net-libs/decibel ) - -DEPEND="${COMMONDEPEND} - x11-proto/scrnsaverproto" - -PDEPEND="ssl? ( >=app-crypt/qca-ossl-2.0.0_beta3 )" - -src_unpack() { - [[ $(tc-arch) == "ppc64" ]] && append-flags -mminimal-toc #241900 - - kde4-meta_src_unpack -} - -src_configure() { - # Xmms isn't in portage, thus forcefully disabled. - mycmakeargs="${mycmakeargs} - -DWITH_Xmms=OFF - -DWITH_Telepathy=OFF -DWITH_Decibel=OFF - $(cmake-utils_use_with addbookmarks) - $(cmake-utils_use_with alias) - $(cmake-utils_use_with autoreplace) - $(cmake-utils_use_with contactnotes) - $(cmake-utils_use_with gadu) - $(cmake-utils_use_with gadu OPENSSL) - $(cmake-utils_use_with groupwise) - $(cmake-utils_use_with groupwise QCA2) - $(cmake-utils_use_with highlight) - $(cmake-utils_use_with history) - $(cmake-utils_use_with jabber IDN) - $(cmake-utils_use_with jabber QCA2) - $(cmake-utils_use_with latex) - $(cmake-utils_use_with messenger) - $(cmake-utils_use_with msn) - $(cmake-utils_use_with nowlistening) - $(cmake-utils_use_with oscar) - $(cmake-utils_use_with otr) - $(cmake-utils_use_with pipes) - $(cmake-utils_use_with privacy) - $(cmake-utils_use_with qq) - $(cmake-utils_use_with sms) - $(cmake-utils_use_with statistics Sqlite) - $(cmake-utils_use_with statistics) - $(cmake-utils_use_with testbed) - $(cmake-utils_use_with texteffect) - $(cmake-utils_use_with translator) - $(cmake-utils_use_with urlpicpreview) - $(cmake-utils_use_with webpresence LibXml2) - $(cmake-utils_use_with webpresence LibXslt) - $(cmake-utils_use_with webpresence) - $(cmake-utils_use_with winpopup) - $(cmake-utils_use_with yahoo) - " -# $(cmake-utils_use_with telepathy) -# $(cmake-utils_use_with telepathy Decibel) - - kde4-meta_src_configure -} - -pkg_postinst() { - if use telepathy; then - elog "To use kopete telepathy plugins, you need to start gabble first:" - elog "GABBLE_PERSIST=1 telepathy-gabble &" - elog "export TELEPATHY_DATA_PATH=/usr/share/telepathy/managers/" - fi - if use jabber || use messenger; then - echo - elog "In order to use ssl in jabber, messenger and irc you'll need to have qca-ossl" - echo - fi -} |