diff options
author | hasufell <julian.ospald@googlemail.com> | 2012-05-09 00:55:04 +0200 |
---|---|---|
committer | hasufell <julian.ospald@googlemail.com> | 2012-05-09 00:55:04 +0200 |
commit | 3ca7f4317ab57426c90cef7fa592a085915cac04 (patch) | |
tree | 3bed9d9c4c72183849bb0566262e99a6647c3784 /games-action | |
parent | dev-cpp/mpfrc++: dev-cpp/mpfrc++ tested on amd64, keyword added (diff) | |
download | sunrise-reviewed-3ca7f4317ab57426c90cef7fa592a085915cac04.tar.gz sunrise-reviewed-3ca7f4317ab57426c90cef7fa592a085915cac04.tar.bz2 sunrise-reviewed-3ca7f4317ab57426c90cef7fa592a085915cac04.zip |
imported into portage
Diffstat (limited to 'games-action')
-rw-r--r-- | games-action/openclonk/ChangeLog | 16 | ||||
-rw-r--r-- | games-action/openclonk/Manifest | 6 | ||||
-rw-r--r-- | games-action/openclonk/files/openclonk-wrapper-script.sh | 9 | ||||
-rw-r--r-- | games-action/openclonk/metadata.xml | 11 | ||||
-rw-r--r-- | games-action/openclonk/openclonk-5.2.2.ebuild | 111 |
5 files changed, 0 insertions, 153 deletions
diff --git a/games-action/openclonk/ChangeLog b/games-action/openclonk/ChangeLog deleted file mode 100644 index bd95a7c87..000000000 --- a/games-action/openclonk/ChangeLog +++ /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 index ae143b52c..000000000 --- a/games-action/openclonk/Manifest +++ /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 index 9f7e64442..000000000 --- a/games-action/openclonk/files/openclonk-wrapper-script.sh +++ /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 index 9d873d76a..000000000 --- a/games-action/openclonk/metadata.xml +++ /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 index a028e8732..000000000 --- a/games-action/openclonk/openclonk-5.2.2.ebuild +++ /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}\"." -} |