commit: 7b05fe46328060611df260888d7aa05d9347eda0 Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org> AuthorDate: Thu Oct 8 02:15:31 2020 +0000 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org> CommitDate: Thu Oct 8 02:16:29 2020 +0000 URL: https://gitweb.gentoo.org/proj/musl.git/commit/?id=7b05fe46
sys-apps/gentoo-functions: drop, ::gentoo version works fine. Closes: https://bugs.gentoo.org/690426 Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org> sys-apps/gentoo-functions/Manifest | 1 - .../files/gentoo-functions-sysmacros.patch | 32 ---------------------- .../gentoo-functions/gentoo-functions-0.12.ebuild | 32 ---------------------- sys-apps/gentoo-functions/metadata.xml | 21 -------------- 4 files changed, 86 deletions(-) diff --git a/sys-apps/gentoo-functions/Manifest b/sys-apps/gentoo-functions/Manifest deleted file mode 100644 index 34ce1ac..0000000 --- a/sys-apps/gentoo-functions/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST gentoo-functions-0.12.tar.gz 11514 BLAKE2B 88f626a977b6f7b7cde2df452b91ef9570d29f3e6488d23859077b4d31a441dd0eb9cc473263e06a67dd90b714e24cbcfc09d4c4003f9cd29c8b7aeb0f3c91f9 SHA512 181e09216e1ed78f590e0bb50c60cfb0295bfeef335ed6c957ea7f2a1d6145d91c0a6dc4377bd6cd538fb4e5871e9a5ef8332d91bc91931792d5f05f62bc4705 diff --git a/sys-apps/gentoo-functions/files/gentoo-functions-sysmacros.patch b/sys-apps/gentoo-functions/files/gentoo-functions-sysmacros.patch deleted file mode 100644 index 7358ecd..0000000 --- a/sys-apps/gentoo-functions/files/gentoo-functions-sysmacros.patch +++ /dev/null @@ -1,32 +0,0 @@ -From 1518beca0b5a2730a87da9ce82299ef6469bfe8a Mon Sep 17 00:00:00 2001 -From: "Anthony G. Basile" <[email protected]> -Date: Fri, 23 Aug 2019 11:29:06 -0400 -Subject: [PATCH] consoletype.c: update header to <sys/sysmacros.h> - -This is an update to commit 53b60b4. Recent changes in musl have -removed the inclusion of <sys/sysmacros.h> from <sys/types.h>. -Now the macros major()/minor() require the inclusion of the former -header. This change does not affect glibc nor earlier versions of -musl, but is required for musl 1.1.23 and later. - -Signed-off-by: Anthony G. Basile <[email protected]> ---- - consoletype.c | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/consoletype.c b/consoletype.c -index 0eb7a07..ece0d5f 100644 ---- a/consoletype.c -+++ b/consoletype.c -@@ -13,7 +13,7 @@ - #include <string.h> - #include <sys/ioctl.h> - #include <sys/stat.h> --#include <sys/types.h> -+#include <sys/sysmacros.h> - #include "headers.h" - - enum termtype { --- -2.21.0 - diff --git a/sys-apps/gentoo-functions/gentoo-functions-0.12.ebuild b/sys-apps/gentoo-functions/gentoo-functions-0.12.ebuild deleted file mode 100644 index 382477b..0000000 --- a/sys-apps/gentoo-functions/gentoo-functions-0.12.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="7" - -if [[ ${PV} == 9999* ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/gentoo/${PN}.git" -else - SRC_URI="https://github.com/gentoo/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="amd64 arm arm64 ~mips ppc ppc64 x86" -fi - -inherit toolchain-funcs flag-o-matic - -DESCRIPTION="base functions required by all Gentoo systems" -HOMEPAGE="https://www.gentoo.org" - -LICENSE="GPL-2" -SLOT="0" -IUSE="" - -src_prepare() { - tc-export CC - append-lfs-flags - eapply "${FILESDIR}"/${PN}-sysmacros.patch - eapply_user -} - -src_install() { - emake install DESTDIR="${ED}" -} diff --git a/sys-apps/gentoo-functions/metadata.xml b/sys-apps/gentoo-functions/metadata.xml deleted file mode 100644 index 1cc4955..0000000 --- a/sys-apps/gentoo-functions/metadata.xml +++ /dev/null @@ -1,21 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<maintainer type="person"> - <email>[email protected]</email> -</maintainer> -<maintainer type="person"> - <email>[email protected]</email> -</maintainer> -<maintainer type="project"> - <email>[email protected]</email> - <name>Gentoo Base System</name> -</maintainer> -<longdescription lang="en"> - This package contains base shell functions which are required by - all Gentoo systems. -</longdescription> -<upstream> - <remote-id type="github">gentoo/gentoo-functions</remote-id> -</upstream> -</pkgmetadata>
