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 978111581E7 for ; Sun, 28 Apr 2024 07:05:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8B0CCE2A17; Sun, 28 Apr 2024 07:05:28 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 67AD4E2A17 for ; Sun, 28 Apr 2024 07:05:28 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9DBEA34301B for ; Sun, 28 Apr 2024 07:05:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 39F3A1746 for ; Sun, 28 Apr 2024 07:05:26 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1714287914.7064e5d2b9c7d0726fe609a349729721d933162d.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-visualization/fig2sxd/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-visualization/fig2sxd/Manifest sci-visualization/fig2sxd/fig2sxd-0.23.ebuild X-VCS-Directories: sci-visualization/fig2sxd/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 7064e5d2b9c7d0726fe609a349729721d933162d X-VCS-Branch: master Date: Sun, 28 Apr 2024 07:05:26 +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: d612b330-8c2c-45ec-9963-1e664b3dd52a X-Archives-Hash: 0d8207c3b8dce252a9aeefd6916906f7 commit: 7064e5d2b9c7d0726fe609a349729721d933162d Author: Arthur Zamarin gentoo org> AuthorDate: Sun Apr 28 07:03:01 2024 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Sun Apr 28 07:05:14 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7064e5d2 sci-visualization/fig2sxd: add 0.23, EAPI=8 Looks like upstream moved to gitlab. Debian and FreeBSD moved to it, so it looks like indeed upstream move. Closes: https://bugs.gentoo.org/732018 Signed-off-by: Arthur Zamarin gentoo.org> sci-visualization/fig2sxd/Manifest | 1 + sci-visualization/fig2sxd/fig2sxd-0.23.ebuild | 31 +++++++++++++++++++++++++++ 2 files changed, 32 insertions(+) diff --git a/sci-visualization/fig2sxd/Manifest b/sci-visualization/fig2sxd/Manifest index 821bfecd6197..400b8bd3a525 100644 --- a/sci-visualization/fig2sxd/Manifest +++ b/sci-visualization/fig2sxd/Manifest @@ -1 +1,2 @@ +DIST fig2sxd-v0.23.tar.bz2 799014 BLAKE2B 299936b44dbfdb7b1506bcc164982f96aef078eeba3739125dc0f14644ab791e5d6b889ace5293e601481f6e57b3db25c7759e670b3ee02778b88c623a027cbe SHA512 5cc206d33b2495257111868ad75794b5625d8a43234e7deb70f566c70e2ee45a11e2258281416ec1c76730d5c456d58712915b19394c4d65e59325de92819cf1 DIST fig2sxd_0.22.1.orig.tar.gz 26474 BLAKE2B b6d131f37edca2c810bd7366253f70dac4448b1d1504d15e82751b97c8dd8c8f686128b4bac26290902eb93bb833dc926e28901f9d173108e476f1b924f37699 SHA512 cc407f68e1d82f05566cce8d19bc3f64f4b39c338629b393d3c3d7770c6c69499943c247ddc9bebf1193bab6c4896d28c3b771ed29cfa751a0b6184847a0fc4a diff --git a/sci-visualization/fig2sxd/fig2sxd-0.23.ebuild b/sci-visualization/fig2sxd/fig2sxd-0.23.ebuild new file mode 100644 index 000000000000..f1f528a263fa --- /dev/null +++ b/sci-visualization/fig2sxd/fig2sxd-0.23.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit toolchain-funcs + +DESCRIPTION="Utility to convert files in xfig format to OpenOffice.org Draw format" +HOMEPAGE="https://gitlab.com/acfbuerger/fig2sxd" +SRC_URI="https://gitlab.com/acfbuerger/fig2sxd/-/archive/v${PV}/${PN}-v${PV}.tar.bz2" +S=${WORKDIR}/${PN}-v${PV} + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos" + +DEPEND="sys-libs/zlib:=" +RDEPEND="${DEPEND}" + +DOCS=( README.md changelog ) +PATCHES=( "${FILESDIR}"/${PN}-0.20-phony-check.patch ) + +src_compile() { + emake CXXFLAGS="${CXXFLAGS}" CXX="$(tc-getCXX)" +} + +src_install() { + dobin ${PN} + doman ${PN}.1 + einstalldocs +}