* [gentoo-commits] repo/gentoo:master commit in: sci-misc/apertium/
@ 2021-03-07 14:36 David Seifert
0 siblings, 0 replies; 5+ messages in thread
From: David Seifert @ 2021-03-07 14:36 UTC (permalink / raw
To: gentoo-commits
commit: 87ee6eefd80e597cfb82040b5b3ab524ef51b73b
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 7 14:36:11 2021 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Mar 7 14:36:11 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87ee6eef
sci-misc/apertium: Format metadata.xml
Package-Manager: Portage-3.0.16, Repoman-3.0.2
Signed-off-by: David Seifert <soap <AT> gentoo.org>
sci-misc/apertium/metadata.xml | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/sci-misc/apertium/metadata.xml b/sci-misc/apertium/metadata.xml
index 8f63e4ee00d..404668a4bfc 100644
--- a/sci-misc/apertium/metadata.xml
+++ b/sci-misc/apertium/metadata.xml
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://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="sourceforge">apertium</remote-id>
+ </upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-misc/apertium/
@ 2021-03-07 14:36 David Seifert
0 siblings, 0 replies; 5+ messages in thread
From: David Seifert @ 2021-03-07 14:36 UTC (permalink / raw
To: gentoo-commits
commit: 7f8156823984b5dae9058362bc42c4d6a41baac7
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 7 14:36:17 2021 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Mar 7 14:36:17 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f815682
sci-misc/apertium: Port to EAPI 7
Package-Manager: Portage-3.0.16, Repoman-3.0.2
Signed-off-by: David Seifert <soap <AT> gentoo.org>
sci-misc/apertium/apertium-3.2.0.ebuild | 34 +++++++++++++++++++++++----------
1 file changed, 24 insertions(+), 10 deletions(-)
diff --git a/sci-misc/apertium/apertium-3.2.0.ebuild b/sci-misc/apertium/apertium-3.2.0.ebuild
index 997def4d182..9efd69255cd 100644
--- a/sci-misc/apertium/apertium-3.2.0.ebuild
+++ b/sci-misc/apertium/apertium-3.2.0.ebuild
@@ -1,28 +1,25 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=7
-AUTOTOOLS_AUTORECONF=true
-
-inherit autotools-utils
+inherit autotools
DESCRIPTION="Shallow-transfer machine Translation engine and toolbox"
HOMEPAGE="http://apertium.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-SLOT="0"
LICENSE="GPL-2"
+SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE="static-libs"
RDEPEND="
dev-libs/libxslt
dev-libs/libpcre[cxx]
>=sci-misc/lttoolbox-3.2
virtual/libiconv"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
PATCHES=(
"${FILESDIR}"/${PV}-flags.patch
@@ -31,5 +28,22 @@ PATCHES=(
"${FILESDIR}"/${P}-autotools.patch
)
-MAKEOPTS+=" -j1"
-AUTOTOOLS_IN_SOURCE_BUILD=1
+src_prepare() {
+ default
+ eautoreconf
+}
+
+src_configure() {
+ econf --disable-static
+}
+
+src_compile() {
+ emake -j1
+}
+
+src_install() {
+ default
+
+ # no static archives
+ find "${ED}" -name '*.la' -delete || die
+}
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-misc/apertium/
@ 2022-12-18 4:20 Sam James
0 siblings, 0 replies; 5+ messages in thread
From: Sam James @ 2022-12-18 4:20 UTC (permalink / raw
To: gentoo-commits
commit: 2fa3a78dca86b770b77077698a8d0d8d51c8856c
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 18 03:26:27 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=2fa3a78d
sci-misc/apertium: add github upstream metadata
Signed-off-by: Sam James <sam <AT> gentoo.org>
sci-misc/apertium/metadata.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/sci-misc/apertium/metadata.xml b/sci-misc/apertium/metadata.xml
index 495d10250ad8..fd76f5b4b927 100644
--- a/sci-misc/apertium/metadata.xml
+++ b/sci-misc/apertium/metadata.xml
@@ -6,6 +6,7 @@
<name>Gentoo Science Project</name>
</maintainer>
<upstream>
+ <remote-id type="github">apertium/apertium</remote-id>
<remote-id type="sourceforge">apertium</remote-id>
</upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-misc/apertium/
@ 2023-07-18 10:13 Andrew Ammerlaan
0 siblings, 0 replies; 5+ messages in thread
From: Andrew Ammerlaan @ 2023-07-18 10:13 UTC (permalink / raw
To: gentoo-commits
commit: 26f099c486a25f8d31f5460a5354baf238d29334
Author: luzpaz <luzpaz <AT> users <DOT> noreply <DOT> github <DOT> com>
AuthorDate: Wed Jul 12 13:13:59 2023 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Tue Jul 18 10:11:31 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26f099c4
sci-misc/apertium: use https:// schema for HOMEPAGE url
- Homepage link http://apertium.sourceforge.net/ is a permanent redirect to its HTTPS counterpart https://apertium.sourceforge.net/ and should be updated.
ref: https://repology.org/repository/gentoo/problems
Signed-off-by: luzpaz <luzpaz <AT> users.noreply.github.com>
Closes: https://github.com/gentoo/gentoo/pull/31850
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
sci-misc/apertium/apertium-3.2.0.ebuild | 2 +-
sci-misc/apertium/apertium-3.8.3.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/sci-misc/apertium/apertium-3.2.0.ebuild b/sci-misc/apertium/apertium-3.2.0.ebuild
index 9efd69255cda..a3f2958ad82f 100644
--- a/sci-misc/apertium/apertium-3.2.0.ebuild
+++ b/sci-misc/apertium/apertium-3.2.0.ebuild
@@ -6,7 +6,7 @@ EAPI=7
inherit autotools
DESCRIPTION="Shallow-transfer machine Translation engine and toolbox"
-HOMEPAGE="http://apertium.sourceforge.net/"
+HOMEPAGE="https://apertium.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
diff --git a/sci-misc/apertium/apertium-3.8.3.ebuild b/sci-misc/apertium/apertium-3.8.3.ebuild
index 8d559b9bf1d0..4ae4fbb9009e 100644
--- a/sci-misc/apertium/apertium-3.8.3.ebuild
+++ b/sci-misc/apertium/apertium-3.8.3.ebuild
@@ -7,7 +7,7 @@ PYTHON_COMPAT=( python3_{9..11} )
inherit autotools python-any-r1
DESCRIPTION="Shallow-transfer machine Translation engine and toolbox"
-HOMEPAGE="http://apertium.sourceforge.net/"
+HOMEPAGE="https://apertium.sourceforge.net/"
SRC_URI="https://github.com/apertium/apertium/releases/download/v${PV}/${P}.tar.bz2"
LICENSE="GPL-2"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-misc/apertium/
@ 2024-07-31 9:24 Pacho Ramos
0 siblings, 0 replies; 5+ messages in thread
From: Pacho Ramos @ 2024-07-31 9:24 UTC (permalink / raw
To: gentoo-commits
commit: 3eaa45a539d2938ef1f795636b1ba462d8433a72
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 31 08:36:51 2024 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Wed Jul 31 09:23:08 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3eaa45a5
sci-misc/apertium: enable py3.12
Closes: https://bugs.gentoo.org/929799
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
sci-misc/apertium/apertium-3.8.3.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sci-misc/apertium/apertium-3.8.3.ebuild b/sci-misc/apertium/apertium-3.8.3.ebuild
index 4ae4fbb9009e..32a638707374 100644
--- a/sci-misc/apertium/apertium-3.8.3.ebuild
+++ b/sci-misc/apertium/apertium-3.8.3.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
inherit autotools python-any-r1
DESCRIPTION="Shallow-transfer machine Translation engine and toolbox"
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2024-07-31 9:24 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-31 9:24 [gentoo-commits] repo/gentoo:master commit in: sci-misc/apertium/ Pacho Ramos
-- strict thread matches above, loose matches on Subject: below --
2023-07-18 10:13 Andrew Ammerlaan
2022-12-18 4:20 Sam James
2021-03-07 14:36 David Seifert
2021-03-07 14:36 David Seifert
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox