From a8b0d35ab742f31538d515dea39716e566d533c0 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 6 Jan 2018 23:13:57 +0000 Subject: gentoo resync : 06.01.2018 --- dev-util/ticpp/Manifest | 4 --- dev-util/ticpp/metadata.xml | 11 ------- dev-util/ticpp/ticpp-0_p20120423.ebuild | 49 ------------------------------ dev-util/ticpp/ticpp-9999.ebuild | 54 --------------------------------- 4 files changed, 118 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 (limited to 'dev-util/ticpp') diff --git a/dev-util/ticpp/Manifest b/dev-util/ticpp/Manifest deleted file mode 100644 index 7886db5fbe3d..000000000000 --- a/dev-util/ticpp/Manifest +++ /dev/null @@ -1,4 +0,0 @@ -DIST ticpp-0_p20120423.tar.bz2 94818 BLAKE2B 2dd385a9d3ce224c0ae2fa491a084ca432cd453db06d9dff0d12ae5dc49a1060dd9d044ed5cc72b68d019070bd89bfa1b44e24aa180d55481bed54c7f0763d5d SHA512 3b01a57d6b08722d3f4e1592c7986719d74c9852071b6a20852e987a3534c12758263ad4310ce434ad0c483988fc77900ed4a76f1c98556fc33a35186d9cdf22 -EBUILD ticpp-0_p20120423.ebuild 956 BLAKE2B 97874f10ec5769f7a1e3d8d7bbee96bfffff548f3daa6b5291fe97cf04822ec191f098c7da7b37af714584ac8796973cba0ee3d316d2f08dbe92a942c4807aaf SHA512 0b1696a7ffa4243163d373ecf57687af974d8f7963181f10f5caa9a2efe4805c71978ce92835fc15a4f0be2b8733f8f96bed97b6de0e9885d3b067fde1061438 -EBUILD ticpp-9999.ebuild 979 BLAKE2B d79eb753d727d9d5b2a843d91bf784da862cb2f9e971698f5ef4fde3080bf7010cb9663016849fe5d40c074753ba62ee263878b831e319932a61efd0579ee35b SHA512 f246e5715fd27c7d1ed679494580b84c58ae88545f5c5d78257ca1aac011f52eefe1b6f2c05833eac67b54d497f2336bec6914fea8f241448be3ef295d6ef41c -MISC metadata.xml 329 BLAKE2B d0e2854c880d8e77e8f320a26ed6b1822150d2a5fac3421f60a48288d8a1e7d22020254053c09713cddd988cf4b02f652c159113b487988e54b5efa9fefce9d6 SHA512 f2badabd41a46561df730bb570737e39eaea1430e438a1c32759b5642fce8afce3d0b7a62e8f2dc4f34e0c65ac4c7497a1ec2e9d218fcf0efa2023cbc7623c01 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/* -} -- cgit v1.2.3