public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: virtual/libelf/
@ 2016-06-18 18:08 Michał Górny
  0 siblings, 0 replies; 13+ messages in thread
From: Michał Górny @ 2016-06-18 18:08 UTC (permalink / raw
  To: gentoo-commits

commit:     13570054540e00db10482124ca0eee3eac571fd2
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 18 16:36:03 2016 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jun 18 18:07:54 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13570054

virtual/libelf: Add a virtual for libelf.so providers

 virtual/libelf/libelf-0.ebuild | 18 ++++++++++++++++++
 virtual/libelf/libelf-1.ebuild | 22 ++++++++++++++++++++++
 virtual/libelf/metadata.xml    |  8 ++++++++
 3 files changed, 48 insertions(+)

diff --git a/virtual/libelf/libelf-0.ebuild b/virtual/libelf/libelf-0.ebuild
new file mode 100644
index 0000000..bb326f6
--- /dev/null
+++ b/virtual/libelf/libelf-0.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit multilib-build
+
+DESCRIPTION="Virtual for libelf.so.0 provider (dev-libs/libelf)"
+HOMEPAGE=""
+SRC_URI=""
+
+LICENSE=""
+SLOT="0/0"
+KEYWORDS="alpha amd64 arm hppa ~mips ppc ppc64 sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE=""
+
+RDEPEND=">=dev-libs/libelf-0.8.13-r2:0/0[${MULTILIB_USEDEP}]"

diff --git a/virtual/libelf/libelf-1.ebuild b/virtual/libelf/libelf-1.ebuild
new file mode 100644
index 0000000..713d847
--- /dev/null
+++ b/virtual/libelf/libelf-1.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit multilib-build
+
+DESCRIPTION="Virtual for libelf.so.1 provider (dev-libs/elfutils)"
+HOMEPAGE=""
+SRC_URI=""
+
+LICENSE=""
+SLOT="0/1"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-linux ~arm-linux ~x86-linux ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
+IUSE=""
+
+RDEPEND="
+	|| (
+		>=dev-libs/elfutils-0.155-r1:0/0[${MULTILIB_USEDEP}]
+		>=sys-freebsd/freebsd-lib-9.2_rc1[${MULTILIB_USEDEP}]
+	)"

diff --git a/virtual/libelf/metadata.xml b/virtual/libelf/metadata.xml
new file mode 100644
index 0000000..d920e3b
--- /dev/null
+++ b/virtual/libelf/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>blueness@gentoo.org</email>
+		<name>Anthony G. Basile</name>
+	</maintainer>
+</pkgmetadata>


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

* [gentoo-commits] repo/gentoo:master commit in: virtual/libelf/
@ 2017-11-11 20:25 Anthony G. Basile
  0 siblings, 0 replies; 13+ messages in thread
From: Anthony G. Basile @ 2017-11-11 20:25 UTC (permalink / raw
  To: gentoo-commits

commit:     3786902c721707f6d10e91744a54e4cbacf7cfe0
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 11 20:25:14 2017 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Sat Nov 11 20:25:31 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3786902c

virtual/libelf: add libelf to virtual/libelf-1

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 virtual/libelf/libelf-1.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/virtual/libelf/libelf-1.ebuild b/virtual/libelf/libelf-1.ebuild
index ab3e0afb047..b2acd4bb712 100644
--- a/virtual/libelf/libelf-1.ebuild
+++ b/virtual/libelf/libelf-1.ebuild
@@ -13,4 +13,5 @@ RDEPEND="
 	|| (
 		>=dev-libs/elfutils-0.155-r1:0/0[${MULTILIB_USEDEP}]
 		>=sys-freebsd/freebsd-lib-9.2_rc1[${MULTILIB_USEDEP}]
+		>=dev-libs/libelf-0.8.13-r2:0/0[${MULTILIB_USEDEP}]
 	)"


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

* [gentoo-commits] repo/gentoo:master commit in: virtual/libelf/
@ 2018-01-12 15:19 Anthony G. Basile
  0 siblings, 0 replies; 13+ messages in thread
From: Anthony G. Basile @ 2018-01-12 15:19 UTC (permalink / raw
  To: gentoo-commits

commit:     f63c8955c91f699f8484612cf33ae4f789c96a77
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 12 15:19:18 2018 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Fri Jan 12 15:19:18 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f63c8955

virtual/libelf: split the virtual in two for different sonames, bug #643802

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 virtual/libelf/libelf-0.ebuild                      | 12 ------------
 virtual/libelf/libelf-2.ebuild                      | 12 ++++++++++++
 virtual/libelf/{libelf-1.ebuild => libelf-3.ebuild} |  5 ++---
 3 files changed, 14 insertions(+), 15 deletions(-)

diff --git a/virtual/libelf/libelf-0.ebuild b/virtual/libelf/libelf-0.ebuild
deleted file mode 100644
index 0b8e5336de8..00000000000
--- a/virtual/libelf/libelf-0.ebuild
+++ /dev/null
@@ -1,12 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit multilib-build
-
-DESCRIPTION="Virtual for libelf.so.0 provider (dev-libs/libelf)"
-SLOT="0/0"
-KEYWORDS="alpha amd64 arm hppa ~mips ppc ppc64 sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-
-RDEPEND=">=dev-libs/libelf-0.8.13-r2:0/0[${MULTILIB_USEDEP}]"

diff --git a/virtual/libelf/libelf-2.ebuild b/virtual/libelf/libelf-2.ebuild
new file mode 100644
index 00000000000..7f26e79291a
--- /dev/null
+++ b/virtual/libelf/libelf-2.ebuild
@@ -0,0 +1,12 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit multilib-build
+
+DESCRIPTION="Virtual for libelf.so.0 provider dev-libs/libelf"
+SLOT="0/0"
+KEYWORDS="alpha amd64 arm arm64 hppa m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-linux ~arm-linux ~x86-linux"
+
+RDEPEND=">=dev-libs/libelf-0.8.13-r2:0/0[${MULTILIB_USEDEP}]"

diff --git a/virtual/libelf/libelf-1.ebuild b/virtual/libelf/libelf-3.ebuild
similarity index 70%
rename from virtual/libelf/libelf-1.ebuild
rename to virtual/libelf/libelf-3.ebuild
index b2acd4bb712..82c100cbdb5 100644
--- a/virtual/libelf/libelf-1.ebuild
+++ b/virtual/libelf/libelf-3.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
 inherit multilib-build
 
-DESCRIPTION="Virtual for libelf.so.1 provider (dev-libs/elfutils)"
+DESCRIPTION="Virtual for libelf.so.1 provider dev-libs/elfutils"
 SLOT="0/1"
 KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-linux ~arm-linux ~x86-linux ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
 
@@ -13,5 +13,4 @@ RDEPEND="
 	|| (
 		>=dev-libs/elfutils-0.155-r1:0/0[${MULTILIB_USEDEP}]
 		>=sys-freebsd/freebsd-lib-9.2_rc1[${MULTILIB_USEDEP}]
-		>=dev-libs/libelf-0.8.13-r2:0/0[${MULTILIB_USEDEP}]
 	)"


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

* [gentoo-commits] repo/gentoo:master commit in: virtual/libelf/
@ 2018-01-12 16:50 Anthony G. Basile
  0 siblings, 0 replies; 13+ messages in thread
From: Anthony G. Basile @ 2018-01-12 16:50 UTC (permalink / raw
  To: gentoo-commits

commit:     514735e419215570b5c62e677e0823b79fefb985
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 12 16:50:03 2018 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Fri Jan 12 16:50:33 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=514735e4

virtual/libelf: drop arm64 on libelf-2 for dev profiles

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 virtual/libelf/libelf-2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/libelf/libelf-2.ebuild b/virtual/libelf/libelf-2.ebuild
index 7f26e79291a..ec55e36e509 100644
--- a/virtual/libelf/libelf-2.ebuild
+++ b/virtual/libelf/libelf-2.ebuild
@@ -7,6 +7,6 @@ inherit multilib-build
 
 DESCRIPTION="Virtual for libelf.so.0 provider dev-libs/libelf"
 SLOT="0/0"
-KEYWORDS="alpha amd64 arm arm64 hppa m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-linux ~arm-linux ~x86-linux"
+KEYWORDS="alpha amd64 arm hppa m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-linux ~arm-linux ~x86-linux"
 
 RDEPEND=">=dev-libs/libelf-0.8.13-r2:0/0[${MULTILIB_USEDEP}]"


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

* [gentoo-commits] repo/gentoo:master commit in: virtual/libelf/
@ 2018-01-12 17:19 Michał Górny
  0 siblings, 0 replies; 13+ messages in thread
From: Michał Górny @ 2018-01-12 17:19 UTC (permalink / raw
  To: gentoo-commits

commit:     784dfa160511dbeb08f902722a6560878a623fbe
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 12 17:16:38 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Jan 12 17:19:52 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=784dfa16

virtual/libelf: Sync KEYWORDS to providers

 virtual/libelf/libelf-2.ebuild | 2 +-
 virtual/libelf/libelf-3.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/virtual/libelf/libelf-2.ebuild b/virtual/libelf/libelf-2.ebuild
index ec55e36e509..1dfdf24937d 100644
--- a/virtual/libelf/libelf-2.ebuild
+++ b/virtual/libelf/libelf-2.ebuild
@@ -7,6 +7,6 @@ inherit multilib-build
 
 DESCRIPTION="Virtual for libelf.so.0 provider dev-libs/libelf"
 SLOT="0/0"
-KEYWORDS="alpha amd64 arm hppa m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-linux ~arm-linux ~x86-linux"
+KEYWORDS="alpha amd64 arm hppa ~mips ppc ppc64 sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 RDEPEND=">=dev-libs/libelf-0.8.13-r2:0/0[${MULTILIB_USEDEP}]"

diff --git a/virtual/libelf/libelf-3.ebuild b/virtual/libelf/libelf-3.ebuild
index 82c100cbdb5..bb660269990 100644
--- a/virtual/libelf/libelf-3.ebuild
+++ b/virtual/libelf/libelf-3.ebuild
@@ -7,7 +7,7 @@ inherit multilib-build
 
 DESCRIPTION="Virtual for libelf.so.1 provider dev-libs/elfutils"
 SLOT="0/1"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-linux ~arm-linux ~x86-linux ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux"
 
 RDEPEND="
 	|| (


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

* [gentoo-commits] repo/gentoo:master commit in: virtual/libelf/
@ 2018-01-13 12:16 Alexis Ballier
  0 siblings, 0 replies; 13+ messages in thread
From: Alexis Ballier @ 2018-01-13 12:16 UTC (permalink / raw
  To: gentoo-commits

commit:     86675653997aa0fdc3ab0fbf434fe69e208e48ee
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 13 09:25:29 2018 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Sat Jan 13 12:16:22 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86675653

virtual/libelf: mark -*-fbsd

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 virtual/libelf/libelf-2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/libelf/libelf-2.ebuild b/virtual/libelf/libelf-2.ebuild
index 1dfdf24937d..e26bf68fad8 100644
--- a/virtual/libelf/libelf-2.ebuild
+++ b/virtual/libelf/libelf-2.ebuild
@@ -7,6 +7,6 @@ inherit multilib-build
 
 DESCRIPTION="Virtual for libelf.so.0 provider dev-libs/libelf"
 SLOT="0/0"
-KEYWORDS="alpha amd64 arm hppa ~mips ppc ppc64 sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm hppa ~mips ppc ppc64 sparc x86 -amd64-fbsd -sparc-fbsd -x86-fbsd ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 RDEPEND=">=dev-libs/libelf-0.8.13-r2:0/0[${MULTILIB_USEDEP}]"


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

* [gentoo-commits] repo/gentoo:master commit in: virtual/libelf/
@ 2018-01-13 18:58 Mike Frysinger
  0 siblings, 0 replies; 13+ messages in thread
From: Mike Frysinger @ 2018-01-13 18:58 UTC (permalink / raw
  To: gentoo-commits

commit:     51baca72b3f3c0fd2bfc86678d1e4e754c908a1f
Author:     Mike Frysinger <vapier <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 13 18:55:51 2018 +0000
Commit:     Mike Frysinger <vapier <AT> gentoo <DOT> org>
CommitDate: Sat Jan 13 18:56:04 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51baca72

virtual/libelf: mark 3 m68k/s390/sh stable

 virtual/libelf/libelf-3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/libelf/libelf-3.ebuild b/virtual/libelf/libelf-3.ebuild
index bb660269990..865575c7ece 100644
--- a/virtual/libelf/libelf-3.ebuild
+++ b/virtual/libelf/libelf-3.ebuild
@@ -7,7 +7,7 @@ inherit multilib-build
 
 DESCRIPTION="Virtual for libelf.so.1 provider dev-libs/elfutils"
 SLOT="0/1"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux"
 
 RDEPEND="
 	|| (


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

* [gentoo-commits] repo/gentoo:master commit in: virtual/libelf/
@ 2018-08-03 14:09 Anthony G. Basile
  0 siblings, 0 replies; 13+ messages in thread
From: Anthony G. Basile @ 2018-08-03 14:09 UTC (permalink / raw
  To: gentoo-commits

commit:     1c34db3193a9f86702839ead54a9bce1ee3cccdd
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Fri Aug  3 14:09:19 2018 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Fri Aug  3 14:09:19 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c34db31

virtual/libelf: keyword arm64

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 virtual/libelf/libelf-2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/libelf/libelf-2.ebuild b/virtual/libelf/libelf-2.ebuild
index dcd9caf6d31..4ba079659ba 100644
--- a/virtual/libelf/libelf-2.ebuild
+++ b/virtual/libelf/libelf-2.ebuild
@@ -7,6 +7,6 @@ inherit multilib-build
 
 DESCRIPTION="Virtual for libelf.so.0 provider dev-libs/libelf"
 SLOT="0/0"
-KEYWORDS="alpha amd64 arm hppa ~mips ppc ppc64 sparc x86 -amd64-fbsd -x86-fbsd ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm arm64 hppa ~mips ppc ppc64 sparc x86 -amd64-fbsd -x86-fbsd ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 RDEPEND=">=dev-libs/libelf-0.8.13-r2:0/0[${MULTILIB_USEDEP}]"


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

* [gentoo-commits] repo/gentoo:master commit in: virtual/libelf/
@ 2019-05-05 12:50 Mikle Kolyada
  0 siblings, 0 replies; 13+ messages in thread
From: Mikle Kolyada @ 2019-05-05 12:50 UTC (permalink / raw
  To: gentoo-commits

commit:     fa1f030f1a031f1c8e11e0d06d4faeed796bab5b
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sun May  5 12:48:55 2019 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sun May  5 12:48:55 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa1f030f

virtual/libelf: Add ~riscv keyword

Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

 virtual/libelf/libelf-3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/virtual/libelf/libelf-3.ebuild b/virtual/libelf/libelf-3.ebuild
index 4f846355d0a..0798ecac01e 100644
--- a/virtual/libelf/libelf-3.ebuild
+++ b/virtual/libelf/libelf-3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -7,7 +7,7 @@ inherit multilib-build
 
 DESCRIPTION="Virtual for libelf.so.1 provider dev-libs/elfutils"
 SLOT="0/1"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 ~riscv s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
 
 RDEPEND="
 	|| (


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

* [gentoo-commits] repo/gentoo:master commit in: virtual/libelf/
@ 2020-05-06 17:25 Michał Górny
  0 siblings, 0 replies; 13+ messages in thread
From: Michał Górny @ 2020-05-06 17:25 UTC (permalink / raw
  To: gentoo-commits

commit:     8f482375ea637ba31b918b7322676419e713c61f
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed May  6 16:57:29 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed May  6 17:25:14 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f482375

virtual/libelf: Remove stale sys-freebsd/ deps

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 virtual/libelf/libelf-3.ebuild | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/virtual/libelf/libelf-3.ebuild b/virtual/libelf/libelf-3.ebuild
index 0e22c66fb52..57e3b8c9d98 100644
--- a/virtual/libelf/libelf-3.ebuild
+++ b/virtual/libelf/libelf-3.ebuild
@@ -10,7 +10,4 @@ SLOT="0/1"
 KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 sparc x86 ~amd64-linux ~x86-linux"
 
 RDEPEND="
-	|| (
-		>=dev-libs/elfutils-0.155-r1:0/0[${MULTILIB_USEDEP}]
-		>=sys-freebsd/freebsd-lib-9.2_rc1[${MULTILIB_USEDEP}]
-	)"
+	>=dev-libs/elfutils-0.155-r1:0/0[${MULTILIB_USEDEP}]"


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

* [gentoo-commits] repo/gentoo:master commit in: virtual/libelf/
@ 2021-05-01 18:15 David Seifert
  0 siblings, 0 replies; 13+ messages in thread
From: David Seifert @ 2021-05-01 18:15 UTC (permalink / raw
  To: gentoo-commits

commit:     8dd56321bbf11dd636933b30e1f2aeb8efaf3b91
Author:     David Michael <fedora.dm0 <AT> gmail <DOT> com>
AuthorDate: Sat May  1 18:15:01 2021 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat May  1 18:15:01 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8dd56321

virtual/libelf: EAPI 7

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: David Michael <fedora.dm0 <AT> gmail.com>
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 virtual/libelf/libelf-3.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/virtual/libelf/libelf-3.ebuild b/virtual/libelf/libelf-3.ebuild
index ecdcf1ea694..72771ac216d 100644
--- a/virtual/libelf/libelf-3.ebuild
+++ b/virtual/libelf/libelf-3.ebuild
@@ -1,13 +1,13 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
 inherit multilib-build
 
 DESCRIPTION="Virtual for libelf.so.1 provider dev-libs/elfutils"
+
 SLOT="0/1"
 KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux"
 
-RDEPEND="
-	>=dev-libs/elfutils-0.155-r1:0/0[${MULTILIB_USEDEP}]"
+RDEPEND=">=dev-libs/elfutils-0.155-r1:0/0[${MULTILIB_USEDEP}]"


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

* [gentoo-commits] repo/gentoo:master commit in: virtual/libelf/
@ 2022-07-10  7:45 Sam James
  0 siblings, 0 replies; 13+ messages in thread
From: Sam James @ 2022-07-10  7:45 UTC (permalink / raw
  To: gentoo-commits

commit:     2e7e910a3989b5e7daf97e2e25073f5fabf25e4f
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 10 07:41:15 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jul 10 07:41:15 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e7e910a

virtual/libelf: EAPI 8

Signed-off-by: Sam James <sam <AT> gentoo.org>

 virtual/libelf/{libelf-2.ebuild => libelf-2-r1.ebuild} | 4 ++--
 virtual/libelf/{libelf-3.ebuild => libelf-3-r1.ebuild} | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/virtual/libelf/libelf-2.ebuild b/virtual/libelf/libelf-2-r1.ebuild
similarity index 88%
rename from virtual/libelf/libelf-2.ebuild
rename to virtual/libelf/libelf-2-r1.ebuild
index 165ad0fa2bb0..644892ce4f82 100644
--- a/virtual/libelf/libelf-2.ebuild
+++ b/virtual/libelf/libelf-2-r1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
 
 inherit multilib-build
 

diff --git a/virtual/libelf/libelf-3.ebuild b/virtual/libelf/libelf-3-r1.ebuild
similarity index 98%
rename from virtual/libelf/libelf-3.ebuild
rename to virtual/libelf/libelf-3-r1.ebuild
index 431493d0acd8..c1ec5f6ba871 100644
--- a/virtual/libelf/libelf-3.ebuild
+++ b/virtual/libelf/libelf-3-r1.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 inherit multilib-build
 


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

* [gentoo-commits] repo/gentoo:master commit in: virtual/libelf/
@ 2023-01-29  5:21 Sam James
  0 siblings, 0 replies; 13+ messages in thread
From: Sam James @ 2023-01-29  5:21 UTC (permalink / raw
  To: gentoo-commits

commit:     46e1c0d450726ebc2fe4cc724e70fc213d978d87
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 29 05:16:10 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jan 29 05:20:21 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46e1c0d4

virtual/libelf: adopt for toolchain@

Signed-off-by: Sam James <sam <AT> gentoo.org>

 virtual/libelf/metadata.xml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/virtual/libelf/metadata.xml b/virtual/libelf/metadata.xml
index c3bda71eefca..d65b2dff5075 100644
--- a/virtual/libelf/metadata.xml
+++ b/virtual/libelf/metadata.xml
@@ -1,6 +1,9 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-	<!-- maintainer-needed -->
+	<maintainer type="project">
+		<email>toolchain@gentoo.org</email>
+		<name>Gentoo Toolchain Project</name>
+	</maintainer>
 	<stabilize-allarches/>
 </pkgmetadata>


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

end of thread, other threads:[~2023-01-29  5:21 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-29  5:21 [gentoo-commits] repo/gentoo:master commit in: virtual/libelf/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2022-07-10  7:45 Sam James
2021-05-01 18:15 David Seifert
2020-05-06 17:25 Michał Górny
2019-05-05 12:50 Mikle Kolyada
2018-08-03 14:09 Anthony G. Basile
2018-01-13 18:58 Mike Frysinger
2018-01-13 12:16 Alexis Ballier
2018-01-12 17:19 Michał Górny
2018-01-12 16:50 Anthony G. Basile
2018-01-12 15:19 Anthony G. Basile
2017-11-11 20:25 Anthony G. Basile
2016-06-18 18:08 Michał Górny

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