Gentoo Archives: gentoo-commits

From: Sebastien Fabbro <bicatali@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-physics/phun/
Date: Wed, 04 May 2011 00:21:34
Message-Id: 89fce452a13da97068fc3e712bb64f694a35b4dd.bicatali@gentoo
1 commit: 89fce452a13da97068fc3e712bb64f694a35b4dd
2 Author: Sébastien Fabbro <sebfabbro <AT> gmail <DOT> com>
3 AuthorDate: Wed May 4 00:21:03 2011 +0000
4 Commit: Sebastien Fabbro <bicatali <AT> gentoo <DOT> org>
5 CommitDate: Wed May 4 00:21:03 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=89fce452
7
8 [sci-physics/phun] removed: unsupported software
9
10 ---
11 sci-physics/phun/ChangeLog | 16 --------------
12 sci-physics/phun/metadata.xml | 7 ------
13 sci-physics/phun/phun-4.22.ebuild | 34 -----------------------------
14 sci-physics/phun/phun-5.28.ebuild | 42 -------------------------------------
15 4 files changed, 0 insertions(+), 99 deletions(-)
16
17 diff --git a/sci-physics/phun/ChangeLog b/sci-physics/phun/ChangeLog
18 deleted file mode 100644
19 index 45ca0d6..0000000
20 --- a/sci-physics/phun/ChangeLog
21 +++ /dev/null
22 @@ -1,16 +0,0 @@
23 -# ChangeLog for sci-physics/phun
24 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
25 -# $Header: $
26 -
27 -*phun-5.28 (01 Apr 2009)
28 -
29 - 01 Apr 2009; Sébastien Fabbro <bicatali@g.o> +phun-5.28.ebuild:
30 - Version bump
31 -
32 - 15 Dec 2008; Sébastien Fabbro <bicatali@g.o> -phun-3.5.ebuild,
33 - +phun-4.22.ebuild:
34 - Version bump
35 -
36 - 27 Apr 2008; Sébastien Fabbro <bicatali@g.o> +phun-3.5.ebuild:
37 - Initial import, ebuild submitted by Luca Marturana
38 -
39
40 diff --git a/sci-physics/phun/metadata.xml b/sci-physics/phun/metadata.xml
41 deleted file mode 100644
42 index cf4ef3d..0000000
43 --- a/sci-physics/phun/metadata.xml
44 +++ /dev/null
45 @@ -1,7 +0,0 @@
46 -<?xml version="1.0" encoding="UTF-8"?>
47 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
48 -<pkgmetadata>
49 -<herd>sci-physics</herd>
50 -<longdescription lang="en">
51 -</longdescription>
52 -</pkgmetadata>
53
54 diff --git a/sci-physics/phun/phun-4.22.ebuild b/sci-physics/phun/phun-4.22.ebuild
55 deleted file mode 100644
56 index 258d106..0000000
57 --- a/sci-physics/phun/phun-4.22.ebuild
58 +++ /dev/null
59 @@ -1,34 +0,0 @@
60 -# Copyright 1999-2008 Gentoo Foundation
61 -# Distributed under the terms of the GNU General Public License v2
62 -# $Header: $
63 -
64 -inherit versionator eutils
65 -
66 -MY_P="Phun_beta_$(get_major_version)_$(get_after_major_version)_linux"
67 -DESCRIPTION="Physics sandbox and simulator for gravity, friction"
68 -HOMEPAGE="http://www.phunland.com/"
69 -SRC_URI="x86? ( http://www.phunland.com/download/${MY_P}32.tar.bz2 )
70 - amd64? ( http://www.phunland.com/download/${MY_P}64.tar.bz2 )"
71 -
72 -LICENSE="free-noncomm"
73 -SLOT="0"
74 -KEYWORDS="~amd64 ~x86"
75 -IUSE=""
76 -RDEPEND="virtual/opengl
77 - media-libs/sdl-image
78 - dev-libs/boost
79 - >=media-libs/glew-1.5"
80 -DEPEND=""
81 -RESTRICT="strip mirror"
82 -
83 -S="${WORKDIR}"
84 -
85 -src_install() {
86 - rm -rf Phun/lib
87 - insinto /opt
88 - doins -r Phun/ || die
89 - exeinto /opt/Phun
90 - doexe Phun/phun.bin || die
91 - make_desktop_entry phun "Phun physics sandbox" /opt/Phun/icon.png
92 - make_wrapper phun /opt/Phun/phun.bin /opt/Phun .
93 -}
94
95 diff --git a/sci-physics/phun/phun-5.28.ebuild b/sci-physics/phun/phun-5.28.ebuild
96 deleted file mode 100644
97 index ab5c954..0000000
98 --- a/sci-physics/phun/phun-5.28.ebuild
99 +++ /dev/null
100 @@ -1,42 +0,0 @@
101 -# Copyright 1999-2009 Gentoo Foundation
102 -# Distributed under the terms of the GNU General Public License v2
103 -# $Header: $
104 -
105 -EAPI=2
106 -inherit versionator eutils
107 -
108 -MY_P="Phun_beta_$(get_major_version)_$(get_after_major_version)_linux"
109 -DESCRIPTION="Physics sandbox and simulator for gravity, friction"
110 -HOMEPAGE="http://www.phunland.com/"
111 -SRC_URI="x86? ( http://www.phunland.com/download/${MY_P}32.tgz )
112 - amd64? ( http://www.phunland.com/download/${MY_P}64.tgz )"
113 -
114 -LICENSE="Algodoo"
115 -SLOT="0"
116 -KEYWORDS="~amd64 ~x86"
117 -IUSE=""
118 -
119 -RESTRICT="mirror strip"
120 -DEPEND=""
121 -RDEPEND="virtual/opengl
122 - dev-libs/libzip
123 - media-libs/sdl-image
124 - =media-libs/glew-1.5*
125 - dev-libs/boost"
126 -
127 -S="${WORKDIR}/Phun"
128 -PHUN_DIR=/opt/Phun
129 -
130 -src_prepare() {
131 - rm -rf LICENSE* lib phun || die
132 -}
133 -
134 -src_install() {
135 - insinto ${PHUN_DIR}
136 - doins -r * || die
137 - exeinto ${PHUN_DIR}
138 - doexe phun.bin
139 - make_wrapper ${PN} "./phun.bin" ${PHUN_DIR} ${PHUN_DIR}
140 - make_desktop_entry /opt/Phun/phun "Phun Physics Sandbox" \
141 - "${PHUN_DIR}/data/textures/logos/icon.bmp"
142 -}