mgorny 15/02/22 16:38:45 Modified: gsmartcontrol-0.8.7.ebuild ChangeLog Log: 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!)
Revision Changes Path 1.7 sys-apps/gsmartcontrol/gsmartcontrol-0.8.7.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/gsmartcontrol/gsmartcontrol-0.8.7.ebuild?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/gsmartcontrol/gsmartcontrol-0.8.7.ebuild?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/gsmartcontrol/gsmartcontrol-0.8.7.ebuild?r1=1.6&r2=1.7 Index: gsmartcontrol-0.8.7.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-apps/gsmartcontrol/gsmartcontrol-0.8.7.ebuild,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- gsmartcontrol-0.8.7.ebuild 8 Sep 2014 20:54:18 -0000 1.6 +++ gsmartcontrol-0.8.7.ebuild 22 Feb 2015 16:38:45 -0000 1.7 @@ -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_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; } 1.6 sys-apps/gsmartcontrol/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/gsmartcontrol/ChangeLog?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/gsmartcontrol/ChangeLog?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/gsmartcontrol/ChangeLog?r1=1.5&r2=1.6 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-apps/gsmartcontrol/ChangeLog,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- ChangeLog 8 Sep 2014 20:54:18 -0000 1.5 +++ ChangeLog 22 Feb 2015 16:38:45 -0000 1.6 @@ -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 <[email protected]> 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 <[email protected]> gsmartcontrol-0.8.7.ebuild: Stable for amd64 wrt bug #517290
