diff options
author | 2009-01-14 16:10:53 +0000 | |
---|---|---|
committer | 2009-01-14 16:10:53 +0000 | |
commit | d38a5828d6a18f82bc7627dfa12a7b660dfbc52e (patch) | |
tree | 62912a53eb5bad74c46691d1ec95456db51bfad6 /kde-base/kcalc | |
parent | Prevent automatic stripping of binaries. Closes bug #252107. (diff) | |
download | historical-d38a5828d6a18f82bc7627dfa12a7b660dfbc52e.tar.gz historical-d38a5828d6a18f82bc7627dfa12a7b660dfbc52e.tar.bz2 historical-d38a5828d6a18f82bc7627dfa12a7b660dfbc52e.zip |
Drop KDE 4.1.2 and 4.1.3
Package-Manager: portage-2.2_rc21/cvs/Linux 2.6.28-gentoo x86_64
Diffstat (limited to 'kde-base/kcalc')
-rw-r--r-- | kde-base/kcalc/ChangeLog | 6 | ||||
-rw-r--r-- | kde-base/kcalc/kcalc-4.1.2.ebuild | 23 | ||||
-rw-r--r-- | kde-base/kcalc/kcalc-4.1.3.ebuild | 23 |
3 files changed, 5 insertions, 47 deletions
diff --git a/kde-base/kcalc/ChangeLog b/kde-base/kcalc/ChangeLog index e1cc42aba8f2..d78fc84ec41a 100644 --- a/kde-base/kcalc/ChangeLog +++ b/kde-base/kcalc/ChangeLog @@ -1,6 +1,10 @@ # 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.99 2009/01/13 21:22:20 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kcalc/ChangeLog,v 1.100 2009/01/14 14:14:01 alexxy Exp $ + + 14 Jan 2009; Alexey Shvetsov <alexxy@gentoo.org> -kcalc-4.1.2.ebuild, + -kcalc-4.1.3.ebuild: + Drop KDE 4.1.2 and 4.1.3 *kcalc-4.1.4 (13 Jan 2009) diff --git a/kde-base/kcalc/kcalc-4.1.2.ebuild b/kde-base/kcalc/kcalc-4.1.2.ebuild deleted file mode 100644 index 850baecc419f..000000000000 --- a/kde-base/kcalc/kcalc-4.1.2.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kcalc/kcalc-4.1.2.ebuild,v 1.1 2008/10/02 06:53:34 jmbsvicetto Exp $ - -EAPI="2" - -KMNAME=kdeutils -CPPUNIT_REQUIRED="optional" -inherit kde4-meta - -DESCRIPTION="KDE calculator" -KEYWORDS="~amd64 ~x86" -IUSE="debug htmlhandbook" - -DEPEND="dev-libs/gmp" -RDEPEND="${DEPEND}" - -src_test() { - pushd "${WORKDIR}"/${PN}_build/kcalc/knumber/tests > /dev/null - emake knumbertest && \ - ./knumbertest.shell || die "Tests failed." - popd > /dev/null -} diff --git a/kde-base/kcalc/kcalc-4.1.3.ebuild b/kde-base/kcalc/kcalc-4.1.3.ebuild deleted file mode 100644 index 2d2bfa68f070..000000000000 --- a/kde-base/kcalc/kcalc-4.1.3.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kcalc/kcalc-4.1.3.ebuild,v 1.2 2008/11/16 04:46:45 vapier Exp $ - -EAPI="2" - -KMNAME=kdeutils -CPPUNIT_REQUIRED="optional" -inherit kde4-meta - -DESCRIPTION="KDE calculator" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" -IUSE="debug htmlhandbook" - -DEPEND="dev-libs/gmp" -RDEPEND="${DEPEND}" - -src_test() { - pushd "${WORKDIR}"/${PN}_build/kcalc/knumber/tests > /dev/null - emake knumbertest && \ - ./knumbertest.shell || die "Tests failed." - popd > /dev/null -} |