From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DBE5713835A for ; Mon, 15 Mar 2021 22:33:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8071BE08BB; Mon, 15 Mar 2021 22:33:13 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 588B2E08BB for ; Mon, 15 Mar 2021 22:33:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6F752340F70 for ; Mon, 15 Mar 2021 22:33:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D0F4E5D2 for ; Mon, 15 Mar 2021 22:33:09 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1615847575.905dd1f2d0b851d589a3ebd344d04451e7657291.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-board/goatee-gtk/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-board/goatee-gtk/Manifest games-board/goatee-gtk/goatee-gtk-0.4.0.ebuild games-board/goatee-gtk/metadata.xml X-VCS-Directories: games-board/goatee-gtk/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 905dd1f2d0b851d589a3ebd344d04451e7657291 X-VCS-Branch: master Date: Mon, 15 Mar 2021 22:33:09 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d93ce4b9-6669-4846-a93b-1cd41e4bfeac X-Archives-Hash: 7b22ac4c462b38d78cbe9e60d59675bc commit: 905dd1f2d0b851d589a3ebd344d04451e7657291 Author: Sergei Trofimovich gentoo org> AuthorDate: Mon Mar 15 19:37:47 2021 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Mon Mar 15 22:32:55 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=905dd1f2 games-board/goatee-gtk: bump up to 0.4.0 Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Sergei Trofimovich gentoo.org> games-board/goatee-gtk/Manifest | 1 + games-board/goatee-gtk/goatee-gtk-0.4.0.ebuild | 30 ++++++++++++++++++++++++++ games-board/goatee-gtk/metadata.xml | 13 ----------- 3 files changed, 31 insertions(+), 13 deletions(-) diff --git a/games-board/goatee-gtk/Manifest b/games-board/goatee-gtk/Manifest index 352677c37fd..6b882940361 100644 --- a/games-board/goatee-gtk/Manifest +++ b/games-board/goatee-gtk/Manifest @@ -1 +1,2 @@ DIST goatee-gtk-0.3.1.1.tar.gz 60560 BLAKE2B f58420c1b625b0be47da43ea006cbe68d465ed2ed44e640ad7ffd9f17d738f612321c42bb9bbf76404b1bfd91ae4baee73381881e5185afe653dd10992417dfc SHA512 d745e981171fb1267d4765d90e4906b51a0cd7e7e3804c7f418feea21cc6f047e5e4e70f86f3ed3abbe11800e91ecd4669d566c194ad9b340941e509e6061f70 +DIST goatee-gtk-0.4.0.tar.gz 60655 BLAKE2B 628a43c4e55f7d5d16052a798c5bf7b829aca08a0c27ae176548dbb908508cb5d8bb24d3ee48d8fc8a96e89b59200672a0ed1ab6d811312c7949cbaec4353fb0 SHA512 cb95f2703d21b83e86a5a31ec2a9896170a18e8e7660c657f72e85779af92beb07dea015f3608a6bab58d2ce745f6338a0a7e8c03f46f300bf357d5392672b68 diff --git a/games-board/goatee-gtk/goatee-gtk-0.4.0.ebuild b/games-board/goatee-gtk/goatee-gtk-0.4.0.ebuild new file mode 100644 index 00000000000..16c70308b22 --- /dev/null +++ b/games-board/goatee-gtk/goatee-gtk-0.4.0.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +# ebuild generated by hackport 0.6.7.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" +inherit haskell-cabal + +DESCRIPTION="A monadic take on a 2,500-year-old board game - GTK+ UI" +HOMEPAGE="http://khumba.net/projects/goatee" +SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" + +LICENSE="AGPL-3" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" + +RDEPEND=">=dev-games/goatee-0.4:=[profile?] =dev-haskell/cairo-0.13:=[profile?] =dev-haskell/glib-0.13:=[profile?] =dev-haskell/gtk-0.13:=[profile?] =dev-haskell/mtl-2.1:=[profile?] =dev-haskell/parsec-3.1:=[profile?] =dev-lang/ghc-8.4.3:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-2.2.0.1 + test? ( >=dev-haskell/hunit-1.2 - - games@gentoo.org - Gentoo Games Project - haskell@gentoo.org Gentoo Haskell - - Goatee is a Go library and game editor, written in Haskell. It provides a - GUI for recording, studying, and editing game records. Underneath this is a - portable library for manipulating SGF files to build UIs and tools. Goatee - aims to be full-featured by supporting all of the SGF spec and allowing for - full and easy customization of the game records you create. - - This package is the GTK+ UI. -