diff options
author | B. Watson <yalhcru@gmail.com> | 2010-05-12 23:27:43 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-12 23:27:43 +0200 |
commit | a63b77bad6f21fda8c2e2b7613fdc959ac15d196 (patch) | |
tree | 1c5e802490401c7cbb3974f2511c639f95d02b84 /accessibility/wgetpaste/no_gentooisms.diff | |
parent | 5e1faf6411262e3e57ba7919c2e95f873e58cb24 (diff) |
accessibility/wgetpaste: Added to 12.2 repository
Diffstat (limited to 'accessibility/wgetpaste/no_gentooisms.diff')
-rw-r--r-- | accessibility/wgetpaste/no_gentooisms.diff | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/accessibility/wgetpaste/no_gentooisms.diff b/accessibility/wgetpaste/no_gentooisms.diff new file mode 100644 index 000000000000..a0720cc8061a --- /dev/null +++ b/accessibility/wgetpaste/no_gentooisms.diff @@ -0,0 +1,23 @@ +diff -Naur wgetpaste-2.13.orig/wgetpaste wgetpaste-2.13/wgetpaste +--- wgetpaste-2.13.orig/wgetpaste 2009-05-27 09:46:48.000000000 -0400 ++++ wgetpaste-2.13/wgetpaste 2009-06-12 07:12:45.000000000 -0400 +@@ -99,7 +99,7 @@ + noxclip() { + cat <<EOF >&2 + Could not find xclip on your system. In order to use --x$1 you must either +-emerge x11-misc/xclip or define x_$1() globally in /etc/wgetpaste.conf or ++install xclip or define x_$1() globally in /etc/wgetpaste.conf or + per user in ~/.wgetpaste.conf to use another program (such as e.g. xcut or + klipper) to $2 your clipboard. + +@@ -603,8 +603,8 @@ + [[ -z $SOURCE ]] && SOURCE="stdin" && FILES[${#FILES[*]}]="/dev/stdin" + CVT_TABS=No + +-INFO_COMMAND=${INFO_COMMAND:-"emerge --info"} +-INFO_ARGS=${INFO_ARGS:-"--ignore-default-opts"} ++INFO_COMMAND=${INFO_COMMAND:-"wgetpaste_info"} ++INFO_ARGS=${INFO_ARGS:-""} + + ### everything below this should be independent of which service is being used... + |