summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2015-03-25 14:08:48 +0000
committerMichael Palimaka <kensington@gentoo.org>2015-03-25 14:08:48 +0000
commit29ab65265aaba4b87a5b854eae99577b144040fb (patch)
tree3b9deffc6407839461952e736a44e6fb6323d6a0 /sci-calculators
parentStable for x86, wrt bug #543092 (diff)
downloadgentoo-2-29ab65265aaba4b87a5b854eae99577b144040fb.tar.gz
gentoo-2-29ab65265aaba4b87a5b854eae99577b144040fb.tar.bz2
gentoo-2-29ab65265aaba4b87a5b854eae99577b144040fb.zip
Remove old.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0x06B1F38DCA45A1EC!)
Diffstat (limited to 'sci-calculators')
-rw-r--r--sci-calculators/keurocalc/ChangeLog5
-rw-r--r--sci-calculators/keurocalc/keurocalc-1.2.2.ebuild32
2 files changed, 4 insertions, 33 deletions
diff --git a/sci-calculators/keurocalc/ChangeLog b/sci-calculators/keurocalc/ChangeLog
index 0b23fb3c2410..b443d007a701 100644
--- a/sci-calculators/keurocalc/ChangeLog
+++ b/sci-calculators/keurocalc/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sci-calculators/keurocalc
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-calculators/keurocalc/ChangeLog,v 1.18 2015/03/25 13:57:06 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-calculators/keurocalc/ChangeLog,v 1.19 2015/03/25 14:08:48 kensington Exp $
+
+ 25 Mar 2015; Michael Palimaka <kensington@gentoo.org> -keurocalc-1.2.2.ebuild:
+ Remove old.
25 Mar 2015; Agostino Sarubbo <ago@gentoo.org> keurocalc-1.2.3.ebuild:
Stable for x86, wrt bug #542080
diff --git a/sci-calculators/keurocalc/keurocalc-1.2.2.ebuild b/sci-calculators/keurocalc/keurocalc-1.2.2.ebuild
deleted file mode 100644
index 8b0183d10a66..000000000000
--- a/sci-calculators/keurocalc/keurocalc-1.2.2.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-calculators/keurocalc/keurocalc-1.2.2.ebuild,v 1.4 2014/08/13 15:37:21 nativemad Exp $
-
-EAPI=5
-
-KDE_LINGUAS="bg bs ca ca@valencia cs da de el en_GB es et fi fr ga gl hu it
-ja ko nb nds nl pl pt pt_BR ru sk sl sr sr@Latn sv tr ug uk zh_TW"
-KDE_HANDBOOK="optional"
-inherit kde4-base
-
-DESCRIPTION="A universal currency converter and calculator"
-HOMEPAGE="http://opensource.bureau-cornavin.com/keurocalc/index.html"
-SRC_URI="http://opensource.bureau-cornavin.com/keurocalc/sources/${P}.tgz"
-
-LICENSE="GPL-2+ FDL-1.2"
-SLOT="4"
-KEYWORDS="amd64 x86"
-IUSE="debug"
-
-DOCS=( AUTHORS TODO )
-
-src_prepare() {
- # bug 500560
- sed -e "s/PO_FILES //" -i po/*/CMakeLists.txt || die
-
- # bug 518070
- sed -e "/cmake_minimum_required/a cmake_policy(SET CMP0002 OLD)" \
- -i CMakeLists.txt || die
-
- kde4-base_src_prepare
-}