gienah 14/12/14 09:28:01 Modified: metadata.xml ChangeLog Added: darcs-2.8.5-r3.ebuild Log: Bump darcs to 2.8.5-r3 (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 618E971F)
Revision Changes Path 1.2 dev-vcs/darcs/metadata.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/darcs/metadata.xml?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/darcs/metadata.xml?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/darcs/metadata.xml?r1=1.1&r2=1.2 Index: metadata.xml =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-vcs/darcs/metadata.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- metadata.xml 14 Mar 2010 12:29:26 -0000 1.1 +++ metadata.xml 14 Dec 2014 09:28:01 -0000 1.2 @@ -5,4 +5,13 @@ <maintainer> <email>[email protected]</email> </maintainer> +<use> + <flag name="color">Use ansi color escapes.</flag> + <flag name="http">Use the pure Haskell HTTP package for HTTP support.</flag> + <flag name="libiconv">Explicitly link against the libiconv library.</flag> + <flag name="optimize">Build with optimizations (-O2).</flag> + <flag name="network-uri">Get Network.URI from the network-uri package.</flag> + <flag name="terminfo">Use the terminfo package for enhanced console support.</flag> + <flag name="threaded">Use threading and SMP support.</flag> +</use> </pkgmetadata> 1.57 dev-vcs/darcs/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/darcs/ChangeLog?rev=1.57&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/darcs/ChangeLog?rev=1.57&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/darcs/ChangeLog?r1=1.56&r2=1.57 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-vcs/darcs/ChangeLog,v retrieving revision 1.56 retrieving revision 1.57 diff -u -r1.56 -r1.57 --- ChangeLog 12 Jul 2014 06:08:02 -0000 1.56 +++ ChangeLog 14 Dec 2014 09:28:01 -0000 1.57 @@ -1,6 +1,12 @@ # ChangeLog for dev-vcs/darcs # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/darcs/ChangeLog,v 1.56 2014/07/12 06:08:02 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/darcs/ChangeLog,v 1.57 2014/12/14 09:28:01 gienah Exp $ + +*darcs-2.8.5-r3 (14 Dec 2014) + + 14 Dec 2014; Mark Wright <[email protected]> +darcs-2.8.5-r3.ebuild, + metadata.xml: + Bump darcs to 2.8.5-r3 12 Jul 2014; Sergei Trofimovich <[email protected]> darcs-2.8.4-r6.ebuild: Add missing utf8-string depend (by tman, bug #516928). 1.1 dev-vcs/darcs/darcs-2.8.5-r3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/darcs/darcs-2.8.5-r3.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/darcs/darcs-2.8.5-r3.ebuild?rev=1.1&content-type=text/plain Index: darcs-2.8.5-r3.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-vcs/darcs/darcs-2.8.5-r3.ebuild,v 1.1 2014/12/14 09:28:01 gienah Exp $ EAPI=5 # ebuild generated by hackport 0.4.4.9999 #hackport: flags: +library,+executable,-hpc,-warn-as-error CABAL_FEATURES="bin lib profile haddock hoogle hscolour" inherit haskell-cabal DESCRIPTION="a distributed, interactive, smart revision control system" HOMEPAGE="http://darcs.net/" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0/${PV}" KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" IUSE="+color +curl +http libiconv +mmap +network-uri +optimize static +terminfo test +threaded" RDEPEND=">=dev-haskell/extensible-exceptions-0.1:=[profile?] <dev-haskell/extensible-exceptions-0.2:=[profile?] >=dev-haskell/hashed-storage-0.5.6:=[profile?] <dev-haskell/hashed-storage-0.6:=[profile?] >=dev-haskell/haskeline-0.6.3:=[profile?] <dev-haskell/haskeline-0.8:=[profile?] >=dev-haskell/html-1.0:=[profile?] <dev-haskell/html-1.1:=[profile?] >=dev-haskell/mtl-1.0:=[profile?] <dev-haskell/mtl-2.3:=[profile?] >=dev-haskell/parsec-2.0:=[profile?] <dev-haskell/parsec-3.2:=[profile?] >=dev-haskell/random-1.0:=[profile?] <dev-haskell/random-1.2:=[profile?] >=dev-haskell/regex-compat-0.95.1:=[profile?] >=dev-haskell/tar-0.3:=[profile?] <dev-haskell/tar-0.5:=[profile?] >=dev-haskell/text-0.11.0.6:=[profile?] <dev-haskell/text-1.3:=[profile?] >=dev-haskell/utf8-string-0.3.6:=[profile?] <dev-haskell/utf8-string-0.4:=[profile?] >=dev-haskell/vector-0.7:=[profile?] >=dev-haskell/zlib-0.5.1.0:=[profile?] <dev-haskell/zlib-0.6.0.0:=[profile?] >=dev-lang/ghc-7.4.1:= curl? ( net-misc/curl ) http? ( >=dev-haskell/http-4000.0.8:=[profile?] <dev-haskell/http-4000.3:=[profile?] network-uri? ( >=dev-haskell/network-2.6:=[profile?] >=dev-haskell/network-uri-2.6:=[profile?] ) !network-uri? ( >=dev-haskell/network-2.2:=[profile?] <dev-haskell/network-2.6:=[profile?] ) ) mmap? ( >=dev-haskell/mmap-0.5:=[profile?] <dev-haskell/mmap-0.6:=[profile?] ) terminfo? ( >=dev-haskell/terminfo-0.3:=[profile?] <dev-haskell/terminfo-0.5:=[profile?] ) " DEPEND="${RDEPEND} >=dev-haskell/cabal-1.8 dev-lang/ghc test? ( >=dev-haskell/cmdlib-0.2.1:=[profile?] <dev-haskell/cmdlib-0.4:=[profile?] >=dev-haskell/findbin-0.0:=[profile?] <dev-haskell/findbin-0.1:=[profile?] >=dev-haskell/hunit-1.0:=[profile?] >=dev-haskell/quickcheck-2.3:2=[profile?] >=dev-haskell/shellish-0.1.3:=[profile?] <dev-haskell/shellish-0.2:=[profile?] >=dev-haskell/test-framework-0.4.0:=[profile?] >=dev-haskell/test-framework-hunit-0.2.2:=[profile?] >=dev-haskell/test-framework-quickcheck2-0.2.8:=[profile?] ) " src_prepare() { cabal_chdeps \ 'terminfo == 0.3.*' 'terminfo >= 0.3 && < 0.5' \ 'text >= 0.11.0.6 && < 1.2' 'text >= 0.11.0.6 && < 1.3' \ 'random == 1.0.*' 'random >= 1.0 && < 1.2' } src_configure() { haskell-cabal_src_configure \ $(cabal_flag color color) \ $(cabal_flag curl curl) \ --flag=executable \ --flag=-hpc \ $(cabal_flag http http) \ $(cabal_flag libiconv libiconv) \ --flag=library \ $(cabal_flag mmap mmap) \ $(cabal_flag network-uri network-uri) \ $(cabal_flag optimize optimize) \ $(cabal_flag static static) \ $(cabal_flag terminfo terminfo) \ $(cabal_flag test test) \ $(cabal_flag threaded threaded) \ --flag=-warn-as-error } src_install() { haskell-cabal_src_install # fixup perms in such an an awkward way mv "${ED}/usr/share/man/man1/darcs.1" "${S}/darcs.1" || die "darcs.1 not found" doman "${S}/darcs.1" || die "failed to register darcs.1 as a manpage" }
