Gentoo Archives: gentoo-commits

From: Michael Sterrett <mr_bones_@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-simulation/planets/
Date: Tue, 03 May 2016 06:12:27
Message-Id: 1462255878.c4f996d88cc9ee8a4f139b9711641c73dcf47bba.mr_bones_@gentoo
1 commit: c4f996d88cc9ee8a4f139b9711641c73dcf47bba
2 Author: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 3 06:11:18 2016 +0000
4 Commit: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
5 CommitDate: Tue May 3 06:11:18 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4f996d8
7
8 games-simulation/planets: games-simulation/planets is gone
9
10 games-simulation/planets/Manifest | 1 -
11 games-simulation/planets/metadata.xml | 8 -------
12 games-simulation/planets/planets-0.1.13.ebuild | 32 --------------------------
13 3 files changed, 41 deletions(-)
14
15 diff --git a/games-simulation/planets/Manifest b/games-simulation/planets/Manifest
16 deleted file mode 100644
17 index 2bbf4fe..0000000
18 --- a/games-simulation/planets/Manifest
19 +++ /dev/null
20 @@ -1 +0,0 @@
21 -DIST planets-0.1.13.tgz 49732 SHA256 cd4be19dc1e16cc3d5bb20fdfa2af025b50cd21dbce5d1e8b3041c4e786c3624 SHA512 fdfc2cde52baaac71683fbf31b6fe09f6bec81650842eb6b88dbc34d643142f73a89a935db028ab000d3fa33e1646b28558e398bb0eddba273f94e429e61a67d WHIRLPOOL 3980b333761185525d4f91caee6f850d086954c5f119b66827f3a1b4a91e85d35a302fad941139732d1e813d539172652beda5fe7776f78925a6d8fc33c4cf0b
22
23 diff --git a/games-simulation/planets/metadata.xml b/games-simulation/planets/metadata.xml
24 deleted file mode 100644
25 index 78274e0..0000000
26 --- a/games-simulation/planets/metadata.xml
27 +++ /dev/null
28 @@ -1,8 +0,0 @@
29 -<?xml version="1.0" encoding="UTF-8"?>
30 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
31 -<pkgmetadata>
32 -<maintainer type="project">
33 - <email>games@g.o</email>
34 - <name>Gentoo Games Project</name>
35 -</maintainer>
36 -</pkgmetadata>
37
38 diff --git a/games-simulation/planets/planets-0.1.13.ebuild b/games-simulation/planets/planets-0.1.13.ebuild
39 deleted file mode 100644
40 index 19f0eb2..0000000
41 --- a/games-simulation/planets/planets-0.1.13.ebuild
42 +++ /dev/null
43 @@ -1,32 +0,0 @@
44 -# Copyright 1999-2015 Gentoo Foundation
45 -# Distributed under the terms of the GNU General Public License v2
46 -# $Id$
47 -
48 -EAPI=5
49 -
50 -inherit eutils games
51 -
52 -DESCRIPTION="a simple interactive planetary system simulator"
53 -HOMEPAGE="http://planets.homedns.org/"
54 -SRC_URI="http://planets.homedns.org/dist/${P}.tgz"
55 -
56 -LICENSE="GPL-2"
57 -SLOT="0"
58 -KEYWORDS="amd64 ppc sparc x86"
59 -IUSE=""
60 -
61 -RDEPEND="
62 - dev-lang/tcl:0=
63 - dev-lang/tk:0="
64 -DEPEND="${RDEPEND}
65 - dev-lang/ocaml[tk]"
66 -
67 -src_install() {
68 - dogamesbin planets
69 - doicon ${PN}.png
70 - domenu ${PN}.desktop
71 - doman ${PN}.1
72 - dohtml getting_started.html
73 - dodoc CHANGES CREDITS KEYBINDINGS.txt README TODO
74 - prepgamesdirs
75 -}