public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:master commit in: sci-electronics/open_pdks/
@ 2022-06-08 17:46 Florian Schmaus
  0 siblings, 0 replies; 3+ messages in thread
From: Florian Schmaus @ 2022-06-08 17:46 UTC (permalink / raw
  To: gentoo-commits

commit:     dbb6c819bde9d5f3c0166907fb3f7289e20e2810
Author:     James Beddek <telans <AT> posteo <DOT> de>
AuthorDate: Wed Jun  8 05:07:27 2022 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Wed Jun  8 05:13:46 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=dbb6c819

sci-electronics/open_pdks: new package, add 1.0.311

Signed-off-by: James Beddek <telans <AT> posteo.de>

 sci-electronics/open_pdks/Manifest                 |  1 +
 sci-electronics/open_pdks/metadata.xml             | 11 +++++
 sci-electronics/open_pdks/open_pdks-1.0.311.ebuild | 53 ++++++++++++++++++++++
 3 files changed, 65 insertions(+)

diff --git a/sci-electronics/open_pdks/Manifest b/sci-electronics/open_pdks/Manifest
new file mode 100644
index 000000000..e6dacce05
--- /dev/null
+++ b/sci-electronics/open_pdks/Manifest
@@ -0,0 +1 @@
+DIST open_pdks-1.0.311.tar.gz 6184511 BLAKE2B 70bfd6782ce1c3736403068b5a825a1f125e867017c97de9279b7abb48ebbd9e138b7be06437436bcae4fcfa11230407e583f6155f7f333dad3ea8245fd314d3 SHA512 0fbac0c0cfdfab2e3061a957fafece95db105a3c90a27ad6cebf2d52ca0b12f875d2a25fe801c25e25ea467c17abfc8774198388baeba4713f741973be261bfd

diff --git a/sci-electronics/open_pdks/metadata.xml b/sci-electronics/open_pdks/metadata.xml
new file mode 100644
index 000000000..9b10a9fd1
--- /dev/null
+++ b/sci-electronics/open_pdks/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM 'https://www.gentoo.org/dtd/metadata.dtd'>
+<pkgmetadata>
+	<maintainer type="person">
+		<email>telans@posteo.de</email>
+		<name>James Beddek</name>
+	</maintainer>
+	<use>
+		<flag name="sky130">Build the Skywater 130nm PDK.</flag>
+	</use>
+</pkgmetadata>

diff --git a/sci-electronics/open_pdks/open_pdks-1.0.311.ebuild b/sci-electronics/open_pdks/open_pdks-1.0.311.ebuild
new file mode 100644
index 000000000..627c47609
--- /dev/null
+++ b/sci-electronics/open_pdks/open_pdks-1.0.311.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..11} )
+
+inherit check-reqs python-any-r1
+
+DESCRIPTION="PDK installer for open-source EDA tools and toolchains"
+HOMEPAGE="https://github.com/RTimothyEdwards/open_pdks"
+SRC_URI="https://github.com/RTimothyEdwards/open_pdks/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="+sky130"
+
+DEPEND="
+	dev-lang/tcl:0=
+	dev-lang/tk:0=
+	>=sci-electronics/magic-8.3.277:=
+	sky130? ( sci-electronics/skywater-pdk:= )
+"
+BDEPEND="${PYTHON_DEPS}"
+
+CHECKREQS_DISK_BUILD="40G"
+CHECKREQS_DISK_USR="10G"
+
+src_prepare() {
+	default
+	# TODO: install helper python[tk] files
+	# sed -i 's/\$(datadir)/\$(DESTDIR)\$(datadir)/g' Makefile.in || due
+}
+
+src_configure() {
+	cd scripts || die
+	local myeconfargs=(
+		--enable-magic
+		$(use_enable sky130 sky130-pdk /usr/share/pdk/skywater-pdk-source)
+		$(use_with sky130 sky130-variants all)
+		# Pending deps
+		--disable-alpha-sky130
+		--disable-xschem-sky130
+		--disable-netgen
+		--disable-irsim
+		--disable-openlane
+		--disable-qflow
+		--disable-xschem
+	)
+
+	econf "${myeconfargs[@]}"
+}


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

