commit:     9b56d67fd1d8fc5cbfd9cd268f2950d22f78d2e0
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon May 31 20:44:02 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon May 31 20:53:21 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b56d67f

dev-util/gn: Remove old

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-util/gn/Manifest         |  1 -
 dev-util/gn/gn-0.1726.ebuild | 64 --------------------------------------------
 2 files changed, 65 deletions(-)

diff --git a/dev-util/gn/Manifest b/dev-util/gn/Manifest
index 6297d282005..bb91def32a7 100644
--- a/dev-util/gn/Manifest
+++ b/dev-util/gn/Manifest
@@ -1,2 +1 @@
-DIST gn-0.1726.tar.xz 663480 BLAKE2B 
26920a1594e9cc664293efaeaa8725568b78ecc1f2ac8c9a3cd27333e5fe89f1fa5bdee9e42c408f3c4a7cfb630e79220926c5694e31131d3e7627be49b5d6b2
 SHA512 
3e93ba02f251386c4aa320a45b8a045c2a1fa686a8f170455f3c06bb25b1a628c44530ae2e56bcbb2ff4b2a84dd065d54dde90955a55a325a8d219acce69ec2f
 DIST gn-0.1807.tar.xz 682644 BLAKE2B 
5beb3c03b0ae467cb98eff2069ef6e4355cba56c57e2717139b698fa563efc404dd1cf0b3fd196f432ca3a13b0402e895b46407cb90bc16b63963710fd5be060
 SHA512 
82f468e389d08a46e582f816d056813af9bfc810ad0bd84f02731c17c0e2c6140a62e827b8a3c5f89eef467f9bcfc2e88dd7aed325a7955d8584e753fcd09103

diff --git a/dev-util/gn/gn-0.1726.ebuild b/dev-util/gn/gn-0.1726.ebuild
deleted file mode 100644
index e21fbbb7c4e..00000000000
--- a/dev-util/gn/gn-0.1726.ebuild
+++ /dev/null
@@ -1,64 +0,0 @@
-# Copyright 2018-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_7 )
-
-inherit ninja-utils python-any-r1 toolchain-funcs
-
-DESCRIPTION="GN is a meta-build system that generates build files for Ninja"
-HOMEPAGE="https://gn.googlesource.com/";
-SRC_URI="https://dev.gentoo.org/~floppym/dist/${P}.tar.xz";
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 arm64 ~ppc64 ~x86"
-IUSE="vim-syntax"
-
-BDEPEND="
-       ${PYTHON_DEPS}
-       dev-util/ninja
-"
-
-PATCHES=(
-       "${FILESDIR}"/gn-gen-r4.patch
-)
-
-pkg_setup() {
-       :
-}
-
-src_configure() {
-       python_setup
-       tc-export AR CC CXX
-       unset CFLAGS
-       set -- ${EPYTHON} build/gen.py --no-last-commit-position --no-strip 
--no-static-libstdc++
-       echo "$@" >&2
-       "$@" || die
-       cat >out/last_commit_position.h <<-EOF || die
-       #ifndef OUT_LAST_COMMIT_POSITION_H_
-       #define OUT_LAST_COMMIT_POSITION_H_
-       #define LAST_COMMIT_POSITION_NUM ${PV##0.}
-       #define LAST_COMMIT_POSITION "${PV}"
-       #endif  // OUT_LAST_COMMIT_POSITION_H_
-       EOF
-}
-
-src_compile() {
-       eninja -C out gn
-}
-
-src_test() {
-       eninja -C out gn_unittests
-       out/gn_unittests || die
-}
-
-src_install() {
-       dobin out/gn
-       einstalldocs
-
-       if use vim-syntax; then
-               insinto /usr/share/vim/vimfiles
-               doins -r misc/vim/{autoload,ftdetect,ftplugin,syntax}
-       fi
-}

Reply via email to