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>
This commit is contained in:
Andrew Savchenko
2019-03-08 08:31:50 +03:00
parent 5662caa120
commit dbd4b64ea6
4 changed files with 64 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST e16menuedit2-0.0.3.tar.gz 370740 BLAKE2B 5d5be198f72afbd7cf22f02d8bb9179c3f877101eccc9b57c3a5e4f2fd05260e807d267d4c7abfd40fc0a41700e876efceb992d27450f2960772321a625c5a85 SHA512 41942028e7d20b5aa46fce8f54f60af46bd08e292a1812d4845d68cbc670699c8fc70a8d71c2749df623a4a083b92bc9539b9241fd7daabbee0deb855ff1be99

View File

@@ -0,0 +1,32 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
GNOME2_EAUTORECONF="yes"
inherit gnome2
DESCRIPTION="Menu editor for Enlightenment DR16 written in GTK2"
HOMEPAGE="https://www.enlightenment.org https://sourceforge.net/projects/enlightenment/"
SRC_URI="mirror://sourceforge/enlightenment/${P}.tar.gz"
KEYWORDS="~amd64 ~x86"
LICENSE="MIT-with-advertising"
SLOT="0"
BDEPEND="
virtual/pkgconfig
"
DEPEND="
>=gnome-base/libglade-2.4
x11-libs/gtk+:2
x11-wm/e16
"
RDEPEND="${DEPEND}"
PATCHES=( "${FILESDIR}/${PN}-no-default-docs.patch" )
src_prepare() {
sed -i '1i#include <glib/gstdio.h>' src/e16menuedit2.c || die
gnome2_src_prepare
}

View File

@@ -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

View File

@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>bircoph@gentoo.org</email>
<name>Andrew Savchenko</name>
</maintainer>
<upstream>
<remote-id type="sourceforge">enlightenment</remote-id>
</upstream>
</pkgmetadata>