summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-01-14 17:12:53 +0100
committerMichał Górny <mgorny@gentoo.org>2020-01-14 17:16:50 +0100
commit593e881e291397f83f5b24c3799b2868e09bfbf1 (patch)
tree9e4f0010e42535095ee020f989596b0b47f7e79e /dev-libs
parentdev-db/hyperdex: Remove last-rited pkg (diff)
downloadgentoo-593e881e291397f83f5b24c3799b2868e09bfbf1.tar.gz
gentoo-593e881e291397f83f5b24c3799b2868e09bfbf1.tar.bz2
gentoo-593e881e291397f83f5b24c3799b2868e09bfbf1.zip
dev-libs/cityhash: Remove last-rited pkg
Closes: https://bugs.gentoo.org/552934 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-libs')
-rw-r--r--dev-libs/cityhash/Manifest3
-rw-r--r--dev-libs/cityhash/cityhash-1.0.3.ebuild18
-rw-r--r--dev-libs/cityhash/cityhash-1.1.0.ebuild18
-rw-r--r--dev-libs/cityhash/cityhash-1.1.1.ebuild18
-rw-r--r--dev-libs/cityhash/metadata.xml11
5 files changed, 0 insertions, 68 deletions
diff --git a/dev-libs/cityhash/Manifest b/dev-libs/cityhash/Manifest
deleted file mode 100644
index bc16efca6077..000000000000
--- a/dev-libs/cityhash/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST cityhash-1.0.3.tar.gz 352237 BLAKE2B 1a6eddc58c9e44b76be55666126f02a84d28b9f03afa2f05da8c6fa95d16a6b69df8d93c153c67f0392facdd235a98296183e2787f2211b2502081307cef5bc9 SHA512 1d284755af4adcbb9d235d19a00ea0ab3e20676eec3e455da24a855e254996139d3c123f8d074bcaf7d53de04d34949ace799181d428fc322091c93c39702de0
-DIST cityhash-1.1.0.tar.gz 355571 BLAKE2B 9c0f6d032060c76b6fef724aa1ef79aff56d2a1ee223d2a74e58bbf7e0e7225079f5cdb0367c812f489744cc12a5af1f3163b4e4d96b450e5c13ff9e352b20c4 SHA512 aff5a513fd23c9ec11a02a62151d95e36959ef54fd75a9ae4b94ee72fe93a38295c343c03ed0b0c667c79191ca1119cf2362d7bb8b2f6d6dfa50e5134c9a2654
-DIST cityhash-1.1.1.tar.gz 376456 BLAKE2B 51e8f7cdf4b8f2f1957bb926b649b63087ab6067a916d2fa422c941e1b7911d4ee030cadf310afd349f2c136c0f7b6a8e1128b25021414b9e6be55a73e09e6b5 SHA512 f5476a608fad87770aa6622f3c9ac441db1a0b1731e5235bf8599499943184a1fe5b91329cb9153b363a3e34605f7641b233114440e8895791df7d13452bb4f6
diff --git a/dev-libs/cityhash/cityhash-1.0.3.ebuild b/dev-libs/cityhash/cityhash-1.0.3.ebuild
deleted file mode 100644
index 1216ca30895a..000000000000
--- a/dev-libs/cityhash/cityhash-1.0.3.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-DESCRIPTION="Google's CityHash family of hash functions"
-
-HOMEPAGE="https://github.com/google/cityhash"
-SRC_URI="https://${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}"
diff --git a/dev-libs/cityhash/cityhash-1.1.0.ebuild b/dev-libs/cityhash/cityhash-1.1.0.ebuild
deleted file mode 100644
index 1216ca30895a..000000000000
--- a/dev-libs/cityhash/cityhash-1.1.0.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-DESCRIPTION="Google's CityHash family of hash functions"
-
-HOMEPAGE="https://github.com/google/cityhash"
-SRC_URI="https://${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}"
diff --git a/dev-libs/cityhash/cityhash-1.1.1.ebuild b/dev-libs/cityhash/cityhash-1.1.1.ebuild
deleted file mode 100644
index 1216ca30895a..000000000000
--- a/dev-libs/cityhash/cityhash-1.1.1.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-DESCRIPTION="Google's CityHash family of hash functions"
-
-HOMEPAGE="https://github.com/google/cityhash"
-SRC_URI="https://${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}"
diff --git a/dev-libs/cityhash/metadata.xml b/dev-libs/cityhash/metadata.xml
deleted file mode 100644
index fd584fe3d964..000000000000
--- a/dev-libs/cityhash/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>patrick@gentoo.org</email>
- <name>Patrick Lauer</name>
- </maintainer>
- <upstream>
- <remote-id type="github">google/cityhash</remote-id>
- </upstream>
-</pkgmetadata>