public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/mypaint/files/
@ 2017-01-04 10:15 David Seifert
  0 siblings, 0 replies; only message in thread
From: David Seifert @ 2017-01-04 10:15 UTC (permalink / raw
  To: gentoo-commits

commit:     aa9319e56ca9395856305ec64174d5d6ec03be42
Author:     Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Tue Dec 27 20:01:48 2016 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Wed Jan  4 10:14:35 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa9319e5

media-gfx/mypaint: remove unused patch

Closes: https://github.com/gentoo/gentoo/pull/3255

 media-gfx/mypaint/files/mypaint-0.9.0-gentoo.patch | 26 ----------------------
 1 file changed, 26 deletions(-)

diff --git a/media-gfx/mypaint/files/mypaint-0.9.0-gentoo.patch b/media-gfx/mypaint/files/mypaint-0.9.0-gentoo.patch
deleted file mode 100644
index 329c8a9..00000000
--- a/media-gfx/mypaint/files/mypaint-0.9.0-gentoo.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-Index: mypaint-0.9.0/SConstruct
-===================================================================
---- mypaint-0.9.0.orig/SConstruct
-+++ mypaint-0.9.0/SConstruct
-@@ -64,6 +64,21 @@ if env['debug']:
-     env.Append(CPPDEFINES='HEAVY_DEBUG')
-     env.Append(CCFLAGS='-O0', LINKFLAGS='-O0')
- 
-+# Respect cxxflags,ldflags and cxx
-+# Code found on
-+# http://http://dev.gentoo.org/~vapier/scons-blows.txt
-+import SCons.Util
-+if os.environ.has_key('CC'):
-+	env['CC'] = os.environ['CC']
-+if os.environ.has_key('CFLAGS'):
-+	env['CCFLAGS'] += SCons.Util.CLVar(os.environ['CFLAGS'])
-+if os.environ.has_key('CXX'):
-+	env['CXX'] = os.environ['CXX']
-+if os.environ.has_key('CXXFLAGS'):
-+	env['CXXFLAGS'] += SCons.Util.CLVar(os.environ['CXXFLAGS'])
-+if os.environ.has_key('LDFLAGS'):
-+	env['LINKFLAGS'] += SCons.Util.CLVar(os.environ['LDFLAGS'])
-+
- Export('env')
- module = SConscript('lib/SConscript')
- SConscript('brushlib/SConscript')


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2017-01-04 10:16 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-04 10:15 [gentoo-commits] repo/gentoo:master commit in: media-gfx/mypaint/files/ David Seifert

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