[gentoo-commits] repo/gentoo:master commit in: sys-apps/gsmartcontrol/

2022-12-17 Thread Sam James
commit: 1c966dd085695591ff6bb65cfc5acd421a45ad54
Author: Sam James  gentoo  org>
AuthorDate: Sun Dec 18 03:22:45 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Dec 18 04:01:24 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c966dd0

sys-apps/gsmartcontrol: depend on dev-libs/libpcre[cxx]

Closes: https://bugs.gentoo.org/832152
Signed-off-by: Sam James  gentoo.org>

 .../{gsmartcontrol-1.1.4.ebuild => gsmartcontrol-1.1.4-r1.ebuild}   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/gsmartcontrol/gsmartcontrol-1.1.4.ebuild 
b/sys-apps/gsmartcontrol/gsmartcontrol-1.1.4-r1.ebuild
similarity index 96%
rename from sys-apps/gsmartcontrol/gsmartcontrol-1.1.4.ebuild
rename to sys-apps/gsmartcontrol/gsmartcontrol-1.1.4-r1.ebuild
index 472ebfc3afaf..2abd71879045 100644
--- a/sys-apps/gsmartcontrol/gsmartcontrol-1.1.4.ebuild
+++ b/sys-apps/gsmartcontrol/gsmartcontrol-1.1.4-r1.ebuild
@@ -16,7 +16,7 @@ IUSE="test"
 RESTRICT="!test? ( test )"
 
 DEPEND="dev-cpp/gtkmm:3.0
-   dev-libs/libpcre:3
+   dev-libs/libpcre:3[cxx]
sys-apps/smartmontools"
 RDEPEND="${DEPEND}
x11-apps/xmessage"



[gentoo-commits] repo/gentoo:master commit in: sys-apps/gsmartcontrol/

2022-09-18 Thread Andreas Sturmlechner
commit: da8e66d6b4314701e2aaf97f4a8caa43f9c898dc
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Aug 31 05:31:41 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Sep 18 18:36:45 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da8e66d6

sys-apps/gsmartcontrol: drop 1.1.3, EAPI-6--

Closes: https://bugs.gentoo.org/867553
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 sys-apps/gsmartcontrol/Manifest   |  1 -
 sys-apps/gsmartcontrol/gsmartcontrol-1.1.3.ebuild | 48 ---
 2 files changed, 49 deletions(-)

diff --git a/sys-apps/gsmartcontrol/Manifest b/sys-apps/gsmartcontrol/Manifest
index 671bd3bb3382..aea538f805bd 100644
--- a/sys-apps/gsmartcontrol/Manifest
+++ b/sys-apps/gsmartcontrol/Manifest
@@ -1,2 +1 @@
-DIST gsmartcontrol-1.1.3.tar.bz2 677998 BLAKE2B 
f444dd29602f6934b440650e57d5d981a3b9823a905ce3c178109b230e6536edd4f38ed0762872b38186774127a164feb7363bb45cbd80e9c0b34398c1a06092
 SHA512 
7a8bb79875a53d742923fc8ff8336d7fbbdaf2e1b1f64296840557997125d4dcfea9a93a5e8a834003d592083a180ee85ca0e29d3aecf0eb475a3d4fed460456
 DIST gsmartcontrol-1.1.4.tar.bz2 691155 BLAKE2B 
484452b85e848ca9d0539f9fb9e63fc60f837d5e5de1d85d6ef6340fba194ea52cb2026682b263b1391a59eee4ee846dad3863dc1f0bd00296015ddcf86dda9a
 SHA512 
a59147f7adb76fa1cfc55198d175b38f7840c0ec07563bc020757d7609891c8f67953b87a867235821f90c52bc3c8e40a8d8a57a1429e4b75a3afb3a2ada42f1

diff --git a/sys-apps/gsmartcontrol/gsmartcontrol-1.1.3.ebuild 
b/sys-apps/gsmartcontrol/gsmartcontrol-1.1.3.ebuild
deleted file mode 100644
index 66da4d4c59b9..
--- a/sys-apps/gsmartcontrol/gsmartcontrol-1.1.3.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit flag-o-matic gnome2-utils
-
-DESCRIPTION="Hard disk drive health inspection tool"
-HOMEPAGE="https://gsmartcontrol.sourceforge.io/;
-SRC_URI="mirror://sourceforge/${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 )"
-
-COMMON_DEPEND="
-   dev-cpp/gtkmm:3.0
-   dev-libs/libpcre:3
-   sys-apps/smartmontools
-"
-RDEPEND="${COMMON_DEPEND}
-   x11-apps/xmessage
-"
-DEPEND="${COMMON_DEPEND}
-   virtual/pkgconfig
-   test? ( dev-util/gtk-builder-convert )
-"
-
-DOCS="TODO" # See 'dist_doc_DATA' value in Makefile.am
-
-src_prepare() {
-   default
-   append-cxxflags -std=c++11
-}
-
-src_configure() {
-   econf $(use test tests)
-}
-
-src_install() {
-   default
-   rm -f "${ED}"/usr/share/doc/${PF}/LICENSE_* || die
-}
-
-pkg_preinst() { gnome2_icon_savelist; }
-pkg_postinst() { gnome2_icon_cache_update; }
-pkg_postrm() { gnome2_icon_cache_update; }



[gentoo-commits] repo/gentoo:master commit in: sys-apps/gsmartcontrol/

2022-08-30 Thread Agostino Sarubbo
commit: 8fa48e04d8893cfdc840d4bd05d5e0a3637a3f4b
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Aug 31 05:16:16 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Aug 31 05:16:16 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fa48e04

sys-apps/gsmartcontrol: x86 stable wrt bug #867553

Signed-off-by: Agostino Sarubbo  gentoo.org>

 sys-apps/gsmartcontrol/gsmartcontrol-1.1.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/gsmartcontrol/gsmartcontrol-1.1.4.ebuild 
b/sys-apps/gsmartcontrol/gsmartcontrol-1.1.4.ebuild
index 99e415b091fd..472ebfc3afaf 100644
--- a/sys-apps/gsmartcontrol/gsmartcontrol-1.1.4.ebuild
+++ b/sys-apps/gsmartcontrol/gsmartcontrol-1.1.4.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
 
 LICENSE="|| ( GPL-2 GPL-3 ) Boost-1.0 BSD Unlicense ZLIB"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: sys-apps/gsmartcontrol/

2022-08-30 Thread Agostino Sarubbo
commit: 095c7d83f6b54275008dfe25edb155bc84c0030f
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Aug 31 05:12:53 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Aug 31 05:12:53 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=095c7d83

sys-apps/gsmartcontrol: amd64 stable wrt bug #867553

Signed-off-by: Agostino Sarubbo  gentoo.org>

 sys-apps/gsmartcontrol/gsmartcontrol-1.1.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/gsmartcontrol/gsmartcontrol-1.1.4.ebuild 
b/sys-apps/gsmartcontrol/gsmartcontrol-1.1.4.ebuild
index 2dc9c0c0ebad..99e415b091fd 100644
--- a/sys-apps/gsmartcontrol/gsmartcontrol-1.1.4.ebuild
+++ b/sys-apps/gsmartcontrol/gsmartcontrol-1.1.4.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
 
 LICENSE="|| ( GPL-2 GPL-3 ) Boost-1.0 BSD Unlicense ZLIB"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: sys-apps/gsmartcontrol/

2022-07-28 Thread Sam James
commit: 308efeb5d07b1ee1663dba4bc65f370a7f5c8528
Author: Sam James  gentoo  org>
AuthorDate: Thu Jul 28 12:51:29 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jul 28 13:19:00 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=308efeb5

sys-apps/gsmartcontrol: add github upstream metadata

Signed-off-by: Sam James  gentoo.org>

 sys-apps/gsmartcontrol/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sys-apps/gsmartcontrol/metadata.xml 
b/sys-apps/gsmartcontrol/metadata.xml
index e72f0c9fbf35..46eb3aab15c3 100644
--- a/sys-apps/gsmartcontrol/metadata.xml
+++ b/sys-apps/gsmartcontrol/metadata.xml
@@ -6,6 +6,7 @@
Gentoo Base System


+   ashaduri/gsmartcontrol
gsmartcontrol

 



[gentoo-commits] repo/gentoo:master commit in: sys-apps/gsmartcontrol/

2022-04-02 Thread Sam James
commit: 15e6dffa3680104216b0158e3f8ef477100a7f46
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr  3 03:40:26 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr  3 03:41:14 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15e6dffa

sys-apps/gsmartcontrol: add 1.1.4

Signed-off-by: Sam James  gentoo.org>

 sys-apps/gsmartcontrol/Manifest   |  1 +
 sys-apps/gsmartcontrol/gsmartcontrol-1.1.4.ebuild | 38 +++
 2 files changed, 39 insertions(+)

diff --git a/sys-apps/gsmartcontrol/Manifest b/sys-apps/gsmartcontrol/Manifest
index 53cbcb9a1493..671bd3bb3382 100644
--- a/sys-apps/gsmartcontrol/Manifest
+++ b/sys-apps/gsmartcontrol/Manifest
@@ -1 +1,2 @@
 DIST gsmartcontrol-1.1.3.tar.bz2 677998 BLAKE2B 
f444dd29602f6934b440650e57d5d981a3b9823a905ce3c178109b230e6536edd4f38ed0762872b38186774127a164feb7363bb45cbd80e9c0b34398c1a06092
 SHA512 
