diff options
author | 2013-07-02 09:30:44 +0000 | |
---|---|---|
committer | 2013-07-02 09:30:44 +0000 | |
commit | 5d6ea16a89933d6d89368dea90992d0763feb223 (patch) | |
tree | 3273e582d427985dde35732cc4b2d278ac575957 /kde-base/kate | |
parent | add justification for using .bundle iso .so (diff) | |
download | gentoo-2-5d6ea16a89933d6d89368dea90992d0763feb223.tar.gz gentoo-2-5d6ea16a89933d6d89368dea90992d0763feb223.tar.bz2 gentoo-2-5d6ea16a89933d6d89368dea90992d0763feb223.zip |
Remove old
(Portage version: 2.1.12.2/cvs/Linux ppc64, RepoMan options: --force, signed Manifest commit with key 7194459F)
Diffstat (limited to 'kde-base/kate')
-rw-r--r-- | kde-base/kate/ChangeLog | 5 | ||||
-rw-r--r-- | kde-base/kate/kate-4.10.3.ebuild | 55 |
2 files changed, 4 insertions, 56 deletions
diff --git a/kde-base/kate/ChangeLog b/kde-base/kate/ChangeLog index a484513ded39..ef5bc69ed03a 100644 --- a/kde-base/kate/ChangeLog +++ b/kde-base/kate/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for kde-base/kate # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kate/ChangeLog,v 1.288 2013/07/02 08:06:30 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kate/ChangeLog,v 1.289 2013/07/02 09:29:32 ago Exp $ + + 02 Jul 2013; Agostino Sarubbo <ago@gentoo.org> -kate-4.10.3.ebuild: + Remove old 02 Jul 2013; Agostino Sarubbo <ago@gentoo.org> kate-4.10.4.ebuild: Stable for ppc64, wrt to bug #473942 diff --git a/kde-base/kate/kate-4.10.3.ebuild b/kde-base/kate/kate-4.10.3.ebuild deleted file mode 100644 index 0e4a48f65162..000000000000 --- a/kde-base/kate/kate-4.10.3.ebuild +++ /dev/null @@ -1,55 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kate/kate-4.10.3.ebuild,v 1.7 2013/06/08 10:08:41 ago Exp $ - -EAPI=5 -KDE_HANDBOOK="optional" -KMNAME="kate" -PYTHON_COMPAT=( python{2_7,3_1,3_2,3_3} ) - -inherit python-single-r1 kde4-meta - -DESCRIPTION="Kate is an MDI texteditor." -KEYWORDS="amd64 ~arm ppc ppc64 x86 ~amd64-linux ~x86-linux" -IUSE="debug +plasma python" - -REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" - -DEPEND=" - dev-libs/libxml2 - dev-libs/libxslt - python? ( - ${PYTHON_DEPEND} - $(add_kdebase_dep pykde4 "${PYTHON_USEDEP}" 4.9.2-r1) - ) -" -RDEPEND="${DEPEND} - $(add_kdebase_dep katepart) -" - -pkg_setup() { - if use python; then - python-single-r1_pkg_setup - fi - kde4-meta_pkg_setup -} - -src_configure() { - mycmakeargs=( - $(cmake-utils_use_build python pate) - $(cmake-utils_use_with plasma) - ) - - kde4-meta_src_configure -} - -pkg_postinst() { - kde4-meta_pkg_postinst - - if ! has_version kde-base/kaddressbook:${SLOT}; then - echo - elog "File templates plugin requires kde-base/kaddressbook:${SLOT}." - elog "Please install it if you plan to use this plugin." - echo - fi -} |