commit:     ef849865f14d461548e46748c569e20c8a34bf9a
Author:     Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com>
AuthorDate: Tue Dec 24 18:36:48 2019 +0000
Commit:     Azamat H. Hackimov <winterheart <AT> gentoo <DOT> ru>
CommitDate: Tue Dec 24 18:56:29 2019 +0000
URL:        https://gitweb.gentoo.org/proj/gamerlay.git/commit/?id=ef849865

In portage now

Signed-off-by: Azamat H. Hackimov <azamat.hackimov <AT> gmail.com>

 dev-games/simgear/metadata.xml        | 11 --------
 dev-games/simgear/simgear-9999.ebuild | 50 -----------------------------------
 2 files changed, 61 deletions(-)

diff --git a/dev-games/simgear/metadata.xml b/dev-games/simgear/metadata.xml
deleted file mode 100644
index e0ea5c1..0000000
--- a/dev-games/simgear/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-<use>
-    <flag name="headless">Build headless version of simgear (useful for 
terragear on a server)</flag>
-</use>
-<maintainer type="person">
-       <email>ch...@ilovelinux.de</email>
-       <name>Christian Schmitt</name>
-</maintainer>
-</pkgmetadata>

diff --git a/dev-games/simgear/simgear-9999.ebuild 
b/dev-games/simgear/simgear-9999.ebuild
deleted file mode 100644
index 86cb0b3..0000000
--- a/dev-games/simgear/simgear-9999.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils git-r3
-
-DESCRIPTION="Development library for simulation games"
-HOMEPAGE="http://www.simgear.org/";
-EGIT_REPO_URI="git://git.code.sf.net/p/flightgear/${PN}"
-EGIT_BRANCH="next"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS=""
-IUSE="curl debug headless test"
-
-COMMON_DEPEND="
-       sys-libs/zlib
-       curl? ( net-misc/curl )
-       !headless? (
-               >=dev-games/openscenegraph-3.2[png]
-               dev-libs/expat
-               media-libs/openal
-               virtual/opengl
-       )
-"
-
-DEPEND="${COMMON_DEPEND}
-       >=dev-libs/boost-1.37
-"
-
-RDEPEND="${COMMON_DEPEND}"
-
-DOCS=(AUTHORS ChangeLog NEWS README Thanks)
-
-src_configure() {
-       local mycmakeargs=(
-               -DENABLE_CURL=$(usex curl)
-               -DENABLE_LIBSVN=OFF
-               -DENABLE_RTI=OFF
-               -DENABLE_SOUND=ON
-               -DENABLE_TESTS=$(usex test)
-               -DSG_SVN_CLIENT=ON
-               -DSIMGEAR_HEADLESS=$(usex headless)
-               -DSIMGEAR_SHARED=ON
-               -DSYSTEM_EXPAT=ON
-       )
-       cmake-utils_src_configure
-}

Reply via email to