7a8bb79875a53d742923fc8ff8336d7fbbdaf2e1b1f64296840557997125d4dcfea9a93a5e8a834003d592083a180ee85ca0e29d3aecf0eb475a3d4fed460456
+DIST gsmartcontrol-1.1.4.tar.bz2 691155 BLAKE2B 
484452b85e848ca9d0539f9fb9e63fc60f837d5e5de1d85d6ef6340fba194ea52cb2026682b263b1391a59eee4ee846dad3863dc1f0bd00296015ddcf86dda9a
 SHA512 
a59147f7adb76fa1cfc55198d175b38f7840c0ec07563bc020757d7609891c8f67953b87a867235821f90c52bc3c8e40a8d8a57a1429e4b75a3afb3a2ada42f1

diff --git a/sys-apps/gsmartcontrol/gsmartcontrol-1.1.4.ebuild 
b/sys-apps/gsmartcontrol/gsmartcontrol-1.1.4.ebuild
new file mode 100644
index ..2dc9c0c0ebad
--- /dev/null
+++ b/sys-apps/gsmartcontrol/gsmartcontrol-1.1.4.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2022 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="mirror://sourceforge/${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
+   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
+}



[gentoo-commits] repo/gentoo:master commit in: sys-apps/gsmartcontrol/

2021-05-14 Thread David Seifert
commit: 46622cf68bc298f7d77c20cebc18c11f90855457
Author: David Seifert  gentoo  org>
AuthorDate: Fri May 14 22:12:49 2021 +
Commit: David Seifert  gentoo  org>
CommitDate: Fri May 14 22:12:49 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46622cf6

sys-apps/gsmartcontrol: drop 1.0.2

Signed-off-by: David Seifert  gentoo.org>

 sys-apps/gsmartcontrol/Manifest   |  1 -
 sys-apps/gsmartcontrol/gsmartcontrol-1.0.2.ebuild | 48 ---
 2 files changed, 49 deletions(-)

diff --git a/sys-apps/gsmartcontrol/Manifest b/sys-apps/gsmartcontrol/Manifest
index 4aeefb32995..53cbcb9a149 100644
--- a/sys-apps/gsmartcontrol/Manifest
+++ b/sys-apps/gsmartcontrol/Manifest
@@ -1,2 +1 @@
-DIST gsmartcontrol-1.0.2.tar.bz2 695445 BLAKE2B 
cccfe2d96eab050fbcc2b99107e6a962a75c6cce492d64e40cab371f7d23cec6eaf6df7682cc0a43a8678152be3425ccd6eeb6f8743bd1a8e2edb7f4624d4238
 SHA512 
a9dd037fc4223afa762408bc34325fb31947822250efe32ae97b88e836c5bb68d8354d7605925b2ab7c834764ea473a14f2cd1f234577ef76730b02ad9a8b701
 DIST gsmartcontrol-1.1.3.tar.bz2 677998 BLAKE2B 
f444dd29602f6934b440650e57d5d981a3b9823a905ce3c178109b230e6536edd4f38ed0762872b38186774127a164feb7363bb45cbd80e9c0b34398c1a06092
 SHA512 
7a8bb79875a53d742923fc8ff8336d7fbbdaf2e1b1f64296840557997125d4dcfea9a93a5e8a834003d592083a180ee85ca0e29d3aecf0eb475a3d4fed460456

diff --git a/sys-apps/gsmartcontrol/gsmartcontrol-1.0.2.ebuild 
b/sys-apps/gsmartcontrol/gsmartcontrol-1.0.2.ebuild
deleted file mode 100644
index 66da4d4c59b..000
--- a/sys-apps/gsmartcontrol/gsmartcontrol-1.0.2.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit flag-o-matic gnome2-utils
-
-DESCRIPTION="Hard disk drive health inspection tool"
-HOMEPAGE="https://gsmartcontrol.sourceforge.io/;
-SRC_URI="mirror://sourceforge/${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 )"
-
-COMMON_DEPEND="
-   dev-cpp/gtkmm:3.0
-   dev-libs/libpcre:3
-   sys-apps/smartmontools
-"
-RDEPEND="${COMMON_DEPEND}
-   x11-apps/xmessage
-"
-DEPEND="${COMMON_DEPEND}
-   virtual/pkgconfig
-   test? ( dev-util/gtk-builder-convert )
-"
-
-DOCS="TODO" # See 'dist_doc_DATA' value in Makefile.am
-
-src_prepare() {
-   default
-   append-cxxflags -std=c++11
-}
-
-src_configure() {
-   econf $(use test tests)
-}
-
-src_install() {
-   default
-   rm -f "${ED}"/usr/share/doc/${PF}/LICENSE_* || die
-}
-
-pkg_preinst() { gnome2_icon_savelist; }
-pkg_postinst() { gnome2_icon_cache_update; }
-pkg_postrm() { gnome2_icon_cache_update; }



[gentoo-commits] repo/gentoo:master commit in: sys-apps/gsmartcontrol/

2018-10-05 Thread Mikle Kolyada
commit: f23077be0e0420ce8b332d4c576cfba8b4c9284a
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri Oct  5 13:54:18 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri Oct  5 13:55:05 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f23077be

sys-apps/gsmartcontrol: amd64 stable wrt bug #664360

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11

 sys-apps/gsmartcontrol/gsmartcontrol-1.1.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/gsmartcontrol/gsmartcontrol-1.1.3.ebuild 
b/sys-apps/gsmartcontrol/gsmartcontrol-1.1.3.ebuild
index 3ca397d3018..b5b1c6d8212 100644
--- a/sys-apps/gsmartcontrol/gsmartcontrol-1.1.3.ebuild
+++ b/sys-apps/gsmartcontrol/gsmartcontrol-1.1.3.ebuild
@@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
 
 LICENSE="|| ( GPL-2 GPL-3 ) Boost-1.0 BSD Unlicense ZLIB"
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 IUSE="test"
 
 COMMON_DEPEND="



[gentoo-commits] repo/gentoo:master commit in: sys-apps/gsmartcontrol/

2018-10-05 Thread Mikle Kolyada
commit: 3ddc3f69a4c7ad84f1a89e26487e4916024420b3
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri Oct  5 13:54:43 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri Oct  5 13:55:06 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ddc3f69

sys-apps/gsmartcontrol: Drop old

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11

 sys-apps/gsmartcontrol/Manifest   |  1 -
 sys-apps/gsmartcontrol/gsmartcontrol-1.1.1.ebuild | 47 ---
 2 files changed, 48 deletions(-)

diff --git a/sys-apps/gsmartcontrol/Manifest b/sys-apps/gsmartcontrol/Manifest
index e94543ef1bc..4aeefb32995 100644
--- a/sys-apps/gsmartcontrol/Manifest
+++ b/sys-apps/gsmartcontrol/Manifest
@@ -1,3 +1,2 @@
 DIST gsmartcontrol-1.0.2.tar.bz2 695445 BLAKE2B 
cccfe2d96eab050fbcc2b99107e6a962a75c6cce492d64e40cab371f7d23cec6eaf6df7682cc0a43a8678152be3425ccd6eeb6f8743bd1a8e2edb7f4624d4238
 SHA512 
a9dd037fc4223afa762408bc34325fb31947822250efe32ae97b88e836c5bb68d8354d7605925b2ab7c834764ea473a14f2cd1f234577ef76730b02ad9a8b701
-DIST gsmartcontrol-1.1.1.tar.bz2 667372 BLAKE2B 
3a1f0ba8b3083c34e32c2cca571f427f0d123e5183c593cddf150b61e855da941e9fae855a6d7cf7be5931555d67f3587db17d6f52fc77b35d27af9403425cba
 SHA512 
fc180b85a9db232add4260856e078a578801e11b87df417a5572fab284e992c85009ab9e7d9d6213b2842097067fc119fa0183d5b0dedf8dde71fe4e9e0b38cc
 DIST gsmartcontrol-1.1.3.tar.bz2 677998 BLAKE2B 
f444dd29602f6934b440650e57d5d981a3b9823a905ce3c178109b230e6536edd4f38ed0762872b38186774127a164feb7363bb45cbd80e9c0b34398c1a06092
 SHA512 
7a8bb79875a53d742923fc8ff8336d7fbbdaf2e1b1f64296840557997125d4dcfea9a93a5e8a834003d592083a180ee85ca0e29d3aecf0eb475a3d4fed460456

diff --git a/sys-apps/gsmartcontrol/gsmartcontrol-1.1.1.ebuild 
b/sys-apps/gsmartcontrol/gsmartcontrol-1.1.1.ebuild
deleted file mode 100644
index 4757ae7e238..000
--- a/sys-apps/gsmartcontrol/gsmartcontrol-1.1.1.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit flag-o-matic gnome2-utils
-
-DESCRIPTION="Hard disk drive health inspection tool"
-HOMEPAGE="https://gsmartcontrol.sourceforge.io/;
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
-
-LICENSE="|| ( GPL-2 GPL-3 ) Boost-1.0 BSD Unlicense ZLIB"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-COMMON_DEPEND="
-   dev-cpp/gtkmm:3.0
-   dev-libs/libpcre:3
-   sys-apps/smartmontools
-"
-RDEPEND="${COMMON_DEPEND}
-   x11-apps/xmessage
-"
-DEPEND="${COMMON_DEPEND}
-   virtual/pkgconfig
-   test? ( dev-util/gtk-builder-convert )
-"
-
-DOCS="TODO" # See 'dist_doc_DATA' value in Makefile.am
-
-src_prepare() {
-   default
-   append-cxxflags -std=c++11
-}
-
-src_configure() {
-   econf $(use test tests)
-}
-
-src_install() {
-   default
-   rm -f "${ED}"/usr/share/doc/${PF}/LICENSE_* || die
-}
-
-pkg_preinst() { gnome2_icon_savelist; }
-pkg_postinst() { gnome2_icon_cache_update; }
-pkg_postrm() { gnome2_icon_cache_update; }



