]> Pileus Git - ~andy/sunrise/commitdiff
imported into portage
authorhasufell <julian.ospald@googlemail.com>
Tue, 8 May 2012 22:55:04 +0000 (00:55 +0200)
committerhasufell <julian.ospald@googlemail.com>
Tue, 8 May 2012 22:55:04 +0000 (00:55 +0200)
games-action/openclonk/ChangeLog [deleted file]
games-action/openclonk/Manifest [deleted file]
games-action/openclonk/files/openclonk-wrapper-script.sh [deleted file]
games-action/openclonk/metadata.xml [deleted file]
games-action/openclonk/openclonk-5.2.2.ebuild [deleted file]
licenses/CLONK-source [deleted file]
licenses/CLONK-trademark [deleted file]

diff --git a/games-action/openclonk/ChangeLog b/games-action/openclonk/ChangeLog
deleted file mode 100644 (file)
index bd95a7c..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-# ChangeLog for games-action/openclonk
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
-  05 May 2012; Mike Gilbert <floppym@gentoo.org> openclonk-5.2.2.ebuild:
-  Use pkgconfig virtual.
-
-  09 Apr 2012; hasufell <julian.ospald@googlemail.com> openclonk-5.2.2.ebuild:
-  add missing dies
-
-*openclonk-5.2.2 (09 Apr 2012)
-
-  09 Apr 2012; hasufell <julian.ospald@googlemail.com> +openclonk-5.2.2.ebuild,
-  +files/openclonk-wrapper-script.sh, +metadata.xml:
-  New Ebuild for bug 348149 thanks to ssuominen and mgorny
-
diff --git a/games-action/openclonk/Manifest b/games-action/openclonk/Manifest
deleted file mode 100644 (file)
index ae143b5..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-AUX openclonk-wrapper-script.sh 229 RMD160 23afdae0b113745b9da02a3afb05c33e6407959f SHA1 c35a1782726a4551a7dd6ad307f3c0c09608d289 SHA256 96fbef61769c0b4950dfde6d35648f9f5b2d9261c4b99687cfc02c24635ed939
-DIST openclonk-release-5.2.2-src.tar.gz 43078356 RMD160 ab6aa6fd108470e94115cb3a1d1b5a637eb6ed67 SHA1 e1cf9347bc6246647358a62241c31e7f06781eef SHA256 87bf6c4836ed5c15e8ae66f7f2b0eec097e0d641a36bf1b328568be8d8fe39a9
-DIST openclonk.png 8487 RMD160 8b80ccfae62794ed37f05ddaa87d6f470f93b5ce SHA1 36bc26a08fecbe6dd75bcc541c879a69ff31fd95 SHA256 93ff9f479e166f30f1c1042c32624b7e54b4d917813a4f46cce57e39a1f30233
-EBUILD openclonk-5.2.2.ebuild 2143 RMD160 59aa10c64d54733eeb88c309e1bf5e5542cb878e SHA1 475855eba79a7a0a2c426b2e17eb8685b6fc6056 SHA256 eeae418149a1e2adba9939dbc1bbe3d459df9f589564799d965d0229bcff639e
-MISC ChangeLog 546 RMD160 5c9d3d5f217afbc062b3f02648b56e1ea2742854 SHA1 96e238a59e1cf523e09499a9a4192e057c684104 SHA256 cc9b6ccc7e6e91b0f6a513ba18deee2603737fb82f013d5de07da6764a56b29f
-MISC metadata.xml 271 RMD160 a1b89721a129f1a6e5dc7086009fcc2be0984ba2 SHA1 9e311ca6aa636ad517ec78b45010d21c36c75c43 SHA256 55643a9612d8502750b93de9a5f6f26df18757883615e3d805b9ab052b2f8943
diff --git a/games-action/openclonk/files/openclonk-wrapper-script.sh b/games-action/openclonk/files/openclonk-wrapper-script.sh
deleted file mode 100644 (file)
index 9f7e644..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/bin/sh
-# wrapper prevents the game to look for .ocp files in the current dir
-# which can lead to weird behavior and game freeze
-
-[ -d ~/.clonk/openclonk ] || mkdir -p ~/.clonk/openclonk
-
-cd ~/.clonk/openclonk
-
-exec clonk "$@"
diff --git a/games-action/openclonk/metadata.xml b/games-action/openclonk/metadata.xml
deleted file mode 100644 (file)
index 9d873d7..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-       <maintainer>
-               <email>maintainer-wanted@gentoo.org</email>
-       </maintainer>
-       <use>
-               <flag name="audio">Audio output</flag>
-       </use>
-</pkgmetadata>
-
diff --git a/games-action/openclonk/openclonk-5.2.2.ebuild b/games-action/openclonk/openclonk-5.2.2.ebuild
deleted file mode 100644 (file)
index a028e87..0000000
+++ /dev/null
@@ -1,111 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=3
-
-inherit autotools eutils flag-o-matic games
-
-MY_P=${PN}-release-${PV}-src
-
-DESCRIPTION="A free multiplayer action game where you control clonks"
-HOMEPAGE="http://openclonk.org/"
-SRC_URI="http://hg.${PN}.org/${PN}/archive/${MY_P}.tar.gz
-       http://${PN}.org/homepage/icon.png -> ${PN}.png"
-
-LICENSE="BSD CLONK-source CLONK-trademark LGPL-2.1 POSTGRESQL"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="+audio doc mp3 openal"
-
-RDEPEND="
-       media-libs/freetype:2
-       media-libs/glew
-       media-libs/libpng:0
-       media-libs/libsdl[X,audio?,opengl,video]
-       sys-libs/zlib
-       virtual/jpeg
-       virtual/opengl
-       x11-libs/cairo
-       x11-libs/gdk-pixbuf
-       x11-libs/gtk+:3
-       x11-libs/libXpm
-       x11-libs/libXrandr
-       x11-libs/libXxf86vm
-       x11-libs/libX11
-       audio? (
-               media-libs/sdl-mixer[mp3?]
-               openal? (
-                       media-libs/libvorbis
-                       media-libs/openal
-               )
-       )"
-DEPEND="${RDEPEND}
-       >=dev-libs/boost-1.40
-       virtual/pkgconfig
-       doc? (
-               =dev-lang/python-2*
-               dev-libs/libxml2[python]
-               sys-devel/gettext
-       )"
-
-S=${WORKDIR}/${MY_P}
-
-src_prepare() {
-       # remove license files
-       sed \
-               -e '/dist_doc_DATA/s#planet/COPYING ##;s:licenses/LGPL.txt ::' \
-               -i Makefile.am || die
-
-       # force python2 for doc-generation
-       if use doc ; then
-               sed \
-                       -e 's/python/python2/g' \
-                       -i docs/Makefile || die
-       fi
-
-       eautoreconf
-}
-
-src_configure() {
-       # QA
-       append-flags -fno-strict-aliasing
-
-       local myconf
-       if use audio ; then
-               myconf="$(use_enable audio sound)"
-               use mp3 && myconf="${myconf} $(use_enable mp3)"
-               use openal && myconf="${myconf} $(use_with openal)"
-       fi
-
-       egamesconf \
-               --with-automatic-update=no \
-               --with-gtk=3.0 \
-               ${myconf}
-}
-
-src_compile() {
-       emake || die
-
-       if use doc ; then
-               emake -C docs || die
-       fi
-}
-
-src_install() {
-       emake DESTDIR="${D}" install || die
-       doicon "${DISTDIR}"/${PN}.png || die
-       newgamesbin "${FILESDIR}"/${PN}-wrapper-script.sh ${PN} || die
-       make_desktop_entry ${PN} ${PN}
-
-       if use doc ; then
-               dohtml -r docs/online/* || die
-       fi
-
-       prepgamesdirs
-}
-
-pkg_postinst() {
-       games_pkg_postinst
-       einfo "Run the game via the wrapper \"${GAMES_BINDIR}/${PN}\"."
-}
diff --git a/licenses/CLONK-source b/licenses/CLONK-source
deleted file mode 100644 (file)
index 2d76462..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-Copyright (c) 2001-2009, RedWolf Design GmbH, http://www.clonk.de
-
-Permission to use, copy, modify, and/or distribute this software for any
-purpose with or without fee is hereby granted, provided that the above
-copyright notice and this permission notice appear in all copies.
-
-THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
-WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
-MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
-ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
-WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
-ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
-OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
diff --git a/licenses/CLONK-trademark b/licenses/CLONK-trademark
deleted file mode 100644 (file)
index 52b1786..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-Clonk Trademark License
-
-'Clonk' is a registered trademark of Matthes Bender. It may be used within
-software products which are using source code from the OpenClonk project
-with the following limitations:
-
-If the word 'Clonk' is used as the name of anything in your software product
-then you must include the following notice in a suitable place (e.g. credits
-screen): "Clonk" is a registered trademark of Matthes Bender.
-
-If the title of your software product contains the word 'Clonk' then you must
-prefix the word with an added name of your choosing, e.g. 'MyClonk' or
-'PortableClonk' and you must subtitle your project with the term 'An OpenClonk
-project'.
\ No newline at end of file