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.1.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.1.2.ebuild')
| -rw-r--r-- | dev-cpp/waylandpp/waylandpp-0.1.2.ebuild | 54 |
1 files changed, 0 insertions, 54 deletions
diff --git a/dev-cpp/waylandpp/waylandpp-0.1.2.ebuild b/dev-cpp/waylandpp/waylandpp-0.1.2.ebuild deleted file mode 100644 index 4b36e9aea8e8..000000000000 --- a/dev-cpp/waylandpp/waylandpp-0.1.2.ebuild +++ /dev/null @@ -1,54 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit scons-utils toolchain-funcs versionator - -DESCRIPTION="Wayland C++ bindings" -HOMEPAGE="https://github.com/NilsBrause/waylandpp" - -LICENSE="MIT" -IUSE="doc" -SLOT="0/$(get_major_version)" - -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_prepare() { - default - sed -i -e "s:\$\${prefix}/lib:$\${prefix}/$(get_libdir):" -e "s:os.path.join(root, prefix, \"lib\":os.path.join(root, prefix, \"$(get_libdir)\":g" SConstruct || die -} - -src_compile() { - CC="$(tc-getCXX)" PKG_CONFIG="$(tc-getPKG_CONFIG)" ROOT="${D%/}/" PREFIX="/usr" escons - if use doc; then - doxygen || die "error making docs" - fi -} - -src_install() { - CC="$(tc-getCXX)" PKG_CONFIG="$(tc-getPKG_CONFIG)" ROOT="${D%/}/" PREFIX="/usr" escons install - # fix multilib-strict QA failures - if use doc; then - doman doc/man/man3/*.3 - local HTML_DOCS=( doc/html ) - einstalldocs - fi -} |
