public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/sci:master commit in: sci-physics/phun/
@ 2011-05-04  0:21 Sebastien Fabbro
  0 siblings, 0 replies; only message in thread
From: Sebastien Fabbro @ 2011-05-04  0:21 UTC (permalink / raw
  To: gentoo-commits

commit:     89fce452a13da97068fc3e712bb64f694a35b4dd
Author:     Sébastien Fabbro <sebfabbro <AT> gmail <DOT> com>
AuthorDate: Wed May  4 00:21:03 2011 +0000
Commit:     Sebastien Fabbro <bicatali <AT> gentoo <DOT> org>
CommitDate: Wed May  4 00:21:03 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=89fce452

[sci-physics/phun] removed: unsupported software

---
 sci-physics/phun/ChangeLog        |   16 --------------
 sci-physics/phun/metadata.xml     |    7 ------
 sci-physics/phun/phun-4.22.ebuild |   34 -----------------------------
 sci-physics/phun/phun-5.28.ebuild |   42 -------------------------------------
 4 files changed, 0 insertions(+), 99 deletions(-)

diff --git a/sci-physics/phun/ChangeLog b/sci-physics/phun/ChangeLog
deleted file mode 100644
index 45ca0d6..0000000
--- a/sci-physics/phun/ChangeLog
+++ /dev/null
@@ -1,16 +0,0 @@
-# ChangeLog for sci-physics/phun
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
-*phun-5.28 (01 Apr 2009)
-
-  01 Apr 2009; Sébastien Fabbro <bicatali@gentoo.org> +phun-5.28.ebuild:
-  Version bump
-
-  15 Dec 2008; Sébastien Fabbro <bicatali@gentoo.org> -phun-3.5.ebuild,
-  +phun-4.22.ebuild:
-  Version bump
-
-  27 Apr 2008; Sébastien Fabbro <bicatali@gentoo.org> +phun-3.5.ebuild:
-  Initial import, ebuild submitted by Luca Marturana
-

diff --git a/sci-physics/phun/metadata.xml b/sci-physics/phun/metadata.xml
deleted file mode 100644
index cf4ef3d..0000000
--- a/sci-physics/phun/metadata.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<herd>sci-physics</herd>
-<longdescription lang="en">
-</longdescription>
-</pkgmetadata>

diff --git a/sci-physics/phun/phun-4.22.ebuild b/sci-physics/phun/phun-4.22.ebuild
deleted file mode 100644
index 258d106..0000000
--- a/sci-physics/phun/phun-4.22.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-inherit versionator eutils
-
-MY_P="Phun_beta_$(get_major_version)_$(get_after_major_version)_linux"
-DESCRIPTION="Physics sandbox and simulator for gravity, friction"
-HOMEPAGE="http://www.phunland.com/"
-SRC_URI="x86? ( http://www.phunland.com/download/${MY_P}32.tar.bz2 )
-	amd64? ( http://www.phunland.com/download/${MY_P}64.tar.bz2 )"
-
-LICENSE="free-noncomm"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-RDEPEND="virtual/opengl
-	media-libs/sdl-image
-	dev-libs/boost
-	>=media-libs/glew-1.5"
-DEPEND=""
-RESTRICT="strip mirror"
-
-S="${WORKDIR}"
-
-src_install() {
-	rm -rf Phun/lib
-	insinto /opt
-	doins -r Phun/ || die
-	exeinto /opt/Phun
-	doexe Phun/phun.bin || die
-	make_desktop_entry phun "Phun physics sandbox" /opt/Phun/icon.png
-	make_wrapper phun /opt/Phun/phun.bin /opt/Phun .
-}

diff --git a/sci-physics/phun/phun-5.28.ebuild b/sci-physics/phun/phun-5.28.ebuild
deleted file mode 100644
index ab5c954..0000000
--- a/sci-physics/phun/phun-5.28.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=2
-inherit versionator eutils
-
-MY_P="Phun_beta_$(get_major_version)_$(get_after_major_version)_linux"
-DESCRIPTION="Physics sandbox and simulator for gravity, friction"
-HOMEPAGE="http://www.phunland.com/"
-SRC_URI="x86? ( http://www.phunland.com/download/${MY_P}32.tgz )
-	amd64? ( http://www.phunland.com/download/${MY_P}64.tgz )"
-
-LICENSE="Algodoo"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RESTRICT="mirror strip"
-DEPEND=""
-RDEPEND="virtual/opengl
-	dev-libs/libzip
-	media-libs/sdl-image
-	=media-libs/glew-1.5*
-	dev-libs/boost"
-
-S="${WORKDIR}/Phun"
-PHUN_DIR=/opt/Phun
-
-src_prepare() {
-	rm -rf LICENSE* lib phun || die
-}
-
-src_install() {
-	insinto ${PHUN_DIR}
-	doins -r * || die
-	exeinto ${PHUN_DIR}
-	doexe phun.bin
-	make_wrapper ${PN} "./phun.bin" ${PHUN_DIR} ${PHUN_DIR}
-	make_desktop_entry /opt/Phun/phun "Phun Physics Sandbox"	\
-		"${PHUN_DIR}/data/textures/logos/icon.bmp"
-}



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2011-05-04  0:21 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-04  0:21 [gentoo-commits] proj/sci:master commit in: sci-physics/phun/ Sebastien Fabbro

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox