diff options
author | Michael Palimaka <kensington@gentoo.org> | 2015-05-13 13:06:36 +0000 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2015-05-13 13:06:36 +0000 |
commit | 2f39b324435ca4b70d187ffd77f5a2d32df29f05 (patch) | |
tree | 5be649dc4500c37dbdb7be2c7388aa76cef1ce1a /net-im | |
parent | Remove old. (diff) | |
download | gentoo-2-2f39b324435ca4b70d187ffd77f5a2d32df29f05.tar.gz gentoo-2-2f39b324435ca4b70d187ffd77f5a2d32df29f05.tar.bz2 gentoo-2-2f39b324435ca4b70d187ffd77f5a2d32df29f05.zip |
Remove old.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0x06B1F38DCA45A1EC!)
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/choqok/ChangeLog | 5 | ||||
-rw-r--r-- | net-im/choqok/choqok-1.4.ebuild | 45 |
2 files changed, 4 insertions, 46 deletions
diff --git a/net-im/choqok/ChangeLog b/net-im/choqok/ChangeLog index 521682d74bbf..fe79e2a2e836 100644 --- a/net-im/choqok/ChangeLog +++ b/net-im/choqok/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-im/choqok # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/choqok/ChangeLog,v 1.45 2015/05/13 09:32:07 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/choqok/ChangeLog,v 1.46 2015/05/13 13:06:36 kensington Exp $ + + 13 May 2015; Michael Palimaka <kensington@gentoo.org> -choqok-1.4.ebuild: + Remove old. 13 May 2015; Agostino Sarubbo <ago@gentoo.org> choqok-1.5.ebuild: Stable for x86, wrt bug #548152 diff --git a/net-im/choqok/choqok-1.4.ebuild b/net-im/choqok/choqok-1.4.ebuild deleted file mode 100644 index 0efdc02469be..000000000000 --- a/net-im/choqok/choqok-1.4.ebuild +++ /dev/null @@ -1,45 +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/choqok/choqok-1.4.ebuild,v 1.5 2014/02/09 19:09:27 kensington Exp $ - -EAPI=5 - -KDE_LINGUAS="bg bs ca ca@valencia cs da de el en_GB eo es et fa fi fr ga gl -hr hu is it ja km lt mr ms nb nds nl pa pl pt pt_BR ro ru sk sq sl sv tr ug -uk zh_CN zh_TW" -KDE_HANDBOOK="optional" -inherit kde4-base - -DESCRIPTION="Free/Open Source micro-blogging client for KDE" -HOMEPAGE="http://choqok.gnufolks.org/" - -if [[ ${PV} != *9999* ]]; then - SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz" - KEYWORDS="amd64 ~ppc x86" -else - KEYWORDS="" -fi - -LICENSE="GPL-2+" -SLOT="4" -IUSE="ayatana debug" - -RDEPEND=" - dev-libs/libattica - dev-libs/qjson - >=dev-libs/qoauth-1.0.1 - ayatana? ( dev-libs/libindicate-qt ) -" -DEPEND="${RDEPEND} - app-arch/xz-utils -" - -DOCS=( AUTHORS README TODO changelog ) - -src_prepare(){ - local mycmakeargs=( - $(cmake-utils_use !ayatana QTINDICATE_DISABLE) - ) - - kde4-base_src_prepare -} |