From 8234174b0455dd6d6656a24155014c4fba8fad49 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Tue, 13 Feb 2024 17:36:25 +0000 Subject: gentoo auto-resync : 13:02:2024 - 17:36:25 --- sci-visualization/xgraph/Manifest | 2 +- sci-visualization/xgraph/xgraph-12.1-r4.ebuild | 42 ------------------------ sci-visualization/xgraph/xgraph-12.1-r5.ebuild | 44 ++++++++++++++++++++++++++ 3 files changed, 45 insertions(+), 43 deletions(-) delete mode 100644 sci-visualization/xgraph/xgraph-12.1-r4.ebuild create mode 100644 sci-visualization/xgraph/xgraph-12.1-r5.ebuild (limited to 'sci-visualization/xgraph') diff --git a/sci-visualization/xgraph/Manifest b/sci-visualization/xgraph/Manifest index 645c46a4ebe4..505d91160570 100644 --- a/sci-visualization/xgraph/Manifest +++ b/sci-visualization/xgraph/Manifest @@ -1,4 +1,4 @@ DIST xgraph-12.1.tar.gz 145278 BLAKE2B c7c35b8e6b729c0ee977b86a00ff3e27bab3dc51cd75a514cd3efa37c8d625106498428146b7e274bf06a1bf8ce1fd2a50a5bf8608cf0459eb3e3bd51ea39aa3 SHA512 67c1faea0f423717cf97c4613e7c288ad17e952f7f0c7cc555d3d3cffaaef890b3b8d77f9421ab5842f8c65dea3393820e296b38d7a3eae2a0b80eb0b8fc948c DIST xgraph_12.1-16.debian.tar.gz 23154 BLAKE2B 02e88cca274c3af0c98873f742b82e9e9dbce6622a37115eb2020800c85473011cb24adbd3bc507a14eaaa4a79ad3664a9ffd0f7fb5ea419f1941ee6da44fdc0 SHA512 6942d85d453a63191b11f6f52bee592c765023068d022e62b94b6fc6b0ed46ce57c9cc00bfcb53cd5f943997cef23724513c1433cdfbf11c7debac5760de1d26 -EBUILD xgraph-12.1-r4.ebuild 994 BLAKE2B 9be8ddfc750950169a714f3e0fdead8eef7b7986d012b1c962781b1106c71648f295b88eddbc0fb08e99c5f262ea22878e19c9fcf46c4ae07bb7d459f00b5996 SHA512 1142479dabc7d6a39e4fd421b95803af61a0a4da4d0edd759f7e2a3f36a7eccf42bb3ed6cd5ec64cc811528a58c8bb5c15e8fa053ad573ae4b800f4ed05280d6 +EBUILD xgraph-12.1-r5.ebuild 992 BLAKE2B ea609531ef700d0d658063aff5395dca3e99e53b47ad970d06c7d3b2e27b480157f9c9715d660587d8ea07c16acfb5744c486dd34745cfce37074daa791419b3 SHA512 3818d834352a5eba29520c95a4f340189a25696071e8dd40e1f2e183dc7998b9331fa6e2c60218b14aeb122060ffa92b5a445b2ad7e165488a7392dece3d768a MISC metadata.xml 774 BLAKE2B c6fcda0bc8f12ea77d5de149218b3d8a796452fe200875d18e12280300c6047f1d0af4645b4b4f21720098d1340946eb1cfa3de35ceb94cac0b6993bb919cce4 SHA512 84e685eef2847d1f5f897ef480f2176039a9f4f0857a41e495e39137d7e0970de88ceb90929bd755b81e3276ece0aad6b5495f94eaa5941fc5d8a61577260d80 diff --git a/sci-visualization/xgraph/xgraph-12.1-r4.ebuild b/sci-visualization/xgraph/xgraph-12.1-r4.ebuild deleted file mode 100644 index ecb3cd30908b..000000000000 --- a/sci-visualization/xgraph/xgraph-12.1-r4.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit autotools - -DEB_PR=16 - -DESCRIPTION="X11 Plotting Utility" -HOMEPAGE="http://www.isi.edu/nsnam/xgraph/" -SRC_URI="http://www.isi.edu/nsnam/dist/${P}.tar.gz - mirror://debian/pool/main/${PN:0:1}/${PN}/${PN}_${PV}-${DEB_PR}.debian.tar.gz" - -LICENSE="xgraph" -SLOT="0" -KEYWORDS="~amd64 ~arm64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos" -IUSE="examples" -RDEPEND="x11-libs/libSM - x11-libs/libX11" -DEPEND="${RDEPEND}" - -PATCHES=( "${WORKDIR}"/debian/patches/debian-changes ) - -src_prepare() { - default - rm -f configure.in Makefile.in || die - eautoreconf -} - -src_install() { - default - dodoc "${WORKDIR}"/debian/changelog - if use examples; then - dodoc -r examples - docompress -x /usr/share/doc/${PF}/examples - fi - dodir /usr/share/man/man1 - mv "${ED%/}"/usr/share/man/manm/xgraph.man \ - "${ED%/}"/usr/share/man/man1/xgraph.1 || die - rm -r "${ED%/}"/usr/share/man/manm || die -} diff --git a/sci-visualization/xgraph/xgraph-12.1-r5.ebuild b/sci-visualization/xgraph/xgraph-12.1-r5.ebuild new file mode 100644 index 000000000000..9fbcd83e6526 --- /dev/null +++ b/sci-visualization/xgraph/xgraph-12.1-r5.ebuild @@ -0,0 +1,44 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit autotools + +DEB_PR=16 + +DESCRIPTION="X11 Plotting Utility" +HOMEPAGE="https://www.isi.edu/nsnam/xgraph/" +SRC_URI="https://www.isi.edu/nsnam/dist/${P}.tar.gz + mirror://debian/pool/main/${PN:0:1}/${PN}/${PN}_${PV}-${DEB_PR}.debian.tar.gz" + +LICENSE="xgraph" +SLOT="0" +KEYWORDS="~amd64 ~arm64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos" +IUSE="examples" + +RDEPEND="x11-libs/libSM + x11-libs/libX11" +DEPEND="${RDEPEND}" + +PATCHES=( "${WORKDIR}"/debian/patches/debian-changes ) + +src_prepare() { + default + rm -f configure.in Makefile.in || die + eautoreconf +} + +src_install() { + default + dodoc "${WORKDIR}"/debian/changelog + if use examples; then + dodoc -r examples + docompress -x /usr/share/doc/${PF}/examples + fi + dodir /usr/share/man/man1 + + mv "${ED}"/usr/share/man/manm/xgraph.man \ + "${ED}"/usr/share/man/man1/xgraph.1 || die + rm -r "${ED}"/usr/share/man/manm || die +} -- cgit v1.2.3