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-puzzle/five-or-more/Manifest | 2 ++ .../five-or-more/five-or-more-3.14.1.ebuild | 32 ++++++++++++++++++++++ .../five-or-more/five-or-more-3.16.1.ebuild | 32 ++++++++++++++++++++++ games-puzzle/five-or-more/metadata.xml | 5 ++++ 4 files changed, 71 insertions(+) create mode 100644 games-puzzle/five-or-more/Manifest create mode 100644 games-puzzle/five-or-more/five-or-more-3.14.1.ebuild create mode 100644 games-puzzle/five-or-more/five-or-more-3.16.1.ebuild create mode 100644 games-puzzle/five-or-more/metadata.xml (limited to 'games-puzzle/five-or-more') diff --git a/games-puzzle/five-or-more/Manifest b/games-puzzle/five-or-more/Manifest new file mode 100644 index 000000000000..6cf4286431ba --- /dev/null +++ b/games-puzzle/five-or-more/Manifest @@ -0,0 +1,2 @@ +DIST five-or-more-3.14.1.tar.xz 3214516 SHA256 bc9c248709aecbc6c1736f377bdcf7abfc78691e5d920fd1b83eb1bf7b3a1d70 SHA512 d2f0c1572635c20eb7022ff8bbfee7b740b34226a3ea7f3fd3e32e3138989f8409aaf12033a4f39967728d9813f57b5535a4da7d222783b2c17be9a158e47766 WHIRLPOOL 93c6585ae7d916296e86c68361938b46f88f13178cd2979b7e70c9431928c570ef18e1877b70e2450338eb6743de1791ea2aa3e9a9a6038fa40143a47339e977 +DIST five-or-more-3.16.1.tar.xz 3186212 SHA256 e38999be3c385958875bce86d2cdb4cab8345ecf4ecda0fb96d1012cf8100705 SHA512 6f160b3dedba0e3b4a9e52a49bbf3105339f57b73b13acfdce1f851cf6f9ebeb3a7d632f9bed71e111a8aaa277c2ae1d0289b6ca69b3005481045d8bfd4773ff WHIRLPOOL e4b26505a8d40521a962d15099aafabb05a8049a5d1f32ad26fa857b65196e7774ac0e1540c3cacaf86bcf796a38bd0b962e94b3dfddc705d0317215598e3be6 diff --git a/games-puzzle/five-or-more/five-or-more-3.14.1.ebuild b/games-puzzle/five-or-more/five-or-more-3.14.1.ebuild new file mode 100644 index 000000000000..fea27c27e944 --- /dev/null +++ b/games-puzzle/five-or-more/five-or-more-3.14.1.ebuild @@ -0,0 +1,32 @@ +# 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="Five or More Game for GNOME" +HOMEPAGE="https://wiki.gnome.org/Apps/Five%20or%20more" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="amd64 ~arm x86" +IUSE="" + +COMMON_DEPEND=" + >=dev-libs/glib-2.32:2 + >=gnome-base/librsvg-2.32 + >=x11-libs/gtk+-3.12:3 +" +RDEPEND="${COMMON_DEPEND} + ! + + +gnome + -- cgit v1.2.3-65-gdbad