* [gentoo-commits] repo/gentoo:master commit in: sci-calculators/speedcrunch/
@ 2016-12-20 14:30 Tobias Klausmann
0 siblings, 0 replies; 7+ messages in thread
From: Tobias Klausmann @ 2016-12-20 14:30 UTC (permalink / raw
To: gentoo-commits
commit: 1381d64566d0ca33013dc2d8cac3b0ff7bcb2d61
Author: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 20 14:08:50 2016 +0000
Commit: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
CommitDate: Tue Dec 20 14:29:55 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1381d645
sci-calculators/speedcrunch-0.11-r2: stable on amd64
Gentoo-Bug: 591450
sci-calculators/speedcrunch/speedcrunch-0.11-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sci-calculators/speedcrunch/speedcrunch-0.11-r2.ebuild b/sci-calculators/speedcrunch/speedcrunch-0.11-r2.ebuild
index 455e00c..c0f82ac 100644
--- a/sci-calculators/speedcrunch/speedcrunch-0.11-r2.ebuild
+++ b/sci-calculators/speedcrunch/speedcrunch-0.11-r2.ebuild
@@ -18,7 +18,7 @@ SRC_URI="https://github.com/${PN}/SpeedCrunch/archive/${PV}.tar.gz -> ${P}.tar.g
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE="doc"
DEPEND="dev-qt/qtgui:4"
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-calculators/speedcrunch/
@ 2017-11-18 14:44 Aaron Swenson
0 siblings, 0 replies; 7+ messages in thread
From: Aaron Swenson @ 2017-11-18 14:44 UTC (permalink / raw
To: gentoo-commits
commit: 1508393ba03a9cd20b12e446064e31769b81c7d3
Author: Aaron W. Swenson <titanofold <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 18 14:43:57 2017 +0000
Commit: Aaron Swenson <titanofold <AT> gentoo <DOT> org>
CommitDate: Sat Nov 18 14:43:57 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1508393b
sci-calculators/speedcrunch: Bump to 0.12.0
Updated dependencies to Qt5. Fixed up locale codes to match
Gentoo’s list.
Package-Manager: Portage-2.3.13, Repoman-2.3.3
sci-calculators/speedcrunch/Manifest | 1 +
.../speedcrunch/speedcrunch-0.12.0.ebuild | 72 ++++++++++++++++++++++
2 files changed, 73 insertions(+)
diff --git a/sci-calculators/speedcrunch/Manifest b/sci-calculators/speedcrunch/Manifest
index 11ab180808b..f643d29bc8f 100644
--- a/sci-calculators/speedcrunch/Manifest
+++ b/sci-calculators/speedcrunch/Manifest
@@ -1 +1,2 @@
DIST speedcrunch-0.11.tar.gz 1516510 SHA256 3632f2b40ac628d2665c838643cc99c50e89b60f54ac2a82b4533d254f0cb6eb SHA512 19d7d5b80709063768abf7076a95e25b7c16956dd20ab181d3876b87bc26e7d8c18820a7ca23af22ea3b52d67de12238b7a106e575415ee755c8c204f732eaf1 WHIRLPOOL 14bca4dfc37e3d9c7fa1ae998a9b30831bf1d9b49ba6370ad38a545d56a37d7b0b7cfbc44040f605d1b95b3a373774d1ef5013eba9afc9a45e62d05f47ab1f30
+DIST speedcrunch-0.12.0.tar.gz 3667420 SHA256 8ed64d335c7ff16d1f895d0288ed5c6b0759e14615ba7225705ffd5903cae048 SHA512 9f93936311e227ed0aff374adae408f212e6d63174154931ecb19a31f1a6f360b9548989bbdc5988d03a7600f2d3e466ef18bf5f071002b99f22b22e773143eb WHIRLPOOL a2a2b1ca13132ca8eaf022480eaf32f372f53463c7a523d5886dc4bb85210dc0d14c5043a088f0d2e5194d6997bb2d1b641d98920a4c3c7aca9c2ea1b69d74a7
diff --git a/sci-calculators/speedcrunch/speedcrunch-0.12.0.ebuild b/sci-calculators/speedcrunch/speedcrunch-0.12.0.ebuild
new file mode 100644
index 00000000000..ce832a1c11e
--- /dev/null
+++ b/sci-calculators/speedcrunch/speedcrunch-0.12.0.ebuild
@@ -0,0 +1,72 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PLOCALES=(
+ar ca cs da de el en-GB en-US es-AR es-ES et eu fi fr he hu id it ja ko
+lt lv nb nl pl pt-BR pt-PT ro ru sk sv tr uz vi zh-CN
+)
+
+CMAKE_MAKEFILE_GENERATOR=ninja
+
+inherit cmake-utils gnome2-utils
+
+DESCRIPTION="Fast and usable calculator for power users"
+HOMEPAGE="http://speedcrunch.org/"
+SRC_URI="https://bitbucket.org/heldercorreia/${PN}/get/release-${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="doc ${PLOCALES[@]/#/l10n_}"
+
+DEPEND="
+dev-qt/qtcore:5
+dev-qt/qthelp:5
+dev-qt/qtsql:5
+dev-qt/qtwidgets:5
+"
+RDEPEND="${DEPEND}"
+
+S="${WORKDIR}/heldercorreia-speedcrunch-ea93b21f9498/src"
+
+src_prepare() {
+ local i
+ for i in "${PLOCALES[@]}" ; do
+ use l10n_${i} || \
+ sed "\|locale/${i/-/_}|d" -i resources/speedcrunch.qrc || die
+ done
+
+ cmake-utils_src_prepare
+}
+
+src_install() {
+ cmake-utils_src_install
+ cd .. || die
+ doicon -s scalable gfx/speedcrunch.svg
+
+ if use doc ; then
+ local i doclangs
+ for i in de en_US es_ES fr ; do
+ use l10n_${i/_/-} && doclangs+=" ${i}"
+ done
+
+ if [[ -z ${doclangs} ]] ; then
+ ewarn "Couldn't find a matching translation for documentation. Defaulting to: en_US"
+ doclangs="en_US"
+ fi
+
+ for i in ${doclangs} ; do
+ dodoc -r doc/build_html_embedded/${i}*/
+ done
+ fi
+}
+
+pkg_postinst() {
+ gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+ gnome2_icon_cache_update
+}
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-calculators/speedcrunch/
@ 2018-01-15 19:03 Tobias Klausmann
0 siblings, 0 replies; 7+ messages in thread
From: Tobias Klausmann @ 2018-01-15 19:03 UTC (permalink / raw
To: gentoo-commits
commit: 7abc7bd3e6536ca0938c71b81a29d641fddea962
Author: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 15 19:02:40 2018 +0000
Commit: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
CommitDate: Mon Jan 15 19:02:40 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7abc7bd3
sci-calculators/speedcrunch-0.12.0-r0: amd64 stable
Gentoo-Bug: http://bugs.gentoo.org/644432
sci-calculators/speedcrunch/speedcrunch-0.12.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sci-calculators/speedcrunch/speedcrunch-0.12.0.ebuild b/sci-calculators/speedcrunch/speedcrunch-0.12.0.ebuild
index ce832a1c11e..0174aa0d693 100644
--- a/sci-calculators/speedcrunch/speedcrunch-0.12.0.ebuild
+++ b/sci-calculators/speedcrunch/speedcrunch-0.12.0.ebuild
@@ -18,7 +18,7 @@ SRC_URI="https://bitbucket.org/heldercorreia/${PN}/get/release-${PV}.tar.gz -> $
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE="doc ${PLOCALES[@]/#/l10n_}"
DEPEND="
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-calculators/speedcrunch/
@ 2018-01-21 20:30 Thomas Deutschmann
0 siblings, 0 replies; 7+ messages in thread
From: Thomas Deutschmann @ 2018-01-21 20:30 UTC (permalink / raw
To: gentoo-commits
commit: d987c5007292755bfd325c50b93f94f3109bf0f2
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 21 20:10:51 2018 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Sun Jan 21 20:29:55 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d987c500
sci-calculators/speedcrunch: x86 stable (bug #644432)
Package-Manager: Portage-2.3.19, Repoman-2.3.6
sci-calculators/speedcrunch/speedcrunch-0.12.0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sci-calculators/speedcrunch/speedcrunch-0.12.0.ebuild b/sci-calculators/speedcrunch/speedcrunch-0.12.0.ebuild
index 0174aa0d693..da111d97a3b 100644
--- a/sci-calculators/speedcrunch/speedcrunch-0.12.0.ebuild
+++ b/sci-calculators/speedcrunch/speedcrunch-0.12.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -18,7 +18,7 @@ SRC_URI="https://bitbucket.org/heldercorreia/${PN}/get/release-${PV}.tar.gz -> $
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
IUSE="doc ${PLOCALES[@]/#/l10n_}"
DEPEND="
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-calculators/speedcrunch/
@ 2018-01-21 22:58 Andreas Sturmlechner
0 siblings, 0 replies; 7+ messages in thread
From: Andreas Sturmlechner @ 2018-01-21 22:58 UTC (permalink / raw
To: gentoo-commits
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
-}
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-calculators/speedcrunch/
@ 2018-03-31 18:41 Mart Raudsepp
0 siblings, 0 replies; 7+ messages in thread
From: Mart Raudsepp @ 2018-03-31 18:41 UTC (permalink / raw
To: gentoo-commits
commit: 8a1d5934d22f2e1a138c301b1c3b3cd2007b495c
Author: Alexey Korepanov <kaikaikai <AT> yandex <DOT> ru>
AuthorDate: Sat Mar 31 13:34:57 2018 +0000
Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Sat Mar 31 18:40:03 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a1d5934
sci-calculators/speedcrunch: keyword ~arm64
Closes: https://github.com/gentoo/gentoo/pull/7740
sci-calculators/speedcrunch/speedcrunch-0.12.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sci-calculators/speedcrunch/speedcrunch-0.12.0.ebuild b/sci-calculators/speedcrunch/speedcrunch-0.12.0.ebuild
index da111d97a3b..2214915fea6 100644
--- a/sci-calculators/speedcrunch/speedcrunch-0.12.0.ebuild
+++ b/sci-calculators/speedcrunch/speedcrunch-0.12.0.ebuild
@@ -18,7 +18,7 @@ SRC_URI="https://bitbucket.org/heldercorreia/${PN}/get/release-${PV}.tar.gz -> $
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm64 x86 ~amd64-linux ~x86-linux"
IUSE="doc ${PLOCALES[@]/#/l10n_}"
DEPEND="
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-calculators/speedcrunch/
@ 2021-02-28 12:26 Andreas Sturmlechner
0 siblings, 0 replies; 7+ messages in thread
From: Andreas Sturmlechner @ 2021-02-28 12:26 UTC (permalink / raw
To: gentoo-commits
commit: c5cca269dd1bbfd142a8a04bcde681b208910f58
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 28 11:36:35 2021 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Feb 28 12:26:16 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5cca269
sci-calculators/speedcrunch: Drop 0.12.0 (r0)
Package-Manager: Portage-3.0.16, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
.../speedcrunch/speedcrunch-0.12.0.ebuild | 72 ----------------------
1 file changed, 72 deletions(-)
diff --git a/sci-calculators/speedcrunch/speedcrunch-0.12.0.ebuild b/sci-calculators/speedcrunch/speedcrunch-0.12.0.ebuild
deleted file mode 100644
index 2214915fea6..00000000000
--- a/sci-calculators/speedcrunch/speedcrunch-0.12.0.ebuild
+++ /dev/null
@@ -1,72 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PLOCALES=(
-ar ca cs da de el en-GB en-US es-AR es-ES et eu fi fr he hu id it ja ko
-lt lv nb nl pl pt-BR pt-PT ro ru sk sv tr uz vi zh-CN
-)
-
-CMAKE_MAKEFILE_GENERATOR=ninja
-
-inherit cmake-utils gnome2-utils
-
-DESCRIPTION="Fast and usable calculator for power users"
-HOMEPAGE="http://speedcrunch.org/"
-SRC_URI="https://bitbucket.org/heldercorreia/${PN}/get/release-${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 x86 ~amd64-linux ~x86-linux"
-IUSE="doc ${PLOCALES[@]/#/l10n_}"
-
-DEPEND="
-dev-qt/qtcore:5
-dev-qt/qthelp:5
-dev-qt/qtsql:5
-dev-qt/qtwidgets:5
-"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/heldercorreia-speedcrunch-ea93b21f9498/src"
-
-src_prepare() {
- local i
- for i in "${PLOCALES[@]}" ; do
- use l10n_${i} || \
- sed "\|locale/${i/-/_}|d" -i resources/speedcrunch.qrc || die
- done
-
- cmake-utils_src_prepare
-}
-
-src_install() {
- cmake-utils_src_install
- cd .. || die
- doicon -s scalable gfx/speedcrunch.svg
-
- if use doc ; then
- local i doclangs
- for i in de en_US es_ES fr ; do
- use l10n_${i/_/-} && doclangs+=" ${i}"
- done
-
- if [[ -z ${doclangs} ]] ; then
- ewarn "Couldn't find a matching translation for documentation. Defaulting to: en_US"
- doclangs="en_US"
- fi
-
- for i in ${doclangs} ; do
- dodoc -r doc/build_html_embedded/${i}*/
- done
- fi
-}
-
-pkg_postinst() {
- gnome2_icon_cache_update
-}
-
-pkg_postrm() {
- gnome2_icon_cache_update
-}
^ permalink raw reply related [flat|nested] 7+ messages in thread
end of thread, other threads:[~2021-02-28 12:26 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-02-28 12:26 [gentoo-commits] repo/gentoo:master commit in: sci-calculators/speedcrunch/ Andreas Sturmlechner
-- strict thread matches above, loose matches on Subject: below --
2018-03-31 18:41 Mart Raudsepp
2018-01-21 22:58 Andreas Sturmlechner
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
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox