summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Sachau <tommy@gentoo.org>2011-12-21 17:15:02 +0000
committerThomas Sachau <tommy@gentoo.org>2011-12-21 17:15:02 +0000
commited6d45e41dc020c8bd671ee9f8ac2101ff08e3ed (patch)
treed8ca104a229dc9410b50829c35e3757dfd62dd05 /app-cdr
parentdev-python/pyccuracy: Use mirror:// for cloud.github (diff)
downloadsunrise-ed6d45e41dc020c8bd671ee9f8ac2101ff08e3ed.tar.gz
sunrise-ed6d45e41dc020c8bd671ee9f8ac2101ff08e3ed.tar.bz2
sunrise-ed6d45e41dc020c8bd671ee9f8ac2101ff08e3ed.zip
app-cdr/furiusisomount: Remove leading spaces
svn path=/sunrise/; revision=12590
Diffstat (limited to 'app-cdr')
-rw-r--r--app-cdr/furiusisomount/ChangeLog4
-rw-r--r--app-cdr/furiusisomount/Manifest4
-rw-r--r--app-cdr/furiusisomount/furiusisomount-0.11.3.1.ebuild4
3 files changed, 8 insertions, 4 deletions
diff --git a/app-cdr/furiusisomount/ChangeLog b/app-cdr/furiusisomount/ChangeLog
index f8cfc6eb5..0fc1eb19d 100644
--- a/app-cdr/furiusisomount/ChangeLog
+++ b/app-cdr/furiusisomount/ChangeLog
@@ -2,6 +2,10 @@
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 21 Dec 2011; Thomas Sachau (Tommy[D]) <tommy@gentoo.org>
+ furiusisomount-0.11.3.1.ebuild:
+ Remove leading spaces
+
01 Oct 2011; Moritz Schlarb (moschlar) <mail@moritz-schlarb.de>
+furiusisomount-0.11.3.1.ebuild, +metadata.xml:
New Ebuild for bug 261362, thanks to Tommy[D], hwoarang, Hawk777 and _AxS_
diff --git a/app-cdr/furiusisomount/Manifest b/app-cdr/furiusisomount/Manifest
index 2783bd095..a5c4f5246 100644
--- a/app-cdr/furiusisomount/Manifest
+++ b/app-cdr/furiusisomount/Manifest
@@ -1,4 +1,4 @@
DIST furiusisomount_0.11.3.1.tar.gz 267388 RMD160 97f7e9761c9e5a9060f3948e310ceee4048fac58 SHA1 2f6a30c779d07f991725bce7482dc7a396b787b2 SHA256 ea16ac56343e94e3563c447e0b9ecce7700ffbcd7d3c0d32c7792405f3c302a2
-EBUILD furiusisomount-0.11.3.1.ebuild 2081 RMD160 c1f76c29bf8edf6715a46c2b6ae2a1ef2d505370 SHA1 615e7c05c6ca4dc0770627c5aaa3d966727d7d48 SHA256 d29b70c4fe5690cc1bd79070f92fa71ca095224e6fbb4f71762dec7d4df86962
-MISC ChangeLog 317 RMD160 dade62fc39173c02d7be4879ce26f3eb56554b69 SHA1 c1f7346b1e44bf14edd1e95e0c772b418f3200c9 SHA256 5de0cdc899e516993a0489251e2f1bcfd193e91e982cef86dfce1a0e3d9a7873
+EBUILD furiusisomount-0.11.3.1.ebuild 2020 RMD160 aa8c97acc0417ff1a70ff180b267919714eabca7 SHA1 aeab2fbcf7d265e6f95e24ac721ef06fd31f32ff SHA256 e7e9640b4f84f9f31c8193dc14af13739327f545f10cb9b2fdad2cb68b19647e
+MISC ChangeLog 435 RMD160 b3acdef89c021df0c84a40869a07556c61f40d7c SHA1 e9396a098f9e986944275784c961c9b28e91b634 SHA256 c30ab733e030bf12b854dcf25000b3a88409e15023c34307784784de894ad9ce
MISC metadata.xml 335 RMD160 862f7cddb248bcb26aacb850ed7a7a84b55264c8 SHA1 c67472e6426dd863352a09d639ed8c4a0f75fbc8 SHA256 b57f5eff0e17013c7813c71a444d35efb0a7178f2f334e5efc628a87deed6254
diff --git a/app-cdr/furiusisomount/furiusisomount-0.11.3.1.ebuild b/app-cdr/furiusisomount/furiusisomount-0.11.3.1.ebuild
index 4544f1d8d..0ab3ad67b 100644
--- a/app-cdr/furiusisomount/furiusisomount-0.11.3.1.ebuild
+++ b/app-cdr/furiusisomount/furiusisomount-0.11.3.1.ebuild
@@ -42,12 +42,12 @@ src_prepare() {
# Disable the nautilus radio button because we can't use it anyway, Gentoo does not have nautilus-cd-burner
sed -e '/<widget class="GtkRadioButton" id="radiobutton_nautilus">/ a\
- <property name="sensitive">False</property>' -i res/main_window.glade
+ <property name="sensitive">False</property>' -i res/main_window.glade
# If brasero is disabled, we disable all burning-related widgets
if ! use brasero; then
sed -e '/<widget class="GtkRadioButton" id="radiobutton_brasero">/ a\
- <property name="sensitive">False</property>' -i res/main_window.glade
+ <property name="sensitive">False</property>' -i res/main_window.glade
sed -e "s/self.interface.get_widget('button_burn').set_sensitive(True)/#&/" -i src/main.py
fi