commit: 6355698a0eda52d2f5855a622b9fdde536db3dac Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Sat Feb 21 10:53:06 2026 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Sun Feb 22 17:32:52 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6355698a
sys-apps/gsmartcontrol: drop 1.1.4-r1 Bug: https://bugs.gentoo.org/947956 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> sys-apps/gsmartcontrol/Manifest | 1 - .../gsmartcontrol/gsmartcontrol-1.1.4-r1.ebuild | 38 ---------------------- 2 files changed, 39 deletions(-) diff --git a/sys-apps/gsmartcontrol/Manifest b/sys-apps/gsmartcontrol/Manifest index 26eb8cb2711e..b08b56cc53a7 100644 --- a/sys-apps/gsmartcontrol/Manifest +++ b/sys-apps/gsmartcontrol/Manifest @@ -1,2 +1 @@ -DIST gsmartcontrol-1.1.4.tar.bz2 691155 BLAKE2B 484452b85e848ca9d0539f9fb9e63fc60f837d5e5de1d85d6ef6340fba194ea52cb2026682b263b1391a59eee4ee846dad3863dc1f0bd00296015ddcf86dda9a SHA512 a59147f7adb76fa1cfc55198d175b38f7840c0ec07563bc020757d7609891c8f67953b87a867235821f90c52bc3c8e40a8d8a57a1429e4b75a3afb3a2ada42f1 DIST gsmartcontrol-2.0.1.tar.gz 1456341 BLAKE2B aaeb586d13b36c37dae78856dde4b929929b45d77ec741b75a4e6cbf42b0aa3c14d3525cc6ef61472a986dcd216e97aeed92d09ef330725641111fb3964b6660 SHA512 e5c1e3981d076c61cf73b69561a51a1099a1f593d3fe892048cd3fae79c241cd5533364404d46f32d385f044dd256f5e3cc68213f82063451cf1e3fda413c541 diff --git a/sys-apps/gsmartcontrol/gsmartcontrol-1.1.4-r1.ebuild b/sys-apps/gsmartcontrol/gsmartcontrol-1.1.4-r1.ebuild deleted file mode 100644 index d26a5d13850e..000000000000 --- a/sys-apps/gsmartcontrol/gsmartcontrol-1.1.4-r1.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit flag-o-matic xdg - -DESCRIPTION="Hard disk drive health inspection tool" -HOMEPAGE="https://gsmartcontrol.sourceforge.io/" -SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.tar.bz2" - -LICENSE="|| ( GPL-2 GPL-3 ) Boost-1.0 BSD Unlicense ZLIB" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="test" -RESTRICT="!test? ( test )" - -DEPEND="dev-cpp/gtkmm:3.0 - dev-libs/libpcre:3[cxx] - sys-apps/smartmontools" -RDEPEND="${DEPEND} - x11-apps/xmessage" -BDEPEND="virtual/pkgconfig - test? ( dev-util/gtk-builder-convert )" - -DOCS=( TODO ) # See 'dist_doc_DATA' value in Makefile.am - -src_configure() { - append-cxxflags -std=c++11 - - econf $(use test tests) -} - -src_install() { - default - - rm "${ED}"/usr/share/doc/${PF}/LICENSE_* || die -}
