churchyard pushed to devassistant (f22). "Remove unused patches"

notifications at fedoraproject.org notifications at fedoraproject.org
Mon May 11 14:15:18 UTC 2015


From 8b341df4b0662f20060fcf2976e319020992ded6 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= <miro at hroncok.cz>
Date: Mon, 11 May 2015 16:04:49 +0200
Subject: Remove unused patches


diff --git a/devassistant-appdata.patch b/devassistant-appdata.patch
deleted file mode 100644
index e0cba09..0000000
--- a/devassistant-appdata.patch
+++ /dev/null
@@ -1,47 +0,0 @@
-From a9d1495dd1341f58af776b0637c83a0e7e41df00 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= <miro at hroncok.cz>
-Date: Fri, 17 Apr 2015 16:00:22 +0200
-Subject: [PATCH] Make the appdata file valid
-
-Fixes #368
----
- distribution/appdata/devassistant.appdata.xml | 13 ++++++++++---
- 1 file changed, 10 insertions(+), 3 deletions(-)
-
-diff --git a/distribution/appdata/devassistant.appdata.xml b/distribution/appdata/devassistant.appdata.xml
-index 2585027..338f533 100644
---- a/distribution/appdata/devassistant.appdata.xml
-+++ b/distribution/appdata/devassistant.appdata.xml
-@@ -3,11 +3,18 @@
- <application>
-  <id type="desktop">devassistant.desktop</id>
-  <metadata_license>CC-BY-SA</metadata_license>
-- <project_license>GPL2.0+</project_license>
-+ <project_license>GPL-2.0+</project_license>
-  <name>DevAssistant</name>
-  <summary>DevAssistant - making life easier for developers</summary>
-  <description>
-   <p>
-+    DevAssistant can help you set up your developing environment, publish your code,
-+    and do many of the chores that somehow keep you from the important stuff - writing
-+    your software. It does not matter if you only recently discovered the world of software
-+    development, or if you have been coding for two decades, there's always something
-+    DevAssistant can do to make your life easier.
-+  </p>
-+  <p>
-     DevAssistant can help you with creating and setting up basic projects
-     in various languages, installing dependencies, setting up environment etc.
-     There are three main types of functionality provided:
-@@ -24,10 +31,10 @@
-  </description>
-  <screenshots>
-    <screenshot type="default" width="702" height="633">
--     https://raw.github.com/devassistant/devassistant/master/appdata/devassistant-main-window.png
-+     https://raw.github.com/devassistant/devassistant/master/distribution/appdata/devassistant-main-window.png
-    </screenshot>
-    <screenshot width="642" height="690">
--     https://raw.github.com/devassistant/devassistant/master/appdata/devassistant-params-window.png
-+     https://raw.github.com/devassistant/devassistant/master/distribution/appdata/devassistant-params-window.png
-    </screenshot>
-  </screenshots>
-  <url type="homepage">http://devassistant.org/</url>
diff --git a/devassistant-missing-import.patch b/devassistant-missing-import.patch
deleted file mode 100644
index 6d85c1c..0000000
--- a/devassistant-missing-import.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-From 6245ec91fef8025f7c2cc15a79039ce44bccab41 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= <miro at hroncok.cz>
-Date: Wed, 22 Apr 2015 14:20:23 +0200
-Subject: [PATCH] Missing import of time in command_helpers (used in
- DockerHelper)
-
----
- devassistant/command_helpers.py | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/devassistant/command_helpers.py b/devassistant/command_helpers.py
-index 8b2b7d9..05cb063 100644
---- a/devassistant/command_helpers.py
-+++ b/devassistant/command_helpers.py
-@@ -9,6 +9,7 @@
- import signal
- import subprocess
- import sys
-+import time
- 
- import six
- 
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/devassistant.git/commit/?h=f22&id=8b341df4b0662f20060fcf2976e319020992ded6


More information about the scm-commits mailing list