* [gentoo-commits] repo/proj/guru:dev commit in: sci-electronics/open_pdks/
@ 2024-06-15 19:37 Julien Roy
  2024-06-15 19:41 ` [gentoo-commits] repo/proj/guru:master " Julien Roy
  0 siblings, 1 reply; 3+ messages in thread
From: Julien Roy @ 2024-06-15 19:37 UTC (permalink / raw
  To: gentoo-commits

commit:     2bfaecf392a7fa592d16fc99500d239bcb599a4a
Author:     Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Sat Jun 15 19:37:19 2024 +0000
Commit:     Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Sat Jun 15 19:37:19 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2bfaecf3

sci-electronics/open_pdks: treeclean

Bug: https://bugs.gentoo.org/931473
Signed-off-by: Julien Roy <julien <AT> jroy.ca>

 sci-electronics/open_pdks/Manifest                 |  1 -
 sci-electronics/open_pdks/metadata.xml             | 11 -----
 sci-electronics/open_pdks/open_pdks-1.0.311.ebuild | 53 ----------------------
 3 files changed, 65 deletions(-)

diff --git a/sci-electronics/open_pdks/Manifest b/sci-electronics/open_pdks/Manifest
deleted file mode 100644
index e6dacce05..000000000
--- a/sci-electronics/open_pdks/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST open_pdks-1.0.311.tar.gz 6184511 BLAKE2B 70bfd6782ce1c3736403068b5a825a1f125e867017c97de9279b7abb48ebbd9e138b7be06437436bcae4fcfa11230407e583f6155f7f333dad3ea8245fd314d3 SHA512 0fbac0c0cfdfab2e3061a957fafece95db105a3c90a27ad6cebf2d52ca0b12f875d2a25fe801c25e25ea467c17abfc8774198388baeba4713f741973be261bfd

diff --git a/sci-electronics/open_pdks/metadata.xml b/sci-electronics/open_pdks/metadata.xml
deleted file mode 100644
index aae9470fa..000000000
--- a/sci-electronics/open_pdks/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-	<!-- maintainer-needed -->
-	<use>
-		<flag name="sky130">Build the Skywater 130nm PDK.</flag>
-	</use>
-	<upstream>
-		<remote-id type="github">RTimothyEdwards/open_pdks</remote-id>
-	</upstream>
-</pkgmetadata>

diff --git a/sci-electronics/open_pdks/open_pdks-1.0.311.ebuild b/sci-electronics/open_pdks/open_pdks-1.0.311.ebuild
deleted file mode 100644
index 664ba0d07..000000000
--- a/sci-electronics/open_pdks/open_pdks-1.0.311.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..11} )
-
-inherit check-reqs python-any-r1
-
-DESCRIPTION="PDK installer for open-source EDA tools and toolchains"
-HOMEPAGE="https://github.com/RTimothyEdwards/open_pdks"
-SRC_URI="https://github.com/RTimothyEdwards/open_pdks/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="+sky130"
-
-DEPEND="
-	dev-lang/tcl:0=
-	dev-lang/tk:0=
-	>=sci-electronics/magic-8.3.277:=
-	sky130? ( sci-electronics/skywater-pdk:= )
-"
-BDEPEND="${PYTHON_DEPS}"
-
-CHECKREQS_DISK_BUILD="40G"
-CHECKREQS_DISK_USR="10G"
-
-src_prepare() {
-	default
-	# TODO: install helper python[tk] files
-	# sed -i 's/\$(datadir)/\$(DESTDIR)\$(datadir)/g' Makefile.in || due
-}
-
-src_configure() {
-	cd scripts || die
-	local myeconfargs=(
-		--enable-magic
-		$(use_enable sky130 sky130-pdk /usr/share/pdk/skywater-pdk-source)
-		$(use_with sky130 sky130-variants all)
-		# Pending deps
-		--disable-alpha-sky130
-		--disable-xschem-sky130
-		--disable-netgen
-		--disable-irsim
-		--disable-openlane
-		--disable-qflow
-		--disable-xschem
-	)
-
-	econf "${myeconfargs[@]}"
-}


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

* [gentoo-commits] repo/proj/guru:master commit in: sci-electronics/open_pdks/
  2024-06-15 19:37 [gentoo-commits] repo/proj/guru:dev commit in: sci-electronics/open_pdks/ Julien Roy
@ 2024-06-15 19:41 ` Julien Roy
  0 siblings, 0 replies; 3+ messages in thread
