Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 552674 - =dev-util/shellcheck-0.3.8: version bump
Summary: =dev-util/shellcheck-0.3.8: version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Justin Lecher (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-06-20 19:51 UTC by Coacher
Modified: 2015-06-21 10:42 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Coacher 2015-06-20 19:51:16 UTC
Hello.

shellcheck-0.3.8 was just released. The only change from the ebuild perspective is the license change to GPL-3, see [0]. Compiles, passes tests, and works with ebuild for 0.3.7.

Please bump.

[0]: https://github.com/koalaman/shellcheck/releases/tag/v0.3.8

Diff:
--- a/dev-util/shellcheck/shellcheck-0.3.7.ebuild
+++ b/dev-util/shellcheck/shellcheck-0.3.8.ebuild
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/shellcheck/shellcheck-0.3.7.ebuild,v 1.1 2015/06/19 15:31:25 jlec Exp $
+# $Header: $

 EAPI=5

@@ -15,7 +15,7 @@ DESCRIPTION="Shell script analysis tool"
 HOMEPAGE="http://www.shellcheck.net/"
 SRC_URI="mirror://hackage/packages/archive/${MY_PN}/${PV}/${MY_P}.tar.gz"

-LICENSE="AGPL-3"
+LICENSE="GPL-3"
 SLOT="0/${PV}"
 KEYWORDS="~amd64 ~x86"
 IUSE=""

Reproducible: Always
Comment 1 Justin Lecher (RETIRED) gentoo-dev 2015-06-21 10:42:06 UTC
+*shellcheck-0.3.8 (21 Jun 2015)
+
+  21 Jun 2015; Justin Lecher <jlec@gentoo.org> +shellcheck-0.3.8.ebuild:
+  Version Bump; bug #552674
+