[gentoo-commits] proj/musl:master commit in: sys-apps/gentoo-functions/files/, sys-apps/gentoo-functions/

2020-10-07 Thread Georgy Yakovlev
commit: 7b05fe46328060611df260888d7aa05d9347eda0
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Thu Oct  8 02:15:31 2020 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Thu Oct  8 02:16:29 2020 +
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  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..000
--- 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..000
--- 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" 
-Date: Fri, 23 Aug 2019 11:29:06 -0400
-Subject: [PATCH] consoletype.c: update header to 
-
-This is an update to commit 53b60b4.  Recent changes in musl have
-removed the inclusion of  from .
-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 

- 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 
- #include 
- #include 
--#include 
-+#include 
- #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..000
--- 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} == * ]]; 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..000
--- a/sys-apps/gentoo-functions/metadata.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd";>
-
-
-   willi...@gentoo.org
-
-
-   bluen...@gentoo.org
-
-
-   base-sys...@gentoo.org
-   Gentoo Base System
-
-
-   This package contains base shell functions which are required by
-   all Gentoo systems.
-
-
-   gentoo/gentoo-functions
-
-



[gentoo-commits] proj/musl:master commit in: sys-apps/gentoo-functions/

2020-01-29 Thread Georgy Yakovlev
commit: 4ac7ec583b9b7947252695f8033847df13e6a549
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Thu Jan 30 05:39:11 2020 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Thu Jan 30 05:39:48 2020 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=4ac7ec58

sys-apps/gentoo-functions: restore ppc64 keyword

Package-Manager: Portage-2.3.86, Repoman-2.3.20
Signed-off-by: Georgy Yakovlev  gentoo.org>

 sys-apps/gentoo-functions/gentoo-functions-0.12.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-apps/gentoo-functions/gentoo-functions-0.12.ebuild 
b/sys-apps/gentoo-functions/gentoo-functions-0.12.ebuild
index bad5fe4..382477b 100644
--- a/sys-apps/gentoo-functions/gentoo-functions-0.12.ebuild
+++ b/sys-apps/gentoo-functions/gentoo-functions-0.12.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="7"
@@ -8,7 +8,7 @@ if [[ ${PV} == * ]]; then
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 x86"
+   KEYWORDS="amd64 arm arm64 ~mips ppc ppc64 x86"
 fi
 
 inherit toolchain-funcs flag-o-matic



[gentoo-commits] proj/musl:master commit in: sys-apps/gentoo-functions/

2019-08-23 Thread Anthony G. Basile
commit: 6a564c8ec76afb26464a2fd94989b2c2a8953e67
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Sat Aug 24 00:19:40 2019 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Sat Aug 24 00:19:40 2019 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=6a564c8e

sys-apps/gentoo-functions: stable on all musl arches

Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Anthony G. Basile  gentoo.org>

 sys-apps/gentoo-functions/gentoo-functions-0.12.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/gentoo-functions/gentoo-functions-0.12.ebuild 
b/sys-apps/gentoo-functions/gentoo-functions-0.12.ebuild
index 03e8d9d..bad5fe4 100644
--- a/sys-apps/gentoo-functions/gentoo-functions-0.12.ebuild
+++ b/sys-apps/gentoo-functions/gentoo-functions-0.12.ebuild
@@ -8,7 +8,7 @@ if [[ ${PV} == * ]]; then
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 ~x86"
+   KEYWORDS="amd64 arm arm64 ~mips ppc x86"
 fi
 
 inherit toolchain-funcs flag-o-matic



[gentoo-commits] proj/musl:master commit in: sys-apps/gentoo-functions/files/, sys-apps/gentoo-functions/

2019-08-23 Thread Anthony G. Basile
commit: 6c92304798f4ccb6b27b9248fc150f7085247711
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Sat Aug 24 00:18:21 2019 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Sat Aug 24 00:18:21 2019 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=6c923047

sys-apps/gentoo-functions: bug #690426

Signed-off-by: Anthony G. Basile  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 insertions(+)

diff --git a/sys-apps/gentoo-functions/Manifest 
b/sys-apps/gentoo-functions/Manifest
new file mode 100644
index 000..34ce1ac
--- /dev/null
+++ b/sys-apps/gentoo-functions/Manifest
@@ -0,0 +1 @@
+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
new file mode 100644
index 000..7358ecd
--- /dev/null
+++ b/sys-apps/gentoo-functions/files/gentoo-functions-sysmacros.patch
@@ -0,0 +1,32 @@
+From 1518beca0b5a2730a87da9ce82299ef6469bfe8a Mon Sep 17 00:00:00 2001
+From: "Anthony G. Basile" 
+Date: Fri, 23 Aug 2019 11:29:06 -0400
+Subject: [PATCH] consoletype.c: update header to 
+
+This is an update to commit 53b60b4.  Recent changes in musl have
+removed the inclusion of  from .
+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 
+---
+ 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 
+ #include 
+ #include 
+-#include 
++#include 
+ #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
new file mode 100644
index 000..03e8d9d
--- /dev/null
+++ b/sys-apps/gentoo-functions/gentoo-functions-0.12.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+if [[ ${PV} == * ]]; 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 ~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
new file mode 100644
index 000..1cc4955
--- /dev/null
+++ b/sys-apps/gentoo-functions/metadata.xml
@@ -0,0 +1,21 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+
+   willi...@gentoo.org
+
+
+   bluen...@gentoo.org
+
+
+   base-sys...@gentoo.org
+   Gentoo Base System
+
+
+   This package contains base shell functions which are required by
+   all Gentoo systems.
+
+
+   gentoo/gentoo-functions
+
+