From: Julien Roy @ 2024-06-15 19:41 UTC (permalink / raw
  To: gentoo-commits

commit:     2bfaecf392a7fa592d16fc99500d239bcb599a4a
Author:     Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Sat Jun 15 19:37:19 2024 +0000
Commit:     Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Sat Jun 15 19:37:19 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2bfaecf3

sci-electronics/open_pdks: treeclean

Bug: https://bugs.gentoo.org/931473
Signed-off-by: Julien Roy <julien <AT> jroy.ca>

 sci-electronics/open_pdks/Manifest                 |  1 -
 sci-electronics/open_pdks/metadata.xml             | 11 -----
 sci-electronics/open_pdks/open_pdks-1.0.311.ebuild | 53 ----------------------
 3 files changed, 65 deletions(-)

diff --git a/sci-electronics/open_pdks/Manifest b/sci-electronics/open_pdks/Manifest
deleted file mode 100644
index e6dacce05..000000000
--- a/sci-electronics/open_pdks/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST open_pdks-1.0.311.tar.gz 6184511 BLAKE2B 70bfd6782ce1c3736403068b5a825a1f125e867017c97de9279b7abb48ebbd9e138b7be06437436bcae4fcfa11230407e583f6155f7f333dad3ea8245fd314d3 SHA512 0fbac0c0cfdfab2e3061a957fafece95db105a3c90a27ad6cebf2d52ca0b12f875d2a25fe801c25e25ea467c17abfc8774198388baeba4713f741973be261bfd

diff --git a/sci-electronics/open_pdks/metadata.xml b/sci-electronics/open_pdks/metadata.xml
deleted file mode 100644
index aae9470fa..000000000
--- a/sci-electronics/open_pdks/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-	<!-- maintainer-needed -->
-	<use>
-		<flag name="sky130">Build the Skywater 130nm PDK.</flag>
-	</use>
-	<upstream>
-		<remote-id type="github">RTimothyEdwards/open_pdks</remote-id>
-	</upstream>
-</pkgmetadata>

diff --git a/sci-electronics/open_pdks/open_pdks-1.0.311.ebuild b/sci-electronics/open_pdks/open_pdks-1.0.311.ebuild
deleted file mode 100644
index 664ba0d07..000000000
--- a/sci-electronics/open_pdks/open_pdks-1.0.311.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..11} )
-
-inherit check-reqs python-any-r1
-
-DESCRIPTION="PDK installer for open-source EDA tools and toolchains"
-HOMEPAGE="https://github.com/RTimothyEdwards/open_pdks"
-SRC_URI="https://github.com/RTimothyEdwards/open_pdks/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="+sky130"
-
-DEPEND="
-	dev-lang/tcl:0=
-	dev-lang/tk:0=
-	>=sci-electronics/magic-8.3.277:=
-	sky130? ( sci-electronics/skywater-pdk:= )
-"
-BDEPEND="${PYTHON_DEPS}"
-
-CHECKREQS_DISK_BUILD="40G"
-CHECKREQS_DISK_USR="10G"
-
-src_prepare() {
-	default
-	# TODO: install helper python[tk] files
-	# sed -i 's/\$(datadir)/\$(DESTDIR)\$(datadir)/g' Makefile.in || due
-}
-
-src_configure() {
-	cd scripts || die
-	local myeconfargs=(
-		--enable-magic
-		$(use_enable sky130 sky130-pdk /usr/share/pdk/skywater-pdk-source)
-		$(use_with sky130 sky130-variants all)
-		# Pending deps
-		--disable-alpha-sky130
-		--disable-xschem-sky130
-		--disable-netgen
-		--disable-irsim
-		--disable-openlane
-		--disable-qflow
-		--disable-xschem
-	)
-
-	econf "${myeconfargs[@]}"
-}


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

end of thread, other threads:[~2024-06-15 19:41 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-15 19:37 [gentoo-commits] repo/proj/guru:dev commit in: sci-electronics/open_pdks/ Julien Roy
2024-06-15 19:41 ` [gentoo-commits] repo/proj/guru:master " Julien Roy
  -- strict thread matches above, loose matches on Subject: below --
2022-06-08 17:46 Florian Schmaus

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