diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 13:49:04 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 17:38:18 -0700 |
commit | 56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch) | |
tree | 3f91093cdb475e565ae857f1c5a7fd339e2d781e /games-board/gnome-mines | |
download | gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.gz gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.bz2 gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.zip |
proj/gentoo: Initial commit
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 <robbat2@gentoo.org>
X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests
X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project
X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration
X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn
X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts
X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration
X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging
X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed
Diffstat (limited to 'games-board/gnome-mines')
-rw-r--r-- | games-board/gnome-mines/Manifest | 3 | ||||
-rw-r--r-- | games-board/gnome-mines/gnome-mines-3.14.1.ebuild | 39 | ||||
-rw-r--r-- | games-board/gnome-mines/gnome-mines-3.14.2.ebuild | 39 | ||||
-rw-r--r-- | games-board/gnome-mines/gnome-mines-3.16.1.ebuild | 39 | ||||
-rw-r--r-- | games-board/gnome-mines/metadata.xml | 5 |
5 files changed, 125 insertions, 0 deletions
diff --git a/games-board/gnome-mines/Manifest b/games-board/gnome-mines/Manifest new file mode 100644 index 000000000000..7faf9ffe0a37 --- /dev/null +++ b/games-board/gnome-mines/Manifest @@ -0,0 +1,3 @@ +DIST gnome-mines-3.14.1.tar.xz 3219140 SHA256 7b1e25057e39f5d6641ec34019d5aee145924569a2b37607dac3daafe9df6f59 SHA512 5c3ed7a28697e8c03ff228abee1185c5bf256da750952da192a1f2e8f1f5b3568d7da73f69443f50496756f702e318dc219b164505d5195ee52ae40dbd12102f WHIRLPOOL 148e90d3880f7997e598809245111656825aea8c12420e30a932422b225523e5e3b999d161e699b45954caffb7a6c8e7d7dec1cd240aaa48012ab2d88f0a3233 +DIST gnome-mines-3.14.2.tar.xz 3218900 SHA256 889c56bfc1cdacffa13c102ecc06660dfb521c44a090a834f9dcb500798e7447 SHA512 b4b693c2a8bb428a167d04ed4b5d5b37760b30b7f75bd8eacbab0a214a823e4b43e6140f55d58ef8acbe2d97b730b8ea3c61a94e5a46110eb464ab5b5477b9a5 WHIRLPOOL 54ba6a07cde944ea698c9332abeeafee9efc1898e10ecd9588465b842578caefb55144caf5012897d1d8b3a9f9e7a64eaa99b9320de127751d8d4988c1fbd5cb +DIST gnome-mines-3.16.1.tar.xz 3206756 SHA256 17ac2c2bd35510c8eaf2a521fe4665406cb13211942d343fe177e708ad490438 SHA512 efef7c806a30295bf630a8a1ed121e9535e3e4c134136c1431e4b8545344312df93173e13698faf4ffcf22207060674446723aaf0a813a8a2dcf740f8c9353d0 WHIRLPOOL 0c353da71001b2da4a9ec15abc4c6aabd9b249a9d4673bc6104b4f2b568431fc7d497ee583c615339c83a55f2ef9773b4141e2804e3799679246e4730e44b2e7 diff --git a/games-board/gnome-mines/gnome-mines-3.14.1.ebuild b/games-board/gnome-mines/gnome-mines-3.14.1.ebuild new file mode 100644 index 000000000000..698bbbf17155 --- /dev/null +++ b/games-board/gnome-mines/gnome-mines-3.14.1.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" +GCONF_DEBUG="no" +VALA_MIN_API_VERSION="0.22" + +inherit gnome-games vala + +DESCRIPTION="Clear hidden mines from a minefield" +HOMEPAGE="https://wiki.gnome.org/Apps/Mines" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="amd64 ~arm x86" +IUSE="" + +COMMON_DEPEND=" + >=dev-libs/glib-2.36:2 + >=gnome-base/librsvg-2.32.0 + >=x11-libs/gtk+-3.12:3 +" +RDEPEND="${COMMON_DEPEND} + !<x11-themes/gnome-themes-standard-3.14 +" +DEPEND="${COMMON_DEPEND} + $(vala_depend) + app-text/yelp-tools + dev-util/appdata-tools + >=dev-util/intltool-0.50 + sys-devel/gettext + virtual/pkgconfig +" + +src_prepare() { + gnome-games_src_prepare + vala_src_prepare +} diff --git a/games-board/gnome-mines/gnome-mines-3.14.2.ebuild b/games-board/gnome-mines/gnome-mines-3.14.2.ebuild new file mode 100644 index 000000000000..698bbbf17155 --- /dev/null +++ b/games-board/gnome-mines/gnome-mines-3.14.2.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" +GCONF_DEBUG="no" +VALA_MIN_API_VERSION="0.22" + +inherit gnome-games vala + +DESCRIPTION="Clear hidden mines from a minefield" +HOMEPAGE="https://wiki.gnome.org/Apps/Mines" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="amd64 ~arm x86" +IUSE="" + +COMMON_DEPEND=" + >=dev-libs/glib-2.36:2 + >=gnome-base/librsvg-2.32.0 + >=x11-libs/gtk+-3.12:3 +" +RDEPEND="${COMMON_DEPEND} + !<x11-themes/gnome-themes-standard-3.14 +" +DEPEND="${COMMON_DEPEND} + $(vala_depend) + app-text/yelp-tools + dev-util/appdata-tools + >=dev-util/intltool-0.50 + sys-devel/gettext + virtual/pkgconfig +" + +src_prepare() { + gnome-games_src_prepare + vala_src_prepare +} diff --git a/games-board/gnome-mines/gnome-mines-3.16.1.ebuild b/games-board/gnome-mines/gnome-mines-3.16.1.ebuild new file mode 100644 index 000000000000..adab7c3da0a2 --- /dev/null +++ b/games-board/gnome-mines/gnome-mines-3.16.1.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" +GCONF_DEBUG="no" +VALA_MIN_API_VERSION="0.22" + +inherit gnome-games vala + +DESCRIPTION="Clear hidden mines from a minefield" +HOMEPAGE="https://wiki.gnome.org/Apps/Mines" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~amd64 ~arm ~x86" +IUSE="" + +COMMON_DEPEND=" + >=dev-libs/glib-2.40:2 + >=gnome-base/librsvg-2.32.0 + >=x11-libs/gtk+-3.12:3 +" +RDEPEND="${COMMON_DEPEND} + !<x11-themes/gnome-themes-standard-3.14 +" +DEPEND="${COMMON_DEPEND} + $(vala_depend) + app-text/yelp-tools + dev-libs/appstream-glib + >=dev-util/intltool-0.50 + sys-devel/gettext + virtual/pkgconfig +" + +src_prepare() { + gnome-games_src_prepare + vala_src_prepare +} diff --git a/games-board/gnome-mines/metadata.xml b/games-board/gnome-mines/metadata.xml new file mode 100644 index 000000000000..da6fd63d0085 --- /dev/null +++ b/games-board/gnome-mines/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>gnome</herd> +</pkgmetadata> |