summaryrefslogtreecommitdiff
path: root/dev-games/libnw
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:57:42 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:57:42 +0100
commit1798c4aeca70ac8d0a243684d6a798fbc65735f8 (patch)
treee48e19cb6fa03de18e1c63e1a93371b7ebc4eb56 /dev-games/libnw
parentd87262dd706fec50cd150aab3e93883b6337466d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-games/libnw')
-rw-r--r--dev-games/libnw/Manifest3
-rw-r--r--dev-games/libnw/libnw-1.30.02.ebuild31
-rw-r--r--dev-games/libnw/metadata.xml22
3 files changed, 0 insertions, 56 deletions
diff --git a/dev-games/libnw/Manifest b/dev-games/libnw/Manifest
deleted file mode 100644
index 7feda622ba2d..000000000000
--- a/dev-games/libnw/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST libnw-1.30.02.tar.gz 317336 BLAKE2B 0e7298b409bfa6034a28f5f27e3c4103367fd8adca58bb7510d12aa641a3bea162e82e17343adbd3a1ded94ec9834231def9e4d0ad264512923ffcc0b63625f1 SHA512 5175fe6737dc1a3ddd5e53354435ff0db56ad560f24e330f348190b2ed9e6d2418dc20497dcb64f316572c4c75b298fe12794fde73516347d70e737700f67939
-EBUILD libnw-1.30.02.ebuild 648 BLAKE2B af2d39bc7da110cc96b3ce1464be80cd4ae5fd5ad8527cfab52e2d5f5891f17f193e5fc65d63fc56765427556482e19016059558cbc4d531aa8e3e4937955ed2 SHA512 ed38b757ccb6a879f746d926a6ad0028a77dd8250d09bfcac425a4ce2ab41978104714c1d0756ecd7d54b88fbae1d559b1a32e2c29e6161b80ff10b386c65517
-MISC metadata.xml 1005 BLAKE2B c05bcb17a2d3154e59d8df433ae4d2d4a68243d8031b1393890e528dec94886434a45bf967e9f3c5e11cdd0487d200b517c39bc95ddf8047054ad953c122d974 SHA512 126197d5c5117e3a491dfe5c18103a3544ffdef8c6bd8ac300fecb716e4324f2d0ea07183cd648ac552c8a2b2c37a3cb9a33a5a2898596678da88416bd697ab7
diff --git a/dev-games/libnw/libnw-1.30.02.ebuild b/dev-games/libnw/libnw-1.30.02.ebuild
deleted file mode 100644
index 7cd617c7c93e..000000000000
--- a/dev-games/libnw/libnw-1.30.02.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit toolchain-funcs
-
-DESCRIPTION="Tools and libraries for NWN file manipulation"
-HOMEPAGE="http://openknights.sourceforge.net/"
-SRC_URI="mirror://sourceforge/openknights/${P}.tar.gz"
-
-LICENSE="openknights"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-DEPEND="sys-devel/bison
- sys-devel/flex"
-RDEPEND="!sci-biology/newick-utils"
-
-src_prepare() {
- sed -i \
- -e '/^CC =/d' \
- -e '/^CXX =/d' \
- $(find . -name Makefile.in) || die
- tc-export CC CXX
-}
-
-src_install() {
- DOCS="AUTHORS ChangeLog NEWS README README.tech TODO" \
- default
-}
diff --git a/dev-games/libnw/metadata.xml b/dev-games/libnw/metadata.xml
deleted file mode 100644
index 2429b89627b6..000000000000
--- a/dev-games/libnw/metadata.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>games@gentoo.org</email>
- <name>Gentoo Games Project</name>
- </maintainer>
- <longdescription>
-libnw - libnw's aim is to provide platform-independent routines for the low- and
-mid-level manipulation of NWN resources, as members of game data files, modules, hak
-paks, export files, or stand alone. As a side effect, command-line programs are
-often produced to exercise portions of the library. Ultimately, these routines are
-intended to be assembled along with some form of GUI to make an equivalent to
-BioWare's Aurora Toolset.
-libnw is very much a work in progress, coded in C, and initially developed on ia32
-hardware running GNU/Linux. Members of the OK Project have assisted in porting the
-code to Mac OS X, as well.
-</longdescription>
- <upstream>
- <remote-id type="sourceforge">openknights</remote-id>
- </upstream>
-</pkgmetadata>