diff options
author | Johann Schmitz <ercpe@gentoo.org> | 2014-03-01 16:31:37 +0000 |
---|---|---|
committer | Johann Schmitz <ercpe@gentoo.org> | 2014-03-01 16:31:37 +0000 |
commit | 4576c39f3ab70b9f2a958e6505d7fa843023b812 (patch) | |
tree | 02ca207ad9f81d882b8d5b3a07a9e8259beb17f3 /sys-fs/jdiskreport-bin/jdiskreport-bin-1.3.0.ebuild | |
parent | Stable for HPPA (bug #502802). (diff) | |
download | gentoo-2-4576c39f3ab70b9f2a958e6505d7fa843023b812.tar.gz gentoo-2-4576c39f3ab70b9f2a958e6505d7fa843023b812.tar.bz2 gentoo-2-4576c39f3ab70b9f2a958e6505d7fa843023b812.zip |
Version bump of sys-fs/jdiskreport-bin to 1.4.1 as per bug #496292.
Updated ebuild to EAPI=5, fixed HOMEPAGE (as per bug #496288) and updated copyright.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 77C501ED)
Diffstat (limited to 'sys-fs/jdiskreport-bin/jdiskreport-bin-1.3.0.ebuild')
-rw-r--r-- | sys-fs/jdiskreport-bin/jdiskreport-bin-1.3.0.ebuild | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/sys-fs/jdiskreport-bin/jdiskreport-bin-1.3.0.ebuild b/sys-fs/jdiskreport-bin/jdiskreport-bin-1.3.0.ebuild index 8788b7c41169..e63cfe78f4af 100644 --- a/sys-fs/jdiskreport-bin/jdiskreport-bin-1.3.0.ebuild +++ b/sys-fs/jdiskreport-bin/jdiskreport-bin-1.3.0.ebuild @@ -1,6 +1,8 @@ -# 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-fs/jdiskreport-bin/jdiskreport-bin-1.3.0.ebuild,v 1.2 2012/12/08 09:09:54 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/jdiskreport-bin/jdiskreport-bin-1.3.0.ebuild,v 1.3 2014/03/01 16:31:37 ercpe Exp $ + +EAPI=5 inherit java-pkg-2 @@ -9,7 +11,7 @@ MY_PV=${PV//\./_} MY_P="${MY_PN}-${MY_PV}" DESCRIPTION="JDiskReport helps you to understand disk drive usage" -HOMEPAGE="http://www.jgoodies.com/freeware/jdiskreport/index.html" +HOMEPAGE="http://www.jgoodies.com/freeware/jdiskreport/" SRC_URI="http://www.jgoodies.com/download/${MY_PN}/${MY_P}.zip" LICENSE="freedist" |