From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/elt-patches/
Date: Tue, 6 Feb 2024 04:04:07 +0000 (UTC) [thread overview]
Message-ID: <1707192190.e1e2520e09476f865cb181e0f00236a1c8bed581.sam@gentoo> (raw)
commit: e1e2520e09476f865cb181e0f00236a1c8bed581
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 6 04:03:10 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Feb 6 04:03:10 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1e2520e
app-portage/elt-patches: drop 20231228, 20240109
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-portage/elt-patches/Manifest | 2 --
.../elt-patches/elt-patches-20231228.ebuild | 37 ----------------------
.../elt-patches/elt-patches-20240109.ebuild | 37 ----------------------
3 files changed, 76 deletions(-)
diff --git a/app-portage/elt-patches/Manifest b/app-portage/elt-patches/Manifest
index a704939b64d9..a520949d2a99 100644
--- a/app-portage/elt-patches/Manifest
+++ b/app-portage/elt-patches/Manifest
@@ -1,4 +1,2 @@
DIST elt-patches-20221210.tar.xz 42080 BLAKE2B abcdae6dedac89bd913d6809d335c13cd59b675c4b68198925bf758013e988a9bf82e9f6ccc3a70ac1c49775bb7579addda6c0bb7ea4ceea3c4b8e4acf0d65ea SHA512 3dad3c0be8d69de731bb10d5a6007539c2966f8a370a3dee27faf9655a38e39f272a9059cd98c8b6f32c2495143667f8b28a6a3425f22c0c5421f3969b417cf7
-DIST elt-patches-20231228.tar.xz 42512 BLAKE2B 00d9e9ee06da0c6d218c3af79aeb171e78aee75a2e2d586746ecc10c1e0083b317e3c5f27c923f982557e075e39210775203d25c162e34b1698542a6c1d8c1c1 SHA512 e0278fe7776dfcb6e7e869da95dbb9a65b78efc08298a7c03c16953c0f1fcff34e0ef6533dbb7fd3c60297ed85c20eb0ca89a01d74d2f1e9c6f723341c867108
-DIST elt-patches-20240109.tar.xz 42944 BLAKE2B 41df6a1c4f7a8f84986dcb5d31118173907ac9a5373aa663b3a7f40e3143063be0658bd9184086f04a5b81dea455e1a2f5fe6d39d02186891242b6cb9c2fcb8d SHA512 9f8ceb6da0b3bc741fc255ced2f48cef6f088d115ce667930897c2bd81c9491acbb30fd23348701e06467f09fa628e1a166c9df3d7331f3201ff3f2305529750
DIST elt-patches-20240116.tar.xz 44400 BLAKE2B 0e664bf02180c2d0a5813f25a7661064f6612b71ab4743041a87579bf4fc2af276b2d653cbf75fe412364c2eb0a38dad744cc1eaa1159837239b0b9bbd122c5c SHA512 b014bebf918bb3debb5f38297caa0e250b426bdabfbc3c3e7ae44c1f5cda0d63ae1c0d82c12710a966a615947a5ad823a6e06c2ca485b987a74065dde16216bb
diff --git a/app-portage/elt-patches/elt-patches-20231228.ebuild b/app-portage/elt-patches/elt-patches-20231228.ebuild
deleted file mode 100644
index 76e331af750c..000000000000
--- a/app-portage/elt-patches/elt-patches-20231228.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="Collection of patches for libtool.eclass"
-HOMEPAGE="https://gitweb.gentoo.org/proj/elt-patches.git/"
-
-if [[ ${PV} == *9999* ]] ; then
- EGIT_REPO_URI="
- https://anongit.gentoo.org/git/proj/elt-patches.git
- https://github.com/gentoo/elt-patches
- "
- inherit git-r3
-else
- SRC_URI="
- https://dev.gentoo.org/~grobian/distfiles/${P}.tar.xz
- https://dev.gentoo.org/~vapier/dist/${P}.tar.xz
- https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${P}.tar.xz
- "
-
- KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~arm64-linux ~ppc64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris"
-fi
-
-LICENSE="GPL-2"
-SLOT="0"
-
-RDEPEND="sys-apps/gentoo-functions"
-BDEPEND="app-arch/xz-utils"
-
-src_compile() {
- emake rootprefix="${EPREFIX}" libdirname="$(get_libdir)"
-}
-
-src_install() {
- emake DESTDIR="${D}" rootprefix="${EPREFIX}" install
-}
diff --git a/app-portage/elt-patches/elt-patches-20240109.ebuild b/app-portage/elt-patches/elt-patches-20240109.ebuild
deleted file mode 100644
index 76e331af750c..000000000000
--- a/app-portage/elt-patches/elt-patches-20240109.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="Collection of patches for libtool.eclass"
-HOMEPAGE="https://gitweb.gentoo.org/proj/elt-patches.git/"
-
-if [[ ${PV} == *9999* ]] ; then
- EGIT_REPO_URI="
- https://anongit.gentoo.org/git/proj/elt-patches.git
- https://github.com/gentoo/elt-patches
- "
- inherit git-r3
-else
- SRC_URI="
- https://dev.gentoo.org/~grobian/distfiles/${P}.tar.xz
- https://dev.gentoo.org/~vapier/dist/${P}.tar.xz
- https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${P}.tar.xz
- "
-
- KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~arm64-linux ~ppc64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris"
-fi
-
-LICENSE="GPL-2"
-SLOT="0"
-
-RDEPEND="sys-apps/gentoo-functions"
-BDEPEND="app-arch/xz-utils"
-
-src_compile() {
- emake rootprefix="${EPREFIX}" libdirname="$(get_libdir)"
-}
-
-src_install() {
- emake DESTDIR="${D}" rootprefix="${EPREFIX}" install
-}
next reply other threads:[~2024-02-06 4:04 UTC|newest]
Thread overview: 141+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-02-06 4:04 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-03-07 0:10 [gentoo-commits] repo/gentoo:master commit in: app-portage/elt-patches/ Sam James
2025-03-06 23:49 Sam James
2025-01-24 15:33 Matt Turner
2025-01-06 9:38 Sam James
2025-01-06 9:37 Sam James
2025-01-06 9:37 Sam James
2025-01-06 9:37 Sam James
2025-01-06 9:37 Sam James
2025-01-06 9:37 Sam James
2025-01-06 9:37 Sam James
2025-01-06 9:33 Sam James
2024-11-23 21:54 Sam James
2024-11-21 13:01 Sam James
2024-10-13 11:06 Sam James
2024-10-13 11:06 Sam James
2024-10-10 16:20 Arthur Zamarin
2024-10-03 16:11 Arthur Zamarin
2024-09-30 4:31 Sam James
2024-09-30 4:31 Sam James
2024-09-30 4:31 Sam James
2024-09-30 4:31 Sam James
2024-09-13 4:13 Sam James
2024-09-12 16:56 Arthur Zamarin
2024-09-12 16:56 Arthur Zamarin
2024-09-12 16:16 Jakov Smolić
2024-09-12 16:16 Jakov Smolić
2024-09-12 16:16 Jakov Smolić
2024-09-12 14:37 Arthur Zamarin
2024-09-12 13:53 Sam James
2024-09-05 7:17 Sam James
2024-08-31 6:14 Sam James
2024-08-24 16:28 Sam James
2024-08-24 16:28 Sam James
2024-08-24 16:28 Sam James
2024-08-24 16:28 Sam James
2024-08-24 16:28 Sam James
2024-08-24 16:28 Sam James
2024-08-24 15:23 Sam James
2024-06-25 6:43 Sam James
2024-06-25 6:43 Sam James
2024-06-25 6:43 Sam James
2024-06-25 4:41 Sam James
2024-06-25 4:41 Sam James
2024-06-25 4:10 Sam James
2024-06-25 4:07 Sam James
2024-06-01 3:46 Ionen Wolkens
2024-05-18 17:06 Sam James
2024-05-18 17:06 Sam James
2024-05-12 15:41 Sam James
2024-04-26 17:10 Sam James
2024-04-17 22:01 Sam James
2024-04-17 4:24 Sam James
2024-04-15 7:07 Arthur Zamarin
2024-04-15 6:40 Arthur Zamarin
2024-04-15 6:40 Arthur Zamarin
2024-04-15 6:40 Arthur Zamarin
2024-04-15 6:40 Arthur Zamarin
2024-04-15 6:20 Sam James
2024-04-13 6:26 Arthur Zamarin
2024-03-24 8:36 Sam James
2024-03-16 16:45 Arthur Zamarin
2024-03-16 10:31 Sam James
2024-03-16 9:27 Sam James
2024-03-16 8:47 Arthur Zamarin
2024-03-16 5:23 Sam James
2024-03-16 5:23 Sam James
2024-03-16 5:17 Sam James
2024-03-15 6:34 Sam James
2024-03-04 10:25 Sam James
2024-03-04 10:24 Sam James
2024-03-02 15:02 Arthur Zamarin
2024-02-17 14:48 Sam James
2024-02-17 9:55 Arthur Zamarin
2024-02-17 6:40 Sam James
2024-02-17 5:30 Sam James
2024-02-17 5:30 Sam James
2024-02-17 5:30 Sam James
2024-02-13 8:19 Sam James
2024-01-16 2:00 Sam James
2024-01-14 18:36 Sam James
2024-01-09 7:40 Sam James
2024-01-09 2:16 Sam James
2023-12-28 3:53 Sam James
2023-12-28 1:22 Sam James
2023-01-28 19:11 Arthur Zamarin
2023-01-27 6:31 Sam James
2023-01-27 6:31 Sam James
2023-01-27 6:27 Sam James
2023-01-27 6:21 Sam James
2023-01-27 6:21 Sam James
2023-01-27 6:21 Sam James
2023-01-27 6:20 Sam James
2023-01-03 6:14 Sam James
2023-01-03 6:14 Sam James
2022-12-10 2:44 Sam James
2022-12-10 2:44 Sam James
2022-11-03 22:07 Sam James
2022-11-03 19:13 Sam James
2022-08-30 23:56 Sam James
2022-08-30 20:11 Sam James
2022-01-27 19:05 Sam James
2022-01-26 19:27 Arthur Zamarin
2022-01-26 19:16 Arthur Zamarin
2022-01-26 19:08 Arthur Zamarin
2022-01-26 5:06 Sam James
2022-01-26 5:06 Sam James
2022-01-26 5:06 Sam James
2022-01-26 5:04 Sam James
2021-11-04 23:18 Sam James
2021-10-03 11:28 David Seifert
2021-09-24 21:28 Mike Frysinger
2021-08-27 15:21 Fabian Groffen
2021-05-13 10:59 David Seifert
2021-05-11 15:45 Sergei Trofimovich
2021-05-08 18:58 Sam James
2021-05-08 18:55 Sam James
2021-05-08 18:55 Sam James
2021-05-08 18:49 Sam James
2021-05-08 18:49 Sam James
2021-05-08 18:44 Sam James
2021-05-08 18:41 Sam James
2021-04-21 19:02 Sam James
2021-01-06 13:23 Fabian Groffen
2020-12-27 14:22 Fabian Groffen
2020-12-18 14:16 Fabian Groffen
2020-12-05 15:18 Fabian Groffen
2019-05-04 13:33 Andreas K. Hüttel
2018-05-06 13:20 Mart Raudsepp
2017-11-04 18:34 Thomas Deutschmann
2017-11-04 18:32 Thomas Deutschmann
2017-09-08 5:06 Markus Meier
2017-08-26 13:37 Michał Górny
2017-08-26 7:18 Michał Górny
2017-08-26 7:18 Michał Górny
2017-08-25 22:34 Matt Turner
2017-08-19 15:16 Sergei Trofimovich
2017-08-17 20:18 Sergei Trofimovich
2017-08-15 7:25 Michał Górny
2017-08-11 13:35 Michał Górny
2017-03-24 16:32 Michał Górny
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=1707192190.e1e2520e09476f865cb181e0f00236a1c8bed581.sam@gentoo \
--to=sam@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