summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2015-09-07 19:40:23 +1000
committerMichael Palimaka <kensington@gentoo.org>2015-09-07 19:46:11 +1000
commita82a6030cd3169d9335ffdb088d3d43d81560e13 (patch)
tree73b77894ff66cec5d60b921e8ad59391d7b1437b /dev-util/kdevplatform/files
parentdev-util/kdevelop: remove old. (diff)
downloadgentoo-a82a6030cd3169d9335ffdb088d3d43d81560e13.tar.gz
gentoo-a82a6030cd3169d9335ffdb088d3d43d81560e13.tar.bz2
gentoo-a82a6030cd3169d9335ffdb088d3d43d81560e13.zip
dev-util/kdevplatform: remove old.
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'dev-util/kdevplatform/files')
-rw-r--r--dev-util/kdevplatform/files/kdevplatform-1.6.0-appwizard.patch24
1 files changed, 0 insertions, 24 deletions
diff --git a/dev-util/kdevplatform/files/kdevplatform-1.6.0-appwizard.patch b/dev-util/kdevplatform/files/kdevplatform-1.6.0-appwizard.patch
deleted file mode 100644
index d4f93f66277f..000000000000
--- a/dev-util/kdevplatform/files/kdevplatform-1.6.0-appwizard.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-commit 33b660dfefe02ecd4391a284f6fd6de9439b2b45
-Author: Milian Wolff <mail@milianw.de>
-Date: Thu Mar 20 11:50:07 2014 +0100
-
- Keep backwards compatibility: replace "dest" variable.
-
- Its an alias for PROJECTDIR and used in quite some templates
- apparently.
-
- BUG: 329392
-
-diff --git a/plugins/appwizard/appwizardplugin.cpp b/plugins/appwizard/appwizardplugin.cpp
-index 3e22183..7948e47 100644
---- a/plugins/appwizard/appwizardplugin.cpp
-+++ b/plugins/appwizard/appwizardplugin.cpp
-@@ -238,6 +238,8 @@ QString AppWizardPlugin::createProject(const ApplicationInfo& info)
- m_variables["APPNAMELC"] = info.name.toLower();
- m_variables["APPNAMEID"] = generateIdentifier(info.name);
- m_variables["PROJECTDIR"] = dest.toLocalFile();
-+ // backwards compatibility
-+ m_variables["dest"] = m_variables["PROJECTDIR"];
- m_variables["PROJECTDIRNAME"] = dest.fileName();
- m_variables["VERSIONCONTROLPLUGIN"] = info.vcsPluginName;
-