public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: sci-visualization/fig2sxd/
@ 2016-09-24 13:31 David Seifert
  0 siblings, 0 replies; 4+ messages in thread
From: David Seifert @ 2016-09-24 13:31 UTC (permalink / raw
  To: gentoo-commits

commit:     4197e3e9ed3c09d05cf7726f67f9addee67e2787
Author:     Gerhard Bräunlich <wippbox <AT> gmx <DOT> net>
AuthorDate: Fri Sep 23 08:34:59 2016 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Sep 24 13:30:34 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4197e3e9

sci-visualization/fig2sxd: Version bump to 0.22.1 + EAPI bump to 6

Package-Manager: portage-2.2.28
Closes: https://github.com/gentoo/gentoo/pull/2391

Signed-off-by: David Seifert <soap <AT> gentoo.org>

 sci-visualization/fig2sxd/Manifest              |  1 +
 sci-visualization/fig2sxd/fig2sxd-0.22.1.ebuild | 34 +++++++++++++++++++++++++
 2 files changed, 35 insertions(+)

diff --git a/sci-visualization/fig2sxd/Manifest b/sci-visualization/fig2sxd/Manifest
index e207a63..44e0a3a 100644
--- a/sci-visualization/fig2sxd/Manifest
+++ b/sci-visualization/fig2sxd/Manifest
@@ -1,2 +1,3 @@
 DIST fig2sxd_0.21-2.diff.gz 2765 SHA256 b9dd3c562b81ea820276a8b5c4c2e0049c5c201624e9b02b6fa1faf106f6b28c SHA512 7b09a837fd2f59e27869dab788b8fd75f810eadf31f54ec1c7e4445ecc13093e68bb22cfc0b8163d65ae6e661cf8ad414c03172fa10367d3c14e2b0332eb1d2f WHIRLPOOL 3d718300ea0b1a21f3e5bc126d272239ea67225930014cd0205371a82cfbf5af3356dfcf1dfd1e258642e733f4a15404883da86084226e7ab4a329a7f94ab0b8
 DIST fig2sxd_0.21.orig.tar.gz 26083 SHA256 11a47f458c1d63f1c80dd49d8bb9dfc008cdb5d4d5c9a8611c258da3fdb8150a SHA512 666975716c56cdc9e8660e81f086887edd5d7e78e3d50c528130b264eec377cae0ba2ac17467a351d46c402f9f736c7b166c0b3849abe6d0d1187c7270b99152 WHIRLPOOL ec3818ab59d485a5dbbcd9e4d90b7bfcbfba9cbfdea80ae3d759f50af4c3923e97c3e0b22a93d7211a31449678e0a7b099c463a9d6c2007f5543e3276eba5895
+DIST fig2sxd_0.22.1.orig.tar.gz 26474 SHA256 de6d740a64fde7bad0a65b3a63fe29bb7f647e28a643fc6c6740b6c197d55d73 SHA512 cc407f68e1d82f05566cce8d19bc3f64f4b39c338629b393d3c3d7770c6c69499943c247ddc9bebf1193bab6c4896d28c3b771ed29cfa751a0b6184847a0fc4a WHIRLPOOL 5276ef7a30e3f6886255723ec108b3b78ed5ca51ebe078698d3ee523ccb41b36ed861f4355f8765316f39e3aada3fa5018e9094fe3c496b383aea45456eccb06

diff --git a/sci-visualization/fig2sxd/fig2sxd-0.22.1.ebuild b/sci-visualization/fig2sxd/fig2sxd-0.22.1.ebuild
new file mode 100644
index 00000000..f341f50
--- /dev/null
+++ b/sci-visualization/fig2sxd/fig2sxd-0.22.1.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit toolchain-funcs
+
+DESCRIPTION="Utility to convert files in xfig format to OpenOffice.org Draw format"
+LICENSE="GPL-2"
+
+HOMEPAGE="https://sourceforge.net/projects/fig2sxd"
+SRC_URI="mirror://sourceforge/${PN}/${PN}_${PV}.orig.tar.gz"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
+IUSE=""
+
+RDEPEND="sys-libs/zlib"
+DEPEND="${RDEPEND}"
+
+PATCHES=( "${FILESDIR}"/${PN}-0.20-phony-check.patch )
+
+DOCS=( changelog )
+
+src_compile() {
+	emake CXXFLAGS="${CXXFLAGS}" CXX="$(tc-getCXX)"
+}
+
+src_install() {
+	dobin ${PN}
+	doman ${PN}.1
+	einstalldocs
+}


^ permalink raw reply related	[flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-visualization/fig2sxd/
@ 2024-04-28  7:05 Arthur Zamarin
  0 siblings, 0 replies; 4+ messages in thread
From: Arthur Zamarin @ 2024-04-28  7:05 UTC (permalink / raw
  To: gentoo-commits

commit:     7df904744448c50692eb1c5c08276a3c3c2c1304
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 28 07:04:34 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sun Apr 28 07:05:14 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7df90474

sci-visualization/fig2sxd: add gitlab upstream metadata

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 sci-visualization/fig2sxd/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sci-visualization/fig2sxd/metadata.xml b/sci-visualization/fig2sxd/metadata.xml
index 456f8bb98f66..170cb523c066 100644
--- a/sci-visualization/fig2sxd/metadata.xml
+++ b/sci-visualization/fig2sxd/metadata.xml
@@ -7,5 +7,6 @@
   </maintainer>
   <upstream>
     <remote-id type="sourceforge">fig2sxd</remote-id>
+    <remote-id type="gitlab">acfbuerger/fig2sxd</remote-id>
   </upstream>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-visualization/fig2sxd/
@ 2024-04-28  7:05 Arthur Zamarin
  0 siblings, 0 replies; 4+ messages in thread
From: Arthur Zamarin @ 2024-04-28  7:05 UTC (permalink / raw
  To: gentoo-commits

commit:     7064e5d2b9c7d0726fe609a349729721d933162d
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 28 07:03:01 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> 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 <arthurzam <AT> 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
+}


^ permalink raw reply related	[flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-visualization/fig2sxd/
@ 2024-05-10 16:45 Arthur Zamarin
  0 siblings, 0 replies; 4+ messages in thread
From: Arthur Zamarin @ 2024-05-10 16:45 UTC (permalink / raw
  To: gentoo-commits

commit:     d37183f3edc9871d88a15464e66666da6b3937de
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri May 10 16:37:00 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri May 10 16:45:18 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d37183f3

sci-visualization/fig2sxd: drop 0.22.1, EAPI6--

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 sci-visualization/fig2sxd/Manifest              |  1 -
 sci-visualization/fig2sxd/fig2sxd-0.22.1.ebuild | 32 -------------------------
 2 files changed, 33 deletions(-)

diff --git a/sci-visualization/fig2sxd/Manifest b/sci-visualization/fig2sxd/Manifest
index 400b8bd3a525..3a767936f57f 100644
--- a/sci-visualization/fig2sxd/Manifest
+++ b/sci-visualization/fig2sxd/Manifest
@@ -1,2 +1 @@
 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.22.1.ebuild b/sci-visualization/fig2sxd/fig2sxd-0.22.1.ebuild
deleted file mode 100644
index c14e1dc4c550..000000000000
--- a/sci-visualization/fig2sxd/fig2sxd-0.22.1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit toolchain-funcs
-
-DESCRIPTION="Utility to convert files in xfig format to OpenOffice.org Draw format"
-LICENSE="GPL-2"
-
-HOMEPAGE="https://sourceforge.net/projects/fig2sxd"
-SRC_URI="https://downloads.sourceforge.net/${PN}/${PN}_${PV}.orig.tar.gz"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
-IUSE=""
-
-RDEPEND="sys-libs/zlib"
-DEPEND="${RDEPEND}"
-
-DOCS=( 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
-}


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

end of thread, other threads:[~2024-05-10 16:45 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-24 13:31 [gentoo-commits] repo/gentoo:master commit in: sci-visualization/fig2sxd/ David Seifert
  -- strict thread matches above, loose matches on Subject: below --
2024-04-28  7:05 Arthur Zamarin
2024-04-28  7:05 Arthur Zamarin
2024-05-10 16:45 Arthur Zamarin

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