summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAustin English <wizardedit@gentoo.org>2016-07-05 13:10:20 -0500
committerAustin English <wizardedit@gentoo.org>2016-07-05 13:45:55 -0500
commit3c4fd333c7f34e4b9247d26fa92026c3664dfe43 (patch)
treea9d874bb4d7d3d07c4b4b05ed86f6f9d9cd8f0e4 /games-action/accelerator3d/files
parentgames-action/abuse: remove deprecated games eclass (diff)
downloadgentoo-3c4fd333c7f34e4b9247d26fa92026c3664dfe43.tar.gz
gentoo-3c4fd333c7f34e4b9247d26fa92026c3664dfe43.tar.bz2
gentoo-3c4fd333c7f34e4b9247d26fa92026c3664dfe43.zip
games-action/accelerator3d: remove deprecated games eclass
Also update to EAPI 6 Gentoo-Bug: https://bugs.gentoo.org/574082 Package-Manager: portage-2.2.28
Diffstat (limited to 'games-action/accelerator3d/files')
-rw-r--r--games-action/accelerator3d/files/accelerator3d-0.1.1-gentoo-paths.patch4
-rw-r--r--games-action/accelerator3d/files/accelerator3d-0.1.1-gllightmodel.patch4
2 files changed, 4 insertions, 4 deletions
diff --git a/games-action/accelerator3d/files/accelerator3d-0.1.1-gentoo-paths.patch b/games-action/accelerator3d/files/accelerator3d-0.1.1-gentoo-paths.patch
index ab8637f24f28..526fa678fdbc 100644
--- a/games-action/accelerator3d/files/accelerator3d-0.1.1-gentoo-paths.patch
+++ b/games-action/accelerator3d/files/accelerator3d-0.1.1-gentoo-paths.patch
@@ -1,5 +1,5 @@
---- accelerator.py.old 2006-04-18 21:51:28.000000000 +0200
-+++ accelerator.py 2006-04-18 22:07:28.000000000 +0200
+--- a/accelerator.py 2006-04-18 21:51:28.000000000 +0200
++++ b/accelerator.py 2006-04-18 22:07:28.000000000 +0200
@@ -72,7 +72,7 @@
# default parameters on it (min/mag filters, wrapping).
def __init__(self,texfile,mipmap = False):
diff --git a/games-action/accelerator3d/files/accelerator3d-0.1.1-gllightmodel.patch b/games-action/accelerator3d/files/accelerator3d-0.1.1-gllightmodel.patch
index b850ccfa5bab..31d0a8b5b4c5 100644
--- a/games-action/accelerator3d/files/accelerator3d-0.1.1-gllightmodel.patch
+++ b/games-action/accelerator3d/files/accelerator3d-0.1.1-gllightmodel.patch
@@ -1,5 +1,5 @@
---- accelerator.py
-+++ accelerator.py
+--- a/accelerator.py
++++ b/accelerator.py
@@ -274,7 +274,7 @@
glColorMaterial(GL_FRONT,GL_AMBIENT_AND_DIFFUSE)
glMaterialfv(GL_FRONT,GL_SHININESS,128)