diff options
author | Patrick Lauer <patrick@gentoo.org> | 2012-10-30 05:45:43 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2012-10-30 05:45:43 +0000 |
commit | ef516d27d02ce3517bc23ee88809e29e29f1128f (patch) | |
tree | 874c37e8e7e81c24f47ae85c50890ed56923b570 /dev-libs/cityhash | |
parent | Add a temporary use on dbus until we can come up with a better no-op use to d... (diff) | |
download | gentoo-2-ef516d27d02ce3517bc23ee88809e29e29f1128f.tar.gz gentoo-2-ef516d27d02ce3517bc23ee88809e29e29f1128f.tar.bz2 gentoo-2-ef516d27d02ce3517bc23ee88809e29e29f1128f.zip |
Bump
(Portage version: 2.2.0_alpha142/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'dev-libs/cityhash')
-rw-r--r-- | dev-libs/cityhash/ChangeLog | 7 | ||||
-rw-r--r-- | dev-libs/cityhash/cityhash-1.1.0.ebuild | 18 |
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}" |