aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-cpp/dtl')
-rw-r--r--dev-cpp/dtl/Manifest1
-rw-r--r--dev-cpp/dtl/dtl-1.20-r1.ebuild53
-rw-r--r--dev-cpp/dtl/files/dtl-1.19_p20210531-do-not-append-O2.patch11
-rw-r--r--dev-cpp/dtl/metadata.xml16
4 files changed, 0 insertions, 81 deletions
diff --git a/dev-cpp/dtl/Manifest b/dev-cpp/dtl/Manifest
deleted file mode 100644
index 5783b57ab..000000000
--- a/dev-cpp/dtl/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST dtl-1.20.tar.gz 26227 BLAKE2B a52f1e8878b0bbd7204d979eaf0ba303722140c5f57259dc8592a50f0f039baa3a90c1d309ac089805736a383e9265cbd133289216fe85aaac677265a29303d2 SHA512 44cdaf190d8a103effbca8df244c652b642590795f7307f5f7fdf64fc34bdbe2fa5ab2e1a08185abf099e35b0d9158306a80a8dc24bba9eccab4c77c7b1eed5e
diff --git a/dev-cpp/dtl/dtl-1.20-r1.ebuild b/dev-cpp/dtl/dtl-1.20-r1.ebuild
deleted file mode 100644
index 2ac5f3c66..000000000
--- a/dev-cpp/dtl/dtl-1.20-r1.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{10..11} pypy3 )
-
-inherit python-any-r1 scons-utils toolchain-funcs
-
-DESCRIPTION="diff template library written by C++"
-HOMEPAGE="https://github.com/cubicdaiya/dtl"
-SRC_URI="https://github.com/cubicdaiya/dtl/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0/${PV}"
-KEYWORDS="~amd64"
-IUSE="examples test"
-
-DEPEND="test? ( dev-cpp/gtest )"
-
-RESTRICT="!test? ( test )"
-PATCHES=( "${FILESDIR}/${PN}-1.19_p20210531-do-not-append-O2.patch" )
-
-src_compile() {
- escons CC="$(tc-getCC)"
- if use test; then
- pushd test || die
- escons CC="$(tc-getCC)"
- popd || die
- fi
- if use examples; then
- pushd examples || die
- escons CC="$(tc-getCC)"
- popd || die
- fi
-}
-
-src_install() {
- escons prefix="${T}" install
- insinto /usr/include/dtl
- doins "${T}/dtl/include"/*
- if use examples; then
- pushd examples || die
- rm SConstruct *.o *.cpp *.hpp || die
- exeinto /usr/libexec/dtl/examples
- doexe *
- fi
-}
-
-src_test() {
- pushd test || die
- escons check
-}
diff --git a/dev-cpp/dtl/files/dtl-1.19_p20210531-do-not-append-O2.patch b/dev-cpp/dtl/files/dtl-1.19_p20210531-do-not-append-O2.patch
deleted file mode 100644
index 4b6f99943..000000000
--- a/dev-cpp/dtl/files/dtl-1.19_p20210531-do-not-append-O2.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/examples/SConstruct
-+++ b/examples/SConstruct
-@@ -7,7 +7,7 @@
- if debug == 'y' or debug == 'yes':
- env.Append(CPPFLAGS = ['-Wall', '-g'])
- else:
-- env.Append(CPPFLAGS = ['-Wall', '-O2'])
-+ env.Append(CPPFLAGS = ['-Wall'])
-
- if os.sys.platform != "win32":
- env.Append(CPPDEFINES = ['HAVE_UNISTD_H'])
diff --git a/dev-cpp/dtl/metadata.xml b/dev-cpp/dtl/metadata.xml
deleted file mode 100644
index 7f749db6c..000000000
--- a/dev-cpp/dtl/metadata.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM 'https://www.gentoo.org/dtd/metadata.dtd'>
-<pkgmetadata>
- <maintainer type="person">
- <email>lssndrbarbieri@gmail.com</email>
- <name>Alessandro Barbieri</name>
- </maintainer>
- <upstream>
- <maintainer>
- <name>Tatsuhiko Kubo</name>
- <email>cubicdaiya@gmail.com</email>
- </maintainer>
- <bugs-to>https://github.com/cubicdaiya/dtl/issues</bugs-to>
- <remote-id type="github">cubicdaiya/dtl</remote-id>
- </upstream>
-</pkgmetadata>