From: "Alfredo Tupone" <tupone@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ada/aws/
Date: Tue, 04 Feb 2025 17:43:38 +0000 (UTC) [thread overview]
Message-ID: <1738690999.fcd9a22fda90a735f7fccfd02bbba9774ae76c15.tupone@gentoo> (raw)
commit: fcd9a22fda90a735f7fccfd02bbba9774ae76c15
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 4 17:40:04 2025 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Tue Feb 4 17:43:19 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fcd9a22f
dev-ada/aws: drop 22.0.0, 23.0.0-r4
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
dev-ada/aws/Manifest | 4 ---
dev-ada/aws/aws-22.0.0.ebuild | 57 ---------------------------------
dev-ada/aws/aws-23.0.0-r4.ebuild | 69 ----------------------------------------
dev-ada/aws/aws-24.0.0-r1.ebuild | 6 ++--
4 files changed, 3 insertions(+), 133 deletions(-)
diff --git a/dev-ada/aws/Manifest b/dev-ada/aws/Manifest
index 9c35244696ee..7396a52ec85d 100644
--- a/dev-ada/aws/Manifest
+++ b/dev-ada/aws/Manifest
@@ -1,6 +1,2 @@
-DIST aws-22.0.0.tar.gz 2356886 BLAKE2B 3f0a36ce23ed50855dddeb8ecc1888d51c4c7368990124c3d55f240c8b07cc72b59b4c172cad05d282de0ff4cd348ff912315d8cfad1582b2bbb049ad5fcea12 SHA512 6baeff7fa8012cb155bd3964177368f4ccd0bb367abaa66d44c0ffbcd4145f3930fe2e0fe5cfbeb41adccb7395d46c49acffc502878e9b83ecb5e2de597b897b
-DIST aws-23.0.0.tar.gz 2390842 BLAKE2B 2433493b1ad8a98b4f95671e306aec5e072600633c1705ca5fb86c4b09ccfff4e5e84a231d69b183cc1e9f91813493de1d8fcf56c6921a78f0a0c63a6e44c492 SHA512 cd041c2cc2d62832557cd03916491ee204090d48ed7dcc155d679512afb7650e0b41b3edfe56996b77f0b1bc14c9bba53afbe0ef05de7555a775aaff63603b75
DIST aws-24.0.0.tar.gz 2441263 BLAKE2B 193adc9eb216237e82fdeb0de8c3369cce1ea76f125a0d635678e352b6c3460057d584d24cc81a232b71443a20d538e07298cd38b5ccd72a18b6176e88de88b4 SHA512 d86f7d3ee6889ac169734e5ebfc7b6bd800091ec843cd08cffff3a3e8822228c84b8b4d72c197be91bb8906fc7cd142936ccc568adee52d1caa94e43fad152b2
-DIST templates-parser-22.0.0.tar.gz 224473 BLAKE2B c0c0d6feada3d0e54ee0456b48979e1f436c2bdf7210aeb061640c3128294b243ac21c29ef538b055871315b567640e37782b28057954bf4d43473d372c7d983 SHA512 9ce512e41bf3e682f1671d3ed931830d2279da9bef58f9997e430f4852cebb6119cabf0fde7dfaf999586155c13472ab258a0e0f3d885522aeb86d8acb4a2d4f
-DIST templates-parser-23.0.0.tar.gz 225459 BLAKE2B 0971030e3079ff93b876bcb51925208eeee63837878a24589700dc9e0c025272e2d7920f82ee9b769c04857e4701d3eed629a1ac1f0979714c47fc132a188bed SHA512 c0a94b42391c61b4251cbbe86f91c506f46f6eed5be3779385bf199cf43281b704c68fd078b8b917948675976538168c1ac4c1f3b757f6db9988a45af7bfc4a5
DIST templates-parser-24.0.0.tar.gz 226649 BLAKE2B 6e84721cbe28164e9c5f683906ff0b360a7dca82a2b91a7fe0253546c6d617d82ff2bb385133435e48c1588821daa3171eee86aeb0de27a55f38cad372f858db SHA512 3661ccb4be3bc3a6a81bbf04244f3b943c87655cad25370e857bb09d24b86ee801388a4a71d63f9135d5f069c54bc184cef4a8a25bcc90d0add8a15c67f8c374
diff --git a/dev-ada/aws/aws-22.0.0.ebuild b/dev-ada/aws/aws-22.0.0.ebuild
deleted file mode 100644
index de65be73147c..000000000000
--- a/dev-ada/aws/aws-22.0.0.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-ADA_COMPAT=( gnat_2021 )
-inherit ada multiprocessing
-
-DESCRIPTION="A complete Web development framework"
-HOMEPAGE="http://libre.adacore.com/tools/aws/"
-SRC_URI="https://github.com/AdaCore/${PN}/archive/refs/tags/v${PV}.tar.gz
- -> ${P}.tar.gz
- https://github.com/AdaCore/templates-parser/archive/refs/tags/v${PV}.tar.gz
- -> templates-parser-${PV}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND="dev-ada/gnatcoll-core:=[${ADA_USEDEP},shared,static-libs]
- dev-libs/openssl"
-DEPEND="${RDEPEND}
- dev-ada/gprbuild[${ADA_USEDEP}]"
-
-REQUIRED_USE="${ADA_REQUIRED_USE}"
-
-PATCHES=(
- "${FILESDIR}"/${PN}-2020-gentoo.patch
- "${FILESDIR}"/${P}-gentoo.patch
-)
-
-src_prepare() {
- default
- rmdir templates_parser || die
- mv ../templates-parser-${PV} templates_parser || die
-}
-
-src_configure() {
- emake -j1 setup prefix=/usr ENABLE_SHARED=true \
- ZLIB=true SOCKET=openssl \
- GPRBUILD="/usr/bin/gprbuild -v"
-}
-
-src_compile() {
- emake \
- PROCESSORS=$(makeopts_jobs) ENABLE_SHARED=true \
- GPRBUILD="/usr/bin/gprbuild -v"
-}
-
-src_install() {
- emake install \
- DESTDIR="${D}" \
- PROCESSORS=$(makeopts_jobs) ENABLE_SHARED=true \
- GPRINSTALL="/usr/bin/gprinstall -v"
- einstalldocs
-}
diff --git a/dev-ada/aws/aws-23.0.0-r4.ebuild b/dev-ada/aws/aws-23.0.0-r4.ebuild
deleted file mode 100644
index 6e2d344765ca..000000000000
--- a/dev-ada/aws/aws-23.0.0-r4.ebuild
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ADA_COMPAT=( gcc_12 gcc_13 )
-inherit ada multiprocessing
-
-DESCRIPTION="A complete Web development framework"
-HOMEPAGE="http://libre.adacore.com/tools/aws/"
-SRC_URI="https://github.com/AdaCore/${PN}/archive/refs/tags/v${PV}.tar.gz
- -> ${P}.tar.gz
- https://github.com/AdaCore/templates-parser/archive/refs/tags/v${PV}.tar.gz
- -> templates-parser-${PV}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="+shared ssl wsdl"
-
-RDEPEND="dev-ada/gnatcoll-core:=[${ADA_USEDEP},shared?,static-libs]
- dev-ada/libgpr:=[${ADA_USEDEP},shared?,static-libs]
- dev-ada/xmlada:=[${ADA_USEDEP},shared?,static-libs]
- wsdl? (
- dev-ada/libadalang:=[${ADA_USEDEP},static-libs]
- dev-ada/langkit:=[${ADA_USEDEP},static-libs]
- dev-ada/gnatcoll-bindings:=[${ADA_USEDEP},gmp,iconv,static-libs]
- dev-libs/gmp
- )
- ssl? ( dev-libs/openssl )
- !dev-ada/templates-parser"
-DEPEND="${RDEPEND}
- dev-ada/gprbuild[${ADA_USEDEP}]"
-
-REQUIRED_USE="${ADA_REQUIRED_USE}"
-
-PATCHES=(
- "${FILESDIR}"/${PN}-2020-gentoo.patch
- "${FILESDIR}"/${P}-gentoo.patch
-)
-
-src_prepare() {
- default
- rmdir templates_parser || die
- mv ../templates-parser-${PV} templates_parser || die
-}
-
-src_configure() {
- emake -j1 setup prefix=/usr ZLIB=true XMLADA=true \
- GPRBUILD="/usr/bin/gprbuild -v" \
- ENABLE_SHARED=$(usex shared true false) \
- SOCKET=$(usex ssl openssl std) \
- LAL=$(usex wsdl true false) \
- PROCESSORS=$(makeopts_jobs) \
- SERVER_HTTP2=true \
- CLIENT_HTTP2=true
-}
-
-src_compile() {
- emake GPRBUILD="/usr/bin/gprbuild -v"
-}
-
-src_install() {
- emake -j1 install \
- DESTDIR="${D}" \
- PROCESSORS=$(makeopts_jobs) ENABLE_SHARED=true \
- GPRINSTALL="/usr/bin/gprinstall -v"
- einstalldocs
-}
diff --git a/dev-ada/aws/aws-24.0.0-r1.ebuild b/dev-ada/aws/aws-24.0.0-r1.ebuild
index 14cfbd6681a7..1407d95030e1 100644
--- a/dev-ada/aws/aws-24.0.0-r1.ebuild
+++ b/dev-ada/aws/aws-24.0.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -7,7 +7,7 @@ ADA_COMPAT=( gcc_12 gcc_13 )
inherit ada multiprocessing
DESCRIPTION="A complete Web development framework"
-HOMEPAGE="http://libre.adacore.com/tools/aws/"
+HOMEPAGE="https://github.com/AdaCore/aws"
SRC_URI="https://github.com/AdaCore/${PN}/archive/refs/tags/v${PV}.tar.gz
-> ${P}.tar.gz
https://github.com/AdaCore/templates-parser/archive/refs/tags/v${PV}.tar.gz
@@ -29,7 +29,7 @@ RDEPEND="dev-ada/gnatcoll-core:=[${ADA_USEDEP},shared?,static-libs]
wsdl? (
dev-ada/libadalang:=[${ADA_USEDEP},static-libs]
dev-ada/langkit:=[${ADA_USEDEP},static-libs]
- dev-ada/gnatcoll-bindings:=[${ADA_USEDEP},gmp,iconv,static-libs]
+ dev-ada/gnatcoll-bindings:=[${ADA_USEDEP},gmp,iconv(+),static-libs]
dev-libs/gmp
)
ssl? ( dev-libs/openssl )
next reply other threads:[~2025-02-04 17:43 UTC|newest]
Thread overview: 39+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-02-04 17:43 Alfredo Tupone [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-02-23 21:23 [gentoo-commits] repo/gentoo:master commit in: dev-ada/aws/ Alfredo Tupone
2025-02-04 20:55 Alfredo Tupone
2024-12-15 4:30 Sam James
2024-12-15 4:30 Sam James
2024-11-23 11:41 Alfredo Tupone
2024-03-21 20:09 Alfredo Tupone
2023-12-26 11:12 Alfredo Tupone
2023-12-22 12:57 Alfredo Tupone
2023-06-01 20:40 Alfredo Tupone
2023-03-21 21:02 Alfredo Tupone
2023-03-21 7:25 Alfredo Tupone
2023-01-15 9:57 Alfredo Tupone
2022-12-05 13:23 Alfredo Tupone
2022-11-21 17:40 Alfredo Tupone
2021-12-19 22:09 Agostino Sarubbo
2021-11-25 7:15 Alfredo Tupone
2021-07-20 6:33 Agostino Sarubbo
2021-06-05 8:26 Alfredo Tupone
2021-06-04 19:26 Alfredo Tupone
2020-08-01 20:42 Alfredo Tupone
2019-11-09 19:32 Alfredo Tupone
2019-10-21 6:39 Alfredo Tupone
2019-09-17 6:53 Alfredo Tupone
2019-08-29 6:28 Alfredo Tupone
2019-08-27 10:10 Alfredo Tupone
2019-06-21 6:17 Alfredo Tupone
2019-06-12 16:44 Alfredo Tupone
2019-06-09 10:32 Alfredo Tupone
2019-06-04 20:12 Alfredo Tupone
2019-01-16 7:35 Alfredo Tupone
2018-11-27 19:33 Alfredo Tupone
2018-07-19 18:26 Alfredo Tupone
2018-07-02 7:05 Alfredo Tupone
2018-04-21 19:58 Alfredo Tupone
2018-03-09 13:35 Alfredo Tupone
2018-02-12 19:11 Alfredo Tupone
2017-07-04 10:00 Alfredo Tupone
2017-07-03 20:05 Alfredo Tupone
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=1738690999.fcd9a22fda90a735f7fccfd02bbba9774ae76c15.tupone@gentoo \
--to=tupone@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