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-mastermind | |
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-mastermind')
4 files changed, 63 insertions, 0 deletions
diff --git a/games-board/gnome-mastermind/Manifest b/games-board/gnome-mastermind/Manifest new file mode 100644 index 000000000000..3f8df5914182 --- /dev/null +++ b/games-board/gnome-mastermind/Manifest @@ -0,0 +1 @@ +DIST gnome-mastermind-0.3.1.tar.bz2 717787 SHA256 bf815bee234b9efba1f0d48001b94e6cace7ed31335a4817c74740b1b98a3d26 SHA512 f8ec4caeb6e518e6d27136ca9dd9ff6c01ac8c0feceb29df0a4ac7158b99f8a917768bc6e3f2bd1aff32d46ef3131185f55664343de687d874881c196e8a8a17 WHIRLPOOL 6d0bff9061d137e467aa943db426a187f8edf335e97eecb36bbc4e8952a669ad1a7f000fac4dd23e7325887452293509d1a71b85b2ef7192ba74586423512f1a diff --git a/games-board/gnome-mastermind/files/gnome-mastermind-0.3.1-gentoo.patch b/games-board/gnome-mastermind/files/gnome-mastermind-0.3.1-gentoo.patch new file mode 100644 index 000000000000..ba14e592ae16 --- /dev/null +++ b/games-board/gnome-mastermind/files/gnome-mastermind-0.3.1-gentoo.patch @@ -0,0 +1,11 @@ +--- Makefile.in.old 2007-08-25 01:12:01.000000000 +0200 ++++ Makefile.in 2007-08-25 01:14:29.000000000 +0200 +@@ -685,7 +685,7 @@ + + info-am: + +-install-data-am: install-pkgdataDATA ++install-data-am: + + install-exec-am: + diff --git a/games-board/gnome-mastermind/gnome-mastermind-0.3.1-r1.ebuild b/games-board/gnome-mastermind/gnome-mastermind-0.3.1-r1.ebuild new file mode 100644 index 000000000000..58c9e4f3d7d7 --- /dev/null +++ b/games-board/gnome-mastermind/gnome-mastermind-0.3.1-r1.ebuild @@ -0,0 +1,46 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +GCONF_DEBUG="yes" + +inherit autotools eutils gnome2 + +DESCRIPTION="A little Mastermind game for GNOME" +HOMEPAGE="http://www.autistici.org/gnome-mastermind/" +SRC_URI="http://download.gna.org/gnome-mastermind/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="amd64 ~arm ppc x86" +IUSE="" + +RDEPEND=" + gnome-base/gconf:2 + gnome-base/orbit + app-text/gnome-doc-utils + dev-libs/atk + dev-libs/glib:2 + x11-libs/pango + x11-libs/cairo + x11-libs/gtk+:2 +" +DEPEND="${RDEPEND} + virtual/pkgconfig + dev-util/intltool + sys-devel/gettext + app-text/rarian +" + +src_prepare() { + epatch "${FILESDIR}"/${P}-gentoo.patch + + # Fix .desktop file + sed -i -e 's/True/true/' desktop/gnome-mastermind.desktop.in || die + + # Regenarate all intltool files to respect LINGUAS + eautoreconf + + gnome2_src_prepare +} diff --git a/games-board/gnome-mastermind/metadata.xml b/games-board/gnome-mastermind/metadata.xml new file mode 100644 index 000000000000..d3c2cc926f0b --- /dev/null +++ b/games-board/gnome-mastermind/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>games</herd> +</pkgmetadata> |