Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/gsmartcontrol/
Date: Fri, 05 Oct 2018 13:55:18
Message-Id: 1538747706.3ddc3f69a4c7ad84f1a89e26487e4916024420b3.zlogene@gentoo
1 commit: 3ddc3f69a4c7ad84f1a89e26487e4916024420b3
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 5 13:54:43 2018 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 5 13:55:06 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ddc3f69
7
8 sys-apps/gsmartcontrol: Drop old
9
10 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
11 Package-Manager: Portage-2.3.49, Repoman-2.3.11
12
13 sys-apps/gsmartcontrol/Manifest | 1 -
14 sys-apps/gsmartcontrol/gsmartcontrol-1.1.1.ebuild | 47 -----------------------
15 2 files changed, 48 deletions(-)
16
17 diff --git a/sys-apps/gsmartcontrol/Manifest b/sys-apps/gsmartcontrol/Manifest
18 index e94543ef1bc..4aeefb32995 100644
19 --- a/sys-apps/gsmartcontrol/Manifest
20 +++ b/sys-apps/gsmartcontrol/Manifest
21 @@ -1,3 +1,2 @@
22 DIST gsmartcontrol-1.0.2.tar.bz2 695445 BLAKE2B cccfe2d96eab050fbcc2b99107e6a962a75c6cce492d64e40cab371f7d23cec6eaf6df7682cc0a43a8678152be3425ccd6eeb6f8743bd1a8e2edb7f4624d4238 SHA512 a9dd037fc4223afa762408bc34325fb31947822250efe32ae97b88e836c5bb68d8354d7605925b2ab7c834764ea473a14f2cd1f234577ef76730b02ad9a8b701
23 -DIST gsmartcontrol-1.1.1.tar.bz2 667372 BLAKE2B 3a1f0ba8b3083c34e32c2cca571f427f0d123e5183c593cddf150b61e855da941e9fae855a6d7cf7be5931555d67f3587db17d6f52fc77b35d27af9403425cba SHA512 fc180b85a9db232add4260856e078a578801e11b87df417a5572fab284e992c85009ab9e7d9d6213b2842097067fc119fa0183d5b0dedf8dde71fe4e9e0b38cc
24 DIST gsmartcontrol-1.1.3.tar.bz2 677998 BLAKE2B f444dd29602f6934b440650e57d5d981a3b9823a905ce3c178109b230e6536edd4f38ed0762872b38186774127a164feb7363bb45cbd80e9c0b34398c1a06092 SHA512 7a8bb79875a53d742923fc8ff8336d7fbbdaf2e1b1f64296840557997125d4dcfea9a93a5e8a834003d592083a180ee85ca0e29d3aecf0eb475a3d4fed460456
25
26 diff --git a/sys-apps/gsmartcontrol/gsmartcontrol-1.1.1.ebuild b/sys-apps/gsmartcontrol/gsmartcontrol-1.1.1.ebuild
27 deleted file mode 100644
28 index 4757ae7e238..00000000000
29 --- a/sys-apps/gsmartcontrol/gsmartcontrol-1.1.1.ebuild
30 +++ /dev/null
31 @@ -1,47 +0,0 @@
32 -# Copyright 1999-2017 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=6
36 -inherit flag-o-matic gnome2-utils
37 -
38 -DESCRIPTION="Hard disk drive health inspection tool"
39 -HOMEPAGE="https://gsmartcontrol.sourceforge.io/"
40 -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
41 -
42 -LICENSE="|| ( GPL-2 GPL-3 ) Boost-1.0 BSD Unlicense ZLIB"
43 -SLOT="0"
44 -KEYWORDS="~amd64 ~x86"
45 -IUSE="test"
46 -
47 -COMMON_DEPEND="
48 - dev-cpp/gtkmm:3.0
49 - dev-libs/libpcre:3
50 - sys-apps/smartmontools
51 -"
52 -RDEPEND="${COMMON_DEPEND}
53 - x11-apps/xmessage
54 -"
55 -DEPEND="${COMMON_DEPEND}
56 - virtual/pkgconfig
57 - test? ( dev-util/gtk-builder-convert )
58 -"
59 -
60 -DOCS="TODO" # See 'dist_doc_DATA' value in Makefile.am
61 -
62 -src_prepare() {
63 - default
64 - append-cxxflags -std=c++11
65 -}
66 -
67 -src_configure() {
68 - econf $(use test tests)
69 -}
70 -
71 -src_install() {
72 - default
73 - rm -f "${ED}"/usr/share/doc/${PF}/LICENSE_* || die
74 -}
75 -
76 -pkg_preinst() { gnome2_icon_savelist; }
77 -pkg_postinst() { gnome2_icon_cache_update; }
78 -pkg_postrm() { gnome2_icon_cache_update; }