diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2013-11-26 01:29:45 +0000 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2013-11-26 01:29:45 +0000 |
commit | 9a8532db53daa1ac750971f01be7fb24e45df193 (patch) | |
tree | b2923563611a6f81ed00a4e16cc92d5c6af168fd /app-misc/booh/files | |
parent | Version bump. (diff) | |
download | historical-9a8532db53daa1ac750971f01be7fb24e45df193.tar.gz historical-9a8532db53daa1ac750971f01be7fb24e45df193.tar.bz2 historical-9a8532db53daa1ac750971f01be7fb24e45df193.zip |
Version bump. Add ruby19 support. Cleanup old.
Package-Manager: portage-2.2.7/cvs/Linux x86_64
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 |