Gentoo Archives: gentoo-commits

From: "Andreas HAttel (dilfridge)" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/mdds: ChangeLog mdds-0.12.0.ebuild
Date: Sun, 08 Feb 2015 18:07:32
Message-Id: 20150208180726.41FCC11563@oystercatcher.gentoo.org
1 dilfridge 15/02/08 18:07:26
2
3 Modified: ChangeLog
4 Added: mdds-0.12.0.ebuild
5 Log:
6 Version bump
7
8 (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key EBE6A336BE19039C!)
9
10 Revision Changes Path
11 1.42 dev-util/mdds/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/mdds/ChangeLog?rev=1.42&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/mdds/ChangeLog?rev=1.42&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/mdds/ChangeLog?r1=1.41&r2=1.42
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-util/mdds/ChangeLog,v
20 retrieving revision 1.41
21 retrieving revision 1.42
22 diff -u -r1.41 -r1.42
23 --- ChangeLog 8 Feb 2015 00:23:40 -0000 1.41
24 +++ ChangeLog 8 Feb 2015 18:07:26 -0000 1.42
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-util/mdds
27 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-util/mdds/ChangeLog,v 1.41 2015/02/08 00:23:40 polynomial-c Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-util/mdds/ChangeLog,v 1.42 2015/02/08 18:07:26 dilfridge Exp $
30 +
31 +*mdds-0.12.0 (08 Feb 2015)
32 +
33 + 08 Feb 2015; Andreas K. Huettel <dilfridge@g.o> +mdds-0.12.0.ebuild:
34 + Version bump
35
36 *mdds-0.11.2-r1 (08 Feb 2015)
37
38
39
40
41 1.1 dev-util/mdds/mdds-0.12.0.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/mdds/mdds-0.12.0.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/mdds/mdds-0.12.0.ebuild?rev=1.1&content-type=text/plain
45
46 Index: mdds-0.12.0.ebuild
47 ===================================================================
48 # Copyright 1999-2015 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-util/mdds/mdds-0.12.0.ebuild,v 1.1 2015/02/08 18:07:26 dilfridge Exp $
51
52 EAPI=5
53
54 inherit eutils toolchain-funcs
55
56 DESCRIPTION="A collection of multi-dimensional data structure and indexing algorithm"
57 HOMEPAGE="http://code.google.com/p/multidimalgorithm/"
58 SRC_URI="http://kohei.us/files/${PN}/src/${P/-/_}.tar.bz2"
59
60 LICENSE="MIT"
61 SLOT="0/${PV}"
62 #KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
63 # temporarily
64 KEYWORDS=""
65 IUSE=""
66
67 DEPEND="dev-libs/boost:="
68 RDEPEND="${DEPEND}"
69
70 S=${WORKDIR}/${P/-/_}
71
72 src_configure() {
73 econf \
74 --with-hash-container=boost \
75 --docdir="${EPREFIX}/usr/share/doc/${PF}"
76 }
77
78 src_compile() { :; }
79
80 src_test() {
81 tc-export CXX
82 default
83 }