summaryrefslogtreecommitdiff
path: root/dev-cpp/yaml-cpp/yaml-cpp-0.3.0.ebuild
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2016-11-02 18:26:19 +0100
committerJohannes Huber <johu@gentoo.org>2016-11-02 18:37:47 +0100
commitee46fcb977c90d8070cd3b6ad5a06bb5a6a09005 (patch)
tree8f11fc42fc7462c86d6f8ee45a0e8eb81f05f6df /dev-cpp/yaml-cpp/yaml-cpp-0.3.0.ebuild
parentac1dbe19a142cc4f1240e7760618a1981b32458b (diff)
downloadgentoo-ee46fcb977c90d8070cd3b6ad5a06bb5a6a09005.tar.gz
gentoo-ee46fcb977c90d8070cd3b6ad5a06bb5a6a09005.tar.bz2
gentoo-ee46fcb977c90d8070cd3b6ad5a06bb5a6a09005.zip
dev-cpp/yaml-cpp: Remove 0.3.0
Package-Manager: portage-2.3.2
Diffstat (limited to 'dev-cpp/yaml-cpp/yaml-cpp-0.3.0.ebuild')
-rw-r--r--dev-cpp/yaml-cpp/yaml-cpp-0.3.0.ebuild35
1 files changed, 0 insertions, 35 deletions
diff --git a/dev-cpp/yaml-cpp/yaml-cpp-0.3.0.ebuild b/dev-cpp/yaml-cpp/yaml-cpp-0.3.0.ebuild
deleted file mode 100644
index fd09adb66413..000000000000
--- a/dev-cpp/yaml-cpp/yaml-cpp-0.3.0.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-
-inherit cmake-utils
-
-DESCRIPTION="A YAML parser and emitter in C++"
-HOMEPAGE="https://github.com/jbeder/yaml-cpp"
-SRC_URI="https://${PN}.googlecode.com/files/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/${PN}"
-
-src_prepare() {
- sed -i \
- -e 's:INCLUDE_INSTALL_ROOT_DIR:INCLUDE_INSTALL_DIR:g' \
- yaml-cpp.pc.cmake || die
-
-}
-
-src_configure() {
- local mycmakeargs=(
- -DBUILD_SHARED_LIBS=ON
- )
- cmake-utils_src_configure
-}