diff options
author | Daniel Pielmeier <billie@gentoo.org> | 2020-06-09 13:37:08 +0200 |
---|---|---|
committer | Daniel Pielmeier <billie@gentoo.org> | 2020-06-09 13:40:09 +0200 |
commit | b4ae7574a707e0415421f1e1ad2215cac8cbf108 (patch) | |
tree | 1ea3dbbe16838a9f3421a540834056cec1ec2fab /app-portage/pfl | |
parent | dev-ada/gprbuild: version bump to 2020 (diff) | |
download | gentoo-b4ae7574a707e0415421f1e1ad2215cac8cbf108.tar.gz gentoo-b4ae7574a707e0415421f1e1ad2215cac8cbf108.tar.bz2 gentoo-b4ae7574a707e0415421f1e1ad2215cac8cbf108.zip |
app-portage/pfl: Remove unused patch.
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Daniel Pielmeier <billie@gentoo.org>
Diffstat (limited to 'app-portage/pfl')
-rw-r--r-- | app-portage/pfl/files/e-file-function.patch | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/app-portage/pfl/files/e-file-function.patch b/app-portage/pfl/files/e-file-function.patch deleted file mode 100644 index 2f554c926b37..000000000000 --- a/app-portage/pfl/files/e-file-function.patch +++ /dev/null @@ -1,15 +0,0 @@ ---- pfl-3.0.1/bin/e-file.old 2019-06-22 20:32:10.437137086 +0200 -+++ pfl-3.0.1/bin/e-file 2019-07-13 14:19:47.383823446 +0200 -@@ -3,10 +3,10 @@ - #License: GPL - #e-file is like apt-file in debian,it's used to search package name via filename for gentoo - #thanks for portagefilelist.de and Daniel --VERSION=20110906 -+VERSION=20190713 - - coloropt=always --function usage () { -+usage () { - echo "This is e-file ($VERSION)" - echo "Usage: $(basename ${0}) [-c] [-h] filename" - echo " -c color output could be either [always|never|auto]" |