Gentoo Archives: gentoo-commits

From: Alfredo Tupone <tupone@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/atlas-c++/files/, media-libs/atlas-c++/
Date: Wed, 09 May 2018 07:01:48
Message-Id: 1525849226.ea4d68dc51088c80ed857d524d56e4a6010b224f.tupone@gentoo
1 commit: ea4d68dc51088c80ed857d524d56e4a6010b224f
2 Author: Tupone Alfredo <tupone <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 9 07:00:26 2018 +0000
4 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
5 CommitDate: Wed May 9 07:00:26 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea4d68dc
7
8 media-libs/atlas-c++: removed after drop of games-server/cyphesys
9
10 media-libs/atlas-c++/Manifest | 1 -
11 media-libs/atlas-c++/atlas-c++-0.6.3.ebuild | 42 ----------------------
12 .../atlas-c++/files/atlas-c++-0.6.3-Werror.patch | 15 --------
13 media-libs/atlas-c++/metadata.xml | 15 --------
14 4 files changed, 73 deletions(-)
15
16 diff --git a/media-libs/atlas-c++/Manifest b/media-libs/atlas-c++/Manifest
17 deleted file mode 100644
18 index 9512d4e8292..00000000000
19 --- a/media-libs/atlas-c++/Manifest
20 +++ /dev/null
21 @@ -1 +0,0 @@
22 -DIST Atlas-C++-0.6.3.tar.bz2 527537 BLAKE2B ab3c0251b9937763ebaf769921c094f6d010be342ef3b9c9ff71985cc5bdadea459260c77591d898b09208814c8ecaf94befb7c109b6d78f68fb4bb4108f1091 SHA512 3063a7fabbd5937cd4c9be72596a2fd1885a8ed8e8586f0014077a40477d124b3222280bb26f2034fa2e23aed14a1c6fa800cc40636af986a78a71d68ed40606
23
24 diff --git a/media-libs/atlas-c++/atlas-c++-0.6.3.ebuild b/media-libs/atlas-c++/atlas-c++-0.6.3.ebuild
25 deleted file mode 100644
26 index 638090b293f..00000000000
27 --- a/media-libs/atlas-c++/atlas-c++-0.6.3.ebuild
28 +++ /dev/null
29 @@ -1,42 +0,0 @@
30 -# Copyright 1999-2017 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=5
34 -
35 -inherit eutils autotools
36 -
37 -MY_PN="Atlas-C++"
38 -MY_P=${MY_PN}-${PV}
39 -DESCRIPTION="Atlas protocol, used in role playing games at worldforge"
40 -HOMEPAGE="http://www.worldforge.org/dev/eng/libraries/atlas_cpp"
41 -SRC_URI="mirror://sourceforge/worldforge/${MY_P}.tar.bz2"
42 -
43 -SLOT="0"
44 -LICENSE="LGPL-2.1"
45 -KEYWORDS="amd64 x86"
46 -IUSE="doc"
47 -
48 -RDEPEND=""
49 -DEPEND="${RDEPEND}
50 - doc? ( app-doc/doxygen )"
51 -
52 -S=${WORKDIR}/${MY_P}
53 -
54 -src_prepare() {
55 - epatch "${FILESDIR}"/${P}-Werror.patch
56 - eautoreconf
57 -}
58 -
59 -src_compile() {
60 - emake
61 - if use doc; then
62 - emake docs
63 - fi
64 -}
65 -
66 -src_install() {
67 - default
68 - use doc && dohtml -r doc/html/*
69 - use doc && doman doc/man/man3/[^i]*
70 - dodoc HACKING ROADMAP
71 -}
72
73 diff --git a/media-libs/atlas-c++/files/atlas-c++-0.6.3-Werror.patch b/media-libs/atlas-c++/files/atlas-c++-0.6.3-Werror.patch
74 deleted file mode 100644
75 index b13384ab5a1..00000000000
76 --- a/media-libs/atlas-c++/files/atlas-c++-0.6.3-Werror.patch
77 +++ /dev/null
78 @@ -1,15 +0,0 @@
79 ---- configure.ac.old 2011-05-02 11:16:53.851733207 +0200
80 -+++ configure.ac 2011-05-02 11:17:18.489283901 +0200
81 -@@ -35,10 +35,10 @@
82 - if test "$enableval" = "yes"; then
83 - CXXFLAGS="$CXXFLAGS -Wall -Werror -DDEBUG"
84 - else
85 -- CXXFLAGS="$CXXFLAGS -Wall -Werror -DNDEBUG"
86 -+ CXXFLAGS="$CXXFLAGS -Wall -DNDEBUG"
87 - fi
88 - ],[
89 -- CXXFLAGS="$CXXFLAGS -Wall -Werror -DNDEBUG"
90 -+ CXXFLAGS="$CXXFLAGS -Wall -DNDEBUG"
91 - ]
92 - )
93 -
94
95 diff --git a/media-libs/atlas-c++/metadata.xml b/media-libs/atlas-c++/metadata.xml
96 deleted file mode 100644
97 index 9eee47fc1c9..00000000000
98 --- a/media-libs/atlas-c++/metadata.xml
99 +++ /dev/null
100 @@ -1,15 +0,0 @@
101 -<?xml version="1.0" encoding="UTF-8"?>
102 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
103 -<pkgmetadata>
104 - <maintainer type="person">
105 - <email>tupone@g.o</email>
106 - </maintainer>
107 - <longdescription lang="en">
108 -Atlas-C++ is the current C++ implementation of the Atlas protocol, a
109 -communications layer designed to be used in the WorldForge MMORPG gaming
110 -system.
111 -</longdescription>
112 - <upstream>
113 - <remote-id type="sourceforge">worldforge</remote-id>
114 - </upstream>
115 -</pkgmetadata>