diff options
author | Thomas Beierlein <tomjbe@gentoo.org> | 2011-08-02 16:23:28 +0000 |
---|---|---|
committer | Thomas Beierlein <tomjbe@gentoo.org> | 2011-08-02 16:23:28 +0000 |
commit | 1cf4fdb586cd3058ea3f62fdcb4b5cad6a356f35 (patch) | |
tree | e543b9a0d5ba2e2323b3bcada92c275891156a99 /sci-electronics/oregano/files | |
parent | Stable on amd64 wrt bug #375503 (diff) | |
download | gentoo-2-1cf4fdb586cd3058ea3f62fdcb4b5cad6a356f35.tar.gz gentoo-2-1cf4fdb586cd3058ea3f62fdcb4b5cad6a356f35.tar.bz2 gentoo-2-1cf4fdb586cd3058ea3f62fdcb4b5cad6a356f35.zip |
remove oregano-0.69.0 (pending 22 Jul 2011), see #354241 for reference
(Portage version: 2.1.10.9/cvs/Linux x86_64)
Diffstat (limited to 'sci-electronics/oregano/files')
-rw-r--r-- | sci-electronics/oregano/files/oregano-0.60.0-dont-run-update-mime-database.patch | 11 | ||||
-rw-r--r-- | sci-electronics/oregano/files/oregano-0.69.0-ldflags.diff | 12 |
2 files changed, 0 insertions, 23 deletions
diff --git a/sci-electronics/oregano/files/oregano-0.60.0-dont-run-update-mime-database.patch b/sci-electronics/oregano/files/oregano-0.60.0-dont-run-update-mime-database.patch deleted file mode 100644 index 4fb2b6536dde..000000000000 --- a/sci-electronics/oregano/files/oregano-0.60.0-dont-run-update-mime-database.patch +++ /dev/null @@ -1,11 +0,0 @@ -diff -Nura oregano-0.60.0/SConstruct oregano-0.60.0-nomime/SConstruct ---- oregano-0.60.0/SConstruct 2006-09-30 01:47:23.000000000 -0300 -+++ oregano-0.60.0-nomime/SConstruct 2006-10-05 16:02:50.000000000 -0300 -@@ -120,7 +120,3 @@ - CEnv.Alias ('install', CEnv.Install (os.path.join (CEnv['INSTALL_DIR'], 'share/mime/packages'), Split('oregano.xml'))) - CEnv.Alias ('install', CEnv.Install (os.path.join (CEnv['INSTALL_DIR'], 'share/mime-info'), Split('oregano.mime oregano.keys'))) - CEnv.Alias ('install', CEnv.Install (os.path.join (CEnv['INSTALL_DIR'], 'share/applications'), Split('oregano.desktop'))) -- --# Update mime database # --if CEnv['RunUpdateMimeDatabase'] and ('install' in COMMAND_LINE_TARGETS): -- CEnv.Alias ('install', CEnv.Command ('update-mime-database', 'oregano.xml', "update-mime-database "+os.path.join (CEnv['INSTALL_DIR'], 'share/mime'))) diff --git a/sci-electronics/oregano/files/oregano-0.69.0-ldflags.diff b/sci-electronics/oregano/files/oregano-0.69.0-ldflags.diff deleted file mode 100644 index dc4bac4b12cc..000000000000 --- a/sci-electronics/oregano/files/oregano-0.69.0-ldflags.diff +++ /dev/null @@ -1,12 +0,0 @@ ---- SConstruct.old 2010-08-22 09:15:34.000000000 +0000 -+++ SConstruct 2010-08-22 09:18:54.000000000 +0000 -@@ -80,6 +80,9 @@ - if CEnv['Debug']: - CEnv.Append (CCFLAGS = Split ('-g')); - -+if 'LDFLAGS' in os.environ: -+ CEnv.Append(LINKFLAGS = os.environ['LDFLAGS']) -+ - # Check dependencies # - if not CEnv.GetOption ('clean'): - Cconf = Configure (CEnv, custom_tests = {'CheckPkg' : CheckPkg }) |