public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/dev/ulm:master commit in: games-board/polyglot/
@ 2015-09-29  9:35 Ulrich Müller
  0 siblings, 0 replies; 3+ messages in thread
From: Ulrich Müller @ 2015-09-29  9:35 UTC (permalink / raw
  To: gentoo-commits

commit:     4fd0737db6d29392c1d83187749744568417760a
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 29 09:18:40 2015 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Tue Sep 29 09:18:40 2015 +0000
URL:        https://gitweb.gentoo.org/repo/dev/ulm.git/commit/?id=4fd0737d

games-board/polyglot: Initial import. Ebuild contributed by me.

Package-Manager: portage-2.2.22

 games-board/polyglot/ChangeLog               | 10 ++++++++++
 games-board/polyglot/Manifest                |  1 +
 games-board/polyglot/metadata.xml            |  7 +++++++
 games-board/polyglot/polyglot-1.4.70b.ebuild | 21 +++++++++++++++++++++
 4 files changed, 39 insertions(+)

diff --git a/games-board/polyglot/ChangeLog b/games-board/polyglot/ChangeLog
new file mode 100644
index 0000000..469b1ad
--- /dev/null
+++ b/games-board/polyglot/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for games-board/polyglot
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Id$
+
+*polyglot-1.4.70b (29 Sep 2015)
+
+  29 Sep 2015; Ulrich Müller <ulm@gentoo.org> +polyglot-1.4.70b.ebuild,
+  +metadata.xml:
+  Initial import. Ebuild contributed by me.
+

diff --git a/games-board/polyglot/Manifest b/games-board/polyglot/Manifest
new file mode 100644
index 0000000..02d0ec9
--- /dev/null
+++ b/games-board/polyglot/Manifest
@@ -0,0 +1 @@
+DIST polyglot-1.4.70b.tar.gz 269938 SHA256 cc10554390cb67c73395470505805f673a639fd3283acd02471f7a67dc9bedef SHA512 23ffa735b44ebbdaa991d96ac7d09e368f99640265bea3a30e0623665a8a9567f7c5c3e9518e06348a9b34ef70b43de2000b85f4e6101f4d8f866ae9cac9abec WHIRLPOOL f57135c0ef2e39662ac914022d2c3f0425ea27d722a2bb299bb341d319e21a67cae36e997541bbf2820705413fbcc6161f2c796926f8436cfd8390f5c60cc4a2

diff --git a/games-board/polyglot/metadata.xml b/games-board/polyglot/metadata.xml
new file mode 100644
index 0000000..e153d85
--- /dev/null
+++ b/games-board/polyglot/metadata.xml
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<maintainer>
+  <email>ulm@gentoo.org</email>
+</maintainer>
+</pkgmetadata>

diff --git a/games-board/polyglot/polyglot-1.4.70b.ebuild b/games-board/polyglot/polyglot-1.4.70b.ebuild
new file mode 100644
index 0000000..1c0ce30
--- /dev/null
+++ b/games-board/polyglot/polyglot-1.4.70b.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+DESCRIPTION="Chess engine Winboard/xboard to UCI protocol adapter"
+HOMEPAGE="http://hardy.uhasselt.be/Toga/"
+# Not entirely clear what the "b" stands for; it first appeared
+# in version 1.4w10UCIb6 following 1.4w10
+SRC_URI="http://hardy.uhasselt.be/Toga/polyglot-release/${P}.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+src_configure() {
+	econf \
+		--bindir="/usr/games/bin" \
+		--docdir="/usr/share/doc/${PF}"
+}


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/dev/ulm:master commit in: games-board/polyglot/
@ 2015-09-29 18:03 Ulrich Müller
  0 siblings, 0 replies; 3+ messages in thread
