From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5F724158091 for ; Wed, 15 Jun 2022 08:46:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7E7A2E0827; Wed, 15 Jun 2022 08:46:16 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 634C0E0827 for ; Wed, 15 Jun 2022 08:46:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id ED3F134125A for ; Wed, 15 Jun 2022 08:46:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 08A1A7F for ; Wed, 15 Jun 2022 08:46:13 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1655282736.979b396b24f04ec43e17c3f009170659356b87d2.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/jpeg2ps/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/jpeg2ps/Manifest media-gfx/jpeg2ps/jpeg2ps-1.9-r2.ebuild media-gfx/jpeg2ps/jpeg2ps-1.9-r3.ebuild X-VCS-Directories: media-gfx/jpeg2ps/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 979b396b24f04ec43e17c3f009170659356b87d2 X-VCS-Branch: master Date: Wed, 15 Jun 2022 08:46:13 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: beff7ba3-c982-42fd-af32-968368521111 X-Archives-Hash: 9bfa6c72d1d3a4b34ada423cd8bb3e63 commit: 979b396b24f04ec43e17c3f009170659356b87d2 Author: Ulrich Müller gentoo org> AuthorDate: Wed Jun 15 08:40:10 2022 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Wed Jun 15 08:45:36 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=979b396b Revert "media-gfx/jpeg2ps: Update SRC_URI" This reverts commit c0a45c1936961b948204e1563592d345f6412e2c. Signed-off-by: Ulrich Müller gentoo.org> media-gfx/jpeg2ps/Manifest | 1 - media-gfx/jpeg2ps/jpeg2ps-1.9-r2.ebuild | 5 ++-- media-gfx/jpeg2ps/jpeg2ps-1.9-r3.ebuild | 50 --------------------------------- 3 files changed, 2 insertions(+), 54 deletions(-) diff --git a/media-gfx/jpeg2ps/Manifest b/media-gfx/jpeg2ps/Manifest index 5f96aee29956..8883824b23c7 100644 --- a/media-gfx/jpeg2ps/Manifest +++ b/media-gfx/jpeg2ps/Manifest @@ -1,2 +1 @@ DIST jpeg2ps-1.9.tar.gz 67105 BLAKE2B 68df39df75525db872c683de7b0ed3e64317ea18a54d51fb478c3e51b26522a97081e6953e5ad92f7a6023829dc5fbc5e1e288f2041e76bdecf0b6ef035d1234 SHA512 babc6183db2c95d0bcfba3d34f924bd2a37d0a566bf684f3af3955b8b3978cd4b94b10e94f366aec641988258476f84ce730e4da43f2bb0a836e81da4892ad3c -DIST jpeg2ps-1.9.zip 97279 BLAKE2B 59c8a1b4d90e43d87e33afde1e742884b62371152672beae9c0f3b25a7abe3fc9c19f8b14a4780b1c0f7efdc2ebdf545ee12446d7aa89d19c94bb65e5ce323eb SHA512 7a8405b0b5cffaf3e85cad1dc236fdd951b6c7922cf15ac2ced619766db1fff6babb651747e9173a98324d513bde2f23402e6108784d02af882a25748b04aef3 diff --git a/media-gfx/jpeg2ps/jpeg2ps-1.9-r2.ebuild b/media-gfx/jpeg2ps/jpeg2ps-1.9-r2.ebuild index 0e8f60a2c007..9a25a5e30b7d 100644 --- a/media-gfx/jpeg2ps/jpeg2ps-1.9-r2.ebuild +++ b/media-gfx/jpeg2ps/jpeg2ps-1.9-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -9,11 +9,10 @@ DESCRIPTION="Convert JPEG images to Postscript using a wrapper" HOMEPAGE="https://web.archive.org/web/20131003144811/http://www.pdflib.com/download/free-software/jpeg2ps/" SRC_URI="https://web.archive.org/web/20131003165952/http://www.pdflib.com/fileadmin/pdflib/products/more/${PN}/${P}.tar.gz" -LICENSE="jpeg2ps" +LICENSE="free-noncomm" SLOT="0" KEYWORDS="amd64 ppc ~ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos" IUSE="metric" -RESTRICT="mirror" PATCHES=("${FILESDIR}"/${P}-include.diff) diff --git a/media-gfx/jpeg2ps/jpeg2ps-1.9-r3.ebuild b/media-gfx/jpeg2ps/jpeg2ps-1.9-r3.ebuild deleted file mode 100644 index cb7c6862a06e..000000000000 --- a/media-gfx/jpeg2ps/jpeg2ps-1.9-r3.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit edos2unix toolchain-funcs readme.gentoo-r1 - -DESCRIPTION="Convert JPEG images to Postscript using a wrapper" -HOMEPAGE="https://web.archive.org/web/20131003144811/http://www.pdflib.com/download/free-software/jpeg2ps/" -SRC_URI="https://web.archive.org/web/20131003165952/http://www.pdflib.com/fileadmin/pdflib/products/more/${PN}/${P}.zip" - -LICENSE="jpeg2ps" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos" -IUSE="metric" -RESTRICT="mirror" - -BDEPEND="app-arch/unzip" - -PATCHES=("${FILESDIR}"/${P}-include.diff) - -src_prepare() { - edos2unix Makefile *.c *.h *.1 *.txt - default -} - -src_compile() { - emake \ - CC="$(tc-getCC)" \ - LD="$(tc-getCC)" \ - CFLAGS="-c ${CFLAGS} $(usev metric -DA4)" \ - LDFLAGS="${LDFLAGS}" -} - -src_install() { - dobin jpeg2ps - doman jpeg2ps.1 - dodoc jpeg2ps.txt - - local size1=letter size2=A4 - use metric && size1=A4 size2=letter - DOC_CONTENTS="By default, this installation of jpeg2ps will generate - ${size1} size output. You can force ${size2} output with - \n\tjpeg2ps -p ${size2} file.jpg > file.ps" - readme.gentoo_create_doc -} - -pkg_postinst() { - readme.gentoo_print_elog -}