public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/sci:master commit in: sci-electronics/player/
@ 2011-03-07 12:01 Justin Lecher
  0 siblings, 0 replies; 8+ messages in thread
From: Justin Lecher @ 2011-03-07 12:01 UTC (permalink / raw
  To: gentoo-commits

commit:     d7432f944be8449d01be04e9390ac6af5df4dccc
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Mon Mar  7 11:52:50 2011 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Mon Mar  7 11:52:50 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=d7432f94

QA things

(Portage version: 2.2.0_alpha26/git/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 70EB7916)

---
 sci-electronics/player/ChangeLog           |   17 ++++++++++++++++-
 sci-electronics/player/player-2.0.4.ebuild |   12 +++++++-----
 2 files changed, 23 insertions(+), 6 deletions(-)

diff --git a/sci-electronics/player/ChangeLog b/sci-electronics/player/ChangeLog
index 2a41e6d..75608c7 100644
--- a/sci-electronics/player/ChangeLog
+++ b/sci-electronics/player/ChangeLog
@@ -1,7 +1,22 @@
 # ChangeLog for sci-electronics/player
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  07 Mar 2011; Justin Lecher <jlec@gentoo.org> player-2.0.4.ebuild:
+  QA things
+
+  07 Mar 2011; Justin Lecher <jlec@gentoo.org> player-2.0.4.ebuild:
+  QA things
+
+  07 Mar 2011; Justin Lecher <jlec@gentoo.org> player-2.0.4.ebuild:
+  QA things
+
+  07 Mar 2011; Justin Lecher <jlec@gentoo.org> player-2.0.4.ebuild:
+  QA things
+
+  07 Mar 2011; Justin Lecher <jlec@gentoo.org> player-2.0.4.ebuild:
+  Correct Slots for gtk 3 introduction to tree
+
   19 Sep 2010; Justin Lecher <jlec@gentoo.org> player-2.0.4.ebuild:
   virtual/glut -> media-libs/freeglut & virtual/glu -> virtual/opengl
   Correction

diff --git a/sci-electronics/player/player-2.0.4.ebuild b/sci-electronics/player/player-2.0.4.ebuild
index 681812d..bbd75b7 100644
--- a/sci-electronics/player/player-2.0.4.ebuild
+++ b/sci-electronics/player/player-2.0.4.ebuild
@@ -1,7 +1,9 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
+EAPI=1
+
 PYTHON_DEPEND="2"
 
 inherit eutils python
@@ -28,11 +30,12 @@ KEYWORDS="~amd64 ~x86"
 #	yarpimage     - needs YarpCam (not in portage)
 #	rcore_xbridge - needs libparticle (not in portage)
 
-IUSE="ieee1394 sphinx2 wifi v4l test
+IUSE="ieee1394 sphinx2 wifi v4l test imagemagick
 	boost gnome gtk openssl festival
 	opengl glut gsl java python doc"
 
-RDEPEND="media-libs/jpeg
+RDEPEND="
+	media-libs/jpeg
 	opengl? ( virtual/opengl )
 	glut? ( media-libs/freeglut )
 	openssl? ( dev-libs/openssl )
@@ -40,12 +43,11 @@ RDEPEND="media-libs/jpeg
 	gsl? ( sci-libs/gsl )
 	ieee1394? ( sys-libs/libraw1394 media-libs/libdc1394 )
 	java? ( virtual/jdk )
-	gtk? ( x11-libs/gtk+ )
+	gtk? ( x11-libs/gtk+:2 )
 	gnome? ( >=gnome-base/libgnomecanvas-2.0 )
 	boost? ( dev-libs/boost )
 	sphinx2? ( app-accessibility/sphinx2 )
 	festival? ( app-accessibility/festival )"
-
 DEPEND="${RDEPEND}
 	python? ( dev-lang/swig )
 	java? ( dev-lang/swig )



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

* [gentoo-commits] proj/sci:master commit in: sci-electronics/player/
@ 2011-03-14 10:27 Justin Lecher
  0 siblings, 0 replies; 8+ messages in thread
From: Justin Lecher @ 2011-03-14 10:27 UTC (permalink / raw
  To: gentoo-commits

commit:     41902e2a0b9f251ab68e8a97b4e911398ffcd8e1
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 14 10:27:48 2011 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Mon Mar 14 10:27:48 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=41902e2a

Moved media-libs/jpeg -> virtual/jpeg

(Portage version: 2.2.0_alpha26/git/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 70EB7916)

---
 sci-electronics/player/ChangeLog           |    6 ++++++
 sci-electronics/player/player-2.0.4.ebuild |    2 +-
 2 files changed, 7 insertions(+), 1 deletions(-)

diff --git a/sci-electronics/player/ChangeLog b/sci-electronics/player/ChangeLog
index 75608c7..566013e 100644
--- a/sci-electronics/player/ChangeLog
+++ b/sci-electronics/player/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  14 Mar 2011; Justin Lecher <jlec@gentoo.org> player-2.0.4.ebuild:
+  Moved media-libs/jpeg -> virtual/jpeg
+
+  14 Mar 2011; Justin Lecher <jlec@gentoo.org> player-2.0.4.ebuild:
+  Moved media-libs/jpeg -> virtual/jpeg
+
   07 Mar 2011; Justin Lecher <jlec@gentoo.org> player-2.0.4.ebuild:
   QA things
 

diff --git a/sci-electronics/player/player-2.0.4.ebuild b/sci-electronics/player/player-2.0.4.ebuild
index bbd75b7..1407002 100644
--- a/sci-electronics/player/player-2.0.4.ebuild
+++ b/sci-electronics/player/player-2.0.4.ebuild
@@ -35,7 +35,7 @@ IUSE="ieee1394 sphinx2 wifi v4l test imagemagick
 	opengl glut gsl java python doc"
 
 RDEPEND="
-	media-libs/jpeg
+	virtual/jpeg
 	opengl? ( virtual/opengl )
 	glut? ( media-libs/freeglut )
 	openssl? ( dev-libs/openssl )



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

* [gentoo-commits] proj/sci:master commit in: sci-electronics/player/
@ 2011-06-24 17:09 Justin Lecher
  0 siblings, 0 replies; 8+ messages in thread
From: Justin Lecher @ 2011-06-24 17:09 UTC (permalink / raw
  To: gentoo-commits

commit:     0906c6388937319fa33b1e244f47e85e2667d591
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 24 15:00:51 2011 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Fri Jun 24 15:00:51 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=0906c638

Sort inherit and/or USE

(Portage version: 2.2.0_alpha41/git/Linux x86_64, signed Manifest commit with key 70EB7916)

---
 sci-electronics/player/metadata.xml        |    9 +++++++--
 sci-electronics/player/player-2.0.4.ebuild |    2 +-
 2 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/sci-electronics/player/metadata.xml b/sci-electronics/player/metadata.xml
index aa78ded..50de938 100644
--- a/sci-electronics/player/metadata.xml
+++ b/sci-electronics/player/metadata.xml
@@ -1,6 +1,11 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-<herd>sci-electronics</herd>
+  <herd>sci-electronics</herd>
+  <use>
+    <flag name="sphinx2">Automatically generated description for sphinx2</flag>
+    <flag name="boost">Automatically generated description for boost</flag>
+    <flag name="openssl">Automatically generated description for openssl</flag>
+    <flag name="festival">Automatically generated description for festival</flag>
+  </use>
 </pkgmetadata>
-

diff --git a/sci-electronics/player/player-2.0.4.ebuild b/sci-electronics/player/player-2.0.4.ebuild
index 1407002..c123482 100644
--- a/sci-electronics/player/player-2.0.4.ebuild
+++ b/sci-electronics/player/player-2.0.4.ebuild
@@ -30,7 +30,7 @@ KEYWORDS="~amd64 ~x86"
 #	yarpimage     - needs YarpCam (not in portage)
 #	rcore_xbridge - needs libparticle (not in portage)
 
-IUSE="ieee1394 sphinx2 wifi v4l test imagemagick
+IUSE="ieee1394 imagemagick sphinx2 test v4l wifi
 	boost gnome gtk openssl festival
 	opengl glut gsl java python doc"
 



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

* [gentoo-commits] proj/sci:master commit in: sci-electronics/player/
@ 2013-12-04 16:22 Justin Lecher
  0 siblings, 0 replies; 8+ messages in thread
From: Justin Lecher @ 2013-12-04 16:22 UTC (permalink / raw
  To: gentoo-commits

commit:     9853473d5594ddfd09ad9cf16d1aecf5ab99e994
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Wed Dec  4 16:02:00 2013 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Wed Dec  4 16:02:00 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=9853473d

sci-electronics/player: Bump EAPI to 5; Bump to python-single-r1 eclass

Package-Manager: portage-2.2.7

---
 sci-electronics/player/ChangeLog           |  5 ++++-
 sci-electronics/player/player-2.0.4.ebuild | 29 ++++++++++++++---------------
 2 files changed, 18 insertions(+), 16 deletions(-)

diff --git a/sci-electronics/player/ChangeLog b/sci-electronics/player/ChangeLog
index 566013e..d9e7b1f 100644
--- a/sci-electronics/player/ChangeLog
+++ b/sci-electronics/player/ChangeLog
@@ -1,7 +1,10 @@
 # ChangeLog for sci-electronics/player
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  04 Dec 2013; Justin Lecher <jlec@gentoo.org> player-2.0.4.ebuild:
+  Bump EAPI to 5; Bump to python-single-r1 eclass
+
   14 Mar 2011; Justin Lecher <jlec@gentoo.org> player-2.0.4.ebuild:
   Moved media-libs/jpeg -> virtual/jpeg
 

diff --git a/sci-electronics/player/player-2.0.4.ebuild b/sci-electronics/player/player-2.0.4.ebuild
index c123482..15be88a 100644
--- a/sci-electronics/player/player-2.0.4.ebuild
+++ b/sci-electronics/player/player-2.0.4.ebuild
@@ -1,12 +1,12 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
-EAPI=1
+EAPI=5
 
-PYTHON_DEPEND="2"
+PYTHON_COMPAT=( python{2_6,2_7} )
 
-inherit eutils python
+inherit eutils python-single-r1
 
 DESCRIPTION="A network server for robot control"
 HOMEPAGE="http://playerstage.sourceforge.net/index.php?src=player"
@@ -54,10 +54,10 @@ DEPEND="${RDEPEND}
 	doc? ( app-doc/doxygen )"
 
 pkg_setup () {
-	python_set_active_version 2
+	python-single-r1_pkg_setup
 }
 
-src_compile() {
+src_configure() {
 	local drivers driver nodep_drivers
 
 	nodep_drivers="acoustics acts amcl amtecpowercube
@@ -96,25 +96,24 @@ src_compile() {
 		$(use_enable test tests) \
 		--with-playercc \
 		${drivers}
+}
 
+src_compile() {
 	# Parallel make will fail
-	emake -j1 || die "emake failed"
+	emake -j1
 
 	if use doc; then
-		pushd doc > /dev/null
-		emake doc || die "emake doc failed"
-		popd > /dev/null
+		cd doc || die
+		emake doc
 	fi
 }
 
 src_install() {
-	emake DESTDIR="${D}" install || die "emake install failed"
+	default
 
 	if use doc; then
-		cd doc
-		emake DESTDIR="${D}" doc-install || die "emake doc-install failed"
-		cd ..
+		cd doc || die
+		emake DESTDIR="${D}" doc-install
 	fi
 
-	dodoc AUTHORS ChangeLog NEWS README TODO || die
 }


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

* [gentoo-commits] proj/sci:master commit in: sci-electronics/player/
@ 2013-12-04 16:22 Justin Lecher
  0 siblings, 0 replies; 8+ messages in thread
From: Justin Lecher @ 2013-12-04 16:22 UTC (permalink / raw
  To: gentoo-commits

commit:     6529d83e3111564bbf98b8e31df502626310ebb8
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Wed Dec  4 16:11:25 2013 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Wed Dec  4 16:11:25 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=6529d83e

sci-electronics/player: Fix deps

Package-Manager: portage-2.2.7

---
 sci-electronics/player/ChangeLog           |  3 +++
 sci-electronics/player/player-2.0.4.ebuild | 25 ++++++++++++++-----------
 2 files changed, 17 insertions(+), 11 deletions(-)

diff --git a/sci-electronics/player/ChangeLog b/sci-electronics/player/ChangeLog
index 65f2f84..f6e4fa0 100644
--- a/sci-electronics/player/ChangeLog
+++ b/sci-electronics/player/ChangeLog
@@ -3,6 +3,9 @@
 # $Header: $
 
   04 Dec 2013; Justin Lecher <jlec@gentoo.org> player-2.0.4.ebuild:
+  Fix deps
+
+  04 Dec 2013; Justin Lecher <jlec@gentoo.org> player-2.0.4.ebuild:
   Fix java support
 
   04 Dec 2013; Justin Lecher <jlec@gentoo.org> player-2.0.4.ebuild:

diff --git a/sci-electronics/player/player-2.0.4.ebuild b/sci-electronics/player/player-2.0.4.ebuild
index bc47009..ed0db13 100644
--- a/sci-electronics/player/player-2.0.4.ebuild
+++ b/sci-electronics/player/player-2.0.4.ebuild
@@ -34,27 +34,30 @@ IUSE="ieee1394 imagemagick sphinx2 test v4l wifi
 	boost gnome gtk openssl festival
 	opengl glut gsl java python doc"
 
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
+
 RDEPEND="
 	virtual/jpeg
-	opengl? ( virtual/opengl )
+	boost? ( dev-libs/boost )
+	festival? ( app-accessibility/festival )
+	gtk? ( x11-libs/gtk+:2 )
 	glut? ( media-libs/freeglut )
-	openssl? ( dev-libs/openssl )
-	imagemagick? ( media-gfx/imagemagick )
+	gnome? ( >=gnome-base/libgnomecanvas-2.0 )
 	gsl? ( sci-libs/gsl )
 	ieee1394? ( sys-libs/libraw1394 media-libs/libdc1394 )
+	imagemagick? ( media-gfx/imagemagick )
 	java? ( virtual/jdk )
-	gtk? ( x11-libs/gtk+:2 )
-	gnome? ( >=gnome-base/libgnomecanvas-2.0 )
-	boost? ( dev-libs/boost )
-	sphinx2? ( app-accessibility/sphinx2 )
-	festival? ( app-accessibility/festival )"
+	opengl? ( virtual/opengl )
+	openssl? ( dev-libs/openssl )
+	python? ( ${PYTHON_DEPS} )
+	sphinx2? ( app-accessibility/sphinx2 )"
 DEPEND="${RDEPEND}
-	python? ( dev-lang/swig )
+	doc? ( app-doc/doxygen )
 	java? ( dev-lang/swig )
-	doc? ( app-doc/doxygen )"
+	python? ( dev-lang/swig )"
 
 pkg_setup () {
-	python-single-r1_pkg_setup
+	use python && python-single-r1_pkg_setup
 	use java && java-pkg-opt-2_pkg_setup
 }
 


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

* [gentoo-commits] proj/sci:master commit in: sci-electronics/player/
@ 2013-12-04 16:22 Justin Lecher
  0 siblings, 0 replies; 8+ messages in thread
From: Justin Lecher @ 2013-12-04 16:22 UTC (permalink / raw
  To: gentoo-commits

commit:     ce1a2b0cb2785a4e25730344a3b1a30d78a6e218
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Wed Dec  4 16:04:15 2013 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Wed Dec  4 16:04:15 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=ce1a2b0c

sci-electronics/player: Fix java support

Package-Manager: portage-2.2.7

---
 sci-electronics/player/ChangeLog           | 3 +++
 sci-electronics/player/player-2.0.4.ebuild | 7 ++++++-
 2 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/sci-electronics/player/ChangeLog b/sci-electronics/player/ChangeLog
index d9e7b1f..65f2f84 100644
--- a/sci-electronics/player/ChangeLog
+++ b/sci-electronics/player/ChangeLog
@@ -3,6 +3,9 @@
 # $Header: $
 
   04 Dec 2013; Justin Lecher <jlec@gentoo.org> player-2.0.4.ebuild:
+  Fix java support
+
+  04 Dec 2013; Justin Lecher <jlec@gentoo.org> player-2.0.4.ebuild:
   Bump EAPI to 5; Bump to python-single-r1 eclass
 
   14 Mar 2011; Justin Lecher <jlec@gentoo.org> player-2.0.4.ebuild:

diff --git a/sci-electronics/player/player-2.0.4.ebuild b/sci-electronics/player/player-2.0.4.ebuild
index 15be88a..bc47009 100644
--- a/sci-electronics/player/player-2.0.4.ebuild
+++ b/sci-electronics/player/player-2.0.4.ebuild
@@ -6,7 +6,7 @@ EAPI=5
 
 PYTHON_COMPAT=( python{2_6,2_7} )
 
-inherit eutils python-single-r1
+inherit eutils java-pkg-opt-2 python-single-r1
 
 DESCRIPTION="A network server for robot control"
 HOMEPAGE="http://playerstage.sourceforge.net/index.php?src=player"
@@ -55,6 +55,11 @@ DEPEND="${RDEPEND}
 
 pkg_setup () {
 	python-single-r1_pkg_setup
+	use java && java-pkg-opt-2_pkg_setup
+}
+
+src_prepare() {
+	use java && java-pkg-opt-2_src_prepare
 }
 
 src_configure() {


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

* [gentoo-commits] proj/sci:master commit in: sci-electronics/player/
@ 2015-09-21 17:44 Justin Lecher
  0 siblings, 0 replies; 8+ messages in thread
From: Justin Lecher @ 2015-09-21 17:44 UTC (permalink / raw
  To: gentoo-commits

commit:     b5e4a0875cbd03cb2ee4c1a8f0f3869e2919f1ea
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 21 17:36:52 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Mon Sep 21 17:36:52 2015 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=b5e4a087

sci-electronics/player: Add subslot operators

Package-Manager: portage-2.2.20.1
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

 sci-electronics/player/player-2.0.4.ebuild | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/sci-electronics/player/player-2.0.4.ebuild b/sci-electronics/player/player-2.0.4.ebuild
index f0323c1..a5d69a9 100644
--- a/sci-electronics/player/player-2.0.4.ebuild
+++ b/sci-electronics/player/player-2.0.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -37,8 +37,8 @@ IUSE="ieee1394 imagemagick sphinx2 test v4l wifi
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 
 RDEPEND="
-	virtual/jpeg
-	boost? ( dev-libs/boost )
+	virtual/jpeg:0
+	boost? ( dev-libs/boost:= )
 	festival? ( app-accessibility/festival )
 	gtk? ( x11-libs/gtk+:2 )
 	glut? ( media-libs/freeglut )
@@ -46,15 +46,15 @@ RDEPEND="
 	gsl? ( sci-libs/gsl )
 	ieee1394? ( sys-libs/libraw1394 media-libs/libdc1394 )
 	imagemagick? ( media-gfx/imagemagick )
-	java? ( virtual/jdk )
+	java? ( virtual/jdk:* )
 	opengl? ( virtual/opengl )
-	openssl? ( dev-libs/openssl )
+	openssl? ( dev-libs/openssl:0= )
 	python? ( ${PYTHON_DEPS} )
 	sphinx2? ( app-accessibility/sphinx2 )"
 DEPEND="${RDEPEND}
 	doc? ( app-doc/doxygen )
-	java? ( dev-lang/swig )
-	python? ( dev-lang/swig )"
+	java? ( dev-lang/swig:0 )
+	python? ( dev-lang/swig:0 )"
 
 pkg_setup () {
 	use python && python-single-r1_pkg_setup


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

* [gentoo-commits] proj/sci:master commit in: sci-electronics/player/
@ 2020-09-26 17:22 Aisha Tammy
  0 siblings, 0 replies; 8+ messages in thread
From: Aisha Tammy @ 2020-09-26 17:22 UTC (permalink / raw
  To: gentoo-commits

commit:     1aba20484ba8c38e93e8d062511a3f9d80aa504d
Author:     Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Sat Sep 26 17:21:49 2020 +0000
Commit:     Aisha Tammy <gentoo <AT> aisha <DOT> cc>
CommitDate: Sat Sep 26 17:21:49 2020 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=1aba2048

sci-electronics/player: drop dead package

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>

 sci-electronics/player/metadata.xml        |  17 ----
 sci-electronics/player/player-2.0.4.ebuild | 126 -----------------------------
 2 files changed, 143 deletions(-)

diff --git a/sci-electronics/player/metadata.xml b/sci-electronics/player/metadata.xml
deleted file mode 100644
index ddd7312d4..000000000
--- a/sci-electronics/player/metadata.xml
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-	<maintainer type="project">
-		<email>sci-electronics@gentoo.org</email>
-		<name>Gentoo Electronics Project</name>
-	</maintainer>
-	<use>
-		<flag name="sphinx2">Automatically generated description for sphinx2</flag>
-		<flag name="boost">Automatically generated description for boost</flag>
-		<flag name="openssl">Automatically generated description for openssl</flag>
-		<flag name="festival">Automatically generated description for festival</flag>
-	</use>
-	<upstream>
-		<remote-id type="sourceforge">playerstage</remote-id>
-	</upstream>
-</pkgmetadata>

diff --git a/sci-electronics/player/player-2.0.4.ebuild b/sci-electronics/player/player-2.0.4.ebuild
deleted file mode 100644
index a0058a12d..000000000
--- a/sci-electronics/player/player-2.0.4.ebuild
+++ /dev/null
@@ -1,126 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit eutils java-pkg-opt-2 python-single-r1
-
-DESCRIPTION="A network server for robot control"
-HOMEPAGE="http://playerstage.sourceforge.net/index.php?src=player"
-SRC_URI="mirror://sourceforge/playerstage/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-#DRIVERS NOT INCLUDED
-#	nd            - unknown
-#	passthrough   - unknown
-#   artoolkitplus - needs arToolKitPlus (not in portage)
-#	garcia        - needs Garcia (not in portage)
-#	imageseq      - needs openCV (not in portage)
-#	shapetracker  - needs openCV (not in portage)
-#	simpleshape   - needs openCV (not in portage)
-#	upcbarcode    - needs openCV (not in portage)
-#	isense        - needs iSense (not in portage)
-#	nomad         - needs Creative Nomad (maybe in portage)
-#	yarpimage     - needs YarpCam (not in portage)
-#	rcore_xbridge - needs libparticle (not in portage)
-
-IUSE="ieee1394 imagemagick sphinx2 test v4l wifi
-	boost gnome gtk openssl festival
-	opengl glut gsl java python doc"
-
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
-
-RDEPEND="
-	virtual/jpeg:0
-	boost? ( dev-libs/boost:= )
-	festival? ( app-accessibility/festival )
-	gtk? ( x11-libs/gtk+:2 )
-	glut? ( media-libs/freeglut )
-	gnome? ( >=gnome-base/libgnomecanvas-2.0 )
-	gsl? ( sci-libs/gsl )
-	ieee1394? ( sys-libs/libraw1394 media-libs/libdc1394 )
-	imagemagick? ( media-gfx/imagemagick )
-	java? ( virtual/jdk:* )
-	opengl? ( virtual/opengl )
-	openssl? ( dev-libs/openssl:0= )
-	python? ( ${PYTHON_DEPS} )
-	sphinx2? ( app-accessibility/sphinx2 )"
-DEPEND="${RDEPEND}
-	doc? ( app-doc/doxygen )
-	java? ( dev-lang/swig:0 )
-	python? ( dev-lang/swig:0 )"
-
-pkg_setup () {
-	use python && python-single-r1_pkg_setup
-	use java && java-pkg-opt-2_pkg_setup
-}
-
-src_prepare() {
-	use java && java-pkg-opt-2_src_prepare
-}
-
-src_configure() {
-	local drivers driver nodep_drivers
-
-	nodep_drivers="acoustics acts amcl amtecpowercube
-		aodv bumpersafe canonvcc4 clodbuster cmucam2
-		cmvision dummy er1 fakelocalize flockofbirds
-		garminnmea iwspy khepera laserbar laserbarcode
-		lasercspace laserposeinterpolator laserrescan
-		lasersafe laservisualbarcode laservisualbw
-		lifomcom linuxjoystick logfile mapcspace
-		microstrain mixer obot p2os erratic wbr914
-		ptu46 reb relay kartowriter rflex segwayrmp
-		service_adv_mdns sicklms200 sicknav200 sickpls
-		sicks3000 highspeedsick sonyevid30 urglaser	vfh
-		vmapfile waveaudio roomba wavefront insideM300
-		skyetekM1 mica2 cameracompress"
-
-	for driver in ${NODEP_DRIVERS}; do
-		drivers="${drivers} $(use_enable ${driver})"
-	done
-	drivers="${drivers}
-		$(use_enable sphinx2)
-		$(use_enable gtk mapfile)
-		$(use_enable gtk mapscale)
-		$(use_enable wifi linuxwifi)
-		$(use_enable festival)
-		$(use_enable v4l camerauvc)
-		$(use_enable v4l camerav4l)
-		$(use_enable v4l sphere)
-		$(use_enable ieee1394 camera1394)"
-
-	econf \
-		$(use_enable java jplayer) \
-		$(use_enable openssl md5) \
-		$(use_enable python libplayerc-py) \
-		$(use_enable gtk rtkgui) \
-		$(use_enable test tests) \
-		--with-playercc \
-		${drivers}
-}
-
-src_compile() {
-	# Parallel make will fail
-	emake -j1
-
-	if use doc; then
-		cd doc || die
-		emake doc
-	fi
-}
-
-src_install() {
-	default
-
-	if use doc; then
-		cd doc || die
-		emake DESTDIR="${D}" doc-install
-	fi
-
-}


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

end of thread, other threads:[~2020-09-26 17:22 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-09-26 17:22 [gentoo-commits] proj/sci:master commit in: sci-electronics/player/ Aisha Tammy
  -- strict thread matches above, loose matches on Subject: below --
2015-09-21 17:44 Justin Lecher
2013-12-04 16:22 Justin Lecher
2013-12-04 16:22 Justin Lecher
2013-12-04 16:22 Justin Lecher
2011-06-24 17:09 Justin Lecher
2011-03-14 10:27 Justin Lecher
2011-03-07 12:01 Justin Lecher

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