public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: sys-libs/native-uuid/
@ 2018-06-02 17:25 Fabian Groffen
  0 siblings, 0 replies; 4+ messages in thread
From: Fabian Groffen @ 2018-06-02 17:25 UTC (permalink / raw
  To: gentoo-commits

commit:     ea089bd588671e6a5c1d05049c63012f46cf6f58
Author:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Sat Jun  2 17:19:01 2018 +0000
Commit:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Sat Jun  2 17:25:35 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea089bd5

sys-libs/native-uuid: new pseudo package for *-macos in Prefix

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 sys-libs/native-uuid/metadata.xml           | 15 ++++++++++++
 sys-libs/native-uuid/native-uuid-1.0.ebuild | 36 +++++++++++++++++++++++++++++
 2 files changed, 51 insertions(+)

diff --git a/sys-libs/native-uuid/metadata.xml b/sys-libs/native-uuid/metadata.xml
new file mode 100644
index 00000000000..06454c38b1e
--- /dev/null
+++ b/sys-libs/native-uuid/metadata.xml
@@ -0,0 +1,15 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>grobian@gentoo.org</email>
+		<name>Fabian Groffen</name>
+	</maintainer>
+	<maintainer type="project">
+		<email>prefix@gentoo.org</email>
+		<name>Gentoo Prefix</name>
+	</maintainer>
+	<longdescription lang="en">
+		pkgconfig file for host-provided uuid for Prefix systems
+	</longdescription>
+</pkgmetadata>

diff --git a/sys-libs/native-uuid/native-uuid-1.0.ebuild b/sys-libs/native-uuid/native-uuid-1.0.ebuild
new file mode 100644
index 00000000000..2f7e48e9fc4
--- /dev/null
+++ b/sys-libs/native-uuid/native-uuid-1.0.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION=".pc file for uuid"
+HOMEPAGE="https://prefix.gentoo.org/"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~ppc-macos ~x64-macos ~x86-macos"
+
+DEPEND="!!sys-libs/libuuid
+	!!sys-apps/util-linux"
+RDEPEND="${DEPEND}"
+
+src_unpack() {
+	mkdir -p "${S}" || die
+}
+
+src_install() {
+	mkdir -p "${ED}"/usr/lib/pkgconfig || die
+	cat > "${ED}"/usr/lib/pkgconfig/uuid.pc <<- EOPC
+		prefix=${EPREFIX}/usr
+		exec_prefix=\${prefix}
+		libdir=${EPREFIX}/usr/lib
+		includedir=\${prefix}/include
+
+		Name: uuid
+		Description: Universally unique id library
+		Version: ${PV}
+		Requires:
+		Cflags:
+		Libs:
+	EOPC
+}


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-libs/native-uuid/
@ 2021-01-06 15:35 Fabian Groffen
  0 siblings, 0 replies; 4+ messages in thread
From: Fabian Groffen @ 2021-01-06 15:35 UTC (permalink / raw
  To: gentoo-commits

commit:     d1576ffce9aa866c1b587237ebcab0e0c817d5b4
Author:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Wed Jan  6 15:34:21 2021 +0000
Commit:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Wed Jan  6 15:34:21 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1576ffc

sys-libs/native-uuid: drop x86-macos

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>

 sys-libs/native-uuid/native-uuid-1.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-libs/native-uuid/native-uuid-1.0.ebuild b/sys-libs/native-uuid/native-uuid-1.0.ebuild
index 2f7e48e9fc4..18481a52211 100644
--- a/sys-libs/native-uuid/native-uuid-1.0.ebuild
+++ b/sys-libs/native-uuid/native-uuid-1.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -8,7 +8,7 @@ HOMEPAGE="https://prefix.gentoo.org/"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~ppc-macos ~x64-macos"
 
 DEPEND="!!sys-libs/libuuid
 	!!sys-apps/util-linux"


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-libs/native-uuid/
@ 2023-06-01 11:59 Fabian Groffen
  0 siblings, 0 replies; 4+ messages in thread
From: Fabian Groffen @ 2023-06-01 11:59 UTC (permalink / raw
  To: gentoo-commits

commit:     917bfae27b2f721dd37d3ddc551b55570fd8eefe
Author:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Thu Jun  1 11:58:49 2023 +0000
Commit:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Thu Jun  1 11:58:58 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=917bfae2

sys-libs/native-uuid: marked ~arm64-macos

Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>

 sys-libs/native-uuid/native-uuid-1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/native-uuid/native-uuid-1.0.ebuild b/sys-libs/native-uuid/native-uuid-1.0.ebuild
index 18481a52211c..fc152909b641 100644
--- a/sys-libs/native-uuid/native-uuid-1.0.ebuild
+++ b/sys-libs/native-uuid/native-uuid-1.0.ebuild
@@ -8,7 +8,7 @@ HOMEPAGE="https://prefix.gentoo.org/"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~ppc-macos ~x64-macos"
+KEYWORDS="~arm64-macos ~ppc-macos ~x64-macos"
 
 DEPEND="!!sys-libs/libuuid
 	!!sys-apps/util-linux"


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-libs/native-uuid/
@ 2024-04-05 18:34 Fabian Groffen
  0 siblings, 0 replies; 4+ messages in thread
From: Fabian Groffen @ 2024-04-05 18:34 UTC (permalink / raw
  To: gentoo-commits

commit:     cb6f55e41236e20bc41230ce583c365ec0a25368
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Mon Apr  1 12:07:57 2024 +0000
Commit:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Fri Apr  5 18:32:35 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb6f55e4

sys-libs/native-uuid: EAPI8 bump

Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>

 .../native-uuid/{native-uuid-1.0.ebuild => native-uuid-1.0-r1.ebuild} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-libs/native-uuid/native-uuid-1.0.ebuild b/sys-libs/native-uuid/native-uuid-1.0-r1.ebuild
similarity index 93%
rename from sys-libs/native-uuid/native-uuid-1.0.ebuild
rename to sys-libs/native-uuid/native-uuid-1.0-r1.ebuild
index fc152909b641..f5df8a1a1bbe 100644
--- a/sys-libs/native-uuid/native-uuid-1.0.ebuild
+++ b/sys-libs/native-uuid/native-uuid-1.0-r1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
 
 DESCRIPTION=".pc file for uuid"
 HOMEPAGE="https://prefix.gentoo.org/"


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2024-04-05 18:34 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-05 18:34 [gentoo-commits] repo/gentoo:master commit in: sys-libs/native-uuid/ Fabian Groffen
  -- strict thread matches above, loose matches on Subject: below --
2023-06-01 11:59 Fabian Groffen
2021-01-06 15:35 Fabian Groffen
2018-06-02 17:25 Fabian Groffen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox