+++ /dev/null
-DIST Atlas-C++-0.6.3.tar.bz2 527537 BLAKE2B ab3c0251b9937763ebaf769921c094f6d010be342ef3b9c9ff71985cc5bdadea459260c77591d898b09208814c8ecaf94befb7c109b6d78f68fb4bb4108f1091 SHA512 3063a7fabbd5937cd4c9be72596a2fd1885a8ed8e8586f0014077a40477d124b3222280bb26f2034fa2e23aed14a1c6fa800cc40636af986a78a71d68ed40606
+++ /dev/null
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils autotools
-
-MY_PN="Atlas-C++"
-MY_P=${MY_PN}-${PV}
-DESCRIPTION="Atlas protocol, used in role playing games at worldforge"
-HOMEPAGE="http://www.worldforge.org/dev/eng/libraries/atlas_cpp"
-SRC_URI="mirror://sourceforge/worldforge/${MY_P}.tar.bz2"
-
-SLOT="0"
-LICENSE="LGPL-2.1"
-KEYWORDS="amd64 x86"
-IUSE="doc"
-
-RDEPEND=""
-DEPEND="${RDEPEND}
- doc? ( app-doc/doxygen )"
-
-S=${WORKDIR}/${MY_P}
-
-src_prepare() {
- epatch "${FILESDIR}"/${P}-Werror.patch
- eautoreconf
-}
-
-src_compile() {
- emake
- if use doc; then
- emake docs
- fi
-}
-
-src_install() {
- default
- use doc && dohtml -r doc/html/*
- use doc && doman doc/man/man3/[^i]*
- dodoc HACKING ROADMAP
-}
+++ /dev/null
---- configure.ac.old 2011-05-02 11:16:53.851733207 +0200
-+++ configure.ac 2011-05-02 11:17:18.489283901 +0200
-@@ -35,10 +35,10 @@
- if test "$enableval" = "yes"; then
- CXXFLAGS="$CXXFLAGS -Wall -Werror -DDEBUG"
- else
-- CXXFLAGS="$CXXFLAGS -Wall -Werror -DNDEBUG"
-+ CXXFLAGS="$CXXFLAGS -Wall -DNDEBUG"
- fi
- ],[
-- CXXFLAGS="$CXXFLAGS -Wall -Werror -DNDEBUG"
-+ CXXFLAGS="$CXXFLAGS -Wall -DNDEBUG"
- ]
- )
-
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>tupone@gentoo.org</email>
- </maintainer>
- <longdescription lang="en">
-Atlas-C++ is the current C++ implementation of the Atlas protocol, a
-communications layer designed to be used in the WorldForge MMORPG gaming
-system.
-</longdescription>
- <upstream>
- <remote-id type="sourceforge">worldforge</remote-id>
- </upstream>
-</pkgmetadata>