diff options
author | B. Watson <yalhcru@gmail.com> | 2012-12-26 09:23:57 +0100 |
---|---|---|
committer | Matteo Bernardini <ponce@slackbuilds.org> | 2012-12-26 21:36:45 +0100 |
commit | d9e928d381e5599b58d8a9262645ea4f2bf458d8 (patch) | |
tree | 1e8abda777c00673d2d86b36d1692562e2c1104c /accessibility/wgetpaste/no_gentooisms.diff | |
parent | 0ca5cb261367c07226afba70dedc6f8881e8514c (diff) |
accessibility/wgetpaste: Updated for version 2.20, added license.
switched default service to dpaste,
added zlin service
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'accessibility/wgetpaste/no_gentooisms.diff')
-rw-r--r-- | accessibility/wgetpaste/no_gentooisms.diff | 25 |
1 files changed, 19 insertions, 6 deletions
diff --git a/accessibility/wgetpaste/no_gentooisms.diff b/accessibility/wgetpaste/no_gentooisms.diff index a0720cc8061a..0751ff54d0c9 100644 --- a/accessibility/wgetpaste/no_gentooisms.diff +++ b/accessibility/wgetpaste/no_gentooisms.diff @@ -1,7 +1,7 @@ -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 @@ +diff -Naur wgetpaste-2.20/wgetpaste wgetpaste-2.20.patched/wgetpaste +--- wgetpaste-2.20/wgetpaste 2012-05-05 15:15:32.000000000 -0400 ++++ wgetpaste-2.20.patched/wgetpaste 2012-12-20 17:14:06.000000000 -0500 +@@ -134,7 +134,7 @@ noxclip() { cat <<EOF >&2 Could not find xclip on your system. In order to use --x$1 you must either @@ -10,8 +10,21 @@ diff -Naur wgetpaste-2.13.orig/wgetpaste wgetpaste-2.13/wgetpaste 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" +@@ -312,9 +312,9 @@ + -c, --command COMMAND paste COMMAND and the output of COMMAND + -i, --info append the output of \`$INFO_COMMAND\` + -I, --info-only paste the output of \`$INFO_COMMAND\` only +- -x, --xcut read input from clipboard (requires x11-misc/xclip) +- -X, --xpaste write resulting url to the X primary selection buffer (requires x11-misc/xclip) +- -C, --xclippaste write resulting url to the X clipboard selection buffer (requires x11-misc/xclip) ++ -x, --xcut read input from clipboard (requires xclip) ++ -X, --xpaste write resulting url to the X primary selection buffer (requires xclip) ++ -C, --xclippaste write resulting url to the X clipboard selection buffer (requires xclip) + + -r, --raw show url for the raw paste (no syntax highlighting or html) + -t, --tee use tee to show what is being pasted +@@ -647,8 +647,8 @@ + [[ -z $SOURCE ]] && SOURCE="stdin" CVT_TABS=No -INFO_COMMAND=${INFO_COMMAND:-"emerge --info"} |