hasufell 14/10/17 19:13:18 Modified: ChangeLog Added: goatee-gtk-0.2.0-r1.ebuild Removed: goatee-gtk-0.2.0.ebuild Log: fix dependencies (Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with key BDEED020)
Revision Changes Path 1.2 games-board/goatee-gtk/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/goatee-gtk/ChangeLog?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/goatee-gtk/ChangeLog?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/goatee-gtk/ChangeLog?r1=1.1&r2=1.2 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-board/goatee-gtk/ChangeLog,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ChangeLog 16 Oct 2014 21:51:28 -0000 1.1 +++ ChangeLog 17 Oct 2014 19:13:18 -0000 1.2 @@ -1,10 +1,15 @@ # ChangeLog for games-board/goatee-gtk # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/goatee-gtk/ChangeLog,v 1.1 2014/10/16 21:51:28 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/goatee-gtk/ChangeLog,v 1.2 2014/10/17 19:13:18 hasufell Exp $ + +*goatee-gtk-0.2.0-r1 (17 Oct 2014) + + 17 Oct 2014; Julian Ospald <[email protected]> +goatee-gtk-0.2.0-r1.ebuild, + -goatee-gtk-0.2.0.ebuild: + fix dependencies *goatee-gtk-0.2.0 (16 Oct 2014) 16 Oct 2014; Julian Ospald <[email protected]> +goatee-gtk-0.2.0.ebuild, +metadata.xml: initial import - 1.1 games-board/goatee-gtk/goatee-gtk-0.2.0-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/goatee-gtk/goatee-gtk-0.2.0-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/goatee-gtk/goatee-gtk-0.2.0-r1.ebuild?rev=1.1&content-type=text/plain Index: goatee-gtk-0.2.0-r1.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/games-board/goatee-gtk/goatee-gtk-0.2.0-r1.ebuild,v 1.1 2014/10/17 19:13:18 hasufell Exp $ EAPI=5 CABAL_FEATURES="bin lib profile haddock hoogle hscolour test-suite" inherit haskell-cabal eutils games DESCRIPTION="A monadic take on a 2,500-year-old board game - GTK+ UI" HOMEPAGE="http://khumba.net/projects/goatee" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" LICENSE="AGPL-3" SLOT="0/${PV}" KEYWORDS="~amd64 ~x86" IUSE="" RDEPEND=">=dev-games/goatee-0.2:=[profile?] <dev-games/goatee-0.3:=[profile?] >=dev-haskell/cairo-0.12:=[profile?] <dev-haskell/cairo-0.13:=[profile?] >=dev-haskell/gtk-0.12:2=[profile?] <dev-haskell/gtk-0.13:2=[profile?] >=dev-haskell/mtl-2.1:=[profile?] <dev-haskell/mtl-2.3:=[profile?] >=dev-haskell/parsec-3.1:=[profile?] <dev-haskell/parsec-3.2:=[profile?] >=dev-libs/gmp-5:= virtual/libffi:= " DEPEND="${RDEPEND} >=dev-lang/ghc-7.4.1:= >=dev-haskell/cabal-1.8 test? ( >=dev-haskell/hunit-1.2 <dev-haskell/hunit-1.3 ) " pkg_setup() { games_pkg_setup haskell-cabal_pkg_setup } src_configure() { haskell-cabal_src_configure \ --bindir="${GAMES_BINDIR}" } src_compile() { haskell-cabal_src_compile } src_install() { haskell-cabal_src_install prepgamesdirs } pkg_postinst() { ghc-package_pkg_postinst games_pkg_postinst }
