diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2010-03-09 05:28:34 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2010-03-09 05:28:34 +0000 |
commit | dc6ab4076a8d507729ecf5655f2d9ea7f42cc505 (patch) | |
tree | 3b36cf832fbd4dbea4e4ee3179f9b9b6fd463235 /dev-util/desktop-file-utils | |
parent | old (diff) | |
download | historical-dc6ab4076a8d507729ecf5655f2d9ea7f42cc505.tar.gz historical-dc6ab4076a8d507729ecf5655f2d9ea7f42cc505.tar.bz2 historical-dc6ab4076a8d507729ecf5655f2d9ea7f42cc505.zip |
Drop old patch.
Package-Manager: portage-2.2_rc65/cvs/Linux x86_64
Diffstat (limited to 'dev-util/desktop-file-utils')
-rw-r--r-- | dev-util/desktop-file-utils/Manifest | 1 | ||||
-rw-r--r-- | dev-util/desktop-file-utils/files/desktop-file-utils-0.10-man.patch | 127 |
2 files changed, 0 insertions, 128 deletions
diff --git a/dev-util/desktop-file-utils/Manifest b/dev-util/desktop-file-utils/Manifest index d1f5087dab5b..6ba3d68789c2 100644 --- a/dev-util/desktop-file-utils/Manifest +++ b/dev-util/desktop-file-utils/Manifest @@ -1,5 +1,4 @@ AUX 50desktop-file-utils-gentoo.el 250 RMD160 34186094d43cab4f043aa9f0a9cc31611657ad19 SHA1 406f9f76728ad8c6b0263d1221edef2923aa3d13 SHA256 2aa59c328d13dd9a447f573ef68d92768f13e142cc92eda1e7d45f29684e07b7 -AUX desktop-file-utils-0.10-man.patch 4135 RMD160 f3c1616bbd1d7c6b47a77f25607938d871187c77 SHA1 b369ff1d3438149c56471dc1b0943f0d0ab15937 SHA256 f59def0f8188ec0396d10861eac232a959947bd517c58fe0e9d035e39c66e24b DIST desktop-file-utils-0.15.tar.gz 348871 RMD160 ab6fc0bc116d6ec338ef2699b96d57698d4a1d03 SHA1 10e9a3d2033fd676d7bb44ca7ba376f815ca0821 SHA256 c463d851fb057acd53800cfc4f8ae39dcbcad7f03b4bd547288e95b6de53b022 EBUILD desktop-file-utils-0.15.ebuild 1361 RMD160 82abc6dbe3675510407ac195b101df57df723d74 SHA1 a90e7f30f882142c6a4e6f531c4d01ae64e60115 SHA256 fe2c65ba0fa020ecae7d26da5acc11932658bc2f73926d2d0758a8b78d743ff8 MISC ChangeLog 11149 RMD160 9ff8e69fd8bd6e5740e36d4332f1dd4afe75f965 SHA1 140cbb0c746edfb29bc1de1f5a8d61ef19c1d4ab SHA256 73cdc715c8d6f798c09de9797c7996befb838be03e6a519eea11e4ed0a939e1d diff --git a/dev-util/desktop-file-utils/files/desktop-file-utils-0.10-man.patch b/dev-util/desktop-file-utils/files/desktop-file-utils-0.10-man.patch deleted file mode 100644 index 641d795be251..000000000000 --- a/dev-util/desktop-file-utils/files/desktop-file-utils-0.10-man.patch +++ /dev/null @@ -1,127 +0,0 @@ -diff -uNr man.orig/desktop-file-install.8 man/desktop-file-install.8 ---- man.orig/desktop-file-install.8 1970-01-01 01:00:00.000000000 +0100 -+++ man/desktop-file-install.8 2005-03-15 14:56:06.000000000 +0000 -@@ -0,0 +1,62 @@ -+.TH DESKTOP-FILE-INSTALL 8 -+.SH NAME -+desktop-file-install \- install a desktop file to the applications directory -+.SH SYNOPSIS -+.B desktop-file-install -+.I "[options] file" -+.SH "DESCRIPTION" -+.B desktop-file-install -+installs a specified .desktop file to the applications directory, -+optionally munging it a bit in transit. -+.SH OPTIONS -+.TP -+\fB \-\-dir \fIpath\fP -+Specify the directory where files should be installed. -+.TP -+\fB \-\-vendor \fIvendor\fP -+Add a vendor prefix to the desktop file. If the file already has this -+prefix, nothing happens. -+.TP -+\fB \-\-add\-category \fIcategory\fP -+Add a category to the \fBCategories\fP field. -+.TP -+\fB \-\-remove\-category \fIcategory\fP -+Remove a category from the \fBCategories\fP field. -+.TP -+\fB \-\-add\-only\-show\-in \fIproduct\fP -+Add a product name to the \fBOnlyShowIn\fP field. -+.TP -+\fB \-\-remove\-only\-show\-in \fIproduct\fP -+Remove a product name from the \fBOnlyShowIn\fP field. -+.TP -+\fB \-\-delete\-original -+Delete the source desktop file, leaving only the target -+file. Effectively "renames" a desktop file. -+.TP -+\fB \-m, \-\-mode \fImode\fP -+Set the given permissions on the destination file. -+.TP -+\fB \-\-copy\-name\-to\-generic\-name -+Copy the contents of the \fBName\fP field to the \fBGenericName\fP -+field. -+.TP -+\fB \-\-copy\-generic\-name\-to\-name -+Copy the contents of the \fBGenericName\fP field to the \fBName\fP -+field. -+.TP -+\fB \-\-remove\-key \fIkey\fP -+Remove a specific key from the desktop file. -+.TP -+.B \-h, \-\-help -+Show summary of options. -+.TP -+.B \-\-usage -+Display brief usage message. -+.TP -+.B \-v, \-\-version -+Show version of program. -+.SH "SEE ALSO" -+The Free Desktop .desktop file specification at www.freedesktop.org. -+.SH AUTHOR -+This manual page was written by Ross Burton <ross@burtonini.com>, for -+the Debian GNU/Linux system (but may be used by others). -diff -uNr man.orig/desktop-file-validate.1 man/desktop-file-validate.1 ---- man.orig/desktop-file-validate.1 1970-01-01 01:00:00.000000000 +0100 -+++ man/desktop-file-validate.1 2005-03-15 14:56:07.000000000 +0000 -@@ -0,0 +1,15 @@ -+.TH DESKTOP-FILE-VALIDATE 1 -+.SH NAME -+desktop-file-validate \- validate a .desktop file -+.SH SYNOPSIS -+.B desktop-file-validate -+.I "file" -+.SH "DESCRIPTION" -+.BR desktop-file-validate -+is a tool to validate .desktop files to the Free Desktop specification -+at http://www.freedesktop.org/. It will list any errors if the file -+does not match the specification, and warnings if the file uses -+deprecated features. -+.SH AUTHOR -+This manual page was written by Ross Burton <ross@debian.org>, for the -+Debian GNU/Linux system (but may be used by others). -diff -uNr man.orig/desktop-menu-tool.1 man/desktop-menu-tool.1 ---- man.orig/desktop-menu-tool.1 1970-01-01 01:00:00.000000000 +0100 -+++ man/desktop-menu-tool.1 2005-03-15 14:56:07.000000000 +0000 -@@ -0,0 +1,37 @@ -+.TH DESKTOP-MENU-TOOL 1 -+.SH NAME -+desktop-menu-tool \- do stuff with menu files -+.SH SYNOPSIS -+.B desktop-menu-tool -+.I "[options] file" -+.SH "DESCRIPTION" -+.B desktop-menu-tool -+does stuff to menu files. Possibly related to the GNOME1 .menu -+files. Not sure about this. :) -+.SH OPTIONS -+.TP -+\fB \-\-dir \fIpath\fP -+Specify the directory where the compat tree should be generated. -+.TP -+\fB \-\-print -+Print a human-readable representation of the menu to standard output. -+.TP -+\fB \-\-desktop \fIdesktop\fP -+Specify the current desktop, for the purposes of \fBOnlyShowIn\fP. -+.TP -+\fB \-\-print\-available -+Print the set of desktop files used for a given menu file. -+.TP -+.B \-h, \-\-help -+Show summary of options. -+.TP -+.B \-\-usage -+Display brief usage message. -+.TP -+.B \-v, \-\-version -+Show version of program. -+.SH "SEE ALSO" -+The Free Desktop .desktop file specification at www.freedesktop.org. -+.SH AUTHOR -+This manual page was written by Ross Burton <ross@debian.org>, for the -+Debian GNU/Linux system (but may be used by others). - |