From 821242f604f05922133cd4058247391270806331 Mon Sep 17 00:00:00 2001 From: Mikle Kolyada Date: Sat, 6 Jan 2018 16:30:43 +0300 Subject: [PATCH] dev-util/ticpp: remove last rited package: Closes: https://bugs.gentoo.org/634536 --- dev-util/ticpp/Manifest | 1 - dev-util/ticpp/metadata.xml | 11 ----- dev-util/ticpp/ticpp-0_p20120423.ebuild | 49 ---------------------- dev-util/ticpp/ticpp-9999.ebuild | 54 ------------------------- 4 files changed, 115 deletions(-) delete mode 100644 dev-util/ticpp/Manifest delete mode 100644 dev-util/ticpp/metadata.xml delete mode 100644 dev-util/ticpp/ticpp-0_p20120423.ebuild delete mode 100644 dev-util/ticpp/ticpp-9999.ebuild diff --git a/dev-util/ticpp/Manifest b/dev-util/ticpp/Manifest deleted file mode 100644 index 6b3bb20a96df..000000000000 --- a/dev-util/ticpp/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST ticpp-0_p20120423.tar.bz2 94818 BLAKE2B 2dd385a9d3ce224c0ae2fa491a084ca432cd453db06d9dff0d12ae5dc49a1060dd9d044ed5cc72b68d019070bd89bfa1b44e24aa180d55481bed54c7f0763d5d SHA512 3b01a57d6b08722d3f4e1592c7986719d74c9852071b6a20852e987a3534c12758263ad4310ce434ad0c483988fc77900ed4a76f1c98556fc33a35186d9cdf22 diff --git a/dev-util/ticpp/metadata.xml b/dev-util/ticpp/metadata.xml deleted file mode 100644 index 22534e587ae2..000000000000 --- a/dev-util/ticpp/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - ago@gentoo.org - Agostino Sarubbo - - - rjpcomputing/ticpp - - diff --git a/dev-util/ticpp/ticpp-0_p20120423.ebuild b/dev-util/ticpp/ticpp-0_p20120423.ebuild deleted file mode 100644 index bb4f925a7ac3..000000000000 --- a/dev-util/ticpp/ticpp-0_p20120423.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -DESCRIPTION="A completely new interface to TinyXML that uses MANY of the C++ strengths" -HOMEPAGE="https://github.com/rjpcomputing/ticpp" -SRC_URI="https://dev.gentoo.org/~ago/distfiles/${P}.tar.bz2" - -LICENSE="MIT" -KEYWORDS="amd64 ~ppc x86" -SLOT="0" -IUSE="debug doc" - -DEPEND="dev-util/premake:4 - doc? ( app-doc/doxygen )" -RDEPEND="" - -src_prepare() { - premake4 gmake || die - - sed -i "s:\$(ARCH)::g" TiCPP.make || die -} - -src_compile() { - local myconf - use !debug && myconf="config=release" - emake ${myconf} - - if use doc ; then - sed -i -e '/GENERATE_HTMLHELP/s:YES:NO:' dox || die - doxygen dox || die - fi -} - -src_install () { - insinto /usr/include/ticpp - doins *.h - - if use debug ; then - dolib lib/libticppd.a - else - dolib lib/libticpp.a - fi - - dodoc {changes,readme,tutorial_gettingStarted,tutorial_ticpp}.txt - - use doc && dohtml -r docs/* -} diff --git a/dev-util/ticpp/ticpp-9999.ebuild b/dev-util/ticpp/ticpp-9999.ebuild deleted file mode 100644 index 4b63f1ecff22..000000000000 --- a/dev-util/ticpp/ticpp-9999.ebuild +++ /dev/null @@ -1,54 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit subversion - -ESVN_REPO_URI="https://${PN}.googlecode.com/svn/trunk/" -MY_PV=cvs - -DESCRIPTION="A completely new interface to TinyXML that uses MANY of the C++ strengths" -HOMEPAGE="https://github.com/rjpcomputing/ticpp" -SRC_URI="" - -LICENSE="MIT" -KEYWORDS="" -SLOT="0" -IUSE="debug doc" - -DEPEND="dev-util/premake:4 - doc? ( app-doc/doxygen )" -RDEPEND="" - -src_prepare() { - premake4 gmake || die - - sed -i "s:\$(ARCH)::g" TiCPP.make || die -} - -src_compile() { - local myconf - use !debug && myconf="config=release" - emake ${myconf} - - if use doc ; then - sed -i -e '/GENERATE_HTMLHELP/s:YES:NO:' dox || die - doxygen dox || die - fi -} - -src_install () { - insinto /usr/include/ticpp - doins *.h - - if use debug ; then - dolib lib/libticppd.a - else - dolib lib/libticpp.a - fi - - dodoc {changes,readme,tutorial_gettingStarted,tutorial_ticpp}.txt - - use doc && dohtml -r docs/* -} -- 2.26.2