diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2014-07-17 12:08:30 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2014-07-17 12:08:30 +0000 |
commit | ba97cc0ad615ef00fb9b79d97a1f17919e5a8f73 (patch) | |
tree | 64d2cce2ef60e4bed047eb50e02a3438aa8a8ccf /sys-apps/gsmartcontrol | |
parent | Remove obsolete USE default dependency by Arfrever. (diff) | |
download | gentoo-2-ba97cc0ad615ef00fb9b79d97a1f17919e5a8f73.tar.gz gentoo-2-ba97cc0ad615ef00fb9b79d97a1f17919e5a8f73.tar.bz2 gentoo-2-ba97cc0ad615ef00fb9b79d97a1f17919e5a8f73.zip |
Fix HOMEPAGE
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Diffstat (limited to 'sys-apps/gsmartcontrol')
-rw-r--r-- | sys-apps/gsmartcontrol/ChangeLog | 9 | ||||
-rw-r--r-- | sys-apps/gsmartcontrol/gsmartcontrol-0.8.7.ebuild | 6 |
2 files changed, 9 insertions, 6 deletions
diff --git a/sys-apps/gsmartcontrol/ChangeLog b/sys-apps/gsmartcontrol/ChangeLog index 281ec36ef3e8..ca6341f45b71 100644 --- a/sys-apps/gsmartcontrol/ChangeLog +++ b/sys-apps/gsmartcontrol/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-apps/gsmartcontrol -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/gsmartcontrol/ChangeLog,v 1.2 2012/08/12 12:42:09 ssuominen Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/gsmartcontrol/ChangeLog,v 1.3 2014/07/17 12:08:30 ssuominen Exp $ + + 17 Jul 2014; Samuli Suominen <ssuominen@gentoo.org> + gsmartcontrol-0.8.7.ebuild: + Fix HOMEPAGE 12 Aug 2012; Samuli Suominen <ssuominen@gentoo.org> gsmartcontrol-0.8.7.ebuild: @@ -12,4 +16,3 @@ 12 Aug 2012; Samuli Suominen <ssuominen@gentoo.org> +gsmartcontrol-0.8.7.ebuild: Initial commit wrt #244192 by Sam Kingston - diff --git a/sys-apps/gsmartcontrol/gsmartcontrol-0.8.7.ebuild b/sys-apps/gsmartcontrol/gsmartcontrol-0.8.7.ebuild index 1e90377f4497..5c247a3447b1 100644 --- a/sys-apps/gsmartcontrol/gsmartcontrol-0.8.7.ebuild +++ b/sys-apps/gsmartcontrol/gsmartcontrol-0.8.7.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2014 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.3 2012/08/12 12:42:09 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/gsmartcontrol/gsmartcontrol-0.8.7.ebuild,v 1.4 2014/07/17 12:08:30 ssuominen Exp $ EAPI=4 inherit gnome2-utils DESCRIPTION="Hard disk drive health inspection tool" -HOMEPAGE="http://gsmartcontrol.berlios.de/" +HOMEPAGE="http://gsmartcontrol.sourceforge.net/home/" SRC_URI="mirror://berlios/${PN}/${P}.tar.bz2 http://artificialtime.com/${PN}/${P}.tar.bz2" |