From bc2f5224df1936e2e161d74a34ee85dd668dc1bc Mon Sep 17 00:00:00 2001 From: Ryan Fox Date: Sat, 1 Jun 2024 17:34:25 -0700 Subject: [PATCH] sci-visualization/plots: treeclean I've migrated to Graphs. --- sci-visualization/plots/Manifest | 2 -- sci-visualization/plots/metadata.xml | 11 ------- sci-visualization/plots/plots-0.8.4.ebuild | 38 ---------------------- sci-visualization/plots/plots-0.8.5.ebuild | 38 ---------------------- sci-visualization/plots/plots-9999.ebuild | 38 ---------------------- 5 files changed, 127 deletions(-) delete mode 100644 sci-visualization/plots/Manifest delete mode 100644 sci-visualization/plots/metadata.xml delete mode 100644 sci-visualization/plots/plots-0.8.4.ebuild delete mode 100644 sci-visualization/plots/plots-0.8.5.ebuild delete mode 100644 sci-visualization/plots/plots-9999.ebuild diff --git a/sci-visualization/plots/Manifest b/sci-visualization/plots/Manifest deleted file mode 100644 index f3d5ba2..0000000 --- a/sci-visualization/plots/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST plots-0.8.4.gh.tar.gz 1407427 BLAKE2B fd4fc4f65febd40b77b850ed25af07bdf1ec49f9f65bad7a548562b603e55980d5cad982ec7b3943e2ab8abbef056da90bebdcc309511ecf74f6e164d0e34782 SHA512 99da39333c472112cd47c61acd3e420ab18c2796fc5df1d3844bb6b42c2fd8de9d531ecd729b1e259698180376e449214c2d17acfcd0e7b79bc5aad99f29b4a0 -DIST plots-0.8.5.gh.tar.gz 1420262 BLAKE2B d214380193a01b01fac276014f3535aeac36114b17a080d4e645899b04a9c99aa36906ab4cba59ea0850825a50a9959475bdb5496b52c9780c0a3f1819e3b649 SHA512 d9fc9e9f0c5e0e5a3d828e6eeb59aebe68a121c16db7c424239776384a52905dd4c366570a5a37aa43e418767380cd15cae9e11e4e2efd4d632fbc2c8f363e42 diff --git a/sci-visualization/plots/metadata.xml b/sci-visualization/plots/metadata.xml deleted file mode 100644 index 83587de..0000000 --- a/sci-visualization/plots/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - flewkey@2a03.party - Ryan Fox - - - alexhuntley/Plots - - diff --git a/sci-visualization/plots/plots-0.8.4.ebuild b/sci-visualization/plots/plots-0.8.4.ebuild deleted file mode 100644 index 00c89a5..0000000 --- a/sci-visualization/plots/plots-0.8.4.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8..11} ) - -inherit distutils-r1 - -if [[ ${PV} == 9999 ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/alexhuntley/Plots.git" -else - SRC_URI="https://github.com/alexhuntley/Plots/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz" - KEYWORDS="~amd64" - MY_PN="Plots" - MY_P="${MY_PN}-${PV}" - S="${WORKDIR}/${MY_P}" -fi - -DESCRIPTION="Graph plotting app for GNOME" -HOMEPAGE="https://github.com/alexhuntley/Plots" -LICENSE="GPL-3" -SLOT="0" -RESTRICT="test" - -DEPEND="" -RDEPEND=" - dev-python/freetype-py[${PYTHON_USEDEP}] - dev-python/jinja[${PYTHON_USEDEP}] - dev-python/lark[${PYTHON_USEDEP}] - dev-python/numpy[${PYTHON_USEDEP}] - dev-python/pyglm[${PYTHON_USEDEP}] - dev-python/pygobject[${PYTHON_USEDEP}] - dev-python/pyopengl[${PYTHON_USEDEP}] -" -BDEPEND="" diff --git a/sci-visualization/plots/plots-0.8.5.ebuild b/sci-visualization/plots/plots-0.8.5.ebuild deleted file mode 100644 index 00c89a5..0000000 --- a/sci-visualization/plots/plots-0.8.5.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8..11} ) - -inherit distutils-r1 - -if [[ ${PV} == 9999 ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/alexhuntley/Plots.git" -else - SRC_URI="https://github.com/alexhuntley/Plots/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz" - KEYWORDS="~amd64" - MY_PN="Plots" - MY_P="${MY_PN}-${PV}" - S="${WORKDIR}/${MY_P}" -fi - -DESCRIPTION="Graph plotting app for GNOME" -HOMEPAGE="https://github.com/alexhuntley/Plots" -LICENSE="GPL-3" -SLOT="0" -RESTRICT="test" - -DEPEND="" -RDEPEND=" - dev-python/freetype-py[${PYTHON_USEDEP}] - dev-python/jinja[${PYTHON_USEDEP}] - dev-python/lark[${PYTHON_USEDEP}] - dev-python/numpy[${PYTHON_USEDEP}] - dev-python/pyglm[${PYTHON_USEDEP}] - dev-python/pygobject[${PYTHON_USEDEP}] - dev-python/pyopengl[${PYTHON_USEDEP}] -" -BDEPEND="" diff --git a/sci-visualization/plots/plots-9999.ebuild b/sci-visualization/plots/plots-9999.ebuild deleted file mode 100644 index 00c89a5..0000000 --- a/sci-visualization/plots/plots-9999.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8..11} ) - -inherit distutils-r1 - -if [[ ${PV} == 9999 ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/alexhuntley/Plots.git" -else - SRC_URI="https://github.com/alexhuntley/Plots/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz" - KEYWORDS="~amd64" - MY_PN="Plots" - MY_P="${MY_PN}-${PV}" - S="${WORKDIR}/${MY_P}" -fi - -DESCRIPTION="Graph plotting app for GNOME" -HOMEPAGE="https://github.com/alexhuntley/Plots" -LICENSE="GPL-3" -SLOT="0" -RESTRICT="test" - -DEPEND="" -RDEPEND=" - dev-python/freetype-py[${PYTHON_USEDEP}] - dev-python/jinja[${PYTHON_USEDEP}] - dev-python/lark[${PYTHON_USEDEP}] - dev-python/numpy[${PYTHON_USEDEP}] - dev-python/pyglm[${PYTHON_USEDEP}] - dev-python/pygobject[${PYTHON_USEDEP}] - dev-python/pyopengl[${PYTHON_USEDEP}] -" -BDEPEND=""