[gentoo-commits] repo/gentoo:master commit in: sys-apps/gsmartcontrol/

2018-10-05 Thread Thomas Deutschmann
commit: dce38a4cb5000563a06975aaa40eb175fd5467ad
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri Oct  5 12:18:31 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Fri Oct  5 12:24:39 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dce38a4c

sys-apps/gsmartcontrol: x86 stable (bug #664360)

Package-Manager: Portage-2.3.50, Repoman-2.3.11
Signed-off-by: Thomas Deutschmann  gentoo.org>

 sys-apps/gsmartcontrol/gsmartcontrol-1.1.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-apps/gsmartcontrol/gsmartcontrol-1.1.3.ebuild 
b/sys-apps/gsmartcontrol/gsmartcontrol-1.1.3.ebuild
index 4757ae7e238..3ca397d3018 100644
--- a/sys-apps/gsmartcontrol/gsmartcontrol-1.1.3.ebuild
+++ b/sys-apps/gsmartcontrol/gsmartcontrol-1.1.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
 
 LICENSE="|| ( GPL-2 GPL-3 ) Boost-1.0 BSD Unlicense ZLIB"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 IUSE="test"
 
 COMMON_DEPEND="



[gentoo-commits] repo/gentoo:master commit in: sys-apps/gsmartcontrol/

2017-11-13 Thread Lars Wendler
commit: 3a6995818e342a27fd0594b4a07cca7dbac5b250
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Nov 13 14:23:28 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Nov 13 14:23:38 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a699581

sys-apps/gsmartcontrol: Removed old.

Package-Manager: Portage-2.3.13, Repoman-2.3.4

 sys-apps/gsmartcontrol/Manifest   |  3 --
 sys-apps/gsmartcontrol/gsmartcontrol-0.8.7.ebuild | 47 ---
 sys-apps/gsmartcontrol/gsmartcontrol-0.9.0.ebuild | 47 ---
 sys-apps/gsmartcontrol/gsmartcontrol-1.1.0.ebuild | 47 ---
 4 files changed, 144 deletions(-)

diff --git a/sys-apps/gsmartcontrol/Manifest b/sys-apps/gsmartcontrol/Manifest
index 1e176a0d318..cf7b3ad1f31 100644
--- a/sys-apps/gsmartcontrol/Manifest
+++ b/sys-apps/gsmartcontrol/Manifest
@@ -1,6 +1,3 @@
-DIST gsmartcontrol-0.8.7.tar.bz2 684394 SHA256 
708fa803243abb852ed52050fc82cd3592a798c02743342441996e77f19ffec6 SHA512 
3258ddcb448460afeef8d617ab5bb4720c9b252bc45d6798ec645da4862236fbb3fe0116a1cc904f5353481df87603bd2b6d808f348c250bde3624c8403a
 WHIRLPOOL 
24fb546c7175306c8cdd8906b506471d20668de0cd078a8205ec87eff50ce0eb52dc04b3b05e771f8789ef852e5f97675c7c224ab6450d90a3e2ac3e51578d2a
-DIST gsmartcontrol-0.9.0.tar.bz2 710515 SHA256 
5da6435aa0845acef134f72c2b5f6fce79f9c51bebe9d099402e0f21a3388651 SHA512 
c7a6f4dbb748bdef14a3a18a98d30f8ba8595017c99d7ac6817a33d537f19ab55d2c5674fb1f44f77381e54e22b894d8cca700554186a8132b04249001fcda98
 WHIRLPOOL 
2b9e926e86bbd351ec3ed331abec508cbc129e1ca340106ffa2cd8aa8f9db13c721512f8afa4e70cd83ea1ae855e0fb494223264129ce6a583fb717d69d2a1ca
 DIST gsmartcontrol-1.0.2.tar.bz2 695445 SHA256 
4f70451c359d95edc974498b860696b698f19b187340dc7207b4b38cbaf5e207 SHA512 
a9dd037fc4223afa762408bc34325fb31947822250efe32ae97b88e836c5bb68d8354d7605925b2ab7c834764ea473a14f2cd1f234577ef76730b02ad9a8b701
 WHIRLPOOL 
679c6b9fa739f624a1bc523d0c17454cdf69e5899e086044c134116c609aaaf1a4dfec48813bc9b76210b1023623c626a4d9b55bbffa8c603c0340549eb5a028
-DIST gsmartcontrol-1.1.0.tar.bz2 683898 SHA256 
90c9ead852255f5e1a74a3ff6c265d1cbcba19ad2fc77059c60737c13a3cd2c8 SHA512 
c82a7d40a4347ec7c2c5fbd79b8f0035806a54e2dbdbb3fcb8ddba9c92b33a9b737f293b9f959436d0925172c832cca959dfd4a605e19b55aa5cc832c4cee024
 WHIRLPOOL 
6e22b757fce2cd07ed1133c97c22d8c5d44d0738dcbb342dfd9084b119a92381b5f9ddee2ab904fb576bca0ef5556df6641a8838d3fbc09d6490a8d6f257aeda
 DIST gsmartcontrol-1.1.1.tar.bz2 667372 SHA256 
2e39ad330829ae93824732f1b663303ac9ea1223f703901fae28549a3b2d7518 SHA512 
fc180b85a9db232add4260856e078a578801e11b87df417a5572fab284e992c85009ab9e7d9d6213b2842097067fc119fa0183d5b0dedf8dde71fe4e9e0b38cc
 WHIRLPOOL 
f38414b454e0a72904cb1b19a1d10ed6fc7ec3b75422427e1a9f9aaeb6d67946fe773927195af3772ea5320bd613fe984bdecd96313b09a34b0fcd35b3153324
 DIST gsmartcontrol-1.1.3.tar.bz2 677998 SHA256 
b64f62cffa4430a90b6d06cd52ebadd5bcf39d548df581e67dfb275a673b12a9 SHA512 
7a8bb79875a53d742923fc8ff8336d7fbbdaf2e1b1f64296840557997125d4dcfea9a93a5e8a834003d592083a180ee85ca0e29d3aecf0eb475a3d4fed460456
 WHIRLPOOL 
c8554deb4b7525bc544d654371443c68a82b5b02eab3e002171e40c8b43a21b546f81ddeee7d2130c1d841cde1095d90a1c6a166ed79de018ca3d010f267ce13

diff --git a/sys-apps/gsmartcontrol/gsmartcontrol-0.8.7.ebuild 
b/sys-apps/gsmartcontrol/gsmartcontrol-0.8.7.ebuild
deleted file mode 100644
index b166b89b92b..000
--- a/sys-apps/gsmartcontrol/gsmartcontrol-0.8.7.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit flag-o-matic gnome2-utils
-
-DESCRIPTION="Hard disk drive health inspection tool"
-HOMEPAGE="https://gsmartcontrol.sourceforge.io/;
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
-
-LICENSE="|| ( GPL-2 GPL-3 ) Boost-1.0 BSD Unlicense ZLIB"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="test"
-
-COMMON_DEPEND="
-   dev-cpp/gtkmm:2.4
-   dev-libs/libpcre:3
-   sys-apps/smartmontools
-"
-RDEPEND="${COMMON_DEPEND}
-   x11-apps/xmessage
-"
-DEPEND="${COMMON_DEPEND}
-   virtual/pkgconfig
-   test? ( dev-util/gtk-builder-convert )
-"
-
-DOCS="TODO" # See 'dist_doc_DATA' value in Makefile.am
-
-src_prepare() {
-   default
-   append-cxxflags -std=c++11
-}
-
-src_configure() {
-   econf $(use test tests)
-}
-
-src_install() {
-   default
-   rm -f "${ED}"/usr/share/doc/${PF}/LICENSE_* || die
-}
-
-pkg_preinst() { gnome2_icon_savelist; }
-pkg_postinst() { gnome2_icon_cache_update; }
-pkg_postrm() { gnome2_icon_cache_update; }

diff --git a/sys-apps/gsmartcontrol/gsmartcontrol-0.9.0.ebuild 
b/sys-apps/gsmartcontrol/gsmartcontrol-0.9.0.ebuild
deleted file mode 100644
index b05b530fcf2..000
--- a/sys-apps/gsmartcontrol/gsmartcontrol-0.9.0.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License 

[gentoo-commits] repo/gentoo:master commit in: sys-apps/gsmartcontrol/

2017-11-13 Thread Lars Wendler
commit: f60e0d116e9c9c1aacf5ca604cb38fb68829742b
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Nov 13 14:22:53 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Nov 13 14:23:36 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f60e0d11

sys-apps/gsmartcontrol: Bump to version 1.1.3

Package-Manager: Portage-2.3.13, Repoman-2.3.4

 sys-apps/gsmartcontrol/Manifest   |  1 +
 sys-apps/gsmartcontrol/gsmartcontrol-1.1.3.ebuild | 47 +++
 2 files changed, 48 insertions(+)

diff --git a/sys-apps/gsmartcontrol/Manifest b/sys-apps/gsmartcontrol/Manifest
index 215dc8270e4..1e176a0d318 100644
--- a/sys-apps/gsmartcontrol/Manifest
+++ b/sys-apps/gsmartcontrol/Manifest
@@ -3,3 +3,4 @@ DIST gsmartcontrol-0.9.0.tar.bz2 710515 SHA256 
5da6435aa0845acef134f72c2b5f6fce7
 DIST gsmartcontrol-1.0.2.tar.bz2 695445 SHA256 
4f70451c359d95edc974498b860696b698f19b187340dc7207b4b38cbaf5e207 SHA512 
a9dd037fc4223afa762408bc34325fb31947822250efe32ae97b88e836c5bb68d8354d7605925b2ab7c834764ea473a14f2cd1f234577ef76730b02ad9a8b701
 WHIRLPOOL 
679c6b9fa739f624a1bc523d0c17454cdf69e5899e086044c134116c609aaaf1a4dfec48813bc9b76210b1023623c626a4d9b55bbffa8c603c0340549eb5a028
 DIST gsmartcontrol-1.1.0.tar.bz2 683898 SHA256 
90c9ead852255f5e1a74a3ff6c265d1cbcba19ad2fc77059c60737c13a3cd2c8 SHA512 
c82a7d40a4347ec7c2c5fbd79b8f0035806a54e2dbdbb3fcb8ddba9c92b33a9b737f293b9f959436d0925172c832cca959dfd4a605e19b55aa5cc832c4cee024
 WHIRLPOOL 
6e22b757fce2cd07ed1133c97c22d8c5d44d0738dcbb342dfd9084b119a92381b5f9ddee2ab904fb576bca0ef5556df6641a8838d3fbc09d6490a8d6f257aeda
 DIST gsmartcontrol-1.1.1.tar.bz2 667372 SHA256 
2e39ad330829ae93824732f1b663303ac9ea1223f703901fae28549a3b2d7518 SHA512 
fc180b85a9db232add4260856e078a578801e11b87df417a5572fab284e992c85009ab9e7d9d6213b2842097067fc119fa0183d5b0dedf8dde71fe4e9e0b38cc
 WHIRLPOOL 
f38414b454e0a72904cb1b19a1d10ed6fc7ec3b75422427e1a9f9aaeb6d67946fe773927195af3772ea5320bd613fe984bdecd96313b09a34b0fcd35b3153324
+DIST gsmartcontrol-1.1.3.tar.bz2 677998 SHA256 
b64f62cffa4430a90b6d06cd52ebadd5bcf39d548df581e67dfb275a673b12a9 SHA512 
7a8bb79875a53d742923fc8ff8336d7fbbdaf2e1b1f64296840557997125d4dcfea9a93a5e8a834003d592083a180ee85ca0e29d3aecf0eb475a3d4fed460456
 WHIRLPOOL 
c8554deb4b7525bc544d654371443c68a82b5b02eab3e002171e40c8b43a21b546f81ddeee7d2130c1d841cde1095d90a1c6a166ed79de018ca3d010f267ce13

diff --git a/sys-apps/gsmartcontrol/gsmartcontrol-1.1.3.ebuild 
b/sys-apps/gsmartcontrol/gsmartcontrol-1.1.3.ebuild
new file mode 100644
index 000..4757ae7e238
--- /dev/null
+++ b/sys-apps/gsmartcontrol/gsmartcontrol-1.1.3.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit flag-o-matic gnome2-utils
+
+DESCRIPTION="Hard disk drive health inspection tool"
+HOMEPAGE="https://gsmartcontrol.sourceforge.io/;
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
+
+LICENSE="|| ( GPL-2 GPL-3 ) Boost-1.0 BSD Unlicense ZLIB"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+COMMON_DEPEND="
+   dev-cpp/gtkmm:3.0
+   dev-libs/libpcre:3
+   sys-apps/smartmontools
+"
+RDEPEND="${COMMON_DEPEND}
+   x11-apps/xmessage
+"
+DEPEND="${COMMON_DEPEND}
+   virtual/pkgconfig
+   test? ( dev-util/gtk-builder-convert )
+"
+
+DOCS="TODO" # See 'dist_doc_DATA' value in Makefile.am
+
+src_prepare() {
+   default
+   append-cxxflags -std=c++11
+}
+
+src_configure() {
+   econf $(use test tests)
+}
+
+src_install() {
+   default
+   rm -f "${ED}"/usr/share/doc/${PF}/LICENSE_* || die
+}
+
+pkg_preinst() { gnome2_icon_savelist; }
+pkg_postinst() { gnome2_icon_cache_update; }
+pkg_postrm() { gnome2_icon_cache_update; }



[gentoo-commits] repo/gentoo:master commit in: sys-apps/gsmartcontrol/

2017-10-29 Thread Manuel Rüger
commit: 5fa80b34edcaca9e3fec806d531e5da45f2e4891
Author: Manuel Rüger  gentoo  org>
AuthorDate: Mon Oct 30 00:22:34 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Mon Oct 30 00:22:34 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5fa80b34

sys-apps/gsmartcontrol: Stable on amd64

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 sys-apps/gsmartcontrol/gsmartcontrol-1.0.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/gsmartcontrol/gsmartcontrol-1.0.2.ebuild 
b/sys-apps/gsmartcontrol/gsmartcontrol-1.0.2.ebuild
index e2010e17fc2..06f8b94bf91 100644
--- a/sys-apps/gsmartcontrol/gsmartcontrol-1.0.2.ebuild
+++ b/sys-apps/gsmartcontrol/gsmartcontrol-1.0.2.ebuild
@@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
 
 LICENSE="|| ( GPL-2 GPL-3 ) Boost-1.0 BSD Unlicense ZLIB"
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 IUSE="test"
 
 COMMON_DEPEND="



[gentoo-commits] repo/gentoo:master commit in: sys-apps/gsmartcontrol/

2017-10-27 Thread Thomas Deutschmann
commit: 0c776098b06fa710f41500d82eac9c55199e4406
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri Oct 27 11:52:50 2017 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Fri Oct 27 12:53:53 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c776098

sys-apps/gsmartcontrol: x86 stable (bug #631456)

Package-Manager: Portage-2.3.11, Repoman-2.3.3

 sys-apps/gsmartcontrol/gsmartcontrol-1.0.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/gsmartcontrol/gsmartcontrol-1.0.2.ebuild 
b/sys-apps/gsmartcontrol/gsmartcontrol-1.0.2.ebuild
index 4757ae7e238..e2010e17fc2 100644
--- a/sys-apps/gsmartcontrol/gsmartcontrol-1.0.2.ebuild
+++ b/sys-apps/gsmartcontrol/gsmartcontrol-1.0.2.ebuild
@@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
 
 LICENSE="|| ( GPL-2 GPL-3 ) Boost-1.0 BSD Unlicense ZLIB"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 IUSE="test"
 
 COMMON_DEPEND="



[gentoo-commits] repo/gentoo:master commit in: sys-apps/gsmartcontrol/

2017-10-04 Thread Lars Wendler
commit: afc0a0ddeb760bb179ba5e1bfea14724d36c5a8e
Author: Lars Wendler  gentoo  org>
AuthorDate: Wed Oct  4 15:34:59 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Wed Oct  4 15:34:59 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afc0a0dd

sys-apps/gsmartcontrol: Bump to version 1.1.1

Package-Manager: Portage-2.3.11, Repoman-2.3.3

 sys-apps/gsmartcontrol/Manifest   |  1 +
 sys-apps/gsmartcontrol/gsmartcontrol-1.1.1.ebuild | 47 +++
 2 files changed, 48 insertions(+)

diff --git a/sys-apps/gsmartcontrol/Manifest b/sys-apps/gsmartcontrol/Manifest
index faf97fbec27..215dc8270e4 100644
--- a/sys-apps/gsmartcontrol/Manifest
+++ b/sys-apps/gsmartcontrol/Manifest
@@ -2,3 +2,4 @@ DIST gsmartcontrol-0.8.7.tar.bz2 684394 SHA256 
708fa803243abb852ed52050fc82cd359
 DIST gsmartcontrol-0.9.0.tar.bz2 710515 SHA256 
5da6435aa0845acef134f72c2b5f6fce79f9c51bebe9d099402e0f21a3388651 SHA512 
c7a6f4dbb748bdef14a3a18a98d30f8ba8595017c99d7ac6817a33d537f19ab55d2c5674fb1f44f77381e54e22b894d8cca700554186a8132b04249001fcda98
 WHIRLPOOL 
2b9e926e86bbd351ec3ed331abec508cbc129e1ca340106ffa2cd8aa8f9db13c721512f8afa4e70cd83ea1ae855e0fb494223264129ce6a583fb717d69d2a1ca
 DIST gsmartcontrol-1.0.2.tar.bz2 695445 SHA256 
4f70451c359d95edc974498b860696b698f19b187340dc7207b4b38cbaf5e207 SHA512 
a9dd037fc4223afa762408bc34325fb31947822250efe32ae97b88e836c5bb68d8354d7605925b2ab7c834764ea473a14f2cd1f234577ef76730b02ad9a8b701
 WHIRLPOOL 
679c6b9fa739f624a1bc523d0c17454cdf69e5899e086044c134116c609aaaf1a4dfec48813bc9b76210b1023623c626a4d9b55bbffa8c603c0340549eb5a028
 DIST gsmartcontrol-1.1.0.tar.bz2 683898 SHA256 
90c9ead852255f5e1a74a3ff6c265d1cbcba19ad2fc77059c60737c13a3cd2c8 SHA512 
c82a7d40a4347ec7c2c5fbd79b8f0035806a54e2dbdbb3fcb8ddba9c92b33a9b737f293b9f959436d0925172c832cca959dfd4a605e19b55aa5cc832c4cee024
 WHIRLPOOL 
6e22b757fce2cd07ed1133c97c22d8c5d44d0738dcbb342dfd9084b119a92381b5f9ddee2ab904fb576bca0ef5556df6641a8838d3fbc09d6490a8d6f257aeda
+DIST gsmartcontrol-1.1.1.tar.bz2 667372 SHA256 
2e39ad330829ae93824732f1b663303ac9ea1223f703901fae28549a3b2d7518 SHA512 
fc180b85a9db232add4260856e078a578801e11b87df417a5572fab284e992c85009ab9e7d9d6213b2842097067fc119fa0183d5b0dedf8dde71fe4e9e0b38cc
 WHIRLPOOL 
f38414b454e0a72904cb1b19a1d10ed6fc7ec3b75422427e1a9f9aaeb6d67946fe773927195af3772ea5320bd613fe984bdecd96313b09a34b0fcd35b3153324

diff --git a/sys-apps/gsmartcontrol/gsmartcontrol-1.1.1.ebuild 
b/sys-apps/gsmartcontrol/gsmartcontrol-1.1.1.ebuild
new file mode 100644
index 000..4757ae7e238
--- /dev/null
+++ b/sys-apps/gsmartcontrol/gsmartcontrol-1.1.1.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit flag-o-matic gnome2-utils
+
+DESCRIPTION="Hard disk drive health inspection tool"
+HOMEPAGE="https://gsmartcontrol.sourceforge.io/;
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
+
+LICENSE="|| ( GPL-2 GPL-3 ) Boost-1.0 BSD Unlicense ZLIB"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+COMMON_DEPEND="
+   dev-cpp/gtkmm:3.0
+   dev-libs/libpcre:3
+   sys-apps/smartmontools
+"
+RDEPEND="${COMMON_DEPEND}
+   x11-apps/xmessage
+"
+DEPEND="${COMMON_DEPEND}
+   virtual/pkgconfig
+   test? ( dev-util/gtk-builder-convert )
+"
+
+DOCS="TODO" # See 'dist_doc_DATA' value in Makefile.am
+
+src_prepare() {
+   default
+   append-cxxflags -std=c++11
+}
+
+src_configure() {
+   econf $(use test tests)
+}
+
+src_install() {
+   default
+   rm -f "${ED}"/usr/share/doc/${PF}/LICENSE_* || die
+}
+
+pkg_preinst() { gnome2_icon_savelist; }
+pkg_postinst() { gnome2_icon_cache_update; }
+pkg_postrm() { gnome2_icon_cache_update; }



[gentoo-commits] repo/gentoo:master commit in: sys-apps/gsmartcontrol/

2017-09-22 Thread Patrice Clement
commit: 3ae92c2e1908347e7a4c0bedbf720fa7e2077dba
Author: Francesco Turco  fastmail  fm>
AuthorDate: Wed Sep 20 14:19:27 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Fri Sep 22 12:45:26 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ae92c2e

sys-apps/gsmartcontrol: update HOMEPAGE.

Closes: https://github.com/gentoo/gentoo/pull/5737

 sys-apps/gsmartcontrol/gsmartcontrol-0.8.7.ebuild | 4 ++--
 sys-apps/gsmartcontrol/gsmartcontrol-0.9.0.ebuild | 2 +-
 sys-apps/gsmartcontrol/gsmartcontrol-1.0.2.ebuild | 2 +-
 sys-apps/gsmartcontrol/gsmartcontrol-1.1.0.ebuild | 2 +-
 4 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/sys-apps/gsmartcontrol/gsmartcontrol-0.8.7.ebuild 
b/sys-apps/gsmartcontrol/gsmartcontrol-0.8.7.ebuild
index 87c106903a4..b166b89b92b 100644
--- a/sys-apps/gsmartcontrol/gsmartcontrol-0.8.7.ebuild
+++ b/sys-apps/gsmartcontrol/gsmartcontrol-0.8.7.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 inherit flag-o-matic gnome2-utils
 
 DESCRIPTION="Hard disk drive health inspection tool"
-HOMEPAGE="http://gsmartcontrol.sourceforge.net/home/;
+HOMEPAGE="https://gsmartcontrol.sourceforge.io/;
 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
 
 LICENSE="|| ( GPL-2 GPL-3 ) Boost-1.0 BSD Unlicense ZLIB"

diff --git a/sys-apps/gsmartcontrol/gsmartcontrol-0.9.0.ebuild 
b/sys-apps/gsmartcontrol/gsmartcontrol-0.9.0.ebuild
index b74f1347fff..b05b530fcf2 100644
--- a/sys-apps/gsmartcontrol/gsmartcontrol-0.9.0.ebuild
+++ b/sys-apps/gsmartcontrol/gsmartcontrol-0.9.0.ebuild
@@ -5,7 +5,7 @@ EAPI=6
 inherit flag-o-matic gnome2-utils
 
 DESCRIPTION="Hard disk drive health inspection tool"
-HOMEPAGE="http://gsmartcontrol.sourceforge.net/home/;
+HOMEPAGE="https://gsmartcontrol.sourceforge.io/;
 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
 
 LICENSE="|| ( GPL-2 GPL-3 ) Boost-1.0 BSD Unlicense ZLIB"

diff --git a/sys-apps/gsmartcontrol/gsmartcontrol-1.0.2.ebuild 
b/sys-apps/gsmartcontrol/gsmartcontrol-1.0.2.ebuild
index bbfa1f5ffda..4757ae7e238 100644
--- a/sys-apps/gsmartcontrol/gsmartcontrol-1.0.2.ebuild
+++ b/sys-apps/gsmartcontrol/gsmartcontrol-1.0.2.ebuild
@@ -5,7 +5,7 @@ EAPI=6
 inherit flag-o-matic gnome2-utils
 
 DESCRIPTION="Hard disk drive health inspection tool"
-HOMEPAGE="http://gsmartcontrol.sourceforge.net/home/;
+HOMEPAGE="https://gsmartcontrol.sourceforge.io/;
 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
 
 LICENSE="|| ( GPL-2 GPL-3 ) Boost-1.0 BSD Unlicense ZLIB"

diff --git a/sys-apps/gsmartcontrol/gsmartcontrol-1.1.0.ebuild 
b/sys-apps/gsmartcontrol/gsmartcontrol-1.1.0.ebuild
index bbfa1f5ffda..4757ae7e238 100644
--- a/sys-apps/gsmartcontrol/gsmartcontrol-1.1.0.ebuild
+++ b/sys-apps/gsmartcontrol/gsmartcontrol-1.1.0.ebuild
@@ -5,7 +5,7 @@ EAPI=6
 inherit flag-o-matic gnome2-utils
 
 DESCRIPTION="Hard disk drive health inspection tool"
-HOMEPAGE="http://gsmartcontrol.sourceforge.net/home/;
+HOMEPAGE="https://gsmartcontrol.sourceforge.io/;
 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
 
 LICENSE="|| ( GPL-2 GPL-3 ) Boost-1.0 BSD Unlicense ZLIB"



[gentoo-commits] repo/gentoo:master commit in: sys-apps/gsmartcontrol/

2017-09-19 Thread Lars Wendler
commit: 4cc8ecef025731853e52011bab283397791ff91d
Author: Lars Wendler  gentoo  org>
AuthorDate: Tue Sep 19 23:25:59 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Tue Sep 19 23:31:01 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4cc8ecef

sys-apps/gsmartcontrol: Removed old.

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 sys-apps/gsmartcontrol/Manifest   |  1 -
 sys-apps/gsmartcontrol/gsmartcontrol-1.0.1.ebuild | 47 ---
 2 files changed, 48 deletions(-)

diff --git a/sys-apps/gsmartcontrol/Manifest b/sys-apps/gsmartcontrol/Manifest
index de310087078..faf97fbec27 100644
--- a/sys-apps/gsmartcontrol/Manifest
+++ b/sys-apps/gsmartcontrol/Manifest
@@ -1,5 +1,4 @@
 DIST gsmartcontrol-0.8.7.tar.bz2 684394 SHA256 
708fa803243abb852ed52050fc82cd3592a798c02743342441996e77f19ffec6 SHA512 
3258ddcb448460afeef8d617ab5bb4720c9b252bc45d6798ec645da4862236fbb3fe0116a1cc904f5353481df87603bd2b6d808f348c250bde3624c8403a
 WHIRLPOOL 
24fb546c7175306c8cdd8906b506471d20668de0cd078a8205ec87eff50ce0eb52dc04b3b05e771f8789ef852e5f97675c7c224ab6450d90a3e2ac3e51578d2a
 DIST gsmartcontrol-0.9.0.tar.bz2 710515 SHA256 
5da6435aa0845acef134f72c2b5f6fce79f9c51bebe9d099402e0f21a3388651 SHA512 
c7a6f4dbb748bdef14a3a18a98d30f8ba8595017c99d7ac6817a33d537f19ab55d2c5674fb1f44f77381e54e22b894d8cca700554186a8132b04249001fcda98
 WHIRLPOOL 
2b9e926e86bbd351ec3ed331abec508cbc129e1ca340106ffa2cd8aa8f9db13c721512f8afa4e70cd83ea1ae855e0fb494223264129ce6a583fb717d69d2a1ca
-DIST gsmartcontrol-1.0.1.tar.bz2 691628 SHA256 
4ec0320c4c40a129cacabbfa7f302146abb69e927cfe9ded0e55b5b9cbe0d949 SHA512 
151eb08b61616189ff3eaab59e186e609fed0d2081a85b8c9cba0aa2efb1b1742c1def99a52def9138c3bffe5caabe9ca78d764dbe3b138fc9401135b8ab85aa
 WHIRLPOOL 
b49eb8e8c59183dcfa902f8cb98596f4f99adbb084ba517314f9be0e24a8022d3fc73f807facf405d107467c969d7abc642ef621a2218105234bef4edd8bd949
 DIST gsmartcontrol-1.0.2.tar.bz2 695445 SHA256 
4f70451c359d95edc974498b860696b698f19b187340dc7207b4b38cbaf5e207 SHA512 
a9dd037fc4223afa762408bc34325fb31947822250efe32ae97b88e836c5bb68d8354d7605925b2ab7c834764ea473a14f2cd1f234577ef76730b02ad9a8b701
 WHIRLPOOL 
679c6b9fa739f624a1bc523d0c17454cdf69e5899e086044c134116c609aaaf1a4dfec48813bc9b76210b1023623c626a4d9b55bbffa8c603c0340549eb5a028
 DIST gsmartcontrol-1.1.0.tar.bz2 683898 SHA256 
90c9ead852255f5e1a74a3ff6c265d1cbcba19ad2fc77059c60737c13a3cd2c8 SHA512 
c82a7d40a4347ec7c2c5fbd79b8f0035806a54e2dbdbb3fcb8ddba9c92b33a9b737f293b9f959436d0925172c832cca959dfd4a605e19b55aa5cc832c4cee024
 WHIRLPOOL 
6e22b757fce2cd07ed1133c97c22d8c5d44d0738dcbb342dfd9084b119a92381b5f9ddee2ab904fb576bca0ef5556df6641a8838d3fbc09d6490a8d6f257aeda

diff --git a/sys-apps/gsmartcontrol/gsmartcontrol-1.0.1.ebuild 
b/sys-apps/gsmartcontrol/gsmartcontrol-1.0.1.ebuild
deleted file mode 100644
index bbfa1f5ffda..000
--- a/sys-apps/gsmartcontrol/gsmartcontrol-1.0.1.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit flag-o-matic gnome2-utils
-
-DESCRIPTION="Hard disk drive health inspection tool"
-HOMEPAGE="http://gsmartcontrol.sourceforge.net/home/;
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
-
-LICENSE="|| ( GPL-2 GPL-3 ) Boost-1.0 BSD Unlicense ZLIB"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-COMMON_DEPEND="
-   dev-cpp/gtkmm:3.0
-   dev-libs/libpcre:3
-   sys-apps/smartmontools
-"
-RDEPEND="${COMMON_DEPEND}
-   x11-apps/xmessage
-"
-DEPEND="${COMMON_DEPEND}
-   virtual/pkgconfig
-   test? ( dev-util/gtk-builder-convert )
-"
-
-DOCS="TODO" # See 'dist_doc_DATA' value in Makefile.am
-
-src_prepare() {
-   default
-   append-cxxflags -std=c++11
-}
-
-src_configure() {
-   econf $(use test tests)
-}
-
-src_install() {
-   default
-   rm -f "${ED}"/usr/share/doc/${PF}/LICENSE_* || die
-}
-
-pkg_preinst() { gnome2_icon_savelist; }
-pkg_postinst() { gnome2_icon_cache_update; }
-pkg_postrm() { gnome2_icon_cache_update; }



[gentoo-commits] repo/gentoo:master commit in: sys-apps/gsmartcontrol/

2017-09-19 Thread Lars Wendler
commit: 219129085c47792ea0b02143d5d2a7a9fb78f129
Author: Lars Wendler  gentoo  org>
AuthorDate: Tue Sep 19 23:25:37 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Tue Sep 19 23:30:58 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21912908

sys-apps/gsmartcontrol: Bump to version 1.1.0

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 sys-apps/gsmartcontrol/Manifest   |  1 +
 sys-apps/gsmartcontrol/gsmartcontrol-1.1.0.ebuild | 47 +++
 2 files changed, 48 insertions(+)

diff --git a/sys-apps/gsmartcontrol/Manifest b/sys-apps/gsmartcontrol/Manifest
index c3a031ce352..de310087078 100644
--- a/sys-apps/gsmartcontrol/Manifest
+++ b/sys-apps/gsmartcontrol/Manifest
@@ -2,3 +2,4 @@ DIST gsmartcontrol-0.8.7.tar.bz2 684394 SHA256 
708fa803243abb852ed52050fc82cd359
 DIST gsmartcontrol-0.9.0.tar.bz2 710515 SHA256 
5da6435aa0845acef134f72c2b5f6fce79f9c51bebe9d099402e0f21a3388651 SHA512 
c7a6f4dbb748bdef14a3a18a98d30f8ba8595017c99d7ac6817a33d537f19ab55d2c5674fb1f44f77381e54e22b894d8cca700554186a8132b04249001fcda98
 WHIRLPOOL 
2b9e926e86bbd351ec3ed331abec508cbc129e1ca340106ffa2cd8aa8f9db13c721512f8afa4e70cd83ea1ae855e0fb494223264129ce6a583fb717d69d2a1ca
 DIST gsmartcontrol-1.0.1.tar.bz2 691628 SHA256 
4ec0320c4c40a129cacabbfa7f302146abb69e927cfe9ded0e55b5b9cbe0d949 SHA512 
151eb08b61616189ff3eaab59e186e609fed0d2081a85b8c9cba0aa2efb1b1742c1def99a52def9138c3bffe5caabe9ca78d764dbe3b138fc9401135b8ab85aa
 WHIRLPOOL 
b49eb8e8c59183dcfa902f8cb98596f4f99adbb084ba517314f9be0e24a8022d3fc73f807facf405d107467c969d7abc642ef621a2218105234bef4edd8bd949
 DIST gsmartcontrol-1.0.2.tar.bz2 695445 SHA256 
4f70451c359d95edc974498b860696b698f19b187340dc7207b4b38cbaf5e207 SHA512 
a9dd037fc4223afa762408bc34325fb31947822250efe32ae97b88e836c5bb68d8354d7605925b2ab7c834764ea473a14f2cd1f234577ef76730b02ad9a8b701
 WHIRLPOOL 
679c6b9fa739f624a1bc523d0c17454cdf69e5899e086044c134116c609aaaf1a4dfec48813bc9b76210b1023623c626a4d9b55bbffa8c603c0340549eb5a028
+DIST gsmartcontrol-1.1.0.tar.bz2 683898 SHA256 
90c9ead852255f5e1a74a3ff6c265d1cbcba19ad2fc77059c60737c13a3cd2c8 SHA512 
c82a7d40a4347ec7c2c5fbd79b8f0035806a54e2dbdbb3fcb8ddba9c92b33a9b737f293b9f959436d0925172c832cca959dfd4a605e19b55aa5cc832c4cee024
 WHIRLPOOL 
6e22b757fce2cd07ed1133c97c22d8c5d44d0738dcbb342dfd9084b119a92381b5f9ddee2ab904fb576bca0ef5556df6641a8838d3fbc09d6490a8d6f257aeda

diff --git a/sys-apps/gsmartcontrol/gsmartcontrol-1.1.0.ebuild 
b/sys-apps/gsmartcontrol/gsmartcontrol-1.1.0.ebuild
new file mode 100644
index 000..bbfa1f5ffda
--- /dev/null
+++ b/sys-apps/gsmartcontrol/gsmartcontrol-1.1.0.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit flag-o-matic gnome2-utils
+
+DESCRIPTION="Hard disk drive health inspection tool"
+HOMEPAGE="http://gsmartcontrol.sourceforge.net/home/;
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
+
+LICENSE="|| ( GPL-2 GPL-3 ) Boost-1.0 BSD Unlicense ZLIB"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+COMMON_DEPEND="
+   dev-cpp/gtkmm:3.0
+   dev-libs/libpcre:3
+   sys-apps/smartmontools
+"
+RDEPEND="${COMMON_DEPEND}
+   x11-apps/xmessage
+"
+DEPEND="${COMMON_DEPEND}
+   virtual/pkgconfig
+   test? ( dev-util/gtk-builder-convert )
+"
+
+DOCS="TODO" # See 'dist_doc_DATA' value in Makefile.am
+
+src_prepare() {
+   default
+   append-cxxflags -std=c++11
+}
+
+src_configure() {
+   econf $(use test tests)
+}
+
+src_install() {
+   default
+   rm -f "${ED}"/usr/share/doc/${PF}/LICENSE_* || die
+}
+
+pkg_preinst() { gnome2_icon_savelist; }
+pkg_postinst() { gnome2_icon_cache_update; }
+pkg_postrm() { gnome2_icon_cache_update; }



[gentoo-commits] repo/gentoo:master commit in: sys-apps/gsmartcontrol/

2017-07-26 Thread Lars Wendler
commit: fc28a1267b5ec196edf1765d112fc2abda4f5e40
Author: Lars Wendler  gentoo  org>
AuthorDate: Wed Jul 26 09:50:28 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Wed Jul 26 09:51:18 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc28a126

sys-apps/gsmartcontrol: Bump to version 1.0.2

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 sys-apps/gsmartcontrol/Manifest   |  1 +
 sys-apps/gsmartcontrol/gsmartcontrol-1.0.2.ebuild | 47 +++
 2 files changed, 48 insertions(+)

diff --git a/sys-apps/gsmartcontrol/Manifest b/sys-apps/gsmartcontrol/Manifest
index 7a63c6160a8..c3a031ce352 100644
--- a/sys-apps/gsmartcontrol/Manifest
+++ b/sys-apps/gsmartcontrol/Manifest
@@ -1,3 +1,4 @@
 DIST gsmartcontrol-0.8.7.tar.bz2 684394 SHA256 
708fa803243abb852ed52050fc82cd3592a798c02743342441996e77f19ffec6 SHA512 
3258ddcb448460afeef8d617ab5bb4720c9b252bc45d6798ec645da4862236fbb3fe0116a1cc904f5353481df87603bd2b6d808f348c250bde3624c8403a
 WHIRLPOOL 
24fb546c7175306c8cdd8906b506471d20668de0cd078a8205ec87eff50ce0eb52dc04b3b05e771f8789ef852e5f97675c7c224ab6450d90a3e2ac3e51578d2a
 DIST gsmartcontrol-0.9.0.tar.bz2 710515 SHA256 
5da6435aa0845acef134f72c2b5f6fce79f9c51bebe9d099402e0f21a3388651 SHA512 
c7a6f4dbb748bdef14a3a18a98d30f8ba8595017c99d7ac6817a33d537f19ab55d2c5674fb1f44f77381e54e22b894d8cca700554186a8132b04249001fcda98
 WHIRLPOOL 
2b9e926e86bbd351ec3ed331abec508cbc129e1ca340106ffa2cd8aa8f9db13c721512f8afa4e70cd83ea1ae855e0fb494223264129ce6a583fb717d69d2a1ca
 DIST gsmartcontrol-1.0.1.tar.bz2 691628 SHA256 
4ec0320c4c40a129cacabbfa7f302146abb69e927cfe9ded0e55b5b9cbe0d949 SHA512 
151eb08b61616189ff3eaab59e186e609fed0d2081a85b8c9cba0aa2efb1b1742c1def99a52def9138c3bffe5caabe9ca78d764dbe3b138fc9401135b8ab85aa
 WHIRLPOOL 
b49eb8e8c59183dcfa902f8cb98596f4f99adbb084ba517314f9be0e24a8022d3fc73f807facf405d107467c969d7abc642ef621a2218105234bef4edd8bd949
+DIST gsmartcontrol-1.0.2.tar.bz2 695445 SHA256 
4f70451c359d95edc974498b860696b698f19b187340dc7207b4b38cbaf5e207 SHA512 
a9dd037fc4223afa762408bc34325fb31947822250efe32ae97b88e836c5bb68d8354d7605925b2ab7c834764ea473a14f2cd1f234577ef76730b02ad9a8b701
 WHIRLPOOL 
679c6b9fa739f624a1bc523d0c17454cdf69e5899e086044c134116c609aaaf1a4dfec48813bc9b76210b1023623c626a4d9b55bbffa8c603c0340549eb5a028

diff --git a/sys-apps/gsmartcontrol/gsmartcontrol-1.0.2.ebuild 
b/sys-apps/gsmartcontrol/gsmartcontrol-1.0.2.ebuild
new file mode 100644
index 000..bbfa1f5ffda
--- /dev/null
+++ b/sys-apps/gsmartcontrol/gsmartcontrol-1.0.2.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit flag-o-matic gnome2-utils
+
+DESCRIPTION="Hard disk drive health inspection tool"
+HOMEPAGE="http://gsmartcontrol.sourceforge.net/home/;
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
+
+LICENSE="|| ( GPL-2 GPL-3 ) Boost-1.0 BSD Unlicense ZLIB"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+COMMON_DEPEND="
+   dev-cpp/gtkmm:3.0
+   dev-libs/libpcre:3
+   sys-apps/smartmontools
+"
+RDEPEND="${COMMON_DEPEND}
+   x11-apps/xmessage
+"
+DEPEND="${COMMON_DEPEND}
+   virtual/pkgconfig
+   test? ( dev-util/gtk-builder-convert )
+"
+
+DOCS="TODO" # See 'dist_doc_DATA' value in Makefile.am
+
+src_prepare() {
+   default
+   append-cxxflags -std=c++11
+}
+
+src_configure() {
+   econf $(use test tests)
+}
+
+src_install() {
+   default
+   rm -f "${ED}"/usr/share/doc/${PF}/LICENSE_* || die
+}
+
+pkg_preinst() { gnome2_icon_savelist; }
+pkg_postinst() { gnome2_icon_cache_update; }
+pkg_postrm() { gnome2_icon_cache_update; }



[gentoo-commits] repo/gentoo:master commit in: sys-apps/gsmartcontrol/

2017-07-05 Thread Lars Wendler
commit: 25527d2b9710bcc3dcc0ab3b4a564ea1bf8be050
Author: Lars Wendler  gentoo  org>
AuthorDate: Wed Jul  5 12:51:20 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Wed Jul  5 12:51:35 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25527d2b

sys-apps/gsmartcontrol: Bump to version 1.0.1

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 sys-apps/gsmartcontrol/Manifest   |  1 +
 sys-apps/gsmartcontrol/gsmartcontrol-1.0.1.ebuild | 47 +++
 2 files changed, 48 insertions(+)

diff --git a/sys-apps/gsmartcontrol/Manifest b/sys-apps/gsmartcontrol/Manifest
index f7b0dee6e11..7a63c6160a8 100644
--- a/sys-apps/gsmartcontrol/Manifest
+++ b/sys-apps/gsmartcontrol/Manifest
@@ -1,2 +1,3 @@
 DIST gsmartcontrol-0.8.7.tar.bz2 684394 SHA256 
708fa803243abb852ed52050fc82cd3592a798c02743342441996e77f19ffec6 SHA512 
3258ddcb448460afeef8d617ab5bb4720c9b252bc45d6798ec645da4862236fbb3fe0116a1cc904f5353481df87603bd2b6d808f348c250bde3624c8403a
 WHIRLPOOL 
24fb546c7175306c8cdd8906b506471d20668de0cd078a8205ec87eff50ce0eb52dc04b3b05e771f8789ef852e5f97675c7c224ab6450d90a3e2ac3e51578d2a
 DIST gsmartcontrol-0.9.0.tar.bz2 710515 SHA256 
5da6435aa0845acef134f72c2b5f6fce79f9c51bebe9d099402e0f21a3388651 SHA512 
c7a6f4dbb748bdef14a3a18a98d30f8ba8595017c99d7ac6817a33d537f19ab55d2c5674fb1f44f77381e54e22b894d8cca700554186a8132b04249001fcda98
 WHIRLPOOL 
2b9e926e86bbd351ec3ed331abec508cbc129e1ca340106ffa2cd8aa8f9db13c721512f8afa4e70cd83ea1ae855e0fb494223264129ce6a583fb717d69d2a1ca
+DIST gsmartcontrol-1.0.1.tar.bz2 691628 SHA256 
4ec0320c4c40a129cacabbfa7f302146abb69e927cfe9ded0e55b5b9cbe0d949 SHA512 
151eb08b61616189ff3eaab59e186e609fed0d2081a85b8c9cba0aa2efb1b1742c1def99a52def9138c3bffe5caabe9ca78d764dbe3b138fc9401135b8ab85aa
 WHIRLPOOL 
b49eb8e8c59183dcfa902f8cb98596f4f99adbb084ba517314f9be0e24a8022d3fc73f807facf405d107467c969d7abc642ef621a2218105234bef4edd8bd949

diff --git a/sys-apps/gsmartcontrol/gsmartcontrol-1.0.1.ebuild 
b/sys-apps/gsmartcontrol/gsmartcontrol-1.0.1.ebuild
new file mode 100644
index 000..bbfa1f5ffda
--- /dev/null
+++ b/sys-apps/gsmartcontrol/gsmartcontrol-1.0.1.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit flag-o-matic gnome2-utils
+
+DESCRIPTION="Hard disk drive health inspection tool"
+HOMEPAGE="http://gsmartcontrol.sourceforge.net/home/;
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
+
+LICENSE="|| ( GPL-2 GPL-3 ) Boost-1.0 BSD Unlicense ZLIB"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+COMMON_DEPEND="
+   dev-cpp/gtkmm:3.0
+   dev-libs/libpcre:3
+   sys-apps/smartmontools
+"
+RDEPEND="${COMMON_DEPEND}
+   x11-apps/xmessage
+"
+DEPEND="${COMMON_DEPEND}
+   virtual/pkgconfig
+   test? ( dev-util/gtk-builder-convert )
+"
+
+DOCS="TODO" # See 'dist_doc_DATA' value in Makefile.am
+
+src_prepare() {
+   default
+   append-cxxflags -std=c++11
+}
+
+src_configure() {
+   econf $(use test tests)
+}
+
+src_install() {
+   default
+   rm -f "${ED}"/usr/share/doc/${PF}/LICENSE_* || die
+}
+
+pkg_preinst() { gnome2_icon_savelist; }
+pkg_postinst() { gnome2_icon_cache_update; }
+pkg_postrm() { gnome2_icon_cache_update; }



[gentoo-commits] repo/gentoo:master commit in: sys-apps/gsmartcontrol/

2017-05-15 Thread Lars Wendler
commit: a2c43d94372373d59388982648872d7c308ac7a9
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon May 15 09:40:04 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon May 15 09:47:18 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2c43d94

sys-apps/gsmartcontrol: Bump to version 0.9.0

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 sys-apps/gsmartcontrol/Manifest   |  1 +
 sys-apps/gsmartcontrol/gsmartcontrol-0.9.0.ebuild | 47 +++
 2 files changed, 48 insertions(+)

diff --git a/sys-apps/gsmartcontrol/Manifest b/sys-apps/gsmartcontrol/Manifest
index 85a7c9d95bb..f7b0dee6e11 100644
--- a/sys-apps/gsmartcontrol/Manifest
+++ b/sys-apps/gsmartcontrol/Manifest
@@ -1 +1,2 @@
 DIST gsmartcontrol-0.8.7.tar.bz2 684394 SHA256 
708fa803243abb852ed52050fc82cd3592a798c02743342441996e77f19ffec6 SHA512 
3258ddcb448460afeef8d617ab5bb4720c9b252bc45d6798ec645da4862236fbb3fe0116a1cc904f5353481df87603bd2b6d808f348c250bde3624c8403a
 WHIRLPOOL 
24fb546c7175306c8cdd8906b506471d20668de0cd078a8205ec87eff50ce0eb52dc04b3b05e771f8789ef852e5f97675c7c224ab6450d90a3e2ac3e51578d2a
+DIST gsmartcontrol-0.9.0.tar.bz2 710515 SHA256 
5da6435aa0845acef134f72c2b5f6fce79f9c51bebe9d099402e0f21a3388651 SHA512 
c7a6f4dbb748bdef14a3a18a98d30f8ba8595017c99d7ac6817a33d537f19ab55d2c5674fb1f44f77381e54e22b894d8cca700554186a8132b04249001fcda98
 WHIRLPOOL 
2b9e926e86bbd351ec3ed331abec508cbc129e1ca340106ffa2cd8aa8f9db13c721512f8afa4e70cd83ea1ae855e0fb494223264129ce6a583fb717d69d2a1ca

diff --git a/sys-apps/gsmartcontrol/gsmartcontrol-0.9.0.ebuild 
b/sys-apps/gsmartcontrol/gsmartcontrol-0.9.0.ebuild
new file mode 100644
index 000..b74f1347fff
--- /dev/null
+++ b/sys-apps/gsmartcontrol/gsmartcontrol-0.9.0.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit flag-o-matic gnome2-utils
+
+DESCRIPTION="Hard disk drive health inspection tool"
+HOMEPAGE="http://gsmartcontrol.sourceforge.net/home/;
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
+
+LICENSE="|| ( GPL-2 GPL-3 ) Boost-1.0 BSD Unlicense ZLIB"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+COMMON_DEPEND="
+   dev-cpp/gtkmm:2.4
+   dev-libs/libpcre:3
+   sys-apps/smartmontools
+"
+RDEPEND="${COMMON_DEPEND}
+   x11-apps/xmessage
+"
+DEPEND="${COMMON_DEPEND}
+   virtual/pkgconfig
+   test? ( dev-util/gtk-builder-convert )
+"
+
+DOCS="TODO" # See 'dist_doc_DATA' value in Makefile.am
+
+src_prepare() {
+   default
+   append-cxxflags -std=c++11
+}
+
+src_configure() {
+   econf $(use test tests)
+}
+
+src_install() {
+   default
+   rm -f "${ED}"/usr/share/doc/${PF}/LICENSE_* || die
+}
+
+pkg_preinst() { gnome2_icon_savelist; }
+pkg_postinst() { gnome2_icon_cache_update; }
+pkg_postrm() { gnome2_icon_cache_update; }



[gentoo-commits] repo/gentoo:master commit in: sys-apps/gsmartcontrol/

2016-09-18 Thread Pacho Ramos
commit: 5f23e374f6a8439c97cb44738bc12dff7be787e3
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sun Sep 18 09:48:18 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sun Sep 18 09:57:52 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f23e374

sys-apps/gsmartcontrol: Stop relying in eapi4 support for gnome2-utils.eclass

Package-Manager: portage-2.3.0

 sys-apps/gsmartcontrol/gsmartcontrol-0.8.7.ebuild | 24 ---
 1 file changed, 13 insertions(+), 11 deletions(-)

diff --git a/sys-apps/gsmartcontrol/gsmartcontrol-0.8.7.ebuild 
b/sys-apps/gsmartcontrol/gsmartcontrol-0.8.7.ebuild
index 9fa1694..54f8351 100644
--- a/sys-apps/gsmartcontrol/gsmartcontrol-0.8.7.ebuild
+++ b/sys-apps/gsmartcontrol/gsmartcontrol-0.8.7.ebuild
@@ -1,9 +1,8 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=4
-
+EAPI=6
 inherit flag-o-matic gnome2-utils
 
 DESCRIPTION="Hard disk drive health inspection tool"
@@ -15,25 +14,28 @@ SLOT="0"
 KEYWORDS="amd64 x86"
 IUSE="test"
 
-COMMON_DEPEND="dev-cpp/gtkmm:2.4
-   dev-libs/libpcre
-   sys-apps/smartmontools"
+COMMON_DEPEND="
+   dev-cpp/gtkmm:2.4
+   dev-libs/libpcre:3
+   sys-apps/smartmontools
+"
 RDEPEND="${COMMON_DEPEND}
-   x11-apps/xmessage"
+   x11-apps/xmessage
+"
 DEPEND="${COMMON_DEPEND}
virtual/pkgconfig
-   test? ( dev-util/gtk-builder-convert )"
+   test? ( dev-util/gtk-builder-convert )
+"
 
 DOCS="TODO" # See 'dist_doc_DATA' value in Makefile.am
 
 src_prepare() {
+   default
append-cxxflags -std=c++11
 }
 
 src_configure() {
-   econf \
-   --docdir=/usr/share/doc/${PF} \
-   $(use test tests)
+   econf $(use test tests)
 }
 
 src_install() {



[gentoo-commits] repo/gentoo:master commit in: sys-apps/gsmartcontrol/

2016-08-06 Thread Pacho Ramos
commit: a1808ac0eaeda05748ff7832c21203432b141a4b
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat Aug  6 10:04:49 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Aug  6 10:16:31 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1808ac0

sys-apps/gsmartcontrol: Cleanup per bug #131259

Package-Manager: portage-2.3.0

 sys-apps/gsmartcontrol/metadata.xml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/sys-apps/gsmartcontrol/metadata.xml 
b/sys-apps/gsmartcontrol/metadata.xml
index b6d5e87..222e5fd 100644
--- a/sys-apps/gsmartcontrol/metadata.xml
+++ b/sys-apps/gsmartcontrol/metadata.xml
@@ -1,9 +1,6 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   ssuomi...@gentoo.org
-   

base-sys...@gentoo.org
Gentoo Base System



[gentoo-commits] repo/gentoo:master commit in: sys-apps/gsmartcontrol/

2015-12-22 Thread Justin Lecher
commit: 468d9d066b6d43ca11d9433068297688f88c77a4
Author: Justin Lecher  gentoo  org>
AuthorDate: Tue Dec 22 12:53:56 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Tue Dec 22 12:54:08 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=468d9d06

sys-apps/gsmartcontrol: Add std=c++11 to CXXFLAGS for latest dev-libs/libsigc++

Package-Manager: portage-2.2.26
Signed-off-by: Justin Lecher  gentoo.org>

 sys-apps/gsmartcontrol/gsmartcontrol-0.8.7.ebuild |  7 ++-
 sys-apps/gsmartcontrol/metadata.xml   | 18 +-
 2 files changed, 15 insertions(+), 10 deletions(-)

diff --git a/sys-apps/gsmartcontrol/gsmartcontrol-0.8.7.ebuild 
b/sys-apps/gsmartcontrol/gsmartcontrol-0.8.7.ebuild
index 053a68b..9fa1694 100644
--- a/sys-apps/gsmartcontrol/gsmartcontrol-0.8.7.ebuild
+++ b/sys-apps/gsmartcontrol/gsmartcontrol-0.8.7.ebuild
@@ -3,7 +3,8 @@
 # $Id$
 
 EAPI=4
-inherit gnome2-utils
+
+inherit flag-o-matic gnome2-utils
 
 DESCRIPTION="Hard disk drive health inspection tool"
 HOMEPAGE="http://gsmartcontrol.sourceforge.net/home/;
@@ -25,6 +26,10 @@ DEPEND="${COMMON_DEPEND}
 
 DOCS="TODO" # See 'dist_doc_DATA' value in Makefile.am
 
+src_prepare() {
+   append-cxxflags -std=c++11
+}
+
 src_configure() {
econf \
--docdir=/usr/share/doc/${PF} \

diff --git a/sys-apps/gsmartcontrol/metadata.xml 
b/sys-apps/gsmartcontrol/metadata.xml
index ca80785..9d109ee 100644
--- a/sys-apps/gsmartcontrol/metadata.xml
+++ b/sys-apps/gsmartcontrol/metadata.xml
@@ -1,11 +1,11 @@
-
-http://www.gentoo.org/dtd/metadata.dtd'>
+
+http://www.gentoo.org/dtd/metadata.dtd;>
 
-base-system
-
-   ssuomi...@gentoo.org
-
-
-   gsmartcontrol
-
+   base-system
+   
+   ssuomi...@gentoo.org
+   
+   
+   gsmartcontrol
+