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 --- .../grande-KXL/files/grande-KXL-0.6-cflags.patch | 17 +++++++++++++++++ .../grande-KXL/files/grande-KXL-0.6-configure.in.patch | 17 +++++++++++++++++ 2 files changed, 34 insertions(+) create mode 100644 games-arcade/grande-KXL/files/grande-KXL-0.6-cflags.patch create mode 100644 games-arcade/grande-KXL/files/grande-KXL-0.6-configure.in.patch (limited to 'games-arcade/grande-KXL/files') diff --git a/games-arcade/grande-KXL/files/grande-KXL-0.6-cflags.patch b/games-arcade/grande-KXL/files/grande-KXL-0.6-cflags.patch new file mode 100644 index 000000000000..ff51e562bcb3 --- /dev/null +++ b/games-arcade/grande-KXL/files/grande-KXL-0.6-cflags.patch @@ -0,0 +1,17 @@ +From: Julian Ospald +Date: Wed Aug 8 19:37:19 UTC 2012 +Subject: build system + +respect CFLAGS + +--- src/Makefile.am ++++ src/Makefile.am +@@ -8,7 +8,7 @@ + + SUBDIRS = bmp wav stg + +-CFLAGS = @X_CFLAGS@ @KXL_CFLAGS@ @INST_FLAG@ @SCORE_FLAG@ ++AM_CFLAGS = @X_CFLAGS@ @KXL_CFLAGS@ @INST_FLAG@ @SCORE_FLAG@ + LIBS = @X_LIBS@ -lX11 @KXL_LIBS@ -lKXL + + install-data-local: diff --git a/games-arcade/grande-KXL/files/grande-KXL-0.6-configure.in.patch b/games-arcade/grande-KXL/files/grande-KXL-0.6-configure.in.patch new file mode 100644 index 000000000000..80cdcd83b898 --- /dev/null +++ b/games-arcade/grande-KXL/files/grande-KXL-0.6-configure.in.patch @@ -0,0 +1,17 @@ +--- configure.in ++++ configure.in +@@ -17,12 +17,8 @@ + AC_CHECK_HEADERS(unistd.h) + + dnl installation & score path +-if test "x${prefix}" = "xNONE"; then +- inst_path="${ac_default_prefix}/games/grande" +-else +- inst_path="${prefix}/games/grande" +-fi +-score_path="/var/games" ++inst_path="${datadir}/grande" ++score_path="${localstatedir}" + + dnl check if installation was disabled + AC_ARG_ENABLE( install, -- cgit v1.2.3-65-gdbad