From: "Michael Palimaka" <kensington@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/calligra/
Date: Wed, 30 Dec 2015 14:13:21 +0000 (UTC) [thread overview]
Message-ID: <1451484787.627d2440902e45b27712a556d5b1eff43fdc67e1.kensington@gentoo> (raw)
commit: 627d2440902e45b27712a556d5b1eff43fdc67e1
Author: Matthew Dawson <matthew <AT> mjdsystems <DOT> ca>
AuthorDate: Sun Dec 27 16:50:32 2015 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Wed Dec 30 14:13:07 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=627d2440
app-office/calligra: Bump version to 2.9.10
Also fix ebuild to handle revision version numbers >=10, and disables
GHNS as it isn't supported by upstream.
app-office/calligra/Manifest | 1 +
.../calligra/{calligra-9999.ebuild => calligra-2.9.10.ebuild} | 6 +-----
app-office/calligra/calligra-9999.ebuild | 6 +-----
3 files changed, 3 insertions(+), 10 deletions(-)
diff --git a/app-office/calligra/Manifest b/app-office/calligra/Manifest
index a8a3842..37f49a0 100644
--- a/app-office/calligra/Manifest
+++ b/app-office/calligra/Manifest
@@ -1,4 +1,5 @@
DIST calligra-2.8.5.tar.xz 138928992 SHA256 92b8828ec64b46124b29a03bae13c143e3ed771adf3186fa938c765e5eac2fbd SHA512 09e32b7ce2415daae2ac3c1871fc1bc270210cbf5bc774f622922f8adb20e639db3dfb16c2974404b4395b30f8367a7ddd0016363a8b3e46fa24ff3fde1e4c14 WHIRLPOOL b4cc14353b7f9a457510a745b711283481f969e10ffee2847253b123ba2ea03f61d8abfdda2bcdb463c6bba8f2d8634e1536259f5be3d44778104bc8f28f79fe
DIST calligra-2.8.7.tar.xz 138966248 SHA256 af6b8b74ea077e5bbfa398e3ae96866b9a3ccfbc10224e9f341e59643be80eb5 SHA512 e09fcbb6708d73db3b31027c4393a138fbf5c47d1b777dd4a3b94f6e668d67ac963cfadb320350c63f1b2d1173edc67dc2100704899176c196865fb4d2ce7442 WHIRLPOOL ce082f04cfb7947219e317ba9a4a6ce436a3aa0784f1cad6206f3febd072f177961111ccbb89227d3c8dede1eafc647409b26f1f4fb304b1d482db0fe8c758b9
+DIST calligra-2.9.10.tar.xz 194841508 SHA256 a9d16f0523e03141a3d2cd2e28e484a8aa0f0fead2352ac2c385688066a1d1ef SHA512 50b14b938ecbc70aed36d83e475225cbed8ecb72e0f407e4a1089472a43122c9278d768dad258d1b65534a0e42322295bab5c493d580d69730daf63e936a6df6 WHIRLPOOL 3679b2ec00f00844b640d38dafce6925abf8ef2c851c72d7ad0a4046d85a432367b20436bc6dbbd28527102d0e58df61e5683042508f15a134dc34c002162c29
DIST calligra-2.9.6.tar.xz 194239580 SHA256 78564137133e2f45065085df66ce2ab31478517c10163a06ba690a2d3a98a184 SHA512 d51b20c3d53a09ced3347b117de6827c5c29e31b198eff8bc136f0d6f604991371c6c4705d0ff3c6bcc64c017f0a14139d4b0529b02973909d80a25223e59f07 WHIRLPOOL 848884f830e0b8b2c6b8ed73d11222598295ca56ed4db826f4a9c3d3be42d5a65f5e50879a4fed68d6ae004962b799e23d6978a0943ff6b8900728b62dec43c0
DIST calligra-2.9.7.tar.xz 194348264 SHA256 7a641a1669739ff55809fd6f2c22d673843ac41f64e82f5ca6cb3e60c7c82781 SHA512 89b6b43113dfd7304c9d88c79fe8ecce9d1cf5e6a82a401df6d0c5bad28c450af6e4012e859ccb1595f638513f79bb00f15cbc9f8cad03801c5aa1440b1b8a1f WHIRLPOOL d15fcf5458b25ae30e98031c541c85cac1658a435c8fa432fc7d3de44ebda7fa56ffab61b642c196d639d1bc9737f386e76dc75d7d51baa2efc0ed79d51dd9fc
diff --git a/app-office/calligra/calligra-9999.ebuild b/app-office/calligra/calligra-2.9.10.ebuild
similarity index 98%
copy from app-office/calligra/calligra-9999.ebuild
copy to app-office/calligra/calligra-2.9.10.ebuild
index db56918..04f1143 100644
--- a/app-office/calligra/calligra-9999.ebuild
+++ b/app-office/calligra/calligra-2.9.10.ebuild
@@ -21,7 +21,7 @@ case ${PV} in
2.[456789].[789]?)
# beta or rc releases
SRC_URI="mirror://kde/unstable/${P}/${P}.tar.xz" ;;
- 2.[456789].?)
+ 2.[456789].?|2.[456789].??)
# stable releases
SRC_URI="mirror://kde/stable/${P}/${P}.tar.xz" ;;
2.[456789].9999)
@@ -62,7 +62,6 @@ REQUIRED_USE="
"
RDEPEND="
- $(add_kdeapps_dep knewstuff)
dev-lang/perl
dev-libs/boost
dev-qt/qtcore:4[exceptions]
@@ -141,8 +140,6 @@ PDEPEND=">=app-office/calligra-l10n-${LANGVERSION}"
# bug 394273
RESTRICT=test
-PATCHES=( "${FILESDIR}/${PN}-2.9.6-ghns-linking.patch" )
-
pkg_pretend() {
check-reqs_pkg_pretend
}
@@ -167,7 +164,6 @@ src_configure() {
# first write out things we want to hard-enable
mycmakeargs+=(
- "-DGHNS=ON"
"-DWITH_Iconv=ON" # available on all supported arches and many more
)
diff --git a/app-office/calligra/calligra-9999.ebuild b/app-office/calligra/calligra-9999.ebuild
index db56918..04f1143 100644
--- a/app-office/calligra/calligra-9999.ebuild
+++ b/app-office/calligra/calligra-9999.ebuild
@@ -21,7 +21,7 @@ case ${PV} in
2.[456789].[789]?)
# beta or rc releases
SRC_URI="mirror://kde/unstable/${P}/${P}.tar.xz" ;;
- 2.[456789].?)
+ 2.[456789].?|2.[456789].??)
# stable releases
SRC_URI="mirror://kde/stable/${P}/${P}.tar.xz" ;;
2.[456789].9999)
@@ -62,7 +62,6 @@ REQUIRED_USE="
"
RDEPEND="
- $(add_kdeapps_dep knewstuff)
dev-lang/perl
dev-libs/boost
dev-qt/qtcore:4[exceptions]
@@ -141,8 +140,6 @@ PDEPEND=">=app-office/calligra-l10n-${LANGVERSION}"
# bug 394273
RESTRICT=test
-PATCHES=( "${FILESDIR}/${PN}-2.9.6-ghns-linking.patch" )
-
pkg_pretend() {
check-reqs_pkg_pretend
}
@@ -167,7 +164,6 @@ src_configure() {
# first write out things we want to hard-enable
mycmakeargs+=(
- "-DGHNS=ON"
"-DWITH_Iconv=ON" # available on all supported arches and many more
)
next reply other threads:[~2015-12-30 14:13 UTC|newest]
Thread overview: 73+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-12-30 14:13 Michael Palimaka [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-03-06 21:03 [gentoo-commits] repo/gentoo:master commit in: app-office/calligra/ Andreas Sturmlechner
2025-03-06 21:03 Andreas Sturmlechner
2025-02-24 15:54 Andreas Sturmlechner
2025-02-12 17:28 Andreas Sturmlechner
2024-09-19 18:55 Andreas Sturmlechner
2024-09-19 18:55 Andreas Sturmlechner
2024-09-09 18:55 Andreas Sturmlechner
2024-09-09 18:32 Andreas Sturmlechner
2024-03-11 9:50 Andreas Sturmlechner
2023-05-29 20:55 Sam James
2023-05-06 18:13 Andreas Sturmlechner
2023-05-06 9:35 Arthur Zamarin
2023-04-23 13:04 Sam James
2023-03-31 19:08 Andreas Sturmlechner
2023-02-15 8:29 Sam James
2022-10-06 9:07 Andreas Sturmlechner
2022-02-03 8:51 Andreas Sturmlechner
2022-02-03 6:09 Sam James
2022-02-03 6:08 Sam James
2021-12-29 13:46 Yixun Lan
2021-07-21 21:57 Marek Szuba
2021-06-02 22:36 Sam James
2021-02-24 19:21 Sam James
2020-10-29 20:29 Andreas Sturmlechner
2020-10-29 20:29 Andreas Sturmlechner
2020-07-17 7:44 Agostino Sarubbo
2020-07-17 7:21 Agostino Sarubbo
2020-07-02 21:52 Andreas Sturmlechner
2020-06-28 16:18 Andreas Sturmlechner
2019-12-26 8:36 Andreas Sturmlechner
2019-08-16 14:40 Andreas Sturmlechner
2019-08-16 14:40 Andreas Sturmlechner
2019-08-15 13:09 Andreas Sturmlechner
2019-01-24 22:26 Andreas Sturmlechner
2019-01-16 12:01 Andreas Sturmlechner
2019-01-14 14:43 Mikle Kolyada
2019-01-01 19:40 Andreas Sturmlechner
2018-04-05 21:16 Aaron Bauman
2018-03-15 16:34 Andreas Sturmlechner
2018-03-15 16:34 Andreas Sturmlechner
2018-03-13 12:51 Michael Palimaka
2018-02-11 22:01 Andreas Sturmlechner
2018-01-31 17:51 Andreas Sturmlechner
2017-07-04 15:49 Agostino Sarubbo
2017-07-04 10:17 Agostino Sarubbo
2017-06-27 18:34 Andreas Sturmlechner
2017-06-18 12:08 Michael Palimaka
2017-06-05 20:14 Andreas Sturmlechner
2017-04-01 16:16 Andreas Sturmlechner
2017-04-01 16:06 Agostino Sarubbo
2017-03-31 20:23 Andreas Sturmlechner
2017-03-25 14:43 Agostino Sarubbo
2017-03-24 15:25 Andreas Sturmlechner
2017-03-21 12:24 Andreas Sturmlechner
2017-03-19 13:57 Andreas Sturmlechner
2017-02-25 22:05 Johannes Huber
2017-01-07 10:59 Andreas Sturmlechner
2017-01-04 9:50 Andreas Sturmlechner
2016-12-30 0:26 Andreas Sturmlechner
2016-12-08 14:10 Johannes Huber
2016-11-02 18:39 Johannes Huber
2016-08-20 18:28 Michael Palimaka
2016-07-03 19:36 Andreas Hüttel
2016-06-16 18:10 Michael Palimaka
2016-06-16 18:10 Michael Palimaka
2016-04-09 13:46 Agostino Sarubbo
2016-04-04 19:05 Johannes Huber
2016-02-14 16:52 Michael Palimaka
2016-02-12 10:22 Michael Palimaka
2015-09-03 13:08 Michael Palimaka
2015-08-18 11:20 Johannes Huber
2015-08-12 20:33 Johannes Huber
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=1451484787.627d2440902e45b27712a556d5b1eff43fdc67e1.kensington@gentoo \
--to=kensington@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