public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Lars Wendler" <polynomial-c@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/gsmartcontrol/
Date: Wed,  4 Oct 2017 16:06:37 +0000 (UTC)	[thread overview]
Message-ID: <1507131299.afc0a0ddeb760bb179ba5e1bfea14724d36c5a8e.polynomial-c@gentoo> (raw)

commit:     afc0a0ddeb760bb179ba5e1bfea14724d36c5a8e
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Wed Oct  4 15:34:59 2017 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Wed Oct  4 15:34:59 2017 +0000
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 00000000000..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; }


             reply	other threads:[~2017-10-04 16:06 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-10-04 16:06 Lars Wendler [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-01-12 17:09 [gentoo-commits] repo/gentoo:master commit in: sys-apps/gsmartcontrol/ Arthur Zamarin
2025-01-12 14:49 Sam James
2024-12-12  5:12 Sam James
2022-12-18  4:20 Sam James
2022-09-18 18:36 Andreas Sturmlechner
2022-08-31  5:16 Agostino Sarubbo
2022-08-31  5:13 Agostino Sarubbo
2022-07-28 13:20 Sam James
2022-04-03  3:41 Sam James
2021-05-14 22:14 David Seifert
2018-10-05 13:55 Mikle Kolyada
2018-10-05 13:55 Mikle Kolyada
2018-10-05 12:25 Thomas Deutschmann
2017-11-13 14:23 Lars Wendler
2017-11-13 14:23 Lars Wendler
2017-10-30  0:22 Manuel Rüger
2017-10-27 12:54 Thomas Deutschmann
2017-09-22 12:45 Patrice Clement
2017-09-19 23:31 Lars Wendler
2017-09-19 23:31 Lars Wendler
2017-07-26  9:51 Lars Wendler
2017-07-05 12:51 Lars Wendler
2017-05-15  9:47 Lars Wendler
2016-09-18  9:58 Pacho Ramos
2016-08-06 10:17 Pacho Ramos
2015-12-22 12:54 Justin Lecher

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1507131299.afc0a0ddeb760bb179ba5e1bfea14724d36c5a8e.polynomial-c@gentoo \
    --to=polynomial-c@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox