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-puzzle/gnome-klotski | |
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-puzzle/gnome-klotski')
-rw-r--r-- | games-puzzle/gnome-klotski/Manifest | 2 | ||||
-rw-r--r-- | games-puzzle/gnome-klotski/gnome-klotski-3.14.2.ebuild | 40 | ||||
-rw-r--r-- | games-puzzle/gnome-klotski/gnome-klotski-3.16.1.ebuild | 36 | ||||
-rw-r--r-- | games-puzzle/gnome-klotski/metadata.xml | 5 |
4 files changed, 83 insertions, 0 deletions
diff --git a/games-puzzle/gnome-klotski/Manifest b/games-puzzle/gnome-klotski/Manifest new file mode 100644 index 000000000000..36d8f5d9bea4 --- /dev/null +++ b/games-puzzle/gnome-klotski/Manifest @@ -0,0 +1,2 @@ +DIST gnome-klotski-3.14.2.tar.xz 1818908 SHA256 e11ebe420536abda02ab69e451a60eb1c69a1c5afb1735398eaf80480aa72697 SHA512 bd995bb7429a579efe5cb8dc0e1ec06622a5cb9ba630b77511cb0f73f7570e4bf59b910bd8c8affd3a324c5f70965ba4695ff2d7127c69fdf5cf6c8e7e9a4d62 WHIRLPOOL b6422df45d2bf0476ccce611d67d698aa9cedbbe8630560087348092ea0ad3c607a0146a994a4bd0603662dba55943d4ea4c44dd2694dd54d29d7a73ad9da4dd +DIST gnome-klotski-3.16.1.tar.xz 1413744 SHA256 5ddd6778d88883bd293bce7998ff9155d1d1e94f3809a7a00ce5dec3ca48c428 SHA512 9e3f03df1453634ab8e847921bba94f240c940f30f48824dac214bf106df7a2186912537186c5ba6af14456540578fd2d82da47161ecc49991bbe630425f2462 WHIRLPOOL 8d19b2be1f3b152f446f2761c59e1050751ba337f30f34d41c6197f94a6941b4989017b94cefea56caee0a7b51766e7a64538e897de1dcdd667c5812e5309671 diff --git a/games-puzzle/gnome-klotski/gnome-klotski-3.14.2.ebuild b/games-puzzle/gnome-klotski/gnome-klotski-3.14.2.ebuild new file mode 100644 index 000000000000..0cfac834bb49 --- /dev/null +++ b/games-puzzle/gnome-klotski/gnome-klotski-3.14.2.ebuild @@ -0,0 +1,40 @@ +# 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="Slide blocks to solve the puzzle" +HOMEPAGE="https://wiki.gnome.org/Apps/Klotski" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="amd64 ~arm x86" +IUSE="" + +RDEPEND=" + >=dev-libs/glib-2.32:2 + >=gnome-base/librsvg-2.32.0 + >=x11-libs/gtk+-3.10:3 +" +DEPEND="${RDEPEND} + $(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 +} + +src_configure() { + gnome-games_src_configure APPDATA_VALIDATE=$(type -P true) +} diff --git a/games-puzzle/gnome-klotski/gnome-klotski-3.16.1.ebuild b/games-puzzle/gnome-klotski/gnome-klotski-3.16.1.ebuild new file mode 100644 index 000000000000..59a0b5b46285 --- /dev/null +++ b/games-puzzle/gnome-klotski/gnome-klotski-3.16.1.ebuild @@ -0,0 +1,36 @@ +# 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.28" + +inherit gnome-games vala + +DESCRIPTION="Slide blocks to solve the puzzle" +HOMEPAGE="https://wiki.gnome.org/Apps/Klotski" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~amd64 ~arm ~x86" +IUSE="" + +RDEPEND=" + >=dev-libs/glib-2.32:2 + >=gnome-base/librsvg-2.32.0 + >=x11-libs/gtk+-3.15:3 +" +DEPEND="${RDEPEND} + $(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-puzzle/gnome-klotski/metadata.xml b/games-puzzle/gnome-klotski/metadata.xml new file mode 100644 index 000000000000..da6fd63d0085 --- /dev/null +++ b/games-puzzle/gnome-klotski/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> |