diff options
author | Johannes Huber <johu@gentoo.org> | 2012-04-18 21:55:12 +0000 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2012-04-18 21:55:12 +0000 |
commit | a21a0ec7cb5771dd7aea2b58aa5bd3335c1931ec (patch) | |
tree | 9f3f77994f869ebd6f21f366856d06d1dbaadbcd /net-im | |
parent | x86 stable, bug #409403 (diff) | |
download | gentoo-2-a21a0ec7cb5771dd7aea2b58aa5bd3335c1931ec.tar.gz gentoo-2-a21a0ec7cb5771dd7aea2b58aa5bd3335c1931ec.tar.bz2 gentoo-2-a21a0ec7cb5771dd7aea2b58aa5bd3335c1931ec.zip |
Remove old.
(Portage version: 2.2.0_alpha100/cvs/Linux i686)
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/choqok/ChangeLog | 5 | ||||
-rw-r--r-- | net-im/choqok/choqok-1.2.ebuild | 40 |
2 files changed, 4 insertions, 41 deletions
diff --git a/net-im/choqok/ChangeLog b/net-im/choqok/ChangeLog index b04fb477439b..29cb5dd89266 100644 --- a/net-im/choqok/ChangeLog +++ b/net-im/choqok/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-im/choqok # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/choqok/ChangeLog,v 1.30 2012/04/18 21:50:42 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/choqok/ChangeLog,v 1.31 2012/04/18 21:55:11 johu Exp $ + + 18 Apr 2012; Johannes Huber <johu@gentoo.org> -choqok-1.2.ebuild: + Remove old. 18 Apr 2012; Markus Meier <maekke@gentoo.org> choqok-1.3.ebuild: x86 stable, bug #409403 diff --git a/net-im/choqok/choqok-1.2.ebuild b/net-im/choqok/choqok-1.2.ebuild deleted file mode 100644 index c61c7e807d3d..000000000000 --- a/net-im/choqok/choqok-1.2.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/choqok/choqok-1.2.ebuild,v 1.4 2012/02/18 17:36:08 nixnut Exp $ - -EAPI=4 - -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" - 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 -} |