diff options
author | 2012-12-08 09:09:54 +0000 | |
---|---|---|
committer | 2012-12-08 09:09:54 +0000 | |
commit | 2742a46c7b099ea3d9b82b20a8a567a311f5f9f9 (patch) | |
tree | 24ee3578c0c0c78f6917fc188eaa70d9b6ec665b /sys-fs/jdiskreport-bin | |
parent | Version bump. (diff) | |
download | gentoo-2-2742a46c7b099ea3d9b82b20a8a567a311f5f9f9.tar.gz gentoo-2-2742a46c7b099ea3d9b82b20a8a567a311f5f9f9.tar.bz2 gentoo-2-2742a46c7b099ea3d9b82b20a8a567a311f5f9f9.zip |
Fix LICENSE, see LICENSE.txt. Bug 442026.
(Portage version: 2.1.11.33/cvs/Linux x86_64, signed Manifest commit with key E7BE08CA7DC6EA25)
Diffstat (limited to 'sys-fs/jdiskreport-bin')
-rw-r--r-- | sys-fs/jdiskreport-bin/ChangeLog | 8 | ||||
-rw-r--r-- | sys-fs/jdiskreport-bin/jdiskreport-bin-1.2.5-r1.ebuild | 6 | ||||
-rw-r--r-- | sys-fs/jdiskreport-bin/jdiskreport-bin-1.3.0.ebuild | 6 |
3 files changed, 12 insertions, 8 deletions
diff --git a/sys-fs/jdiskreport-bin/ChangeLog b/sys-fs/jdiskreport-bin/ChangeLog index ee28c21ccf07..e368358517ac 100644 --- a/sys-fs/jdiskreport-bin/ChangeLog +++ b/sys-fs/jdiskreport-bin/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-fs/jdiskreport-bin -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/jdiskreport-bin/ChangeLog,v 1.8 2008/07/27 04:36:34 serkan Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/jdiskreport-bin/ChangeLog,v 1.9 2012/12/08 09:09:54 ulm Exp $ + + 08 Dec 2012; Ulrich Müller <ulm@gentoo.org> jdiskreport-bin-1.2.5-r1.ebuild, + jdiskreport-bin-1.3.0.ebuild: + Fix LICENSE, see LICENSE.txt. Bug 442026. *jdiskreport-bin-1.3.0 (27 Jul 2008) diff --git a/sys-fs/jdiskreport-bin/jdiskreport-bin-1.2.5-r1.ebuild b/sys-fs/jdiskreport-bin/jdiskreport-bin-1.2.5-r1.ebuild index 06f44d08bb2d..e72afe570658 100644 --- a/sys-fs/jdiskreport-bin/jdiskreport-bin-1.2.5-r1.ebuild +++ b/sys-fs/jdiskreport-bin/jdiskreport-bin-1.2.5-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2012 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.2.5-r1.ebuild,v 1.1 2007/02/27 20:25:53 betelgeuse Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/jdiskreport-bin/jdiskreport-bin-1.2.5-r1.ebuild,v 1.2 2012/12/08 09:09:54 ulm Exp $ inherit java-pkg-2 @@ -12,7 +12,7 @@ DESCRIPTION="JDiskReport helps you to understand disk drive usage" HOMEPAGE="http://www.jgoodies.com/freeware/jdiskreport/index.html" SRC_URI="http://www.jgoodies.com/download/${MY_PN}/${MY_P}.zip" -LICENSE="as-is" +LICENSE="freedist" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" 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 e7c9ea39e5ff..8788b7c41169 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,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2012 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.1 2008/07/27 04:36:34 serkan Exp $ +# $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 $ inherit java-pkg-2 @@ -12,7 +12,7 @@ DESCRIPTION="JDiskReport helps you to understand disk drive usage" HOMEPAGE="http://www.jgoodies.com/freeware/jdiskreport/index.html" SRC_URI="http://www.jgoodies.com/download/${MY_PN}/${MY_P}.zip" -LICENSE="as-is" +LICENSE="freedist" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" |