diff options
author | Patrick Lauer <patrick@gentoo.org> | 2013-06-25 05:16:57 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2013-06-25 05:16:57 +0000 |
commit | 926f58960c7d601f9fcd845b1f66843f76794db6 (patch) | |
tree | 183f1aa008ee61c1c53ba7efd363bc8b6810f033 /dev-libs/cityhash/cityhash-1.1.1.ebuild | |
parent | Unmask =media-libs/libraw-0.15*. (diff) | |
download | historical-926f58960c7d601f9fcd845b1f66843f76794db6.tar.gz historical-926f58960c7d601f9fcd845b1f66843f76794db6.tar.bz2 historical-926f58960c7d601f9fcd845b1f66843f76794db6.zip |
Bump
Package-Manager: portage-2.2.0_alpha185/cvs/Linux x86_64
Diffstat (limited to 'dev-libs/cityhash/cityhash-1.1.1.ebuild')
-rw-r--r-- | dev-libs/cityhash/cityhash-1.1.1.ebuild | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/dev-libs/cityhash/cityhash-1.1.1.ebuild b/dev-libs/cityhash/cityhash-1.1.1.ebuild new file mode 100644 index 000000000000..b89c5922e551 --- /dev/null +++ b/dev-libs/cityhash/cityhash-1.1.1.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/cityhash/cityhash-1.1.1.ebuild,v 1.1 2013/06/25 05:16:42 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}" |