* [gentoo-commits] repo/gentoo:master commit in: dev-python/soya/
@ 2017-01-30 19:26 Austin English
0 siblings, 0 replies; 5+ messages in thread
From: Austin English @ 2017-01-30 19:26 UTC (permalink / raw
To: gentoo-commits
commit: 3baa4e97556cd959bb2b8d974788f30fa44f0767
Author: Austin English <wizardedit <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 30 19:25:49 2017 +0000
Commit: Austin English <wizardedit <AT> gentoo <DOT> org>
CommitDate: Mon Jan 30 19:26:17 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3baa4e97
dev-python/soya: drop no longer needed Freetype patch that breaks the build
Freetype has long since moved on, and this causes compiler errors since the headers can't be found.
Gentoo-Bug: https://bugs.gentoo.org/587388
Package-Manager: Portage-2.3.2, Repoman-2.3.1
dev-python/soya/soya-0.14-r1.ebuild | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/dev-python/soya/soya-0.14-r1.ebuild b/dev-python/soya/soya-0.14-r1.ebuild
index b7b19c2..7d585ad 100644
--- a/dev-python/soya/soya-0.14-r1.ebuild
+++ b/dev-python/soya/soya-0.14-r1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI="5"
+EAPI=5
PYTHON_COMPAT=( python2_7 )
@@ -33,7 +33,7 @@ DEPEND="
>=media-libs/cal3d-0.10
media-libs/freeglut
>=media-libs/freetype-2.5
- >=media-libs/glew-1.3.3
+ >=media-libs/glew-1.3.3:*
>=media-libs/libsdl-1.2.8[opengl]
media-libs/openal
virtual/opengl
@@ -46,7 +46,6 @@ S="${WORKDIR}/${MY_P}"
PATCHES=(
"${FILESDIR}/${P}-glu.patch"
"${FILESDIR}/${PN}-pillow.patch"
- "${FILESDIR}/${P}-freetype-2.5.patch"
)
python_compile() {
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/soya/
@ 2018-04-22 6:32 Michał Górny
0 siblings, 0 replies; 5+ messages in thread
From: Michał Górny @ 2018-04-22 6:32 UTC (permalink / raw
To: gentoo-commits
commit: 73516c727a1f9ae39fe8d7121fca87a2eb8ede45
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 21 19:50:48 2018 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Apr 22 06:31:25 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73516c72
dev-python/soya: Drop python@ from maintainers
This is highly specific package (game engine), so does not fit Python
team's modus operandi. The only revdep is games-action/slune
(maintained by games@).
dev-python/soya/metadata.xml | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/dev-python/soya/metadata.xml b/dev-python/soya/metadata.xml
index 7f4f33c6dbc..7a38bb90096 100644
--- a/dev-python/soya/metadata.xml
+++ b/dev-python/soya/metadata.xml
@@ -1,8 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="project">
- <email>python@gentoo.org</email>
- <name>Python</name>
- </maintainer>
+ <!-- maintainer-needed -->
</pkgmetadata>
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/soya/
@ 2018-04-22 8:35 Pacho Ramos
0 siblings, 0 replies; 5+ messages in thread
From: Pacho Ramos @ 2018-04-22 8:35 UTC (permalink / raw
To: gentoo-commits
commit: 3128a11315a61153ed444a7b1562d06ba12ee13c
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 22 08:34:47 2018 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Apr 22 08:34:47 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3128a113
dev-python/soya: Fix unpack (#634734)
Package-Manager: Portage-2.3.31, Repoman-2.3.9
dev-python/soya/soya-0.15_rc1-r1.ebuild | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/dev-python/soya/soya-0.15_rc1-r1.ebuild b/dev-python/soya/soya-0.15_rc1-r1.ebuild
index 4f7eb6a14cb..ee99a6f342b 100644
--- a/dev-python/soya/soya-0.15_rc1-r1.ebuild
+++ b/dev-python/soya/soya-0.15_rc1-r1.ebuild
@@ -44,10 +44,7 @@ PATCHES=(
)
src_unpack() {
- if [ ${A} != "" ]; then
- unpack ${A}
- fi
-
+ unpack ${A}
mv "${WORKDIR}/${MY_P}" "${WORKDIR}/${MY_PN}"
}
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/soya/
@ 2018-04-22 8:35 Pacho Ramos
0 siblings, 0 replies; 5+ messages in thread
From: Pacho Ramos @ 2018-04-22 8:35 UTC (permalink / raw
To: gentoo-commits
commit: c60b1fbe1792efd022ece73f46b7b40d73113294
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 22 08:31:38 2018 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Apr 22 08:31:38 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c60b1fbe
dev-python/soya: Needs newer ode to build, fix other deps
Package-Manager: Portage-2.3.31, Repoman-2.3.9
.../soya/{soya-0.15_rc1.ebuild => soya-0.15_rc1-r1.ebuild} | 13 +++++++------
1 file changed, 7 insertions(+), 6 deletions(-)
diff --git a/dev-python/soya/soya-0.15_rc1.ebuild b/dev-python/soya/soya-0.15_rc1-r1.ebuild
similarity index 87%
rename from dev-python/soya/soya-0.15_rc1.ebuild
rename to dev-python/soya/soya-0.15_rc1-r1.ebuild
index 874b44e3b51..4f7eb6a14cb 100644
--- a/dev-python/soya/soya-0.15_rc1.ebuild
+++ b/dev-python/soya/soya-0.15_rc1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -22,19 +22,20 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="doc examples"
-DEPEND=">=dev-games/ode-0.10[-double-precision]
+RDEPEND=">=dev-games/ode-0.14[-double-precision]
dev-python/editobj
dev-python/pillow
>=dev-python/pyopenal-0.1.6
media-fonts/freefonts
>=media-libs/cal3d-0.10
media-libs/freeglut
- >=media-libs/freetype-2.1.5
- >=media-libs/glew-1.3.3:*
+ >=media-libs/freetype-2.1.5:2
+ >=media-libs/glew-1.3.3:0
>=media-libs/libsdl-1.2.8[opengl]
media-libs/openal
- virtual/opengl"
-RDEPEND="${DEPEND}"
+ virtual/opengl
+"
+DEPEND="${RDEPEND}"
S="${WORKDIR}/${MY_PN}"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/soya/
@ 2018-04-23 3:08 Aaron Bauman
0 siblings, 0 replies; 5+ messages in thread
From: Aaron Bauman @ 2018-04-23 3:08 UTC (permalink / raw
To: gentoo-commits
commit: 00c7bf7a58efae639dbc192fbb68a2777775929d
Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 23 03:08:12 2018 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Mon Apr 23 03:08:12 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00c7bf7a
dev-python/soya: amd64 stable wrt bug #653162
Bug: https://bugs.gentoo.org/653162
Package-Manager: Portage-2.3.31, Repoman-2.3.9
dev-python/soya/soya-0.15_rc1-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/soya/soya-0.15_rc1-r1.ebuild b/dev-python/soya/soya-0.15_rc1-r1.ebuild
index ee99a6f342b..92086fd2bd4 100644
--- a/dev-python/soya/soya-0.15_rc1-r1.ebuild
+++ b/dev-python/soya/soya-0.15_rc1-r1.ebuild
@@ -19,7 +19,7 @@ SRC_URI="http://download.gna.org/soya/${MY_P}.tar.bz2
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
IUSE="doc examples"
RDEPEND=">=dev-games/ode-0.14[-double-precision]
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2018-04-23 3:09 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-04-22 8:35 [gentoo-commits] repo/gentoo:master commit in: dev-python/soya/ Pacho Ramos
-- strict thread matches above, loose matches on Subject: below --
2018-04-23 3:08 Aaron Bauman
2018-04-22 8:35 Pacho Ramos
2018-04-22 6:32 Michał Górny
2017-01-30 19:26 Austin English
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox