commit: 4913fb1f4dc43b828c44922d83d666cdc6bedb75 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org> AuthorDate: Wed Oct 12 18:44:18 2016 +0000 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org> CommitDate: Wed Oct 12 18:44:21 2016 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=4913fb1f
net-im/choqok: moved to main tree Package-Manager: portage-2.3.2 net-im/choqok/choqok-1.6.0.ebuild | 66 --------------------------------------- 1 file changed, 66 deletions(-) diff --git a/net-im/choqok/choqok-1.6.0.ebuild b/net-im/choqok/choqok-1.6.0.ebuild deleted file mode 100644 index dbdec2f..0000000 --- a/net-im/choqok/choqok-1.6.0.ebuild +++ /dev/null @@ -1,66 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=6 - -KDE_HANDBOOK="forceoptional" -inherit kde5 - -DESCRIPTION="Free/Open Source micro-blogging client by KDE" -HOMEPAGE="http://choqok.gnufolks.org/" -[[ ${KDE_BUILD_TYPE} != live ]] && SRC_URI="mirror://kde/stable/${PN}/${PV%.0}/src/${P}.tar.xz" - -LICENSE="GPL-2+" -KEYWORDS="~amd64 ~x86" -IUSE="attica konqueror telepathy" - -DEPEND=" - $(add_frameworks_dep kcmutils) - $(add_frameworks_dep kconfig) - $(add_frameworks_dep kconfigwidgets) - $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep kemoticons) - $(add_frameworks_dep kglobalaccel) - $(add_frameworks_dep kguiaddons) - $(add_frameworks_dep ki18n) - $(add_frameworks_dep kio) - $(add_frameworks_dep kjobwidgets) - $(add_frameworks_dep knotifications) - $(add_frameworks_dep knotifyconfig) - $(add_frameworks_dep kservice) - $(add_frameworks_dep ktextwidgets) - $(add_frameworks_dep kwallet) - $(add_frameworks_dep kwidgetsaddons) - $(add_frameworks_dep kxmlgui) - $(add_frameworks_dep sonnet) - $(add_qt_dep qtdbus) - $(add_qt_dep qtgui) - $(add_qt_dep qtwidgets) - $(add_qt_dep qtxml) - app-crypt/qca[qt5] - dev-libs/qoauth:5 - attica? ( $(add_frameworks_dep attica) ) - konqueror? ( - $(add_frameworks_dep kparts) - $(add_frameworks_dep kdewebkit) - $(add_qt_dep qtwebkit) - ) - telepathy? ( net-libs/telepathy-qt[qt5] ) -" -RDEPEND="${DEPEND} - !net-im/choqok:4 -" - -DOCS=( AUTHORS README TODO changelog ) - -src_configure() { - local mycmakeargs=( - $(cmake-utils_use_find_package attica KF5Attica) - $(cmake-utils_use_find_package konqueror KF5Parts) - $(cmake-utils_use_find_package konqueror KF5WebKit) - $(cmake-utils_use_find_package telepathy TelepathyQt5) - ) - - kde5_src_configure -}
