commit: 9df1a217a139470d49e17b6cfd5d25567e478757 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com> AuthorDate: Sat Sep 29 16:59:36 2018 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Mon Oct 1 18:48:45 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9df1a217
media-libs/liblscp: EAPI7 revbump, improve ebuild Closes: https://bugs.gentoo.org/667302 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com> Closes: https://github.com/gentoo/gentoo/pull/10012 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> media-libs/liblscp/liblscp-0.5.8-r1.ebuild | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/media-libs/liblscp/liblscp-0.5.8-r1.ebuild b/media-libs/liblscp/liblscp-0.5.8-r1.ebuild new file mode 100644 index 00000000000..a1079779fbf --- /dev/null +++ b/media-libs/liblscp/liblscp-0.5.8-r1.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2018 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="C++ library for the Linux Sampler control protocol" +HOMEPAGE="https://www.linuxsampler.org" +SRC_URI="https://download.linuxsampler.org/packages/${P}.tar.gz" + +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="doc" + +DEPEND="doc? ( app-doc/doxygen )" + +DOCS=( AUTHORS ChangeLog TODO NEWS README ) + +src_install() { + use doc && local HTML_DOCS=( doc/html/. ) + default +}
