jlec 15/06/19 15:31:25 Modified: ChangeLog Added: shellcheck-0.3.7.ebuild Log: Version Bump bug #552392; thanks Coacher for the ebuild (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key E9402A79B03529A2!)
Revision Changes Path 1.5 dev-util/shellcheck/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/shellcheck/ChangeLog?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/shellcheck/ChangeLog?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/shellcheck/ChangeLog?r1=1.4&r2=1.5 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-util/shellcheck/ChangeLog,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- ChangeLog 17 Jun 2015 09:28:53 -0000 1.4 +++ ChangeLog 19 Jun 2015 15:31:25 -0000 1.5 @@ -1,6 +1,11 @@ # ChangeLog for dev-util/shellcheck # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/shellcheck/ChangeLog,v 1.4 2015/06/17 09:28:53 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/shellcheck/ChangeLog,v 1.5 2015/06/19 15:31:25 jlec Exp $ + +*shellcheck-0.3.7 (19 Jun 2015) + + 19 Jun 2015; Justin Lecher <[email protected]> +shellcheck-0.3.7.ebuild: + Version Bump bug #552392; thanks Coacher for the ebuild 17 Jun 2015; Justin Lecher <[email protected]> shellcheck-0.3.6.ebuild: Correct version of compiler in dependencies, bug #552274 1.1 dev-util/shellcheck/shellcheck-0.3.7.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/shellcheck/shellcheck-0.3.7.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/shellcheck/shellcheck-0.3.7.ebuild?rev=1.1&content-type=text/plain Index: shellcheck-0.3.7.ebuild =================================================================== # 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 $ EAPI=5 CABAL_FEATURES="bin lib profile haddock hoogle hscolour test-suite" inherit haskell-cabal MY_PN="ShellCheck" MY_P="${MY_PN}-${PV}" 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" SLOT="0/${PV}" KEYWORDS="~amd64 ~x86" IUSE="" RDEPEND=" dev-haskell/json:=[profile?] dev-haskell/mtl:=[profile?] dev-haskell/parsec:=[profile?] >=dev-haskell/quickcheck-2.7.4:2=[profile?] dev-haskell/regex-tdfa:=[profile?] dev-haskell/transformers:=[profile?] >=dev-lang/ghc-7.8.4:= " DEPEND="${RDEPEND} >=dev-haskell/cabal-1.8 test? ( >=dev-haskell/cabal-1.20 ) " S="${WORKDIR}/${MY_P}" src_test() { # See bug #537500 for this beauty. runghc Setup.hs test || die 'test suite failed' } src_install() { cabal_src_install doman "${PN}.1" }
