Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/dev/ulm:master commit in: games-board/polyglot/
Date: Wed, 30 Sep 2015 20:51:05
Message-Id: 1443646195.3f3e9218f58e07bbb1e53fb666b93546a11419d5.ulm@gentoo
1 commit: 3f3e9218f58e07bbb1e53fb666b93546a11419d5
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 30 20:49:55 2015 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 30 20:49:55 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/dev/ulm.git/commit/?id=3f3e9218
7
8 games-board/polyglot: Moved to portage tree.
9
10 games-board/polyglot/ChangeLog | 13 -------------
11 games-board/polyglot/Manifest | 1 -
12 games-board/polyglot/metadata.xml | 7 -------
13 games-board/polyglot/polyglot-1.4.70b.ebuild | 22 ----------------------
14 4 files changed, 43 deletions(-)
15
16 diff --git a/games-board/polyglot/ChangeLog b/games-board/polyglot/ChangeLog
17 deleted file mode 100644
18 index 50634e6..0000000
19 --- a/games-board/polyglot/ChangeLog
20 +++ /dev/null
21 @@ -1,13 +0,0 @@
22 -# ChangeLog for games-board/polyglot
23 -# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
24 -# $Id$
25 -
26 - 29 Sep 2015; Ulrich Müller <ulm@g.o> polyglot-1.4.70b.ebuild:
27 - Define DOCS explicitly to avoid installing them twice.
28 -
29 -*polyglot-1.4.70b (29 Sep 2015)
30 -
31 - 29 Sep 2015; Ulrich Müller <ulm@g.o> +polyglot-1.4.70b.ebuild,
32 - +metadata.xml:
33 - Initial import. Ebuild contributed by me.
34 -
35
36 diff --git a/games-board/polyglot/Manifest b/games-board/polyglot/Manifest
37 deleted file mode 100644
38 index 02d0ec9..0000000
39 --- a/games-board/polyglot/Manifest
40 +++ /dev/null
41 @@ -1 +0,0 @@
42 -DIST polyglot-1.4.70b.tar.gz 269938 SHA256 cc10554390cb67c73395470505805f673a639fd3283acd02471f7a67dc9bedef SHA512 23ffa735b44ebbdaa991d96ac7d09e368f99640265bea3a30e0623665a8a9567f7c5c3e9518e06348a9b34ef70b43de2000b85f4e6101f4d8f866ae9cac9abec WHIRLPOOL f57135c0ef2e39662ac914022d2c3f0425ea27d722a2bb299bb341d319e21a67cae36e997541bbf2820705413fbcc6161f2c796926f8436cfd8390f5c60cc4a2
43
44 diff --git a/games-board/polyglot/metadata.xml b/games-board/polyglot/metadata.xml
45 deleted file mode 100644
46 index e153d85..0000000
47 --- a/games-board/polyglot/metadata.xml
48 +++ /dev/null
49 @@ -1,7 +0,0 @@
50 -<?xml version="1.0" encoding="UTF-8"?>
51 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
52 -<pkgmetadata>
53 -<maintainer>
54 - <email>ulm@g.o</email>
55 -</maintainer>
56 -</pkgmetadata>
57
58 diff --git a/games-board/polyglot/polyglot-1.4.70b.ebuild b/games-board/polyglot/polyglot-1.4.70b.ebuild
59 deleted file mode 100644
60 index a43fd6e..0000000
61 --- a/games-board/polyglot/polyglot-1.4.70b.ebuild
62 +++ /dev/null
63 @@ -1,22 +0,0 @@
64 -# Copyright 1999-2015 Gentoo Foundation
65 -# Distributed under the terms of the GNU General Public License v2
66 -# $Id$
67 -
68 -EAPI=5
69 -
70 -DESCRIPTION="Protocol adapter to run UCI chess engines under xboard"
71 -HOMEPAGE="http://hardy.uhasselt.be/Toga/"
72 -# not entirely clear what the "b" in the version stands for
73 -SRC_URI="http://hardy.uhasselt.be/Toga/polyglot-release/${P}.tar.gz"
74 -
75 -LICENSE="GPL-2+"
76 -SLOT="0"
77 -KEYWORDS="~amd64 ~x86"
78 -
79 -DOCS="AUTHORS ChangeLog TODO" # README* installed by build system
80 -
81 -src_configure() {
82 - econf \
83 - --bindir="/usr/games/bin" \
84 - --docdir="/usr/share/doc/${PF}"
85 -}