commit:     cd0c860960eaaf48d28a49544bcb5717d3b5296e
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 27 15:15:44 2019 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Jan 27 16:53:00 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd0c8609

dev-util/waf: Drop old

Package-Manager: Portage-2.3.58, Repoman-2.3.12
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>

 dev-util/waf/Manifest         |  1 -
 dev-util/waf/waf-1.9.8.ebuild | 54 -------------------------------------------
 2 files changed, 55 deletions(-)

diff --git a/dev-util/waf/Manifest b/dev-util/waf/Manifest
index fc7aa9e3a2a..4648e34df5d 100644
--- a/dev-util/waf/Manifest
+++ b/dev-util/waf/Manifest
@@ -1,2 +1 @@
 DIST waf-1.9.14.tar.bz2 631021 BLAKE2B 
b822cfcee033846b075baad98c69833d54563a23075704acdf6c140b08cf4c5e263465b618830ecae979eaf741f83a849f37d714c18cf355b49a62bc30214904
 SHA512 
5b7e556eeb3ceec83e81e9b849786d7921aa06e443aa2fb5f288e3fcef6b05b3a1a6aa4ebcdfd0bd345ea3166980cb926cbea2260a229613bdcb2def86fb5816
-DIST waf-1.9.8.tar.bz2 620795 BLAKE2B 
d7c3ad5cf0c1b16aef84b311d7fe2d26e7e6fe0438373e19387cade0356469100063059e6900398c7bb4993d9440f79933ba59d1bdd1b71e41364d1659b18d55
 SHA512 
a86d29d32257ee5b82db28f20ef3056a995c4a47404ee47f216899c76332c6586bde83397db907b51c8d3d38efaa3e2f4befbf8f27d17d1f58e6b0808f070fdc

diff --git a/dev-util/waf/waf-1.9.8.ebuild b/dev-util/waf/waf-1.9.8.ebuild
deleted file mode 100644
index e37a3420502..00000000000
--- a/dev-util/waf/waf-1.9.8.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
-
-PYTHON_COMPAT=( python2_7 python3_4 python3_5 python3_6 )
-PYTHON_REQ_USE="threads(+)"
-inherit python-any-r1 toolchain-funcs
-
-DESCRIPTION="piece of software used to help building software projects"
-HOMEPAGE="https://waf.io/";
-SRC_URI="https://waf.io/${P}.tar.bz2";
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="examples"
-
-DEPEND="${PYTHON_DEPS}"
-
-DOCS="ChangeLog README.md DEVEL"
-
-src_prepare() {
-       rm -v waf || die
-
-       default
-}
-
-src_configure() {
-       ${EPYTHON} ./waf-light configure
-}
-
-src_compile() {
-       ${EPYTHON} ./waf-light build
-}
-
-src_install() {
-       default
-
-       #point waf binary to waflib dir and strip payload
-       sed -e "/INSTALL=/s:=.*:='${EROOT}usr':" \
-               -e "/REVISION=/s:=.*:='${PR}':" \
-               -e "s:/lib/:/$(get_libdir)/:" \
-               -e "/^#\(==>\|BZ\|<==\)/d" \
-               -i waf || die
-       dobin waf
-
-       insinto /usr/$(get_libdir)/${PN}3-${PV}-${PR}
-       doins -r waflib
-
-       if use examples ; then
-               dodoc -r demos
-       fi
-}

Reply via email to