Gentoo Archives: gentoo-commits

From: "Azamat H. Hackimov" <winterheart@××××××.ru>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gamerlay:master commit in: dev-cpp/yaml-cpp/
Date: Fri, 01 Apr 2011 10:19:00
Message-Id: 26393ca5396fbb517f279e3e2e003cac8c60aece.winterheart@gentoo
1 commit: 26393ca5396fbb517f279e3e2e003cac8c60aece
2 Author: Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com>
3 AuthorDate: Fri Apr 1 09:53:33 2011 +0000
4 Commit: Azamat H. Hackimov <winterheart <AT> gentoo <DOT> ru>
5 CommitDate: Fri Apr 1 09:53:33 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gamerlay.git;a=commit;h=26393ca5
7
8 [dev-cpp/yaml-cpp] Version bump to 0.2.6
9
10 (Portage version: 2.1.9.42/git/Linux x86_64, RepoMan options: --force, unsigned Manifest commit)
11
12 ---
13 dev-cpp/yaml-cpp/yaml-cpp-0.2.6.ebuild | 18 ++++++++++++++++++
14 1 files changed, 18 insertions(+), 0 deletions(-)
15
16 diff --git a/dev-cpp/yaml-cpp/yaml-cpp-0.2.6.ebuild b/dev-cpp/yaml-cpp/yaml-cpp-0.2.6.ebuild
17 new file mode 100644
18 index 0000000..67d8a45
19 --- /dev/null
20 +++ b/dev-cpp/yaml-cpp/yaml-cpp-0.2.6.ebuild
21 @@ -0,0 +1,18 @@
22 +# Copyright 1999-2011 Gentoo Foundation
23 +# Distributed under the terms of the GNU General Public License v2
24 +# $Header: $
25 +
26 +EAPI=3
27 +inherit cmake-utils
28 +
29 +DESCRIPTION="A YAML parser and emitter in C++."
30 +HOMEPAGE="http://code.google.com/p/yaml-cpp/"
31 +SRC_URI="http://yaml-cpp.googlecode.com/files/${P}.tar.gz"
32 +
33 +LICENSE="MIT"
34 +SLOT="0"
35 +KEYWORDS="~amd64 ~x86"
36 +IUSE=""
37 +
38 +DEPEND=""
39 +RDEPEND="${DEPEND}"