summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2015-02-22 16:38:45 +0000
committerMichał Górny <mgorny@gentoo.org>2015-02-22 16:38:45 +0000
commit28126a672ff907ac95d1efe6c87e19f346f90fc8 (patch)
tree9eb5ce24133be6b28d20033b115bd30df74dcc61 /sys-apps/gsmartcontrol
parentversion bump (diff)
downloadgentoo-2-28126a672ff907ac95d1efe6c87e19f346f90fc8.tar.gz
gentoo-2-28126a672ff907ac95d1efe6c87e19f346f90fc8.tar.bz2
gentoo-2-28126a672ff907ac95d1efe6c87e19f346f90fc8.zip
Update SRC_URI, add missing ||die, fix whitespace. Bug #537800. https://github.com/gentoo/gentoo-portage-rsync-mirror/pull/43 by mm1ke.
(Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'sys-apps/gsmartcontrol')
-rw-r--r--sys-apps/gsmartcontrol/ChangeLog8
-rw-r--r--sys-apps/gsmartcontrol/gsmartcontrol-0.8.7.ebuild11
2 files changed, 11 insertions, 8 deletions
diff --git a/sys-apps/gsmartcontrol/ChangeLog b/sys-apps/gsmartcontrol/ChangeLog
index cd9c59dc91ff..8eaf01bf268c 100644
--- a/sys-apps/gsmartcontrol/ChangeLog
+++ b/sys-apps/gsmartcontrol/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-apps/gsmartcontrol
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/gsmartcontrol/ChangeLog,v 1.5 2014/09/08 20:54:18 nimiux Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/gsmartcontrol/ChangeLog,v 1.6 2015/02/22 16:38:45 mgorny Exp $
+
+ 22 Feb 2015; Michał Górny <mgorny@gentoo.org> gsmartcontrol-0.8.7.ebuild:
+ Update SRC_URI, add missing ||die, fix whitespace. Bug #537800.
+ https://github.com/gentoo/gentoo-portage-rsync-mirror/pull/43 by mm1ke.
08 Sep 2014; Chema Alonso <nimiux@gentoo.org> gsmartcontrol-0.8.7.ebuild:
Stable for amd64 wrt bug #517290
diff --git a/sys-apps/gsmartcontrol/gsmartcontrol-0.8.7.ebuild b/sys-apps/gsmartcontrol/gsmartcontrol-0.8.7.ebuild
index 8f12cbfb493d..df8d8722ed87 100644
--- a/sys-apps/gsmartcontrol/gsmartcontrol-0.8.7.ebuild
+++ b/sys-apps/gsmartcontrol/gsmartcontrol-0.8.7.ebuild
@@ -1,14 +1,13 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/gsmartcontrol/gsmartcontrol-0.8.7.ebuild,v 1.6 2014/09/08 20:54:18 nimiux Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/gsmartcontrol/gsmartcontrol-0.8.7.ebuild,v 1.7 2015/02/22 16:38:45 mgorny Exp $
EAPI=4
inherit gnome2-utils
DESCRIPTION="Hard disk drive health inspection tool"
HOMEPAGE="http://gsmartcontrol.sourceforge.net/home/"
-SRC_URI="mirror://berlios/${PN}/${P}.tar.bz2
- http://artificialtime.com/${PN}/${P}.tar.bz2"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
LICENSE="|| ( GPL-2 GPL-3 ) Boost-1.0 BSD Unlicense ZLIB"
SLOT="0"
@@ -34,9 +33,9 @@ src_configure() {
src_install() {
default
- rm -f "${ED}"/usr/share/doc/${PF}/LICENSE_*
+ rm -f "${ED}"/usr/share/doc/${PF}/LICENSE_* || die
}
-pkg_preinst() { gnome2_icon_savelist; }
+pkg_preinst() { gnome2_icon_savelist; }
pkg_postinst() { gnome2_icon_cache_update; }
pkg_postrm() { gnome2_icon_cache_update; }