Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/ticpp/
Date: Sat, 06 Jan 2018 13:32:17
Message-Id: 1515245520.821242f604f05922133cd4058247391270806331.zlogene@gentoo
1 commit: 821242f604f05922133cd4058247391270806331
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 6 13:30:43 2018 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 6 13:32:00 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=821242f6
7
8 dev-util/ticpp: remove last rited package:
9
10 Closes: https://bugs.gentoo.org/634536
11
12 dev-util/ticpp/Manifest | 1 -
13 dev-util/ticpp/metadata.xml | 11 -------
14 dev-util/ticpp/ticpp-0_p20120423.ebuild | 49 ------------------------------
15 dev-util/ticpp/ticpp-9999.ebuild | 54 ---------------------------------
16 4 files changed, 115 deletions(-)
17
18 diff --git a/dev-util/ticpp/Manifest b/dev-util/ticpp/Manifest
19 deleted file mode 100644
20 index 6b3bb20a96d..00000000000
21 --- a/dev-util/ticpp/Manifest
22 +++ /dev/null
23 @@ -1 +0,0 @@
24 -DIST ticpp-0_p20120423.tar.bz2 94818 BLAKE2B 2dd385a9d3ce224c0ae2fa491a084ca432cd453db06d9dff0d12ae5dc49a1060dd9d044ed5cc72b68d019070bd89bfa1b44e24aa180d55481bed54c7f0763d5d SHA512 3b01a57d6b08722d3f4e1592c7986719d74c9852071b6a20852e987a3534c12758263ad4310ce434ad0c483988fc77900ed4a76f1c98556fc33a35186d9cdf22
25
26 diff --git a/dev-util/ticpp/metadata.xml b/dev-util/ticpp/metadata.xml
27 deleted file mode 100644
28 index 22534e587ae..00000000000
29 --- a/dev-util/ticpp/metadata.xml
30 +++ /dev/null
31 @@ -1,11 +0,0 @@
32 -<?xml version="1.0" encoding="UTF-8"?>
33 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
34 -<pkgmetadata>
35 - <maintainer type="person">
36 - <email>ago@g.o</email>
37 - <name>Agostino Sarubbo</name>
38 - </maintainer>
39 - <upstream>
40 - <remote-id type="github">rjpcomputing/ticpp</remote-id>
41 - </upstream>
42 -</pkgmetadata>
43
44 diff --git a/dev-util/ticpp/ticpp-0_p20120423.ebuild b/dev-util/ticpp/ticpp-0_p20120423.ebuild
45 deleted file mode 100644
46 index bb4f925a7ac..00000000000
47 --- a/dev-util/ticpp/ticpp-0_p20120423.ebuild
48 +++ /dev/null
49 @@ -1,49 +0,0 @@
50 -# Copyright 1999-2013 Gentoo Foundation
51 -# Distributed under the terms of the GNU General Public License v2
52 -
53 -EAPI=5
54 -
55 -DESCRIPTION="A completely new interface to TinyXML that uses MANY of the C++ strengths"
56 -HOMEPAGE="https://github.com/rjpcomputing/ticpp"
57 -SRC_URI="https://dev.gentoo.org/~ago/distfiles/${P}.tar.bz2"
58 -
59 -LICENSE="MIT"
60 -KEYWORDS="amd64 ~ppc x86"
61 -SLOT="0"
62 -IUSE="debug doc"
63 -
64 -DEPEND="dev-util/premake:4
65 - doc? ( app-doc/doxygen )"
66 -RDEPEND=""
67 -
68 -src_prepare() {
69 - premake4 gmake || die
70 -
71 - sed -i "s:\$(ARCH)::g" TiCPP.make || die
72 -}
73 -
74 -src_compile() {
75 - local myconf
76 - use !debug && myconf="config=release"
77 - emake ${myconf}
78 -
79 - if use doc ; then
80 - sed -i -e '/GENERATE_HTMLHELP/s:YES:NO:' dox || die
81 - doxygen dox || die
82 - fi
83 -}
84 -
85 -src_install () {
86 - insinto /usr/include/ticpp
87 - doins *.h
88 -
89 - if use debug ; then
90 - dolib lib/libticppd.a
91 - else
92 - dolib lib/libticpp.a
93 - fi
94 -
95 - dodoc {changes,readme,tutorial_gettingStarted,tutorial_ticpp}.txt
96 -
97 - use doc && dohtml -r docs/*
98 -}
99
100 diff --git a/dev-util/ticpp/ticpp-9999.ebuild b/dev-util/ticpp/ticpp-9999.ebuild
101 deleted file mode 100644
102 index 4b63f1ecff2..00000000000
103 --- a/dev-util/ticpp/ticpp-9999.ebuild
104 +++ /dev/null
105 @@ -1,54 +0,0 @@
106 -# Copyright 1999-2013 Gentoo Foundation
107 -# Distributed under the terms of the GNU General Public License v2
108 -
109 -EAPI=5
110 -
111 -inherit subversion
112 -
113 -ESVN_REPO_URI="https://${PN}.googlecode.com/svn/trunk/"
114 -MY_PV=cvs
115 -
116 -DESCRIPTION="A completely new interface to TinyXML that uses MANY of the C++ strengths"
117 -HOMEPAGE="https://github.com/rjpcomputing/ticpp"
118 -SRC_URI=""
119 -
120 -LICENSE="MIT"
121 -KEYWORDS=""
122 -SLOT="0"
123 -IUSE="debug doc"
124 -
125 -DEPEND="dev-util/premake:4
126 - doc? ( app-doc/doxygen )"
127 -RDEPEND=""
128 -
129 -src_prepare() {
130 - premake4 gmake || die
131 -
132 - sed -i "s:\$(ARCH)::g" TiCPP.make || die
133 -}
134 -
135 -src_compile() {
136 - local myconf
137 - use !debug && myconf="config=release"
138 - emake ${myconf}
139 -
140 - if use doc ; then
141 - sed -i -e '/GENERATE_HTMLHELP/s:YES:NO:' dox || die
142 - doxygen dox || die
143 - fi
144 -}
145 -
146 -src_install () {
147 - insinto /usr/include/ticpp
148 - doins *.h
149 -
150 - if use debug ; then
151 - dolib lib/libticppd.a
152 - else
153 - dolib lib/libticpp.a
154 - fi
155 -
156 - dodoc {changes,readme,tutorial_gettingStarted,tutorial_ticpp}.txt
157 -
158 - use doc && dohtml -r docs/*
159 -}