diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2010-08-21 20:13:54 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2010-08-21 20:13:54 +0000 |
commit | 3eebde728c274a122d74487f02bea928d310acf4 (patch) | |
tree | 814b8170c1fbaceaff3e0021ab13ecaaf55df18b /media-video/griffith | |
parent | Remove unused files (diff) | |
download | gentoo-2-3eebde728c274a122d74487f02bea928d310acf4.tar.gz gentoo-2-3eebde728c274a122d74487f02bea928d310acf4.tar.bz2 gentoo-2-3eebde728c274a122d74487f02bea928d310acf4.zip |
Remove unused files
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'media-video/griffith')
-rw-r--r-- | media-video/griffith/ChangeLog | 6 | ||||
-rw-r--r-- | media-video/griffith/files/0.9.6-moving_share_dir.patch | 11 | ||||
-rw-r--r-- | media-video/griffith/files/0.9.7.1-fix_spellcheck.patch | 36 |
3 files changed, 5 insertions, 48 deletions
diff --git a/media-video/griffith/ChangeLog b/media-video/griffith/ChangeLog index 67ab6728de81..330512d5fdb1 100644 --- a/media-video/griffith/ChangeLog +++ b/media-video/griffith/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-video/griffith # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/griffith/ChangeLog,v 1.47 2010/07/09 18:24:53 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/griffith/ChangeLog,v 1.48 2010/08/21 20:13:54 hwoarang Exp $ + + 21 Aug 2010; Markos Chandras <hwoarang@gentoo.org> + -files/0.9.6-moving_share_dir.patch, -files/0.9.7.1-fix_spellcheck.patch: + Remove unused files 09 Jul 2010; Markos Chandras <hwoarang@gentoo.org> -griffith-0.9.9.ebuild, -griffith-0.10-r1.ebuild: diff --git a/media-video/griffith/files/0.9.6-moving_share_dir.patch b/media-video/griffith/files/0.9.6-moving_share_dir.patch deleted file mode 100644 index 40ce939fb7e0..000000000000 --- a/media-video/griffith/files/0.9.6-moving_share_dir.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- lib/initialize.py.orig 2008-06-07 18:45:17.000000000 +0200 -+++ lib/initialize.py 2008-06-07 18:46:13.000000000 +0200 -@@ -78,7 +78,7 @@ - - elif os.name == 'posix': - locations['home'] = os.path.join(os.path.expanduser('~'), '.griffith').decode(defaultEnc) -- locations['share'] = os.path.abspath(os.path.join(locations['lib'], '..')) -+ locations['share'] = os.path.abspath(os.path.join(locations['lib'], '../../share/griffith')) - locations['glade'] = os.path.join(locations['share'], 'glade') - locations['i18n'] = os.path.abspath(os.path.join(locations['share'], '..', 'locale')) - if not os.path.isdir(locations['i18n']): diff --git a/media-video/griffith/files/0.9.7.1-fix_spellcheck.patch b/media-video/griffith/files/0.9.7.1-fix_spellcheck.patch deleted file mode 100644 index 466a693a8468..000000000000 --- a/media-video/griffith/files/0.9.7.1-fix_spellcheck.patch +++ /dev/null @@ -1,36 +0,0 @@ -diff -Naur griffith-0.9.7.1.orig/griffith griffith-0.9.7.1/griffith ---- griffith-0.9.7.1.orig/griffith 2008-08-16 13:23:13.000000000 +0200 -+++ griffith-0.9.7.1/griffith 2008-08-16 13:26:25.000000000 +0200 -@@ -135,7 +135,7 @@ - self.completion_t.set_model(self.treemodel) - self.completion_t.set_text_column(4) - -- initialize.gtkspell(self) -+ initialize.spellcheck(self) - - # add default folders to some select widgets - if self.windows: -diff -Naur griffith-0.9.7.1.orig/lib/initialize.py griffith-0.9.7.1/lib/initialize.py ---- griffith-0.9.7.1.orig/lib/initialize.py 2008-08-16 13:23:13.000000000 +0200 -+++ griffith-0.9.7.1/lib/initialize.py 2008-08-16 13:25:53.000000000 +0200 -@@ -664,7 +664,7 @@ - self.column2.set_sort_column_id(1) - self.widgets['results']['treeview'].append_column(self.column2) - --def gtkspell(self): -+def spellcheck(self): - global spell_support - spell_error = False - if self.posix and spell_support: -diff -Naur griffith-0.9.7.1.orig/lib/preferences.py griffith-0.9.7.1/lib/preferences.py ---- griffith-0.9.7.1.orig/lib/preferences.py 2008-08-16 13:23:13.000000000 +0200 -+++ griffith-0.9.7.1/lib/preferences.py 2008-08-16 13:26:10.000000000 +0200 -@@ -376,7 +376,7 @@ - self.notes_spell.detach() - self.plot_spell.detach() - elif c.get('gtkspell', False, section='spell') == True and was_false: -- initialize.initialize_gtkspell(self) -+ initialize.spellcheck(self) - else: - pass - |