summaryrefslogtreecommitdiff
path: root/app-crypt/passwordsafe/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@rogentos.ro>2016-02-26 23:50:05 +0000
committerV3n3RiX <venerix@rogentos.ro>2016-02-26 23:50:05 +0000
commited40676841e317a2aafa04c4c804bb6043864740 (patch)
tree91c5e4b12acc09eabb2b1234eb633aa78af224d2 /app-crypt/passwordsafe/files
parentdc106bfbeb980942a8490753d6883eb34b13ea12 (diff)
repo cleanup...drop old ebuilds, drop ebuilds already in portage tree
Diffstat (limited to 'app-crypt/passwordsafe/files')
-rw-r--r--app-crypt/passwordsafe/files/passwordsafe-fix-file-collisions.patch86
1 files changed, 0 insertions, 86 deletions
diff --git a/app-crypt/passwordsafe/files/passwordsafe-fix-file-collisions.patch b/app-crypt/passwordsafe/files/passwordsafe-fix-file-collisions.patch
deleted file mode 100644
index bbd032dd..00000000
--- a/app-crypt/passwordsafe/files/passwordsafe-fix-file-collisions.patch
+++ /dev/null
@@ -1,86 +0,0 @@
-Index: docs/pwsafe.1
-===================================================================
---- docs/pwsafe.1 (revision 5210)
-+++ docs/pwsafe.1 (working copy)
-@@ -1,11 +1,11 @@
- .\" Process this file with
- .\" groff -man -Tascii pwsafe.1
- .\"
--.TH PWSAFE 1 "JULY 2010" Linux "User Manuals"
-+.TH PASSWORDSAFE 1 "JULY 2010" Linux "User Manuals"
- .SH NAME
--pwsafe \- Secure Password Manager
-+passwordsafe \- Secure Password Manager
- .SH SYNOPSIS
--.B pwsafe [-g
-+.B passwordsafe [-g
- .I config-file
- .B ] [-u
- .I user
-@@ -17,24 +17,24 @@
- .I database
- .B ]
- .br
--.B pwsafe
-+.B passwordsafe
- .B -v
- .I database
- .br
--.B pwsafe
-+.B passwordsafe
- .B [-e|-d]
- .I file
- .br
--.B pwsafe
-+.B passwordsafe
- .B [-c|-s|-m]
- .SH DESCRIPTION
--.B pwsafe
-+.B passwordsafe
- manages your passwords in a convenient yet secure manner.
- .SH OPTIONS
- .IP -g
- .I config-file
- This will cause the specified config-file to be used for loading and storing
--preferences, instead of the default pwsafe.cfg (see
-+preferences, instead of the default passwordsafe.cfg (see
- .B FILES
- ).
- .IP -u
-@@ -90,14 +90,14 @@
- .SH ENVIRONMENT
- .IP PWS_PREFSDIR
- If set,
--.B pwsafe
-+.B passwordsafe
- will look for the preference file in this directory rather than in
- .I ~/.pwsafe.
- .SH DIAGNOSTICS
--.B pwsafe
-+.B passwordsafe
- Will issue error messages if the database is damaged. If this occurs,
- invoking
--.B pwsafe
-+.B passwordsafe
- with the
- .B -v
- option may help.
-Index: install/desktop/pwsafe.desktop
-===================================================================
---- install/desktop/pwsafe.desktop (revision 5210)
-+++ install/desktop/pwsafe.desktop (working copy)
-@@ -3,9 +3,9 @@
- Name=PasswordSafe
-
- Comment=Manage passwords
--Exec=pwsafe %f
--Icon=pwsafe
-+Exec=passwordsafe %f
-+Icon=passwordsafe
- Terminal=false
- Type=Application
- StartupNotify=true
--Categories=GTK;Utility;Security;
-\ No newline at end of file
-+Categories=GTK;Utility;
-\ No newline at end of file