diff options
author | 2009-12-10 19:31:23 +0000 | |
---|---|---|
committer | 2009-12-10 19:31:23 +0000 | |
commit | ec84ed12a01dc943511da3a9439b5703f8643ed3 (patch) | |
tree | 50215c5e0b14d8a27777a137b340daae0fa6d4fa /kde-base/kcalc | |
parent | x86 stable, bug 294958 (diff) | |
download | gentoo-2-ec84ed12a01dc943511da3a9439b5703f8643ed3.tar.gz gentoo-2-ec84ed12a01dc943511da3a9439b5703f8643ed3.tar.bz2 gentoo-2-ec84ed12a01dc943511da3a9439b5703f8643ed3.zip |
Drop KDE SC-4.3.1.
(Portage version: 2.2_rc58/cvs/Linux i686, RepoMan options: --force)
Diffstat (limited to 'kde-base/kcalc')
-rw-r--r-- | kde-base/kcalc/ChangeLog | 5 | ||||
-rw-r--r-- | kde-base/kcalc/kcalc-4.3.1.ebuild | 18 |
2 files changed, 4 insertions, 19 deletions
diff --git a/kde-base/kcalc/ChangeLog b/kde-base/kcalc/ChangeLog index 9133ab4f9a08..b9177352a3a4 100644 --- a/kde-base/kcalc/ChangeLog +++ b/kde-base/kcalc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for kde-base/kcalc # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kcalc/ChangeLog,v 1.137 2009/12/10 14:27:00 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kcalc/ChangeLog,v 1.138 2009/12/10 19:31:23 scarabeus Exp $ + + 10 Dec 2009; Tomáš Chvátal <scarabeus@gentoo.org> -kcalc-4.3.1.ebuild: + Drop KDE SC-4.3.1. 10 Dec 2009; Christian Faulhammer <fauli@gentoo.org> kcalc-4.3.3.ebuild: x86 stable, bug 292455 diff --git a/kde-base/kcalc/kcalc-4.3.1.ebuild b/kde-base/kcalc/kcalc-4.3.1.ebuild deleted file mode 100644 index 4a8401e581e7..000000000000 --- a/kde-base/kcalc/kcalc-4.3.1.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kcalc/kcalc-4.3.1.ebuild,v 1.3 2009/10/18 14:35:08 maekke Exp $ - -EAPI="2" - -KMNAME="kdeutils" -CPPUNIT_REQUIRED="optional" -inherit kde4-meta - -DESCRIPTION="KDE calculator" -KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc ~ppc64 x86" -IUSE="debug +handbook" - -DEPEND=" - dev-libs/gmp -" -RDEPEND="${DEPEND}" |