From: Ulrich Müller @ 2015-09-29 18:03 UTC (permalink / raw
  To: gentoo-commits

commit:     c6593f9cd12cad2d369038bffd95204724ac4880
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 29 17:57:51 2015 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Tue Sep 29 17:57:51 2015 +0000
URL:        https://gitweb.gentoo.org/repo/dev/ulm.git/commit/?id=c6593f9c

games-board/polyglot: Define DOCS explicitly to avoid installing them twice.

Package-Manager: portage-2.2.22

 games-board/polyglot/ChangeLog               | 3 +++
 games-board/polyglot/polyglot-1.4.70b.ebuild | 7 ++++---
 2 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/games-board/polyglot/ChangeLog b/games-board/polyglot/ChangeLog
index 469b1ad..50634e6 100644
--- a/games-board/polyglot/ChangeLog
+++ b/games-board/polyglot/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Id$
 
+  29 Sep 2015; Ulrich Müller <ulm@gentoo.org> polyglot-1.4.70b.ebuild:
+  Define DOCS explicitly to avoid installing them twice.
+
 *polyglot-1.4.70b (29 Sep 2015)
 
   29 Sep 2015; Ulrich Müller <ulm@gentoo.org> +polyglot-1.4.70b.ebuild,

diff --git a/games-board/polyglot/polyglot-1.4.70b.ebuild b/games-board/polyglot/polyglot-1.4.70b.ebuild
index 1c0ce30..a43fd6e 100644
--- a/games-board/polyglot/polyglot-1.4.70b.ebuild
+++ b/games-board/polyglot/polyglot-1.4.70b.ebuild
@@ -4,16 +4,17 @@
 
 EAPI=5
 
-DESCRIPTION="Chess engine Winboard/xboard to UCI protocol adapter"
+DESCRIPTION="Protocol adapter to run UCI chess engines under xboard"
 HOMEPAGE="http://hardy.uhasselt.be/Toga/"
-# Not entirely clear what the "b" stands for; it first appeared
-# in version 1.4w10UCIb6 following 1.4w10
+# not entirely clear what the "b" in the version stands for
 SRC_URI="http://hardy.uhasselt.be/Toga/polyglot-release/${P}.tar.gz"
 
 LICENSE="GPL-2+"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 
+DOCS="AUTHORS ChangeLog TODO" # README* installed by build system
+
 src_configure() {
 	econf \
 		--bindir="/usr/games/bin" \


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/dev/ulm:master commit in: games-board/polyglot/
@ 2015-09-30 20:50 Ulrich Müller
  0 siblings, 0 replies; 3+ messages in thread
From: Ulrich Müller @ 2015-09-30 20:50 UTC (permalink / raw
  To: gentoo-commits

commit:     3f3e9218f58e07bbb1e53fb666b93546a11419d5
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 30 20:49:55 2015 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Wed Sep 30 20:49:55 2015 +0000
URL:        https://gitweb.gentoo.org/repo/dev/ulm.git/commit/?id=3f3e9218

games-board/polyglot: Moved to portage tree.

 games-board/polyglot/ChangeLog               | 13 -------------
 games-board/polyglot/Manifest                |  1 -
 games-board/polyglot/metadata.xml            |  7 -------
 games-board/polyglot/polyglot-1.4.70b.ebuild | 22 ----------------------
 4 files changed, 43 deletions(-)

diff --git a/games-board/polyglot/ChangeLog b/games-board/polyglot/ChangeLog
deleted file mode 100644
index 50634e6..0000000
--- a/games-board/polyglot/ChangeLog
+++ /dev/null
@@ -1,13 +0,0 @@
-# ChangeLog for games-board/polyglot
-# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Id$
-
-  29 Sep 2015; Ulrich Müller <ulm@gentoo.org> polyglot-1.4.70b.ebuild:
-  Define DOCS explicitly to avoid installing them twice.
-
-*polyglot-1.4.70b (29 Sep 2015)
-
-  29 Sep 2015; Ulrich Müller <ulm@gentoo.org> +polyglot-1.4.70b.ebuild,
-  +metadata.xml:
-  Initial import. Ebuild contributed by me.
-

diff --git a/games-board/polyglot/Manifest b/games-board/polyglot/Manifest
deleted file mode 100644
index 02d0ec9..0000000
--- a/games-board/polyglot/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST polyglot-1.4.70b.tar.gz 269938 SHA256 cc10554390cb67c73395470505805f673a639fd3283acd02471f7a67dc9bedef SHA512 23ffa735b44ebbdaa991d96ac7d09e368f99640265bea3a30e0623665a8a9567f7c5c3e9518e06348a9b34ef70b43de2000b85f4e6101f4d8f866ae9cac9abec WHIRLPOOL f57135c0ef2e39662ac914022d2c3f0425ea27d722a2bb299bb341d319e21a67cae36e997541bbf2820705413fbcc6161f2c796926f8436cfd8390f5c60cc4a2

diff --git a/games-board/polyglot/metadata.xml b/games-board/polyglot/metadata.xml
deleted file mode 100644
index e153d85..0000000
--- a/games-board/polyglot/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>
-<maintainer>
-  <email>ulm@gentoo.org</email>
-</maintainer>
-</pkgmetadata>

diff --git a/games-board/polyglot/polyglot-1.4.70b.ebuild b/games-board/polyglot/polyglot-1.4.70b.ebuild
deleted file mode 100644
index a43fd6e..0000000
--- a/games-board/polyglot/polyglot-1.4.70b.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-DESCRIPTION="Protocol adapter to run UCI chess engines under xboard"
-HOMEPAGE="http://hardy.uhasselt.be/Toga/"
-# not entirely clear what the "b" in the version stands for
-SRC_URI="http://hardy.uhasselt.be/Toga/polyglot-release/${P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-DOCS="AUTHORS ChangeLog TODO" # README* installed by build system
-
-src_configure() {
-	econf \
-		--bindir="/usr/games/bin" \
-		--docdir="/usr/share/doc/${PF}"
-}


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-09-30 20:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-29 18:03 [gentoo-commits] repo/dev/ulm:master commit in: games-board/polyglot/ Ulrich Müller
  -- strict thread matches above, loose matches on Subject: below --
2015-09-30 20:50 Ulrich Müller
2015-09-29  9:35 Ulrich Müller

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