commit: fe11ff9243aea284a26b9865d1f69942842e9bae Author: Takuya Wakazono <pastalian46 <AT> gmail <DOT> com> AuthorDate: Sat Apr 26 17:01:15 2025 +0000 Commit: Takuya Wakazono <pastalian46 <AT> gmail <DOT> com> CommitDate: Sat Apr 26 17:01:15 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=fe11ff92
gui-apps/coreshot: drop 4.5.0, 9999 Signed-off-by: Takuya Wakazono <pastalian46 <AT> gmail.com> gui-apps/coreshot/Manifest | 1 - gui-apps/coreshot/coreshot-4.5.0.ebuild | 30 ------------------------------ gui-apps/coreshot/coreshot-9999.ebuild | 30 ------------------------------ 3 files changed, 61 deletions(-) diff --git a/gui-apps/coreshot/Manifest b/gui-apps/coreshot/Manifest index e205bcb93..12e503fbb 100644 --- a/gui-apps/coreshot/Manifest +++ b/gui-apps/coreshot/Manifest @@ -1,2 +1 @@ -DIST coreshot-v4.5.0.tar.bz2 1316292 BLAKE2B 44c7bf81210fae06470070c0e6608e36ad7d961179835b1cf14f68e4b6dd1b75f00bd13f361e23923a01f09ad783180f81722fa73eb722b23567c8ff50aebb6b SHA512 1a90a5d6f17f2ba1a03361a05c632f55d916e9c4923ee1bd72d0eef111907786fa8e6b95b0113bfb97295b6a91d3d8de30a6e7ba1c534ef3b51e270360283a55 DIST coreshot-v5.0.0.tar.bz2 1316385 BLAKE2B 111fa597d514dac7a8a9d13955502b124e5083001c6f2642eec1d948bc27326f992eff70dd10b9070f667495e155c2e4e6842121e84015f87b99114d122b2c94 SHA512 ec5c06afa5cf17e35e6d9d8fdc5ff20f8846458da21ebecc6fd5ece0888dd8a2d6978da574a0e02e034d2fcc73f65d36ad69306118a6be01a8123f11f91ae3d6 diff --git a/gui-apps/coreshot/coreshot-4.5.0.ebuild b/gui-apps/coreshot/coreshot-4.5.0.ebuild deleted file mode 100644 index 57ffb074c..000000000 --- a/gui-apps/coreshot/coreshot-4.5.0.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit xdg cmake - -DESCRIPTION="A screen capture utility for C Suite" -HOMEPAGE="https://gitlab.com/cubocore/coreapps/coreshot" - -if [[ "${PV}" == *9999* ]]; then - inherit git-r3 - EGIT_REPO_URI="https://gitlab.com/cubocore/coreapps/coreshot.git" -else - SRC_URI="https://gitlab.com/cubocore/coreapps/coreshot/-/archive/v${PV}/${PN}-v${PV}.tar.bz2" - KEYWORDS="~amd64" - S="${WORKDIR}/${PN}-v${PV}" -fi - -LICENSE="GPL-3" -SLOT="0" - -DEPEND=" - dev-qt/qtcore:5 - dev-qt/qtgui:5 - dev-qt/qtwidgets:5 - dev-qt/qtx11extras:5 - gui-libs/libcprime -" -RDEPEND="${DEPEND}" diff --git a/gui-apps/coreshot/coreshot-9999.ebuild b/gui-apps/coreshot/coreshot-9999.ebuild deleted file mode 100644 index 57ffb074c..000000000 --- a/gui-apps/coreshot/coreshot-9999.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit xdg cmake - -DESCRIPTION="A screen capture utility for C Suite" -HOMEPAGE="https://gitlab.com/cubocore/coreapps/coreshot" - -if [[ "${PV}" == *9999* ]]; then - inherit git-r3 - EGIT_REPO_URI="https://gitlab.com/cubocore/coreapps/coreshot.git" -else - SRC_URI="https://gitlab.com/cubocore/coreapps/coreshot/-/archive/v${PV}/${PN}-v${PV}.tar.bz2" - KEYWORDS="~amd64" - S="${WORKDIR}/${PN}-v${PV}" -fi - -LICENSE="GPL-3" -SLOT="0" - -DEPEND=" - dev-qt/qtcore:5 - dev-qt/qtgui:5 - dev-qt/qtwidgets:5 - dev-qt/qtx11extras:5 - gui-libs/libcprime -" -RDEPEND="${DEPEND}"
