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 --- games-puzzle/lmarbles/Manifest | 1 + .../lmarbles/files/lmarbles-1.0.8-gentoo.patch | 15 ++++++++++ games-puzzle/lmarbles/lmarbles-1.0.8.ebuild | 34 ++++++++++++++++++++++ games-puzzle/lmarbles/metadata.xml | 8 +++++ 4 files changed, 58 insertions(+) create mode 100644 games-puzzle/lmarbles/Manifest create mode 100644 games-puzzle/lmarbles/files/lmarbles-1.0.8-gentoo.patch create mode 100644 games-puzzle/lmarbles/lmarbles-1.0.8.ebuild create mode 100644 games-puzzle/lmarbles/metadata.xml (limited to 'games-puzzle/lmarbles') diff --git a/games-puzzle/lmarbles/Manifest b/games-puzzle/lmarbles/Manifest new file mode 100644 index 000000000000..9cd325819b26 --- /dev/null +++ b/games-puzzle/lmarbles/Manifest @@ -0,0 +1 @@ +DIST lmarbles-1.0.8.tar.gz 914238 SHA256 0e5a16a0116d325589b28f3555ced6a0b486f0fd7632cd3d98bee5cddf213e83 SHA512 d765b669a1b0039a0af8b28ede8209e9736c2f967b21d9f8372d1fc5475d49a766bef297615bff090532ade41fe44e084a458227b443566a54afebc3e989b57a WHIRLPOOL 030942eb4d8dc0c4002fcf597832c27457f1debdd059b299bc9fc41a74896eea0a066d8062c4e344cf327637796be5e77e43363170a6e7a8d33a429cffdcaf1f diff --git a/games-puzzle/lmarbles/files/lmarbles-1.0.8-gentoo.patch b/games-puzzle/lmarbles/files/lmarbles-1.0.8-gentoo.patch new file mode 100644 index 000000000000..160b6d0f79d5 --- /dev/null +++ b/games-puzzle/lmarbles/files/lmarbles-1.0.8-gentoo.patch @@ -0,0 +1,15 @@ +diff -ru lmarbles-1.0.8.orig/Makefile.am lmarbles-1.0.8/Makefile.am +--- lmarbles-1.0.8.orig/Makefile.am 2009-10-26 16:01:08.000000000 -0400 ++++ lmarbles-1.0.8/Makefile.am 2009-11-07 13:23:55.994140203 -0500 +@@ -4,11 +4,6 @@ + README-SDL.txt TODO LMarbles.prj lmarbles32.gif lmarbles48.gif \ + lmarbles.desktop.in + +-desktopdir = $(datadir)/applications +-desktop_DATA = lmarbles.desktop +-icondir = $(datadir)/icons +-icon_DATA = lmarbles48.gif +- + AUTOMAKE_OPTIONS = foreign + + WIN32_TEXT = AUTHORS COPYING ChangeLog INSTALL README README-SDL.txt TODO marbles.spec diff --git a/games-puzzle/lmarbles/lmarbles-1.0.8.ebuild b/games-puzzle/lmarbles/lmarbles-1.0.8.ebuild new file mode 100644 index 000000000000..35ad2a1feb4c --- /dev/null +++ b/games-puzzle/lmarbles/lmarbles-1.0.8.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +inherit autotools eutils games + +DESCRIPTION="puzzle game inspired by Atomix and written in SDL" +HOMEPAGE="http://lgames.sourceforge.net/index.php?project=LMarbles" +SRC_URI="mirror://sourceforge/lgames/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="amd64 ppc x86" +IUSE="" + +DEPEND="media-libs/libsdl[video] + media-libs/sdl-mixer" +RDEPEND="${DEPEND}" + +src_prepare() { + mv configure.{in,ac} + rm *.m4 + epatch "${FILESDIR}"/${P}-gentoo.patch + eautoreconf +} + +src_install() { + default + newicon lmarbles48.gif ${PN}.gif + make_desktop_entry lmarbles LMarbles /usr/share/pixmaps/${PN}.gif + dohtml src/manual/* + prepgamesdirs +} diff --git a/games-puzzle/lmarbles/metadata.xml b/games-puzzle/lmarbles/metadata.xml new file mode 100644 index 000000000000..0f9429dd0de0 --- /dev/null +++ b/games-puzzle/lmarbles/metadata.xml @@ -0,0 +1,8 @@ + + + + games + + lgames + + -- cgit v1.2.3-65-gdbad