public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-calculators/speedcrunch/
Date: Sun, 21 Jan 2018 22:58:28 +0000 (UTC)	[thread overview]
Message-ID: <1516575477.9e48570af2790a268d98a93e8c8ff40ca4016493.asturm@gentoo> (raw)

commit:     9e48570af2790a268d98a93e8c8ff40ca4016493
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 21 21:25:38 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Jan 21 22:57:57 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e48570a

sci-calculators/speedcrunch: Drop old

Package-Manager: Portage-2.3.20, Repoman-2.3.6

 sci-calculators/speedcrunch/Manifest               |  1 -
 .../speedcrunch/speedcrunch-0.11-r2.ebuild         | 48 ----------------------
 2 files changed, 49 deletions(-)

diff --git a/sci-calculators/speedcrunch/Manifest b/sci-calculators/speedcrunch/Manifest
index 9143650c7dd..a7a05bd7751 100644
--- a/sci-calculators/speedcrunch/Manifest
+++ b/sci-calculators/speedcrunch/Manifest
@@ -1,2 +1 @@
-DIST speedcrunch-0.11.tar.gz 1516510 BLAKE2B 31c1b0f4f34357a66ad16efe67cc444f1b6eb49b2438b78729bd00148e4b0298a6f5f731b7e2fd9b1825bddba3b37b75a57f42edb0cec2499428f1d0141c17dc SHA512 19d7d5b80709063768abf7076a95e25b7c16956dd20ab181d3876b87bc26e7d8c18820a7ca23af22ea3b52d67de12238b7a106e575415ee755c8c204f732eaf1
 DIST speedcrunch-0.12.0.tar.gz 3667420 BLAKE2B d983c22cbed9f3496bf7cadf670db3e7af4461a37e5fe151094ecaf6077cabffea84e4530c9b18145a220f09336d70567c96509b99c3b6a18f967aa97051d66e SHA512 9f93936311e227ed0aff374adae408f212e6d63174154931ecb19a31f1a6f360b9548989bbdc5988d03a7600f2d3e466ef18bf5f071002b99f22b22e773143eb

diff --git a/sci-calculators/speedcrunch/speedcrunch-0.11-r2.ebuild b/sci-calculators/speedcrunch/speedcrunch-0.11-r2.ebuild
deleted file mode 100644
index b0fd6b32ac1..00000000000
--- a/sci-calculators/speedcrunch/speedcrunch-0.11-r2.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PLOCALES="ar_JO ca_ES cs_CZ de_DE en_GB en_US es_AR es_ES et_EE eu_ES fi_FI
-	fr_FR he_IL hu_HU id_ID it_IT ja_JP ko_KR lv_LV nb_NO nl_NL pl_PL pt_BR
-	pt_PT ro_RO ru_RU sv_SE tr_TR uz_UZ vi_VN zh_CN"
-
-CMAKE_MAKEFILE_GENERATOR=ninja
-
-inherit cmake-utils l10n
-
-DESCRIPTION="Fast and usable calculator for power users"
-HOMEPAGE="http://speedcrunch.org/"
-SRC_URI="https://github.com/${PN}/SpeedCrunch/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
-IUSE="doc"
-
-DEPEND="dev-qt/qtgui:4"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/SpeedCrunch-${PV}/src"
-
-src_prepare() {
-	my_rm_loc() {
-		rm "resources/locale/${1}.qm" || die
-		sed -i resources/speedcrunch.qrc \
-			-e "s|<file>locale/${1}.qm</file>||" || die
-		sed -i gui/mainwindow.cpp \
-			-e "s|map.insert(QString::fromUtf8(\".*, QLatin1String(\"${1}\"));||" || die
-	}
-
-	l10n_find_plocales_changes 'resources/locale' '' '.qm'
-	l10n_for_each_disabled_locale_do my_rm_loc
-
-	cmake-utils_src_prepare
-}
-
-src_install() {
-	cmake-utils_src_install
-	cd .. || die
-	doicon -s scalable gfx/speedcrunch.svg
-	use doc && dodoc doc/*.pdf
-}


             reply	other threads:[~2018-01-21 22:58 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-01-21 22:58 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-02-28 12:26 [gentoo-commits] repo/gentoo:master commit in: sci-calculators/speedcrunch/ Andreas Sturmlechner
2018-03-31 18:41 Mart Raudsepp
2018-01-21 20:30 Thomas Deutschmann
2018-01-15 19:03 Tobias Klausmann
2017-11-18 14:44 Aaron Swenson
2016-12-20 14:30 Tobias Klausmann

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1516575477.9e48570af2790a268d98a93e8c8ff40ca4016493.asturm@gentoo \
    --to=asturm@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox