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/cityhash-1.1.0.ebuild | |
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/cityhash-1.1.0.ebuild')
-rw-r--r-- | dev-libs/cityhash/cityhash-1.1.0.ebuild | 18 |
1 files changed, 18 insertions, 0 deletions
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}" |