mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-05 12:38:09 -07:00
Re-introduce e16-docs to the tree. If was formely packaged as app-doc/edox-data. The name is changed to conform upstream. Bug: https://bugs.gentoo.org/658860 Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Andrew Savchenko <bircoph@gentoo.org>
15 lines
370 B
Bash
15 lines
370 B
Bash
# Copyright 1999-2019 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=7
|
|
|
|
DESCRIPTION="The E16 online help"
|
|
HOMEPAGE="https://www.enlightenment.org https://sourceforge.net/projects/enlightenment/"
|
|
SRC_URI="mirror://sourceforge/enlightenment/${P}.tar.gz"
|
|
|
|
LICENSE="BSD"
|
|
SLOT="0"
|
|
KEYWORDS="~amd64 ~x86"
|
|
|
|
RDEPEND="!app-doc/edox-data"
|