public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-shells/ctypes-sh/
@ 2016-10-18  6:42 Patrick McLean
  0 siblings, 0 replies; 3+ messages in thread
From: Patrick McLean @ 2016-10-18  6:42 UTC (permalink / raw
  To: gentoo-commits

commit:     efdcc07411a5b54a05d907560e0594e9fc82ced7
Author:     Patrick McLean <chutzpah <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 18 06:41:53 2016 +0000
Commit:     Patrick McLean <chutzpah <AT> gentoo <DOT> org>
CommitDate: Tue Oct 18 06:41:53 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=efdcc074

app-shells/ctypes-sh: Minor dependency fixups to match actually linked deps

Package-Manager: portage-2.3.2

 app-shells/ctypes-sh/ctypes-sh-1.1.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/app-shells/ctypes-sh/ctypes-sh-1.1.ebuild b/app-shells/ctypes-sh/ctypes-sh-1.1.ebuild
index 29a2fdc..e92f61e 100644
--- a/app-shells/ctypes-sh/ctypes-sh-1.1.ebuild
+++ b/app-shells/ctypes-sh/ctypes-sh-1.1.ebuild
@@ -15,9 +15,11 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 
 RDEPEND="virtual/libffi
+	virtual/libelf
+	app-arch/xz-utils
+	app-arch/bzip2
 	app-shells/bash[plugins]"
 DEPEND="${RDEPEND}
-	virtual/libelf
 	virtual/pkgconfig"
 
 PATCHES=(


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

* [gentoo-commits] repo/gentoo:master commit in: app-shells/ctypes-sh/
@ 2021-07-10 18:54 Sam James
  0 siblings, 0 replies; 3+ messages in thread
From: Sam James @ 2021-07-10 18:54 UTC (permalink / raw
  To: gentoo-commits

commit:     cc40459a06ea0746e27e77f84e51754c7abafe08
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 10 18:44:32 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jul 10 18:47:27 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc40459a

app-shells/ctypes-sh: add dev-libs/libffi subslot dep

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

 .../ctypes-sh/{ctypes-sh-1.2.ebuild => ctypes-sh-1.2-r1.ebuild}  | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/app-shells/ctypes-sh/ctypes-sh-1.2.ebuild b/app-shells/ctypes-sh/ctypes-sh-1.2-r1.ebuild
similarity index 85%
rename from app-shells/ctypes-sh/ctypes-sh-1.2.ebuild
rename to app-shells/ctypes-sh/ctypes-sh-1.2-r1.ebuild
index a64a6db8811..b4b3407a8bf 100644
--- a/app-shells/ctypes-sh/ctypes-sh-1.2.ebuild
+++ b/app-shells/ctypes-sh/ctypes-sh-1.2-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -17,12 +17,11 @@ RDEPEND="
 	app-arch/bzip2
 	app-arch/xz-utils
 	app-shells/bash[plugins(-)]
-	dev-libs/libffi
+	dev-libs/libffi:=
 	virtual/libelf
 "
-BDEPEND="${RDEPEND}
-	virtual/pkgconfig
-"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
 
 src_prepare() {
 	default


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

* [gentoo-commits] repo/gentoo:master commit in: app-shells/ctypes-sh/
@ 2022-10-08 12:17 Sam James
  0 siblings, 0 replies; 3+ messages in thread
From: Sam James @ 2022-10-08 12:17 UTC (permalink / raw
  To: gentoo-commits

commit:     516dc223d6b9596a8d431a50caa5a521bb319da2
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Oct  8 12:13:28 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Oct  8 12:17:42 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=516dc223

app-shells/ctypes-sh: fix MissingSlotDep on bash

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

 .../ctypes-sh/{ctypes-sh-1.2-r1.ebuild => ctypes-sh-1.2-r2.ebuild}    | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-shells/ctypes-sh/ctypes-sh-1.2-r1.ebuild b/app-shells/ctypes-sh/ctypes-sh-1.2-r2.ebuild
similarity index 90%
rename from app-shells/ctypes-sh/ctypes-sh-1.2-r1.ebuild
rename to app-shells/ctypes-sh/ctypes-sh-1.2-r2.ebuild
index b4b3407a8bfb..3b1a75ac8c21 100644
--- a/app-shells/ctypes-sh/ctypes-sh-1.2-r1.ebuild
+++ b/app-shells/ctypes-sh/ctypes-sh-1.2-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -16,7 +16,7 @@ KEYWORDS="~amd64 ~x86"
 RDEPEND="
 	app-arch/bzip2
 	app-arch/xz-utils
-	app-shells/bash[plugins(-)]
+	app-shells/bash:=[plugins(-)]
 	dev-libs/libffi:=
 	virtual/libelf
 "


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

end of thread, other threads:[~2022-10-08 12:17 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-10-08 12:17 [gentoo-commits] repo/gentoo:master commit in: app-shells/ctypes-sh/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2021-07-10 18:54 Sam James
2016-10-18  6:42 Patrick McLean

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