From: "Alfredo Tupone" <tupone@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ada/e3-core/
Date: Fri, 3 Feb 2023 19:12:20 +0000 (UTC) [thread overview]
Message-ID: <1675451501.6a9005977ee1a54807b2ca995d161e26b53efb68.tupone@gentoo> (raw)
commit: 6a9005977ee1a54807b2ca995d161e26b53efb68
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 3 19:03:52 2023 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Fri Feb 3 19:11:41 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a900597
dev-ada/e3-core: stable and remove old
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
dev-ada/e3-core/Manifest | 1 -
dev-ada/e3-core/e3-core-22.1.0-r1.ebuild | 55 --------------------------------
dev-ada/e3-core/e3-core-22.2.0.ebuild | 2 +-
3 files changed, 1 insertion(+), 57 deletions(-)
diff --git a/dev-ada/e3-core/Manifest b/dev-ada/e3-core/Manifest
index b90a2b0749f9..666c5fe4fc83 100644
--- a/dev-ada/e3-core/Manifest
+++ b/dev-ada/e3-core/Manifest
@@ -1,2 +1 @@
-DIST e3-core-22.1.0.tar.gz 442938 BLAKE2B b207a09d8b97f707e8b3a6255b9ef7161e40f716a8bcd853923df2310f2413689ddadf9db98e90f103f8a93813eec20bf462e47541d6f409df5966b0b1d9fca7 SHA512 e887fea2140bb42ebc9d8596b87dc077f8da6a0ed4178081aedaaf3f462b76a431c53e6e56bcb7efee2ed3854c50d7b989819b469b394977d6d25f644368f12d
DIST e3-core-22.2.0.tar.gz 383417 BLAKE2B ef595dc785b0073a53ddb06ab1ab7b1a0e9eea0131d2a15318f6355a581f83d14f61f6b0f23d4e3df4afe31e0c03a6b1b4ca8b5aefdb3f982ccaa3454f127f0d SHA512 a2bc2a183b3fed9ad2f0119406dc26857254e4a68014f618a75c062518b990e5f1f3af72e9dc321dea3f9248bd97bded87a20b5389a3e03f2d3b76bb83f56216
diff --git a/dev-ada/e3-core/e3-core-22.1.0-r1.ebuild b/dev-ada/e3-core/e3-core-22.1.0-r1.ebuild
deleted file mode 100644
index de08bb95f3d7..000000000000
--- a/dev-ada/e3-core/e3-core-22.1.0-r1.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 2021-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_10 )
-DISTUTILS_USE_PEP517=setuptools
-inherit distutils-r1 toolchain-funcs
-
-DESCRIPTION="Ease the development of portable automated build systems"
-HOMEPAGE="https://www.adacore.com/"
-SRC_URI="https://github.com/AdaCore/${PN}/archive/refs/tags/v${PV}.tar.gz
- -> ${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-RESTRICT="!test? ( test )"
-
-RDEPEND="dev-python/colorama[${PYTHON_USEDEP}]
- dev-python/stevedore[${PYTHON_USEDEP}]
- dev-python/distro[${PYTHON_USEDEP}]
- dev-python/tqdm[${PYTHON_USEDEP}]
- dev-python/psutil[${PYTHON_USEDEP}]
- dev-python/requests-toolbelt[${PYTHON_USEDEP}]
- dev-python/python-dateutil[${PYTHON_USEDEP}]
- dev-python/pyyaml[${PYTHON_USEDEP}]
- dev-python/tomlkit[${PYTHON_USEDEP}]
- !app-editors/e3"
-DEPEND="${RDEPEND}"
-BDEPEND="
- test? (
- dev-python/httpretty[${PYTHON_USEDEP}]
- dev-vcs/subversion
- dev-python/mock[${PYTHON_USEDEP}]
- )"
-
-PATCHES=(
- "${FILESDIR}"/${P}-distro.patch
- "${FILESDIR}"/${P}-test.patch
-)
-
-distutils_enable_tests pytest
-
-python_compile() {
- distutils-r1_python_compile
- find "${BUILD_DIR}" -name '*.pth' -delete || die
-}
-
-src_compile() {
- local PLATFORM=x86_64-linux
- rm src/e3/os/data/rlimit* || die
- $(tc-getCC) ${CFLAGS} -o src/e3/os/data/rlimit-${PLATFORM} tools/rlimit/rlimit.c ${LDFLAGS}
- distutils-r1_src_compile
-}
diff --git a/dev-ada/e3-core/e3-core-22.2.0.ebuild b/dev-ada/e3-core/e3-core-22.2.0.ebuild
index 4fe586a45700..1d932fed8927 100644
--- a/dev-ada/e3-core/e3-core-22.2.0.ebuild
+++ b/dev-ada/e3-core/e3-core-22.2.0.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://github.com/AdaCore/${PN}/archive/refs/tags/v${PV}.tar.gz
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
RESTRICT="test"
RDEPEND="dev-python/colorama[${PYTHON_USEDEP}]
next reply other threads:[~2023-02-03 19:12 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-02-03 19:12 Alfredo Tupone [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-05-28 17:01 [gentoo-commits] repo/gentoo:master commit in: dev-ada/e3-core/ Sam James
2024-05-28 13:19 Sam James
2024-03-13 13:27 Alfredo Tupone
2023-02-22 18:12 Alfredo Tupone
2023-01-10 14:31 Michał Górny
2022-12-05 20:58 Alfredo Tupone
2022-10-11 12:39 Alfredo Tupone
2022-09-07 7:51 Michał Górny
2022-02-03 13:51 Alfredo Tupone
2022-02-03 13:45 Alfredo Tupone
2021-11-28 13:56 Alfredo Tupone
2021-11-28 13:51 Alfredo Tupone
2021-11-27 23:05 Alfredo Tupone
2021-11-26 17:59 Alfredo Tupone
2021-11-24 20:54 Alfredo Tupone
2021-11-24 13:42 Alfredo Tupone
2021-11-24 7:45 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=1675451501.6a9005977ee1a54807b2ca995d161e26b53efb68.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