public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: sci-electronics/quartus-prime-lite/
@ 2015-12-27 10:08 Ian Delaney
  0 siblings, 0 replies; 7+ messages in thread
From: Ian Delaney @ 2015-12-27 10:08 UTC (permalink / raw
  To: gentoo-commits

commit:     511f0ae95ef4e3a44c74a045f1c55d46270d21cc
Author:     Ian Delaney <idella4 <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 27 09:46:29 2015 +0000
Commit:     Ian Delaney <idella4 <AT> gentoo <DOT> org>
CommitDate: Sun Dec 27 10:08:05 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=511f0ae9

sci-electronics/quartus-prime-lite: New package to be maintained by 'undersys'

ebuild  by undersys and will be proxy maintainer under management of
the proxy-maintainers project:
- comes with a new license entitled "Quartus-prime-megacore", checked and
endorsed by license team,
- license is of type EULA and has been added to license groups accordingly,
- this is a binary packagem installs into /opt,
- user need d'load tarball separately, restrict set with fetch & bindinst,
- ebuild prepared and reviewd by members of proxy maintaines & ulm
- all ebuild revisions and patches submitted via the gentoo bug

Gentoo bug :#569302

Package-Manager: portage-2.2.24

 sci-electronics/quartus-prime-lite/Manifest        |  1 +
 sci-electronics/quartus-prime-lite/metadata.xml    |  8 ++++
 .../quartus-prime-lite-15.1.0.185.ebuild           | 49 ++++++++++++++++++++++
 3 files changed, 58 insertions(+)

diff --git a/sci-electronics/quartus-prime-lite/Manifest b/sci-electronics/quartus-prime-lite/Manifest
new file mode 100644
index 0000000..ea5a473
--- /dev/null
+++ b/sci-electronics/quartus-prime-lite/Manifest
@@ -0,0 +1 @@
+DIST Quartus-lite-15.1.0.185-linux.tar 5969776640 SHA256 fd670ee4caee69e9533b7a826af1040bc0e35ef68ca1b43e73d8b69cbf14c7f4 SHA512 7996bc9e0561b650c0318d608b4f59560dd631e3a38c403105f797049c395ce25a0ff5d4346cf6e91338fa297d7e8752ef5a3f83f496d4431ad3591de4335045 WHIRLPOOL 1549939fc9e7ce94b9b2c3032db78ff66ca1f4542831fe15fadb83ba0efab4305430924ed0ac3d47288f7ae85c4b75818c87a5399a6868adcee606e20388d894

diff --git a/sci-electronics/quartus-prime-lite/metadata.xml b/sci-electronics/quartus-prime-lite/metadata.xml
new file mode 100644
index 0000000..42ed446
--- /dev/null
+++ b/sci-electronics/quartus-prime-lite/metadata.xml
@@ -0,0 +1,8 @@
+<pkgmetadata>
+	<herd>proxy-maintainers</herd>
+	<maintainer>
+		<email>brendan@horan.hk</email>
+		<name>Brendan Horan</name>
+		<description>Proxied maintainer; set to assignee in all bugs</description>
+	</maintainer>
+</pkgmetadata>

diff --git a/sci-electronics/quartus-prime-lite/quartus-prime-lite-15.1.0.185.ebuild b/sci-electronics/quartus-prime-lite/quartus-prime-lite-15.1.0.185.ebuild
new file mode 100644
index 0000000..395c34e
--- /dev/null
+++ b/sci-electronics/quartus-prime-lite/quartus-prime-lite-15.1.0.185.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit eutils
+
+DESCRIPTION="Full-featured EDA product for altera devices"
+HOMEPAGE="https://www.altera.com/products/design-software/fpga-design/quartus-prime/overview.html"
+SRC_URI="Quartus-lite-${PV}-linux.tar"
+# variable to store the download URL
+DOWNLOADPAGE="http://dl.altera.com/?edition=lite"
+
+LICENSE="Quartus-prime-megacore"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="media-libs/libpng:1.2"
+
+RESTRICT="fetch bindist"
+
+S=${WORKDIR}
+
+pkg_nofetch() {
+	elog "Due to licensing restrictions, you need to download the distfile manually."
+	elog "Please navigate to ${DOWNLOADPAGE}"
+	elog "Sign in with your Altera account (you need to register)"
+	elog "Download ${SRC_URI} and place it into ${DISTDIR}"
+	elog "And restart the installation."
+}
+
+pkg_pretend() {
+	einfo "The checksum and unpack will take quite some time to run"
+}
+
+src_install() {
+	einfo "The Quartus install runs in unattended mode"
+	einfo "you wont see much and it will take a long time"
+
+	./setup.sh --mode unattended --unattendedmodeui none \
+		--installdir "${D}/opt/quartus-lite-${PV}"
+	make_desktop_entry "/opt/quartus-lite-${PV}/quartus/bin/quartus" \
+		"Quartus lite ${PV}" "/opt/quartus-lite-${PV}/quartus/adm/quartusii.png"
+}
+
+pkg_postinst() {
+	elog "To launch Quartus, run /opt/quartus-lite-${PV}/quartus/bin/quartus"
+}


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

* [gentoo-commits] repo/gentoo:master commit in: sci-electronics/quartus-prime-lite/
@ 2016-03-02  4:25 Ian Delaney
  0 siblings, 0 replies; 7+ messages in thread
From: Ian Delaney @ 2016-03-02  4:25 UTC (permalink / raw
  To: gentoo-commits

commit:     27e74fb8a0fc2e1e53f42a7197bae7c715d76cb3
Author:     Peter Foley <pefoley2 <AT> pefoley <DOT> com>
AuthorDate: Tue Mar  1 22:33:22 2016 +0000
Commit:     Ian Delaney <idella4 <AT> gentoo <DOT> org>
CommitDate: Tue Mar  1 22:33:22 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27e74fb8

sci-electronics/quartus-prime-lite: add missing DOCTYPE

Package-Manager: portage-2.2.27

 sci-electronics/quartus-prime-lite/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sci-electronics/quartus-prime-lite/metadata.xml b/sci-electronics/quartus-prime-lite/metadata.xml
index c470c06..08f854c 100644
--- a/sci-electronics/quartus-prime-lite/metadata.xml
+++ b/sci-electronics/quartus-prime-lite/metadata.xml
@@ -1,4 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
 	<maintainer type="person">
 		<email>brendan@horan.hk</email>


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

* [gentoo-commits] repo/gentoo:master commit in: sci-electronics/quartus-prime-lite/
@ 2017-12-18  6:58 Ulrich Müller
  0 siblings, 0 replies; 7+ messages in thread
From: Ulrich Müller @ 2017-12-18  6:58 UTC (permalink / raw
  To: gentoo-commits

commit:     c97f5a8c57eb83282c73bcf61914988c773e8416
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 18 06:57:26 2017 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Mon Dec 18 06:58:05 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c97f5a8c

sci-electronics/quartus-prime-lite: Update Manifest hashes.

 sci-electronics/quartus-prime-lite/Manifest | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sci-electronics/quartus-prime-lite/Manifest b/sci-electronics/quartus-prime-lite/Manifest
index 1461937bae8..82c6b0e92df 100644
--- a/sci-electronics/quartus-prime-lite/Manifest
+++ b/sci-electronics/quartus-prime-lite/Manifest
@@ -1,2 +1,2 @@
-DIST Quartus-lite-15.1.0.185-linux.tar 5969776640 SHA256 fd670ee4caee69e9533b7a826af1040bc0e35ef68ca1b43e73d8b69cbf14c7f4 SHA512 7996bc9e0561b650c0318d608b4f59560dd631e3a38c403105f797049c395ce25a0ff5d4346cf6e91338fa297d7e8752ef5a3f83f496d4431ad3591de4335045 WHIRLPOOL 1549939fc9e7ce94b9b2c3032db78ff66ca1f4542831fe15fadb83ba0efab4305430924ed0ac3d47288f7ae85c4b75818c87a5399a6868adcee606e20388d894
-DIST libfreetype.so.6 785880 SHA256 42685704d5c8bb5f1f5fdb3eaeab68a9229c43f18e7e66cbffebc60808161425 SHA512 4b0ae581df3ecc0117d8b12405d7e5203d1ec40e965c39dade16c4b5495e95c71c2c5d739ccfec7c4c90dd2f48c004f4ae49497c46927adc81c98ead52978be1 WHIRLPOOL 1a4281ca8385d5be8376d2d1b3e6c35f2eebf15265d144255aecd90beb8eac1be778e58f8dc8db65f2a8bf57cead849dc552854bc4d0a07a0e3cf6183e3b28c1
+DIST Quartus-lite-15.1.0.185-linux.tar 5969776640 BLAKE2B 622060e053a9d7a91fe9b4b61f6ebf1289f3849e666b20bca801f0bd752dac0f551c7aa2b8d16b6238b6df2b174f8d352bbc2e3a2a9e270735c5581dd81420f5 SHA512 7996bc9e0561b650c0318d608b4f59560dd631e3a38c403105f797049c395ce25a0ff5d4346cf6e91338fa297d7e8752ef5a3f83f496d4431ad3591de4335045
+DIST libfreetype.so.6 785880 BLAKE2B a9c724a213d6211e954c20ea203feeacd384768bf34929719326d2a98e166c91114f4a60b223efd770ccf356662c8664c91d4bf4722325c01d310a10e3026f30 SHA512 4b0ae581df3ecc0117d8b12405d7e5203d1ec40e965c39dade16c4b5495e95c71c2c5d739ccfec7c4c90dd2f48c004f4ae49497c46927adc81c98ead52978be1


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

* [gentoo-commits] repo/gentoo:master commit in: sci-electronics/quartus-prime-lite/
@ 2018-02-11 11:12 Michał Górny
  0 siblings, 0 replies; 7+ messages in thread
From: Michał Górny @ 2018-02-11 11:12 UTC (permalink / raw
  To: gentoo-commits

commit:     f4800a481e49bb00013c78f22750607d3f08f60f
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 11 11:08:19 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Feb 11 11:08:19 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4800a48

sci-electronics/quartus-prime-lite: Remove useless maintainer <description/>

Remove useless/redundant maintainer <description/>. It does not benefit
bug wrangling, and only wastes developer's time on reading it. Few tips:

- assignee/CC is implied by ordering, there is no reason to repeat it,
- we know that maintainer is maintainer (la la la la la),
- most of adjectives for maintainer are of no value and/or are obvious.

 sci-electronics/quartus-prime-lite/metadata.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/sci-electronics/quartus-prime-lite/metadata.xml b/sci-electronics/quartus-prime-lite/metadata.xml
index f6f8450b7d2..55dfb66b038 100644
--- a/sci-electronics/quartus-prime-lite/metadata.xml
+++ b/sci-electronics/quartus-prime-lite/metadata.xml
@@ -4,7 +4,6 @@
 	<maintainer type="person">
 		<email>brendan@horan.hk</email>
 		<name>Brendan Horan</name>
-		<description>Proxied maintainer; set to assignee in all bugs</description>
 	</maintainer>
 	<maintainer type="project">
 		<email>proxy-maint@gentoo.org</email>


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

* [gentoo-commits] repo/gentoo:master commit in: sci-electronics/quartus-prime-lite/
@ 2018-04-15 18:48 Patrice Clement
  0 siblings, 0 replies; 7+ messages in thread
From: Patrice Clement @ 2018-04-15 18:48 UTC (permalink / raw
  To: gentoo-commits

commit:     4902501d196e0d56bf04920006048d9d22253c5b
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 15 18:45:48 2018 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sun Apr 15 18:48:02 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4902501d

sci-electronics/quartus-prime-lite: remove maintainer.

Bug: https://bugs.gentoo.org/651824
Package-Manager: Portage-2.3.24, Repoman-2.3.6

 sci-electronics/quartus-prime-lite/metadata.xml | 9 +--------
 1 file changed, 1 insertion(+), 8 deletions(-)

diff --git a/sci-electronics/quartus-prime-lite/metadata.xml b/sci-electronics/quartus-prime-lite/metadata.xml
index 55dfb66b038..c265179cb86 100644
--- a/sci-electronics/quartus-prime-lite/metadata.xml
+++ b/sci-electronics/quartus-prime-lite/metadata.xml
@@ -1,14 +1,7 @@
 <?xml version='1.0' encoding='UTF-8'?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-	<maintainer type="person">
-		<email>brendan@horan.hk</email>
-		<name>Brendan Horan</name>
-	</maintainer>
-	<maintainer type="project">
-		<email>proxy-maint@gentoo.org</email>
-		<name>Proxy Maintainers</name>
-	</maintainer>
+	<!-- maintainer-needed -->
 	<upstream>
 		<remote-id type="github">brendanhoran/gentoo-custom</remote-id>
 	</upstream>


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

* [gentoo-commits] repo/gentoo:master commit in: sci-electronics/quartus-prime-lite/
@ 2019-02-04 23:07 Ben Kohler
  0 siblings, 0 replies; 7+ messages in thread
From: Ben Kohler @ 2019-02-04 23:07 UTC (permalink / raw
  To: gentoo-commits

commit:     99236da77c1a2ae49c9f7eeb1ad942b3f7051a25
Author:     Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Mon Feb  4 23:07:17 2019 +0000
Commit:     Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Mon Feb  4 23:07:17 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99236da7

sci-electronics/quartus-prime-lite: don't reference ${DISTDIR}

Package-Manager: Portage-2.3.59, Repoman-2.3.12
Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>

 .../quartus-prime-lite/quartus-prime-lite-15.1.0.185-r1.ebuild      | 6 +++---
 .../quartus-prime-lite/quartus-prime-lite-15.1.0.185.ebuild         | 4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/sci-electronics/quartus-prime-lite/quartus-prime-lite-15.1.0.185-r1.ebuild b/sci-electronics/quartus-prime-lite/quartus-prime-lite-15.1.0.185-r1.ebuild
index 74243a7081b..b43ce4f80ee 100644
--- a/sci-electronics/quartus-prime-lite/quartus-prime-lite-15.1.0.185-r1.ebuild
+++ b/sci-electronics/quartus-prime-lite/quartus-prime-lite-15.1.0.185-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -36,12 +36,12 @@ pkg_nofetch() {
 	elog "For Quartus :"
 	elog "Please navigate to ${DOWNLOADPAGE}"
 	elog "Sign in with your Altera account (you need to register)"
-	elog "Download Quartus-lite-${PV}-linux.tar  and place it into ${DISTDIR}"
+	elog "Download Quartus-lite-${PV}-linux.tar  and place it into your DISTDIR directory"
 	elog "-------------------------------------------------------"
 	elog "For Freetype libary :"
 	elog "Please download the following file :"
 	elog "${DOWNLOADFT}"
-	elog "Please place this into ${DISTDIR}"
+	elog "Please place this into your DISTDIR directory"
 	elog "-------------------------------------------------------"
 	elog "And restart the installation."
 }

diff --git a/sci-electronics/quartus-prime-lite/quartus-prime-lite-15.1.0.185.ebuild b/sci-electronics/quartus-prime-lite/quartus-prime-lite-15.1.0.185.ebuild
index 40a6be84e87..b1ed252e404 100644
--- a/sci-electronics/quartus-prime-lite/quartus-prime-lite-15.1.0.185.ebuild
+++ b/sci-electronics/quartus-prime-lite/quartus-prime-lite-15.1.0.185.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -25,7 +25,7 @@ pkg_nofetch() {
 	elog "Due to licensing restrictions, you need to download the distfile manually."
 	elog "Please navigate to ${DOWNLOADPAGE}"
 	elog "Sign in with your Altera account (you need to register)"
-	elog "Download ${SRC_URI} and place it into ${DISTDIR}"
+	elog "Download ${SRC_URI} and place it into your DISTDIR directory"
 	elog "And restart the installation."
 }
 


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

* [gentoo-commits] repo/gentoo:master commit in: sci-electronics/quartus-prime-lite/
@ 2019-11-08  6:48 Michał Górny
  0 siblings, 0 replies; 7+ messages in thread
From: Michał Górny @ 2019-11-08  6:48 UTC (permalink / raw
  To: gentoo-commits

commit:     ed275123415d56e792fc822647d71da3d88e093f
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Nov  5 19:31:36 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Nov  8 06:48:08 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed275123

sci-electronics/quartus-prime-lite: Switch to libpng-compat

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

 ...e-lite-15.1.0.185.ebuild => quartus-prime-lite-15.1.0.185-r2.ebuild} | 2 +-
 ...ite-15.1.0.185-r1.ebuild => quartus-prime-lite-15.1.0.185-r3.ebuild} | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sci-electronics/quartus-prime-lite/quartus-prime-lite-15.1.0.185.ebuild b/sci-electronics/quartus-prime-lite/quartus-prime-lite-15.1.0.185-r2.ebuild
similarity index 97%
rename from sci-electronics/quartus-prime-lite/quartus-prime-lite-15.1.0.185.ebuild
rename to sci-electronics/quartus-prime-lite/quartus-prime-lite-15.1.0.185-r2.ebuild
index b1ed252e404..b02113e3f3e 100644
--- a/sci-electronics/quartus-prime-lite/quartus-prime-lite-15.1.0.185.ebuild
+++ b/sci-electronics/quartus-prime-lite/quartus-prime-lite-15.1.0.185-r2.ebuild
@@ -15,7 +15,7 @@ LICENSE="Quartus-prime-megacore"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 
-RDEPEND="media-libs/libpng:1.2"
+RDEPEND="media-libs/libpng-compat:1.2"
 
 RESTRICT="fetch bindist"
 

diff --git a/sci-electronics/quartus-prime-lite/quartus-prime-lite-15.1.0.185-r1.ebuild b/sci-electronics/quartus-prime-lite/quartus-prime-lite-15.1.0.185-r3.ebuild
similarity index 98%
rename from sci-electronics/quartus-prime-lite/quartus-prime-lite-15.1.0.185-r1.ebuild
rename to sci-electronics/quartus-prime-lite/quartus-prime-lite-15.1.0.185-r3.ebuild
index b43ce4f80ee..cd503537005 100644
--- a/sci-electronics/quartus-prime-lite/quartus-prime-lite-15.1.0.185-r1.ebuild
+++ b/sci-electronics/quartus-prime-lite/quartus-prime-lite-15.1.0.185-r3.ebuild
@@ -19,7 +19,7 @@ SLOT="0"
 # No keywords as per bug 575684
 KEYWORDS=""
 
-RDEPEND="media-libs/libpng:1.2[abi_x86_32]
+RDEPEND="media-libs/libpng-compat:1.2[abi_x86_32]
 		x11-libs/libXft[abi_x86_32]
 		app-arch/bzip2[abi_x86_32]
 		sys-libs/zlib[abi_x86_32]


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

end of thread, other threads:[~2019-11-08  6:48 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-02-11 11:12 [gentoo-commits] repo/gentoo:master commit in: sci-electronics/quartus-prime-lite/ Michał Górny
  -- strict thread matches above, loose matches on Subject: below --
2019-11-08  6:48 Michał Górny
2019-02-04 23:07 Ben Kohler
2018-04-15 18:48 Patrice Clement
2017-12-18  6:58 Ulrich Müller
2016-03-02  4:25 Ian Delaney
2015-12-27 10:08 Ian Delaney

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