summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-libs/cityhash')
-rw-r--r--dev-libs/cityhash/ChangeLog7
-rw-r--r--dev-libs/cityhash/cityhash-1.1.0.ebuild18
2 files changed, 24 insertions, 1 deletions
diff --git a/dev-libs/cityhash/ChangeLog b/dev-libs/cityhash/ChangeLog
index b49cf81e500b..608ef7cc421d 100644
--- a/dev-libs/cityhash/ChangeLog
+++ b/dev-libs/cityhash/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-libs/cityhash
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/cityhash/ChangeLog,v 1.1 2012/08/18 14:08:25 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/cityhash/ChangeLog,v 1.2 2012/10/30 05:45:43 patrick Exp $
+
+*cityhash-1.1.0 (30 Oct 2012)
+
+ 30 Oct 2012; Patrick Lauer <patrick@gentoo.org> +cityhash-1.1.0.ebuild:
+ Bump
*cityhash-1.0.3 (18 Aug 2012)
diff --git a/dev-libs/cityhash/cityhash-1.1.0.ebuild b/dev-libs/cityhash/cityhash-1.1.0.ebuild
new file mode 100644
index 000000000000..4f254223d07c
--- /dev/null
+++ b/dev-libs/cityhash/cityhash-1.1.0.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/cityhash/cityhash-1.1.0.ebuild,v 1.1 2012/10/30 05:45:43 patrick Exp $
+EAPI=4
+
+DESCRIPTION="Google's CityHash family of hash functions"
+
+HOMEPAGE="http://code.google.com/p/cityhash/"
+SRC_URI="http://${PN}.googlecode.com/files/${P}.tar.gz"
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+
+IUSE=""
+#IUSE="sse42" should be added by someone with a modern CPU
+
+DEPEND=""
+RDEPEND="${DEPEND}"