diff options
author | Jonathan Callen <jcallen@gentoo.org> | 2011-10-28 23:26:02 +0000 |
---|---|---|
committer | Jonathan Callen <jcallen@gentoo.org> | 2011-10-28 23:26:02 +0000 |
commit | 2623c593eec535c8251d1ee69edd3efce05048ef (patch) | |
tree | de68eec63c0071baaceb411e610260ebf3b4d577 /net-im | |
parent | Bump EAPI to 4 (diff) | |
download | historical-2623c593eec535c8251d1ee69edd3efce05048ef.tar.gz historical-2623c593eec535c8251d1ee69edd3efce05048ef.tar.bz2 historical-2623c593eec535c8251d1ee69edd3efce05048ef.zip |
remove old
Package-Manager: portage-2.2.0_alpha70/cvs/Linux x86_64
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/choqok/ChangeLog | 6 | ||||
-rw-r--r-- | net-im/choqok/choqok-1.0.ebuild | 36 | ||||
-rw-r--r-- | net-im/choqok/choqok-1.1.ebuild | 38 |
3 files changed, 5 insertions, 75 deletions
diff --git a/net-im/choqok/ChangeLog b/net-im/choqok/ChangeLog index 25738860e7f6..caec3e786dd6 100644 --- a/net-im/choqok/ChangeLog +++ b/net-im/choqok/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-im/choqok # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/choqok/ChangeLog,v 1.19 2011/09/23 21:39:42 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/choqok/ChangeLog,v 1.20 2011/10/28 23:26:02 abcd Exp $ + + 28 Oct 2011; Jonathan Callen <abcd@gentoo.org> -choqok-1.0.ebuild, + -choqok-1.1.ebuild: + remove old *choqok-1.1-r1 (23 Sep 2011) diff --git a/net-im/choqok/choqok-1.0.ebuild b/net-im/choqok/choqok-1.0.ebuild deleted file mode 100644 index f2477bba6ea8..000000000000 --- a/net-im/choqok/choqok-1.0.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/choqok/choqok-1.0.ebuild,v 1.2 2011/02/03 12:28:56 tampakrap Exp $ - -EAPI=3 - -KMNAME="extragear/network" - -if [[ ${PV} != *9999* ]]; then - KDE_LINGUAS="bg da de en_GB es et fr ja nb nds nl pa pl pt pt_BR ru sv tr uk zh_CN zh_TW" - SRC_URI="http://choqok.gnufolks.org/pkgs/${P}.tar.bz2" -fi - -inherit kde4-base - -DESCRIPTION="A Free/Open Source micro-blogging client for KDE" -HOMEPAGE="http://choqok.gnufolks.org/" - -LICENSE="GPL-3" -KEYWORDS="~amd64 ~x86" -SLOT="4" -IUSE="debug +handbook indicate" - -DEPEND="dev-libs/qjson - >=dev-libs/qoauth-1.0.1 - indicate? ( dev-libs/libindicate-qt ) -" -RDEPEND="${DEPEND}" - -src_prepare(){ - mycmakeargs=( - $(cmake-utils_use !indicate QTINDICATE_DISABLE) - ) - - kde4-base_src_prepare -} diff --git a/net-im/choqok/choqok-1.1.ebuild b/net-im/choqok/choqok-1.1.ebuild deleted file mode 100644 index 7bc686fe125d..000000000000 --- a/net-im/choqok/choqok-1.1.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/choqok/choqok-1.1.ebuild,v 1.1 2011/04/12 12:53:32 tampakrap Exp $ - -EAPI=3 - -if [[ ${PV} != *9999* ]]; then - KDE_LINGUAS="bg da de en_GB es et fr ja nb nds nl pa pl pt pt_BR ru sv tr uk zh_CN zh_TW" - SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" - KDE_HANDBOOK="optional" - KEYWORDS="~amd64 ~x86" -else - KDE_SCM="git" - KEYWORDS="" -fi - -inherit kde4-base - -DESCRIPTION="A Free/Open Source micro-blogging client for KDE" -HOMEPAGE="http://choqok.gnufolks.org/" - -LICENSE="GPL-3" -SLOT="4" -IUSE="debug indicate" - -DEPEND="dev-libs/qjson - >=dev-libs/qoauth-1.0.1 - indicate? ( dev-libs/libindicate-qt ) -" -RDEPEND="${DEPEND}" - -src_prepare(){ - mycmakeargs=( - $(cmake-utils_use !indicate QTINDICATE_DISABLE) - ) - - kde4-base_src_prepare -} |