* [gentoo-commits] repo/gentoo:master commit in: virtual/dev-manager/
@ 2018-01-22 2:35 Zac Medico
0 siblings, 0 replies; 5+ messages in thread
From: Zac Medico @ 2018-01-22 2:35 UTC (permalink / raw
To: gentoo-commits
commit: e4821e616033d658c494780b1ec66bdace912071
Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 22 02:27:14 2018 +0000
Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Mon Jan 22 02:28:16 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4821e61
virtual/dev-manager: revbump to 0-r1 for dep changes
Since sys-apps/portage-2.3.20 defaults to --dynamic-deps=n, this revbump
is needed in order to correct the dependencies of installed instances of
virtual/dev-manager.
See: https://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/virtual/dev-manager/dev-manager-0.ebuild?view=log
Bug: https://bugs.gentoo.org/645284
Package-Manager: Portage-2.3.20, Repoman-2.3.6
virtual/dev-manager/{dev-manager-0.ebuild => dev-manager-0-r1.ebuild} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/virtual/dev-manager/dev-manager-0.ebuild b/virtual/dev-manager/dev-manager-0-r1.ebuild
similarity index 90%
rename from virtual/dev-manager/dev-manager-0.ebuild
rename to virtual/dev-manager/dev-manager-0-r1.ebuild
index 8872bea5359..fe93f3adf21 100644
--- a/virtual/dev-manager/dev-manager-0.ebuild
+++ b/virtual/dev-manager/dev-manager-0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: virtual/dev-manager/
@ 2018-11-11 13:07 Pacho Ramos
0 siblings, 0 replies; 5+ messages in thread
From: Pacho Ramos @ 2018-11-11 13:07 UTC (permalink / raw
To: gentoo-commits
commit: a45386a59aa2f04eb2db74e4a05386928be7b9a0
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 11 12:51:48 2018 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Nov 11 13:07:28 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a45386a5
virtual/dev-manager: devfsd is being removed (#664680)
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
.../dev-manager/{dev-manager-0-r1.ebuild => dev-manager-0-r2.ebuild} | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/virtual/dev-manager/dev-manager-0-r1.ebuild b/virtual/dev-manager/dev-manager-0-r2.ebuild
similarity index 85%
rename from virtual/dev-manager/dev-manager-0-r1.ebuild
rename to virtual/dev-manager/dev-manager-0-r2.ebuild
index 71123a48549..705da285bc1 100644
--- a/virtual/dev-manager/dev-manager-0-r1.ebuild
+++ b/virtual/dev-manager/dev-manager-0-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -10,7 +10,6 @@ KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86
RDEPEND="|| (
virtual/udev
sys-apps/busybox[mdev]
- sys-fs/devfsd
sys-fs/static-dev
sys-freebsd/freebsd-sbin
)"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: virtual/dev-manager/
@ 2019-05-04 12:12 Mikle Kolyada
0 siblings, 0 replies; 5+ messages in thread
From: Mikle Kolyada @ 2019-05-04 12:12 UTC (permalink / raw
To: gentoo-commits
commit: ab35c9eec8b296fed3050fc02184a79440c830ff
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sat May 4 12:12:11 2019 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sat May 4 12:12:11 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab35c9ee
virtual/dev-manager: Add ~riscv keyword
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
virtual/dev-manager/dev-manager-0-r2.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/virtual/dev-manager/dev-manager-0-r2.ebuild b/virtual/dev-manager/dev-manager-0-r2.ebuild
index 705da285bc1..7b96fb09452 100644
--- a/virtual/dev-manager/dev-manager-0-r2.ebuild
+++ b/virtual/dev-manager/dev-manager-0-r2.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
DESCRIPTION="Virtual for the device filesystem manager"
SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 ~riscv s390 sh sparc x86 ~x86-fbsd"
RDEPEND="|| (
virtual/udev
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: virtual/dev-manager/
@ 2020-05-06 17:25 Michał Górny
0 siblings, 0 replies; 5+ messages in thread
From: Michał Górny @ 2020-05-06 17:25 UTC (permalink / raw
To: gentoo-commits
commit: c9e12580f8d2f264e4e607858bf78db0fe184ee3
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed May 6 16:57:26 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed May 6 17:25:12 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9e12580
virtual/dev-manager: Remove stale sys-freebsd/ deps
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
virtual/dev-manager/dev-manager-0-r2.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/virtual/dev-manager/dev-manager-0-r2.ebuild b/virtual/dev-manager/dev-manager-0-r2.ebuild
index dbd0980f2fa..a53a86593ec 100644
--- a/virtual/dev-manager/dev-manager-0-r2.ebuild
+++ b/virtual/dev-manager/dev-manager-0-r2.ebuild
@@ -7,9 +7,9 @@ DESCRIPTION="Virtual for the device filesystem manager"
SLOT="0"
KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 sparc x86"
-RDEPEND="|| (
+RDEPEND="
+ || (
virtual/udev
sys-apps/busybox[mdev]
sys-fs/static-dev
- sys-freebsd/freebsd-sbin
)"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: virtual/dev-manager/
@ 2023-02-24 18:36 Sam James
0 siblings, 0 replies; 5+ messages in thread
From: Sam James @ 2023-02-24 18:36 UTC (permalink / raw
To: gentoo-commits
commit: 58c8a43b0df8f8cd532485bce661e76076b03a7c
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 24 18:34:52 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Feb 24 18:36:06 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58c8a43b
virtual/dev-manager: keyword for ~arm64-macos
Signed-off-by: Sam James <sam <AT> gentoo.org>
virtual/dev-manager/dev-manager-0-r2.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/virtual/dev-manager/dev-manager-0-r2.ebuild b/virtual/dev-manager/dev-manager-0-r2.ebuild
index 511e22d22f1c..992720c81ad9 100644
--- a/virtual/dev-manager/dev-manager-0-r2.ebuild
+++ b/virtual/dev-manager/dev-manager-0-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -6,7 +6,7 @@ EAPI=7
DESCRIPTION="Virtual for the device filesystem manager"
SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~arm64-macos"
RDEPEND="
|| (
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2023-02-24 18:37 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-02-24 18:36 [gentoo-commits] repo/gentoo:master commit in: virtual/dev-manager/ Sam James
-- strict thread matches above, loose matches on Subject: below --
2020-05-06 17:25 Michał Górny
2019-05-04 12:12 Mikle Kolyada
2018-11-11 13:07 Pacho Ramos
2018-01-22 2:35 Zac Medico
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox