diff options
author | 2017-11-19 16:47:03 +0100 | |
---|---|---|
committer | 2017-11-21 19:55:20 +0100 | |
commit | e02b71c5a95c6cfb13247574b531bb4442c3dba9 (patch) | |
tree | 1a52153f784129ba0b2503c006b8791597005456 /sci-calculators/keurocalc/keurocalc-1.2.3.ebuild | |
parent | net-libs/nodejs: Remove -O3 injection in deps/v8 (bug #594638 by Jan Chren (r... (diff) | |
download | gentoo-e02b71c5a95c6cfb13247574b531bb4442c3dba9.tar.gz gentoo-e02b71c5a95c6cfb13247574b531bb4442c3dba9.tar.bz2 gentoo-e02b71c5a95c6cfb13247574b531bb4442c3dba9.zip |
profiles: Remove last-rited packages
Closes: https://bugs.gentoo.org/634386
Closes: https://bugs.gentoo.org/634382
Closes: https://bugs.gentoo.org/634388
Closes: https://bugs.gentoo.org/634384
Closes: https://bugs.gentoo.org/579518
Closes: https://bugs.gentoo.org/623928
Diffstat (limited to 'sci-calculators/keurocalc/keurocalc-1.2.3.ebuild')
-rw-r--r-- | sci-calculators/keurocalc/keurocalc-1.2.3.ebuild | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/sci-calculators/keurocalc/keurocalc-1.2.3.ebuild b/sci-calculators/keurocalc/keurocalc-1.2.3.ebuild deleted file mode 100644 index 4faa5ccbe7c..00000000000 --- a/sci-calculators/keurocalc/keurocalc-1.2.3.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -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 -} |