diff options
author | Andrew Savchenko <bircoph@gentoo.org> | 2019-03-08 08:31:50 +0300 |
---|---|---|
committer | Andrew Savchenko <bircoph@gentoo.org> | 2019-03-08 08:35:25 +0300 |
commit | dbd4b64ea61cd01e0f332c9de4bd148c2e80735c (patch) | |
tree | ca20edfb7f11a2bab3d9f2e2436d6de8516313f2 /x11-misc/e16menuedit2/files | |
parent | x11-misc/e16-keyedit: Re-add e16-keyedit to the tree (diff) | |
download | gentoo-dbd4b64ea61cd01e0f332c9de4bd148c2e80735c.tar.gz gentoo-dbd4b64ea61cd01e0f332c9de4bd148c2e80735c.tar.bz2 gentoo-dbd4b64ea61cd01e0f332c9de4bd148c2e80735c.zip |
x11-misc/e16menuedit2: Re-add e16menuedit2 to the tree
This is the last component to restore, no name change is needed.
EAPI bump is limited to 6 since gnome2.eclass does not support
EAPI 7 yet.
Closes: https://bugs.gentoo.org/658860
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Andrew Savchenko <bircoph@gentoo.org>
Diffstat (limited to 'x11-misc/e16menuedit2/files')
-rw-r--r-- | x11-misc/e16menuedit2/files/e16menuedit2-no-default-docs.patch | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/x11-misc/e16menuedit2/files/e16menuedit2-no-default-docs.patch b/x11-misc/e16menuedit2/files/e16menuedit2-no-default-docs.patch new file mode 100644 index 000000000000..bb456d52b0d7 --- /dev/null +++ b/x11-misc/e16menuedit2/files/e16menuedit2-no-default-docs.patch @@ -0,0 +1,20 @@ +--- e16menuedit2-0.0.3/Makefile.am.orig 2019-03-08 00:52:08.000000000 +0300 ++++ e16menuedit2-0.0.3/Makefile.am 2019-03-08 00:52:31.930201552 +0300 +@@ -2,15 +2,8 @@ + + SUBDIRS = src po pixmaps help + +-e16menuedit2docdir = ${prefix}/${packagedocdir} +-e16menuedit2doc_DATA = \ +- README\ +- COPYING\ +- AUTHORS\ +- ChangeLog\ +- INSTALL\ +- NEWS\ +- TODO ++e16menuedit2docdir = ${prefix} ++e16menuedit2doc_DATA = + + GLADE_FILES = e16menuedit2.glade + |