From bcd0b6f1fd85431460de0378e02266ebdfabef9a Mon Sep 17 00:00:00 2001 From: Johannes Huber Date: Sun, 27 Oct 2013 00:57:25 +0000 Subject: Remove old. (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0xF3CFD2BD) --- net-im/choqok/ChangeLog | 5 +++- net-im/choqok/choqok-1.3_p20130618.ebuild | 41 ------------------------------- 2 files changed, 4 insertions(+), 42 deletions(-) delete mode 100644 net-im/choqok/choqok-1.3_p20130618.ebuild (limited to 'net-im') diff --git a/net-im/choqok/ChangeLog b/net-im/choqok/ChangeLog index 675ae5231df5..34e9b4004549 100644 --- a/net-im/choqok/ChangeLog +++ b/net-im/choqok/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-im/choqok # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/choqok/ChangeLog,v 1.38 2013/10/26 21:02:26 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/choqok/ChangeLog,v 1.39 2013/10/27 00:57:25 johu Exp $ + + 27 Oct 2013; Johannes Huber -choqok-1.3_p20130618.ebuild: + Remove old. 26 Oct 2013; Agostino Sarubbo choqok-1.4.ebuild: Stable for x86, wrt bug #489314 diff --git a/net-im/choqok/choqok-1.3_p20130618.ebuild b/net-im/choqok/choqok-1.3_p20130618.ebuild deleted file mode 100644 index a59a685d8a31..000000000000 --- a/net-im/choqok/choqok-1.3_p20130618.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/choqok/choqok-1.3_p20130618.ebuild,v 1.3 2013/06/25 16:56:55 ago Exp $ - -EAPI=5 - -if [[ ${PV} != *9999* ]]; then - KDE_LINGUAS="bg bs ca ca@valencia cs da de el en_GB eo es et fa fi fr ga gl - hr hu is ja km lt ms nb nds nl pa pl pt pt_BR ro ru sk sq sv tr ug uk zh_CN - zh_TW" - # SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" - SRC_URI="http://dev.gentoo.org/~johu/distfiles/${P}.tar.xz" - KDE_HANDBOOK="optional" - KEYWORDS="amd64 ~ppc x86" -else - KDE_SCM="git" - KEYWORDS="" -fi - -inherit kde4-base - -DESCRIPTION="Free/Open Source micro-blogging client for KDE" -HOMEPAGE="http://choqok.gnufolks.org/" - -LICENSE="GPL-3" -SLOT="4" -IUSE="ayatana debug" - -DEPEND="dev-libs/qjson - >=dev-libs/qoauth-1.0.1 - ayatana? ( dev-libs/libindicate-qt ) -" -RDEPEND="${DEPEND}" - -src_prepare(){ - mycmakeargs=( - $(cmake-utils_use !ayatana QTINDICATE_DISABLE) - ) - - kde4-base_src_prepare -} -- cgit v1.2.3-65-gdbad