* [gentoo-commits] repo/gentoo:master commit in: sci-misc/lttoolbox/
@ 2016-09-24 13:31 David Seifert
0 siblings, 0 replies; 4+ messages in thread
From: David Seifert @ 2016-09-24 13:31 UTC (permalink / raw
To: gentoo-commits
commit: 6998dabc062ee6eb26738d2074af7e39485b4dab
Author: Gerhard Bräunlich <wippbox <AT> gmx <DOT> net>
AuthorDate: Thu Sep 22 15:08:12 2016 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Sep 24 13:30:26 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6998dabc
sci-misc/lttoolbox: Version bump to 3.3.3 + EAPI bump 4 -> 6
Package-Manager: portage-2.2.28
Closes: https://github.com/gentoo/gentoo/pull/2387
Signed-off-by: David Seifert <soap <AT> gentoo.org>
sci-misc/lttoolbox/Manifest | 1 +
sci-misc/lttoolbox/lttoolbox-3.3.3.ebuild | 28 ++++++++++++++++++++++++++++
2 files changed, 29 insertions(+)
diff --git a/sci-misc/lttoolbox/Manifest b/sci-misc/lttoolbox/Manifest
index 347bdd6..e7eca38 100644
--- a/sci-misc/lttoolbox/Manifest
+++ b/sci-misc/lttoolbox/Manifest
@@ -1,2 +1,3 @@
DIST lttoolbox-3.1.0.tar.gz 375031 SHA256 17ceeac6a2a2c0afdeded8f79594145b9964e78bc2ab8eb49bf2a35f63c80fb4 SHA512 156a404e83ed264e7f003eba3584b1db9de71c1403cc3bc824f0e295c50d84e7f1e2aa6b5af02c847723c0924bc4aa55eb394b94db3d8a61e62c29f266f97667 WHIRLPOOL 453513beb9f17a041f602435102bb06813f6f917a9f90a6ee2e52a53b371396f9bb39ee1b797a3a59df9e42aaee9a75394bf47f8641ee7b7c654f3b30e50f2a3
DIST lttoolbox-3.2.0.tar.gz 372484 SHA256 1359291173ae4af6cbaa625f5ab63ad288b91f72ed0555b2a676e3dfe9b4c1fc SHA512 b33fb99f81ec4dc1bbcc802a23de6b58259efd12e471fcc7f934563f8cadd2f52407b88b8100966f6ca814c56fa9408498fd79f7c6863c178cefa5918572b827 WHIRLPOOL 9f106cece87f18beaa6a47f40f1c0a7348e0bb5de8f298e7ba94021d898421d1e04314c416cf1c0d4a71450d06acbe3f69e7039a6815ae06e6d0854f321ce810
+DIST lttoolbox-3.3.3.tar.gz 454916 SHA256 5ccfc98bd71e1c9cbb952f3b01a6f615cf580f39ce74cdcb7221fc9b48f40617 SHA512 2e6338d39d2f16641c408076bd1d3b29fcd11e2d83e622b93fb7b91bae8eb92f58eacf978c72647d2872119be28b76093fc4afbfe22d7e9a62e1a87d818f9a3c WHIRLPOOL 164b8cc010692bbb5ecfdee80c25204f73bfef9aae7945987267ac230b9f3b070ba900ea8bb04c6347428611a3f48ee47cf4ba126e1b7735c7b9d45e5fe69880
diff --git a/sci-misc/lttoolbox/lttoolbox-3.3.3.ebuild b/sci-misc/lttoolbox/lttoolbox-3.3.3.ebuild
new file mode 100644
index 00000000..226537b
--- /dev/null
+++ b/sci-misc/lttoolbox/lttoolbox-3.3.3.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit autotools
+
+DESCRIPTION="Toolbox for lexical processing, morphological analysis and generation of words"
+HOMEPAGE="https://www.apertium.org"
+SRC_URI="mirror://sourceforge/apertium/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="static-libs"
+
+RDEPEND="dev-libs/libxml2:2"
+DEPEND="${RDEPEND}
+ virtual/pkgconfig"
+
+src_prepare() {
+ default
+ eautoreconf
+}
+
+src_configure() {
+ econf $(use_enable static-libs static)
+}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-misc/lttoolbox/
@ 2018-02-19 19:42 David Seifert
0 siblings, 0 replies; 4+ messages in thread
From: David Seifert @ 2018-02-19 19:42 UTC (permalink / raw
To: gentoo-commits
commit: 52c6f961172a73e219b4b378279103713c3ce445
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 19 18:17:21 2018 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Mon Feb 19 19:40:50 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52c6f961
sci-misc/lttoolbox: Always build in C++14 mode
Closes: https://bugs.gentoo.org/619446
Package-Manager: Portage-2.3.24, Repoman-2.3.6
sci-misc/lttoolbox/lttoolbox-3.3.3.ebuild | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/sci-misc/lttoolbox/lttoolbox-3.3.3.ebuild b/sci-misc/lttoolbox/lttoolbox-3.3.3.ebuild
index ad7dca2d16a..28266cdb4f7 100644
--- a/sci-misc/lttoolbox/lttoolbox-3.3.3.ebuild
+++ b/sci-misc/lttoolbox/lttoolbox-3.3.3.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-inherit autotools
+
+inherit autotools flag-o-matic
DESCRIPTION="Toolbox for lexical processing, morphological analysis and generation of words"
HOMEPAGE="https://www.apertium.org"
@@ -23,5 +24,8 @@ src_prepare() {
}
src_configure() {
+ # bug 619446
+ append-cxxflags -std=c++14
+
econf $(use_enable static-libs static)
}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-misc/lttoolbox/
@ 2022-12-18 4:20 Sam James
0 siblings, 0 replies; 4+ messages in thread
From: Sam James @ 2022-12-18 4:20 UTC (permalink / raw
To: gentoo-commits
commit: 3001e1ee98141917dfcb3fe73471e753d7bf8153
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 18 03:29:28 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Dec 18 04:01:26 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3001e1ee
sci-misc/lttoolbox: add github upstream metadata
Signed-off-by: Sam James <sam <AT> gentoo.org>
sci-misc/lttoolbox/metadata.xml | 15 ++++++++-------
1 file changed, 8 insertions(+), 7 deletions(-)
diff --git a/sci-misc/lttoolbox/metadata.xml b/sci-misc/lttoolbox/metadata.xml
index 0f2b58fa0f24..54c528001f48 100644
--- a/sci-misc/lttoolbox/metadata.xml
+++ b/sci-misc/lttoolbox/metadata.xml
@@ -1,11 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="project">
- <email>sci@gentoo.org</email>
- <name>Gentoo Science Project</name>
- </maintainer>
- <upstream>
- <remote-id type="sourceforge">apertium</remote-id>
- </upstream>
+ <maintainer type="project">
+ <email>sci@gentoo.org</email>
+ <name>Gentoo Science Project</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">apertium/lttoolbox</remote-id>
+ <remote-id type="sourceforge">apertium</remote-id>
+ </upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-misc/lttoolbox/
@ 2022-12-24 9:16 Andreas Sturmlechner
0 siblings, 0 replies; 4+ messages in thread
From: Andreas Sturmlechner @ 2022-12-24 9:16 UTC (permalink / raw
To: gentoo-commits
commit: 3201c5404a58c56692420811e0cb049cfbab50a1
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 22 19:44:01 2022 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Dec 24 09:16:36 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3201c540
sci-misc/lttoolbox: drop 3.3.3
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
sci-misc/lttoolbox/Manifest | 1 -
sci-misc/lttoolbox/lttoolbox-3.3.3.ebuild | 31 -------------------------------
2 files changed, 32 deletions(-)
diff --git a/sci-misc/lttoolbox/Manifest b/sci-misc/lttoolbox/Manifest
index 03264a9837da..8d17e7038e3e 100644
--- a/sci-misc/lttoolbox/Manifest
+++ b/sci-misc/lttoolbox/Manifest
@@ -1,2 +1 @@
-DIST lttoolbox-3.3.3.tar.gz 454916 BLAKE2B 20def8f733a979621944e41011838430302140b93ec16e4315b39f60c77d6665c2c553196aea12f1c59ce4172cf3032c867317b8085b1e976fee540a9642d2c9 SHA512 2e6338d39d2f16641c408076bd1d3b29fcd11e2d83e622b93fb7b91bae8eb92f58eacf978c72647d2872119be28b76093fc4afbfe22d7e9a62e1a87d818f9a3c
DIST lttoolbox-3.7.1.tar.bz2 174427 BLAKE2B 33e2a25f11d4badd30835ff60eeb82dc1f95550ef6814a086115c2279551c0067f2ebdc46574d07d6e01ca459ee41f1f0ea512fae0c1e21e7db6e4b04e70dcad SHA512 e86c5479bf14289a91a9de2a528ebc82ef2df39c39e16b26972b3fc90b372903afd36659be8b9d6c4e5f73b7b40ac6aea8bf56ce58d334462aaddcfc44918724
diff --git a/sci-misc/lttoolbox/lttoolbox-3.3.3.ebuild b/sci-misc/lttoolbox/lttoolbox-3.3.3.ebuild
deleted file mode 100644
index 28266cdb4f73..000000000000
--- a/sci-misc/lttoolbox/lttoolbox-3.3.3.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools flag-o-matic
-
-DESCRIPTION="Toolbox for lexical processing, morphological analysis and generation of words"
-HOMEPAGE="https://www.apertium.org"
-SRC_URI="mirror://sourceforge/apertium/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="static-libs"
-
-RDEPEND="dev-libs/libxml2:2"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-src_prepare() {
- default
- eautoreconf
-}
-
-src_configure() {
- # bug 619446
- append-cxxflags -std=c++14
-
- econf $(use_enable static-libs static)
-}
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2022-12-24 9:16 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-12-18 4:20 [gentoo-commits] repo/gentoo:master commit in: sci-misc/lttoolbox/ Sam James
-- strict thread matches above, loose matches on Subject: below --
2022-12-24 9:16 Andreas Sturmlechner
2018-02-19 19:42 David Seifert
2016-09-24 13:31 David Seifert
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox