From 56bd759df1d0c750a065b8c845e93d5dfa6b549d Mon Sep 17 00:00:00 2001 From: "Robin H. Johnson" Date: Sat, 8 Aug 2015 13:49:04 -0700 Subject: proj/gentoo: Initial commit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson X-Thanks: Alec Warner - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring - wrote much python to improve cvs2svn X-Thanks: Rich Freeman - validation scripts X-Thanks: Patrick Lauer - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed --- games-board/tali/Manifest | 2 ++ games-board/tali/metadata.xml | 5 +++++ games-board/tali/tali-3.14.0.ebuild | 28 ++++++++++++++++++++++++++++ games-board/tali/tali-3.16.1.ebuild | 29 +++++++++++++++++++++++++++++ 4 files changed, 64 insertions(+) create mode 100644 games-board/tali/Manifest create mode 100644 games-board/tali/metadata.xml create mode 100644 games-board/tali/tali-3.14.0.ebuild create mode 100644 games-board/tali/tali-3.16.1.ebuild (limited to 'games-board/tali') diff --git a/games-board/tali/Manifest b/games-board/tali/Manifest new file mode 100644 index 000000000000..a9f2d926a683 --- /dev/null +++ b/games-board/tali/Manifest @@ -0,0 +1,2 @@ +DIST tali-3.14.0.tar.xz 2835264 SHA256 81f15fcab820d384d02cd39033f2931cd15926f5a39d8c02766584d3b1b2f939 SHA512 4f63915181f217b914fe0efd32683c2ab8dc923d1e3ae28bddc3dba557cd77512c67edf695877ea7db0efe005e8074efbc88ac900868ba39c3186e7f3e38d731 WHIRLPOOL 2bd451a1dce734223c956297090f74138a0f914604e0701ddfe588ec15760f2340b13297ed054ac522b6d460dcbf2c4b60c8dc184711a32e352d1255a1d24849 +DIST tali-3.16.1.tar.xz 1503552 SHA256 af99dc362bd1031625948b70b76515a584fa64a7cffe389f2d1f8d87637f8e81 SHA512 330ea6430b6b4dc085f78a2d2f44104d3690acb4f365a69cb207b4c027de376fea0ac3532fbcda67ef091121e79bfa9f7bb859ebb93def51796bd2d4ac0768be WHIRLPOOL a2421a41e2c2098dd32bce819e869364879ee65bd44fa6452f53147ac22e321a2dc34da52820dc458a68e60770569ee8a0917aec3616d8a43288ffa622014e58 diff --git a/games-board/tali/metadata.xml b/games-board/tali/metadata.xml new file mode 100644 index 000000000000..da6fd63d0085 --- /dev/null +++ b/games-board/tali/metadata.xml @@ -0,0 +1,5 @@ + + + +gnome + diff --git a/games-board/tali/tali-3.14.0.ebuild b/games-board/tali/tali-3.14.0.ebuild new file mode 100644 index 000000000000..b8da9cc27653 --- /dev/null +++ b/games-board/tali/tali-3.14.0.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" +GCONF_DEBUG="no" + +inherit gnome-games + +DESCRIPTION="Beat the odds in a poker-style dice game" +HOMEPAGE="https://wiki.gnome.org/Apps/Tali" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="amd64 ~arm x86" +IUSE="" + +RDEPEND=" + dev-libs/glib:2 + >=gnome-base/librsvg-2.32:2 + >=x11-libs/gtk+-3.12:3 +" +DEPEND="${RDEPEND} + app-text/yelp-tools + >=dev-util/intltool-0.50 + sys-devel/gettext + virtual/pkgconfig +" diff --git a/games-board/tali/tali-3.16.1.ebuild b/games-board/tali/tali-3.16.1.ebuild new file mode 100644 index 000000000000..a506ced19196 --- /dev/null +++ b/games-board/tali/tali-3.16.1.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" +GCONF_DEBUG="no" + +inherit gnome-games + +DESCRIPTION="Beat the odds in a poker-style dice game" +HOMEPAGE="https://wiki.gnome.org/Apps/Tali" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~amd64 ~arm ~x86" +IUSE="" + +RDEPEND=" + dev-libs/glib:2 + >=gnome-base/librsvg-2.32:2 + >=x11-libs/gtk+-3.15:3 +" +DEPEND="${RDEPEND} + app-text/yelp-tools + dev-libs/appstream-glib + >=dev-util/intltool-0.50 + sys-devel/gettext + virtual/pkgconfig +" -- cgit v1.2.3-65-gdbad