diff options
author | V3n3RiX <venerix@rogentos.ro> | 2016-09-08 11:22:11 +0100 |
---|---|---|
committer | V3n3RiX <venerix@rogentos.ro> | 2016-09-08 11:22:11 +0100 |
commit | 193881c47e7ee26db87b145e06d7a1ee908402ed (patch) | |
tree | 89cd49fbe2f95c355e2fc4bae3ec72fa6695d9f4 /app-text/pastebinit/files | |
parent | c95d0a6be52d97ad9c2de1a00a079dd95b1b4e12 (diff) |
import pastebinit from gentoo, but patch it to use debian pastebin by default
Diffstat (limited to 'app-text/pastebinit/files')
-rw-r--r-- | app-text/pastebinit/files/defaultPB_debian_pastebin.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/app-text/pastebinit/files/defaultPB_debian_pastebin.patch b/app-text/pastebinit/files/defaultPB_debian_pastebin.patch new file mode 100644 index 00000000..715c69d2 --- /dev/null +++ b/app-text/pastebinit/files/defaultPB_debian_pastebin.patch @@ -0,0 +1,12 @@ +diff -Nur a/pastebinit b/pastebinit +--- a/pastebinit 2016-03-01 05:52:32.000000000 +0000 ++++ b/pastebinit 2016-09-08 11:19:48.617003007 +0100 +@@ -34,7 +34,7 @@ + from urllib.request import FancyURLopener + + # Set the default pastebin +-defaultPB = "pastebin.com" ++defaultPB = "paste.debian.net" + + # Now try to override it with a distributor pastebin + try: |