From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/gentoo-functions/
Date: Sun, 11 Aug 2024 10:26:46 +0000 (UTC) [thread overview]
Message-ID: <1723371951.23e9c5f8a5cd5dcfb6b3f105520bc04aa8f57d6d.sam@gentoo> (raw)
commit: 23e9c5f8a5cd5dcfb6b3f105520bc04aa8f57d6d
Author: Kerin Millar <kfm <AT> plushkava <DOT> net>
AuthorDate: Sun Aug 11 02:52:47 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Aug 11 10:25:51 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23e9c5f8
sys-apps/gentoo-functions: drop 1.5, 1.7-r1, 1.7.1
Signed-off-by: Kerin Millar <kfm <AT> plushkava.net>
Signed-off-by: Sam James <sam <AT> gentoo.org>
sys-apps/gentoo-functions/Manifest | 3 --
.../gentoo-functions/gentoo-functions-1.5.ebuild | 36 ---------------
.../gentoo-functions-1.7-r1.ebuild | 52 ----------------------
.../gentoo-functions/gentoo-functions-1.7.1.ebuild | 52 ----------------------
4 files changed, 143 deletions(-)
diff --git a/sys-apps/gentoo-functions/Manifest b/sys-apps/gentoo-functions/Manifest
index ded5ad314d44..4feb7b8ff903 100644
--- a/sys-apps/gentoo-functions/Manifest
+++ b/sys-apps/gentoo-functions/Manifest
@@ -1,6 +1,3 @@
DIST gentoo-functions-0.19.tar.bz2 12079 BLAKE2B be0a3a54d4dee1755866047b670a69cd6fec368239123c3f0c08180b79a33c20147bca0e35e568faef6877513551e731bdf0c181aeb0460f6574d2d708219373 SHA512 2674d3fe5724cc6d685ae58bf0ee33f4a1bdba2c5e5809cfb193fd0a710d4678c2d9392c2c62d2321cf455f524950266dc1629ab684fe46632d179e539d5a39e
-DIST gentoo-functions-1.5.tar.bz2 15808 BLAKE2B 99c330eb4c7f1d7af67b6f93dba565f9ea37c15e82d0b97157067279671dc3918668bf8120f7c410f018d67761cee41320efaec4df43639765d023b23a3a9a7f SHA512 f7add7770f40e110864f16978e968bfd937c1a5099e336cc04f6861483bae36ff7932f502994df1ddfa347beef8736bd39bd276bafbe04190c9915446457ce15
DIST gentoo-functions-1.6.tar.bz2 16795 BLAKE2B c901cdb8f2fcb507b5397e9ce674a12641f2129b9be05776bb272e09b9db3a6d205e6a00ef51f71b3203eac4e333b297cfe5ae5d61f9dd43074073a749ca171e SHA512 922b801c79f12d15bcabdb6cd52246cc60a4b512dfcc10bb3933f07d2ec03e01fe5be72502ae34c87374c8a7e880ce268e7dc8d1afcbd28b65efb51b9e467306
-DIST gentoo-functions-1.7.1.tar.bz2 26081 BLAKE2B d62259bdbce08043ce266f6ef78eeda2d103feb541526eb3c8fd692d46eec83368c8d4173b72a1dd8a3acd48f13681ef5e44544b7c185f76b325b6bb05c36e9c SHA512 67b7df5d17ac74aeec8cb6733e6270a184bb11f25c86871758835d860d3466e636f5b7660ef7ab189f3ba90ab3b14f7fb65f1c1e95cf7629220aee8e1d93c72a
DIST gentoo-functions-1.7.2.tar.bz2 29059 BLAKE2B 2b3d13e6f5b553fd0fa7a0880677bd61c82c8815d3801a2d80e7632a97c36f81b41075109856f6248ad0eb2453b511066e63a110c97984e6427135ad19cdc234 SHA512 3839b04784576cc5c5824b24f967862ea421be051983d1ac587de7e21b0fbc4f403e0d4f707ee5cbcf466ec4a12d188da9413a81ca71993c957328ff225cb9af
-DIST gentoo-functions-1.7.tar.bz2 25934 BLAKE2B f105d8dfab99d56256828ea833c1035445667d80261576a7c7ba3bc74cce64a58567a75d2dad37dff02836989bac2bd9d32f0fd87f93ca337f90eeb04889b991 SHA512 a7e8498dea93bf6f7796d25eb55fd440f9c675ef32d7c2e059bc8206adba7334b7f07b7510174e181dd88dbc9753494e3ff0fbd3c129a6f8524ee07a85edb8cf
diff --git a/sys-apps/gentoo-functions/gentoo-functions-1.5.ebuild b/sys-apps/gentoo-functions/gentoo-functions-1.5.ebuild
deleted file mode 100644
index 8df3a1e88bad..000000000000
--- a/sys-apps/gentoo-functions/gentoo-functions-1.5.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 2014-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-if [[ ${PV} == 9999* ]]; then
- inherit git-r3
- EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/gentoo-functions.git"
-else
- SRC_URI="https://gitweb.gentoo.org/proj/gentoo-functions.git/snapshot/${P}.tar.bz2"
- KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris"
-fi
-
-inherit meson
-
-DESCRIPTION="Base functions required by all Gentoo systems"
-HOMEPAGE="https://gitweb.gentoo.org/proj/gentoo-functions.git"
-
-LICENSE="GPL-2 public-domain"
-SLOT="0"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-# Specifically needs GNU find, as well.
-RDEPEND=">=sys-apps/findutils-4.9"
-
-src_configure() {
- local emesonargs=(
- # Deliberately avoid /usr as consumers assume we're at /lib/gentoo.
- --prefix="${EPREFIX:-/}"
- --mandir="${EPREFIX}/usr/share/man"
- $(meson_use test tests)
- )
-
- meson_src_configure
-}
diff --git a/sys-apps/gentoo-functions/gentoo-functions-1.7-r1.ebuild b/sys-apps/gentoo-functions/gentoo-functions-1.7-r1.ebuild
deleted file mode 100644
index 864663a97757..000000000000
--- a/sys-apps/gentoo-functions/gentoo-functions-1.7-r1.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 2014-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit meson
-
-DESCRIPTION="Base functions required by all Gentoo systems"
-HOMEPAGE="https://gitweb.gentoo.org/proj/gentoo-functions.git"
-
-if [[ ${PV} == 9999* ]]; then
- inherit git-r3
- EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/gentoo-functions.git"
-else
- SRC_URI="https://gitweb.gentoo.org/proj/gentoo-functions.git/snapshot/${P}.tar.bz2"
- KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris"
-fi
-
-LICENSE="GPL-2 public-domain"
-SLOT="0"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-# Specifically needs GNU find, as well.
-RDEPEND=">=sys-apps/findutils-4.9"
-
-src_configure() {
- local emesonargs=(
- # Deliberately avoid /usr as consumers assume we're at /lib/gentoo.
- --prefix="${EPREFIX:-/}"
- --mandir="${EPREFIX}/usr/share/man"
- $(meson_use test tests)
- )
-
- meson_src_configure
-}
-
-src_install() {
- meson_src_install
-
- if [[ ${EPREFIX} ]]; then
- while read -r; do
- if [[ ${REPLY} == $'\t'genfun_prefix= ]]; then
- printf 'genfun_prefix=%q\n' "${EPREFIX}"
- else
- printf '%s\n' "${REPLY}"
- fi || ! break
- done < "${ED}/lib/gentoo/functions.sh" > "${T}/functions.sh" \
- && mv -- "${T}/functions.sh" "${ED}/lib/gentoo/functions.sh" \
- || die
- fi
-}
diff --git a/sys-apps/gentoo-functions/gentoo-functions-1.7.1.ebuild b/sys-apps/gentoo-functions/gentoo-functions-1.7.1.ebuild
deleted file mode 100644
index 864663a97757..000000000000
--- a/sys-apps/gentoo-functions/gentoo-functions-1.7.1.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 2014-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit meson
-
-DESCRIPTION="Base functions required by all Gentoo systems"
-HOMEPAGE="https://gitweb.gentoo.org/proj/gentoo-functions.git"
-
-if [[ ${PV} == 9999* ]]; then
- inherit git-r3
- EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/gentoo-functions.git"
-else
- SRC_URI="https://gitweb.gentoo.org/proj/gentoo-functions.git/snapshot/${P}.tar.bz2"
- KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris"
-fi
-
-LICENSE="GPL-2 public-domain"
-SLOT="0"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-# Specifically needs GNU find, as well.
-RDEPEND=">=sys-apps/findutils-4.9"
-
-src_configure() {
- local emesonargs=(
- # Deliberately avoid /usr as consumers assume we're at /lib/gentoo.
- --prefix="${EPREFIX:-/}"
- --mandir="${EPREFIX}/usr/share/man"
- $(meson_use test tests)
- )
-
- meson_src_configure
-}
-
-src_install() {
- meson_src_install
-
- if [[ ${EPREFIX} ]]; then
- while read -r; do
- if [[ ${REPLY} == $'\t'genfun_prefix= ]]; then
- printf 'genfun_prefix=%q\n' "${EPREFIX}"
- else
- printf '%s\n' "${REPLY}"
- fi || ! break
- done < "${ED}/lib/gentoo/functions.sh" > "${T}/functions.sh" \
- && mv -- "${T}/functions.sh" "${ED}/lib/gentoo/functions.sh" \
- || die
- fi
-}
next reply other threads:[~2024-08-11 10:26 UTC|newest]
Thread overview: 98+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-08-11 10:26 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-10-05 7:28 [gentoo-commits] repo/gentoo:master commit in: sys-apps/gentoo-functions/ Sam James
2024-08-11 10:26 Sam James
2024-08-11 10:26 Sam James
2024-08-05 20:42 Sam James
2024-08-05 2:16 Sam James
2024-08-05 2:05 Sam James
2024-06-25 4:10 Sam James
2024-05-24 6:06 Sam James
2024-05-18 16:08 Sam James
2024-05-18 15:35 Sam James
2024-05-18 15:35 Sam James
2024-05-18 15:35 Sam James
2024-05-15 10:31 Sam James
2024-05-14 0:20 Sam James
2023-10-12 9:47 Sam James
2023-08-24 20:48 Sam James
2023-08-24 20:48 Sam James
2023-08-24 14:56 William Hubbs
2023-08-23 21:53 William Hubbs
2023-06-09 11:18 Sam James
2023-06-01 4:21 Sam James
2023-06-01 3:34 Sam James
2023-06-01 3:34 Sam James
2023-06-01 3:29 Sam James
2023-06-01 3:29 Sam James
2023-06-01 3:29 Sam James
2023-06-01 3:29 Sam James
2023-02-07 23:55 Sam James
2023-02-07 23:55 Sam James
2023-02-06 4:50 Sam James
2023-02-06 4:33 Sam James
2022-09-23 2:09 Sam James
2022-09-16 17:01 Arthur Zamarin
2022-09-16 10:37 Arthur Zamarin
2022-09-14 19:39 Arthur Zamarin
2022-09-07 1:50 Sam James
2022-09-06 21:44 Jakov Smolić
2022-09-06 21:41 Sam James
2022-09-06 21:41 Sam James
2022-09-06 21:37 Sam James
2022-07-29 2:18 Sam James
2022-07-29 2:08 Sam James
2022-02-24 15:02 Sam James
2022-02-19 9:40 Arthur Zamarin
2022-02-19 9:35 Arthur Zamarin
2022-02-19 3:02 Sam James
2022-02-19 2:36 Sam James
2022-02-19 2:36 Sam James
2022-02-19 2:28 Sam James
2022-02-19 2:24 Sam James
2021-08-30 21:18 Mike Gilbert
2021-05-15 22:15 David Seifert
2021-05-15 19:14 Sergei Trofimovich
2021-05-14 9:35 Agostino Sarubbo
2021-05-13 21:17 Sam James
2021-05-13 21:17 Sam James
2021-05-13 21:16 Sam James
2021-05-13 21:15 Sam James
2021-05-13 21:15 Sam James
2021-05-13 21:15 Sam James
2021-01-06 15:26 Fabian Groffen
2020-12-27 18:13 Fabian Groffen
2020-11-19 18:26 Mike Gilbert
2020-09-18 10:30 Lars Wendler
2020-09-03 23:57 Sam James
2020-08-29 14:48 Thomas Deutschmann
2020-08-27 18:22 Sergei Trofimovich
2020-08-25 17:48 Sergei Trofimovich
2020-08-23 6:49 Sam James
2020-08-22 5:43 Agostino Sarubbo
2020-08-21 18:20 Agostino Sarubbo
2020-02-08 14:18 David Seifert
2020-01-26 23:33 Mike Gilbert
2020-01-26 23:33 Mike Gilbert
2019-05-04 14:46 Mikle Kolyada
2018-01-09 23:12 Mike Frysinger
2017-10-13 14:49 Mart Raudsepp
2017-10-03 20:45 Andreas Hüttel
2017-09-10 19:47 Sergei Trofimovich
2017-08-31 1:15 Matt Turner
2017-08-31 1:15 Matt Turner
2017-08-31 1:15 Matt Turner
2017-08-29 21:39 Thomas Deutschmann
2017-08-28 4:42 Markus Meier
2017-08-25 13:45 Mikle Kolyada
2017-08-22 21:06 Sergei Trofimovich
2017-05-18 19:34 Mike Gilbert
2016-11-10 5:00 Mike Frysinger
2016-05-04 21:55 Mike Frysinger
2016-05-03 14:11 William Hubbs
2016-05-03 14:11 William Hubbs
2016-05-02 10:46 Patrice Clement
2016-05-01 21:20 William Hubbs
2016-02-29 8:46 Stephen Klimaszewski
2015-09-06 13:25 Agostino Sarubbo
2015-08-16 7:49 Jeroen Roovers
2015-08-12 5:01 Jeroen Roovers
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=1723371951.23e9c5f8a5cd5dcfb6b3f105520bc04aa8f57d6d.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