gienah 14/07/02 15:15:17 Modified: metadata.xml ChangeLog Added: configfile-1.1.2.ebuild Log: Bump configfile to 1.1.2 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 618E971F)
Revision Changes Path 1.2 dev-haskell/configfile/metadata.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/configfile/metadata.xml?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/configfile/metadata.xml?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/configfile/metadata.xml?r1=1.1&r2=1.2 Index: metadata.xml =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-haskell/configfile/metadata.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- metadata.xml 7 Nov 2010 14:01:55 -0000 1.1 +++ metadata.xml 2 Jul 2014 15:15:17 -0000 1.2 @@ -1,8 +1,26 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<herd>haskell</herd> + <herd>haskell</herd> <maintainer> <email>[email protected]</email> </maintainer> + <longdescription> + Parser and writer for handling sectioned config files in + Haskell. + + The ConfigFile module works with configuration files in a standard + format that is easy for the user to edit, easy for the programmer + to work with, yet remains powerful and flexible. It is inspired by, + and compatible with, Python's ConfigParser module. It uses files + that resemble Windows .INI-style files, but with numerous + improvements. + + ConfigFile provides simple calls to both read and write config files. + It's possible to make a config file parsable by this module, + the Unix shell, and make. + </longdescription> +<use> + <flag name='buildtests'>Build the executable to run unit tests.</flag> +</use> </pkgmetadata> 1.5 dev-haskell/configfile/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/configfile/ChangeLog?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/configfile/ChangeLog?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/configfile/ChangeLog?r1=1.4&r2=1.5 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-haskell/configfile/ChangeLog,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- ChangeLog 21 Jul 2013 07:43:33 -0000 1.4 +++ ChangeLog 2 Jul 2014 15:15:17 -0000 1.5 @@ -1,6 +1,12 @@ # ChangeLog for dev-haskell/configfile -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/configfile/ChangeLog,v 1.4 2013/07/21 07:43:33 pacho Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/configfile/ChangeLog,v 1.5 2014/07/02 15:15:17 gienah Exp $ + +*configfile-1.1.2 (02 Jul 2014) + + 02 Jul 2014; Mark Wright <[email protected]> +configfile-1.1.2.ebuild, + metadata.xml: + Bump configfile to 1.1.2 21 Jul 2013; Pacho Ramos <[email protected]> -configfile-1.0.6.ebuild: Remove masked for removal package 1.1 dev-haskell/configfile/configfile-1.1.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/configfile/configfile-1.1.2.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/configfile/configfile-1.1.2.ebuild?rev=1.1&content-type=text/plain Index: configfile-1.1.2.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-haskell/configfile/configfile-1.1.2.ebuild,v 1.1 2014/07/02 15:15:16 gienah Exp $ EAPI=5 # ebuild generated by hackport 0.4.9999 CABAL_FEATURES="bin lib profile haddock hoogle hscolour" inherit haskell-cabal MY_PN="ConfigFile" MY_P="${MY_PN}-${PV}" DESCRIPTION="Configuration file reading & writing" HOMEPAGE="http://software.complete.org/configfile" SRC_URI="mirror://hackage/packages/archive/${MY_PN}/${PV}/${MY_P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0/${PV}" KEYWORDS="~amd64 ~x86" IUSE="buildtests" RDEPEND=">=dev-haskell/missingh-1.0.0:=[profile?] dev-haskell/mtl:=[profile?] dev-haskell/parsec:=[profile?] >=dev-lang/ghc-7.4.1:= buildtests? ( dev-haskell/hunit:=[profile?] dev-haskell/testpack:=[profile?] ) " DEPEND="${RDEPEND} >=dev-haskell/cabal-1.2.3 " S="${WORKDIR}/${MY_P}" src_configure() { haskell-cabal_src_configure \ $(cabal_flag buildtests buildtests) }
