diff options
| author | Craig Andrews <candrews@gentoo.org> | 2019-02-24 15:52:47 -0500 |
|---|---|---|
| committer | Craig Andrews <candrews@gentoo.org> | 2019-02-24 15:53:07 -0500 |
| commit | c5a0394d7caa76eedd7dbfbdf2d443c48d75c091 (patch) | |
| tree | df9c4313db5830033bb2fac8a374c791be19fe0a /dev-cpp/waylandpp/waylandpp-0.2.2.ebuild | |
| parent | b4b9e28d147b1050ceea999c77fe864149ae0104 (diff) | |
| download | gentoo-c5a0394d7caa76eedd7dbfbdf2d443c48d75c091.tar.gz gentoo-c5a0394d7caa76eedd7dbfbdf2d443c48d75c091.tar.bz2 gentoo-c5a0394d7caa76eedd7dbfbdf2d443c48d75c091.zip | |
dev-cpp/waylandpp: Cleanup old versions
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Craig Andrews <candrews@gentoo.org>
Diffstat (limited to 'dev-cpp/waylandpp/waylandpp-0.2.2.ebuild')
| -rw-r--r-- | dev-cpp/waylandpp/waylandpp-0.2.2.ebuild | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/dev-cpp/waylandpp/waylandpp-0.2.2.ebuild b/dev-cpp/waylandpp/waylandpp-0.2.2.ebuild deleted file mode 100644 index 14c6fc58c138..000000000000 --- a/dev-cpp/waylandpp/waylandpp-0.2.2.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit cmake-utils versionator - -DESCRIPTION="Wayland C++ bindings" -HOMEPAGE="https://github.com/NilsBrause/waylandpp" - -LICENSE="MIT" -IUSE="doc" -SLOT="0/$(get_version_component_range 1-2)" - -if [[ ${PV} == *9999 ]] ; then - EGIT_REPO_URI="https://github.com/NilsBrause/waylandpp.git" - inherit git-r3 -else - SRC_URI="https://github.com/NilsBrause/waylandpp/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~x86" -fi - -RDEPEND=" - >=dev-libs/wayland-1.11.0 - media-libs/mesa[wayland] -" -DEPEND="${RDEPEND} - doc? ( - app-doc/doxygen - media-gfx/graphviz - ) - " - -src_configure() { - local mycmakeargs=( - -DBUILD_DOCUMENTATION=$(usex doc) - -DCMAKE_INSTALL_DOCDIR="${EPREFIX}/usr/share/doc/${PF}" - ) - - cmake-utils_src_configure -} |
