public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:dev commit in: dev-embedded/arachne-pnr/, profiles/
@ 2023-01-14 19:05 Andrew Ammerlaan
  2023-01-14 19:05 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
  0 siblings, 1 reply; 2+ messages in thread
From: Andrew Ammerlaan @ 2023-01-14 19:05 UTC (permalink / raw
  To: gentoo-commits

commit:     0967961d2650a0f2cffe5ee8531613b87ceca9ac
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 14 18:59:27 2023 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Sat Jan 14 18:59:32 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0967961d

dev-embedded/arachne-pnr: treeclean

mask is not enough to fix the sourcing problems, cleanup now instead

Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 dev-embedded/arachne-pnr/Manifest                  |  1 -
 .../arachne-pnr/arachne-pnr-0_p20180827.ebuild     | 31 ----------------------
 dev-embedded/arachne-pnr/arachne-pnr-9999.ebuild   | 31 ----------------------
 dev-embedded/arachne-pnr/metadata.xml              |  9 -------
 profiles/package.mask                              |  1 -
 5 files changed, 73 deletions(-)

diff --git a/dev-embedded/arachne-pnr/Manifest b/dev-embedded/arachne-pnr/Manifest
deleted file mode 100644
index e9aa1b72a..000000000
--- a/dev-embedded/arachne-pnr/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST arachne-pnr-0_p20180827.tar.gz 94349 BLAKE2B 5f8b9be9ca91d538374dc8e202dad211a1e975a7650b29b334f0bece5015e87ed6cbb49ffb5f41fa4f4bf18aabd035eedcc45efb6ca212c81d7c8017e1632dd2 SHA512 81877893e6f898edc54292fd29d4444a03d3e1a25592fcd3c5be58324936ad05a508e88487d1bc37e9c22860a2ec58995e1ecc25ddd07fcd243dd7b4dc4a4ff3

diff --git a/dev-embedded/arachne-pnr/arachne-pnr-0_p20180827.ebuild b/dev-embedded/arachne-pnr/arachne-pnr-0_p20180827.ebuild
deleted file mode 100644
index cb9092c53..000000000
--- a/dev-embedded/arachne-pnr/arachne-pnr-0_p20180827.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-
-DESCRIPTION="Arachne PNR - free and open-source place and route tool for FPGAs"
-HOMEPAGE="https://github.com/cseed/arachne-pnr"
-LICENSE="ISC"
-if [ ${PV} == "9999" ]; then
-	inherit git-r3
-	EGIT_REPO_URI="https://github.com/cseed/arachne-pnr.git"
-else
-	EGIT_COMMIT="c00a14176e589f5ec4cb3914acc6683c608ac401"
-	SRC_URI="https://github.com/cseed/${PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
-	KEYWORDS="~amd64"
-	S="${WORKDIR}/${PN}-${EGIT_COMMIT}"
-fi
-
-SLOT="0"
-IUSE=""
-
-RDEPEND="dev-embedded/icestorm"
-DEPEND="${RDEPEND}"
-
-src_compile() {
-	emake PREFIX=/usr
-}
-
-src_install() {
-	emake DESTDIR="${D}" PREFIX=/usr install
-}

diff --git a/dev-embedded/arachne-pnr/arachne-pnr-9999.ebuild b/dev-embedded/arachne-pnr/arachne-pnr-9999.ebuild
deleted file mode 100644
index b71e8c668..000000000
--- a/dev-embedded/arachne-pnr/arachne-pnr-9999.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-
-DESCRIPTION="Arachne PNR - free and open-source place and route tool for FPGAs"
-HOMEPAGE="https://github.com/cseed/arachne-pnr"
-LICENSE="ISC"
-if [ ${PV} == "9999" ]; then
-	inherit git-r3
-	EGIT_REPO_URI="https://github.com/cseed/arachne-pnr.git"
-else
-	EGIT_COMMIT=""
-	SRC_URI="https://github.com/cseed/${PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
-	KEYWORDS="~amd64"
-	S="${WORKDIR}/${PN}-${EGIT_COMMIT}"
-fi
-
-SLOT="0"
-IUSE=""
-
-RDEPEND="dev-embedded/icestorm"
-DEPEND="${RDEPEND}"
-
-src_compile() {
-	emake PREFIX=/usr
-}
-
-src_install() {
-	emake DESTDIR="${D}" PREFIX=/usr install
-}

diff --git a/dev-embedded/arachne-pnr/metadata.xml b/dev-embedded/arachne-pnr/metadata.xml
deleted file mode 100644
index 773666f39..000000000
--- a/dev-embedded/arachne-pnr/metadata.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-	<longdescription lang="en">
-	</longdescription>
-	<upstream>
-		<remote-id type="github">cseed/arachne-pnr</remote-id>
-	</upstream>
-</pkgmetadata>

diff --git a/profiles/package.mask b/profiles/package.mask
index a785ed5f4..e5a279f34 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -16,7 +16,6 @@
 
 # Andrew Ammerlaan <andrewammerlaan@gentoo.org> (2023-01-14)
 # Needs python_compat bump. Removal on 2023-01-29.
-dev-embedded/arachne-pnr
 dev-embedded/icestorm
 dev-python/pyinquirer
 dev-python/recordclass


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

* [gentoo-commits] repo/proj/guru:master commit in: dev-embedded/arachne-pnr/, profiles/
  2023-01-14 19:05 [gentoo-commits] repo/proj/guru:dev commit in: dev-embedded/arachne-pnr/, profiles/ Andrew Ammerlaan
@ 2023-01-14 19:05 ` Andrew Ammerlaan
  0 siblings, 0 replies; 2+ messages in thread
From: Andrew Ammerlaan @ 2023-01-14 19:05 UTC (permalink / raw
  To: gentoo-commits

commit:     0967961d2650a0f2cffe5ee8531613b87ceca9ac
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 14 18:59:27 2023 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Sat Jan 14 18:59:32 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0967961d

dev-embedded/arachne-pnr: treeclean

mask is not enough to fix the sourcing problems, cleanup now instead

Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 dev-embedded/arachne-pnr/Manifest                  |  1 -
 .../arachne-pnr/arachne-pnr-0_p20180827.ebuild     | 31 ----------------------
 dev-embedded/arachne-pnr/arachne-pnr-9999.ebuild   | 31 ----------------------
 dev-embedded/arachne-pnr/metadata.xml              |  9 -------
 profiles/package.mask                              |  1 -
 5 files changed, 73 deletions(-)

diff --git a/dev-embedded/arachne-pnr/Manifest b/dev-embedded/arachne-pnr/Manifest
deleted file mode 100644
index e9aa1b72a..000000000
--- a/dev-embedded/arachne-pnr/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST arachne-pnr-0_p20180827.tar.gz 94349 BLAKE2B 5f8b9be9ca91d538374dc8e202dad211a1e975a7650b29b334f0bece5015e87ed6cbb49ffb5f41fa4f4bf18aabd035eedcc45efb6ca212c81d7c8017e1632dd2 SHA512 81877893e6f898edc54292fd29d4444a03d3e1a25592fcd3c5be58324936ad05a508e88487d1bc37e9c22860a2ec58995e1ecc25ddd07fcd243dd7b4dc4a4ff3

diff --git a/dev-embedded/arachne-pnr/arachne-pnr-0_p20180827.ebuild b/dev-embedded/arachne-pnr/arachne-pnr-0_p20180827.ebuild
deleted file mode 100644
index cb9092c53..000000000
--- a/dev-embedded/arachne-pnr/arachne-pnr-0_p20180827.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-
-DESCRIPTION="Arachne PNR - free and open-source place and route tool for FPGAs"
-HOMEPAGE="https://github.com/cseed/arachne-pnr"
-LICENSE="ISC"
-if [ ${PV} == "9999" ]; then
-	inherit git-r3
-	EGIT_REPO_URI="https://github.com/cseed/arachne-pnr.git"
-else
-	EGIT_COMMIT="c00a14176e589f5ec4cb3914acc6683c608ac401"
-	SRC_URI="https://github.com/cseed/${PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
-	KEYWORDS="~amd64"
-	S="${WORKDIR}/${PN}-${EGIT_COMMIT}"
-fi
-
-SLOT="0"
-IUSE=""
-
-RDEPEND="dev-embedded/icestorm"
-DEPEND="${RDEPEND}"
-
-src_compile() {
-	emake PREFIX=/usr
-}
-
-src_install() {
-	emake DESTDIR="${D}" PREFIX=/usr install
-}

diff --git a/dev-embedded/arachne-pnr/arachne-pnr-9999.ebuild b/dev-embedded/arachne-pnr/arachne-pnr-9999.ebuild
deleted file mode 100644
index b71e8c668..000000000
--- a/dev-embedded/arachne-pnr/arachne-pnr-9999.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-
-DESCRIPTION="Arachne PNR - free and open-source place and route tool for FPGAs"
-HOMEPAGE="https://github.com/cseed/arachne-pnr"
-LICENSE="ISC"
-if [ ${PV} == "9999" ]; then
-	inherit git-r3
-	EGIT_REPO_URI="https://github.com/cseed/arachne-pnr.git"
-else
-	EGIT_COMMIT=""
-	SRC_URI="https://github.com/cseed/${PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
-	KEYWORDS="~amd64"
-	S="${WORKDIR}/${PN}-${EGIT_COMMIT}"
-fi
-
-SLOT="0"
-IUSE=""
-
-RDEPEND="dev-embedded/icestorm"
-DEPEND="${RDEPEND}"
-
-src_compile() {
-	emake PREFIX=/usr
-}
-
-src_install() {
-	emake DESTDIR="${D}" PREFIX=/usr install
-}

diff --git a/dev-embedded/arachne-pnr/metadata.xml b/dev-embedded/arachne-pnr/metadata.xml
deleted file mode 100644
index 773666f39..000000000
--- a/dev-embedded/arachne-pnr/metadata.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-	<longdescription lang="en">
-	</longdescription>
-	<upstream>
-		<remote-id type="github">cseed/arachne-pnr</remote-id>
-	</upstream>
-</pkgmetadata>

diff --git a/profiles/package.mask b/profiles/package.mask
index a785ed5f4..e5a279f34 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -16,7 +16,6 @@
 
 # Andrew Ammerlaan <andrewammerlaan@gentoo.org> (2023-01-14)
 # Needs python_compat bump. Removal on 2023-01-29.
-dev-embedded/arachne-pnr
 dev-embedded/icestorm
 dev-python/pyinquirer
 dev-python/recordclass


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

end of thread, other threads:[~2023-01-14 19:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-14 19:05 [gentoo-commits] repo/proj/guru:dev commit in: dev-embedded/arachne-pnr/, profiles/ Andrew Ammerlaan
2023-01-14 19:05 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan

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