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/zaz | |
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/zaz')
-rw-r--r-- | games-puzzle/zaz/Manifest | 1 | ||||
-rw-r--r-- | games-puzzle/zaz/files/zaz-1.0.0-build.patch | 19 | ||||
-rw-r--r-- | games-puzzle/zaz/metadata.xml | 8 | ||||
-rw-r--r-- | games-puzzle/zaz/zaz-1.0.0.ebuild | 52 |
4 files changed, 80 insertions, 0 deletions
diff --git a/games-puzzle/zaz/Manifest b/games-puzzle/zaz/Manifest new file mode 100644 index 000000000000..2877b90b668d --- /dev/null +++ b/games-puzzle/zaz/Manifest @@ -0,0 +1 @@ +DIST zaz-1.0.0.tar.bz2 25170073 SHA256 e332cc1a6559e18a2b632940c53d20e2f2d2b583ba9dc1fd02a586437f9f0397 SHA512 8383732aefb1f83623af35c85fc90e0468ca15e2ffb5577d22a5a1b1c60154d3829c58c04bba675c49a7e4b4d14b6fec920c67c6a820a927d2ab5f80b5d694cb WHIRLPOOL 09e596a903a35378068005123388c6fcd981133ce27823d424574f1a35a8d243e79f05edf76ebf42d8bf7e93155c43af71c5f81554c92b6cf75fceb04ee31bea diff --git a/games-puzzle/zaz/files/zaz-1.0.0-build.patch b/games-puzzle/zaz/files/zaz-1.0.0-build.patch new file mode 100644 index 000000000000..bef2954bf088 --- /dev/null +++ b/games-puzzle/zaz/files/zaz-1.0.0-build.patch @@ -0,0 +1,19 @@ +diff -ru zaz-0.7.0.orig/Makefile.am zaz-0.7.0/Makefile.am +--- zaz-0.7.0.orig/Makefile.am 2009-10-14 18:20:14.000000000 -0400 ++++ zaz-0.7.0/Makefile.am 2010-05-13 15:49:59.404464060 -0400 +@@ -2,15 +2,6 @@ + + SUBDIRS = po src data extra + +-dist_doc_DATA = \ +- README\ +- COPYING\ +- AUTHORS\ +- ChangeLog\ +- INSTALL\ +- NEWS +- +- + EXTRA_DIST = config.rpath m4/ChangeLog\ + $(shared_data_DATA) \ + zaz.anjuta\ diff --git a/games-puzzle/zaz/metadata.xml b/games-puzzle/zaz/metadata.xml new file mode 100644 index 000000000000..df24f65f7f3b --- /dev/null +++ b/games-puzzle/zaz/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>games</herd> + <upstream> + <remote-id type="sourceforge">zaz</remote-id> + </upstream> +</pkgmetadata> diff --git a/games-puzzle/zaz/zaz-1.0.0.ebuild b/games-puzzle/zaz/zaz-1.0.0.ebuild new file mode 100644 index 000000000000..d7f85145be65 --- /dev/null +++ b/games-puzzle/zaz/zaz-1.0.0.ebuild @@ -0,0 +1,52 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +inherit autotools flag-o-matic eutils games + +DESCRIPTION="A puzzle game where the player has to arrange balls in triplets" +HOMEPAGE="http://sourceforge.net/projects/zaz/" +SRC_URI="mirror://sourceforge/zaz/${P}.tar.bz2" + +LICENSE="GPL-3 GPL-3+ CC-BY-SA-3.0 OFL" +SLOT="0" +KEYWORDS="amd64 x86" +IUSE="nls" + +RDEPEND="virtual/opengl + virtual/glu + media-libs/libsdl[X,sound,video] + media-libs/sdl-image[jpeg,png] + media-libs/libvorbis + media-libs/libtheora + media-libs/ftgl + virtual/libintl" +DEPEND="${RDEPEND} + virtual/pkgconfig + nls? ( sys-devel/gettext )" + +src_prepare() { + local x=/usr/share/gettext/po/Makefile.in.in + [[ -e $x ]] && cp -f $x po/ #336119 + + epatch "${FILESDIR}"/${P}-build.patch + eautoreconf +} + +src_configure() { + append-libs -lvorbis + append-cflags $(pkg-config sdl --cflags) + append-cxxflags $(pkg-config sdl --cflags) + egamesconf \ + --disable-dependency-tracking \ + --with-applicationdir=/usr/share/applications \ + --with-icondir=/usr/share/pixmaps \ + --localedir=/usr/share/locale \ + $(use_enable nls) +} + +src_install() { + default + prepgamesdirs +} |