Gentoo Archives: gentoo-commits

From: "Patrick Lauer (patrick)" <patrick@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/cityhash: cityhash-1.1.0.ebuild ChangeLog
Date: Tue, 30 Oct 2012 05:45:59
Message-Id: 20121030054544.5BB6921600@flycatcher.gentoo.org
1 patrick 12/10/30 05:45:44
2
3 Modified: ChangeLog
4 Added: cityhash-1.1.0.ebuild
5 Log:
6 Bump
7
8 (Portage version: 2.2.0_alpha142/cvs/Linux x86_64, unsigned Manifest commit)
9
10 Revision Changes Path
11 1.2 dev-libs/cityhash/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/cityhash/ChangeLog?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/cityhash/ChangeLog?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/cityhash/ChangeLog?r1=1.1&r2=1.2
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-libs/cityhash/ChangeLog,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- ChangeLog 18 Aug 2012 14:08:25 -0000 1.1
24 +++ ChangeLog 30 Oct 2012 05:45:43 -0000 1.2
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-libs/cityhash
27 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/cityhash/ChangeLog,v 1.1 2012/08/18 14:08:25 patrick Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/cityhash/ChangeLog,v 1.2 2012/10/30 05:45:43 patrick Exp $
30 +
31 +*cityhash-1.1.0 (30 Oct 2012)
32 +
33 + 30 Oct 2012; Patrick Lauer <patrick@g.o> +cityhash-1.1.0.ebuild:
34 + Bump
35
36 *cityhash-1.0.3 (18 Aug 2012)
37
38
39
40
41 1.1 dev-libs/cityhash/cityhash-1.1.0.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/cityhash/cityhash-1.1.0.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/cityhash/cityhash-1.1.0.ebuild?rev=1.1&content-type=text/plain
45
46 Index: cityhash-1.1.0.ebuild
47 ===================================================================
48 # Copyright 1999-2012 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-libs/cityhash/cityhash-1.1.0.ebuild,v 1.1 2012/10/30 05:45:43 patrick Exp $
51 EAPI=4
52
53 DESCRIPTION="Google's CityHash family of hash functions"
54
55 HOMEPAGE="http://code.google.com/p/cityhash/"
56 SRC_URI="http://${PN}.googlecode.com/files/${P}.tar.gz"
57 LICENSE="BSD"
58 SLOT="0"
59 KEYWORDS="~amd64"
60
61 IUSE=""
62 #IUSE="sse42" should be added by someone with a modern CPU
63
64 DEPEND=""
65 RDEPEND="${DEPEND}"