diff options
author | 2013-11-26 01:29:40 +0000 | |
---|---|---|
committer | 2013-11-26 01:29:40 +0000 | |
commit | 434e2919fb7b4ffd5a904e02a5cb76051b2f2763 (patch) | |
tree | e93832cbec75db45b270cda0e11152f5e8df5638 /app-misc/booh/files | |
parent | Version bump. (diff) | |
download | gentoo-2-434e2919fb7b4ffd5a904e02a5cb76051b2f2763.tar.gz gentoo-2-434e2919fb7b4ffd5a904e02a5cb76051b2f2763.tar.bz2 gentoo-2-434e2919fb7b4ffd5a904e02a5cb76051b2f2763.zip |
Version bump. Add ruby19 support. Cleanup old.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'app-misc/booh/files')
-rw-r--r-- | app-misc/booh/files/booh-0.9.1-require_gems.patch | 70 |
1 files changed, 0 insertions, 70 deletions
diff --git a/app-misc/booh/files/booh-0.9.1-require_gems.patch b/app-misc/booh/files/booh-0.9.1-require_gems.patch deleted file mode 100644 index 304d9c4a4df3..000000000000 --- a/app-misc/booh/files/booh-0.9.1-require_gems.patch +++ /dev/null @@ -1,70 +0,0 @@ ---- bin/album2booh.old 2008-07-06 13:28:37.000000000 +0100 -+++ bin/album2booh 2008-07-06 13:30:21.000000000 +0100 -@@ -33,6 +33,7 @@ - # $ recode ISO-8859-1..UTF-8 captions.txt - # - -+require 'rubygems' - require 'getoptlong' - require 'gettext' - include GetText ---- bin/booh.old 2008-07-06 13:28:37.000000000 +0100 -+++ bin/booh 2008-07-06 13:30:40.000000000 +0100 -@@ -19,6 +19,7 @@ - # along with this program; if not, write to the Free Software - # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - -+require 'rubygems' - require 'getoptlong' - require 'tempfile' - require 'thread' ---- bin/booh-backend.old 2008-07-06 13:28:37.000000000 +0100 -+++ bin/booh-backend 2008-07-06 13:30:51.000000000 +0100 -@@ -19,6 +19,7 @@ - # along with this program; if not, write to the Free Software - # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - -+require 'rubygems' - require 'getoptlong' - require 'gettext' - require 'gettext/locale' ---- bin/booh-classifier.old 2008-07-06 13:28:37.000000000 +0100 -+++ bin/booh-classifier 2008-07-06 13:31:02.000000000 +0100 -@@ -19,6 +19,7 @@ - # along with this program; if not, write to the Free Software - # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - -+require 'rubygems' - require 'getoptlong' - require 'tempfile' - ---- bin/booh-fix-whitebalance.old 2008-07-06 13:28:37.000000000 +0100 -+++ bin/booh-fix-whitebalance 2008-07-06 13:31:13.000000000 +0100 -@@ -19,6 +19,7 @@ - # along with this program; if not, write to the Free Software - # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - -+require 'rubygems' - require 'gtk2' - require 'booh/libadds' - ---- bin/booh-gamma-correction.old 2008-07-06 13:28:37.000000000 +0100 -+++ bin/booh-gamma-correction 2008-07-06 13:31:24.000000000 +0100 -@@ -19,6 +19,7 @@ - # along with this program; if not, write to the Free Software - # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - -+require 'rubygems' - require 'gtk2' - require 'booh/libadds' - ---- bin/webalbum2booh.old 2008-07-06 13:28:37.000000000 +0100 -+++ bin/webalbum2booh 2008-07-06 13:34:13.000000000 +0100 -@@ -19,6 +19,7 @@ - # along with this program; if not, write to the Free Software - # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - -+require 'rubygems' - require 'getoptlong' - require 'gettext' - include GetText |