summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2019-02-23 10:34:16 +0100
committerPacho Ramos <pacho@gentoo.org>2019-02-23 10:34:16 +0100
commitba6a1f6b04a3d1d887bf7a310566db85d033af42 (patch)
tree137c2e308bcfe21b26b32a660ff8ea7f2988c832 /dev-libs/uthash
parentnet-proxy/http-replicator: Drop old (diff)
downloadgentoo-ba6a1f6b04a3d1d887bf7a310566db85d033af42.tar.gz
gentoo-ba6a1f6b04a3d1d887bf7a310566db85d033af42.tar.bz2
gentoo-ba6a1f6b04a3d1d887bf7a310566db85d033af42.zip
dev-libs/uthash: Drop old
Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'dev-libs/uthash')
-rw-r--r--dev-libs/uthash/Manifest2
-rw-r--r--dev-libs/uthash/uthash-1.9.7.ebuild31
-rw-r--r--dev-libs/uthash/uthash-1.9.9.ebuild32
3 files changed, 0 insertions, 65 deletions
diff --git a/dev-libs/uthash/Manifest b/dev-libs/uthash/Manifest
index d4476c4442f2..352c96a33a5e 100644
--- a/dev-libs/uthash/Manifest
+++ b/dev-libs/uthash/Manifest
@@ -1,3 +1 @@
-DIST uthash-1.9.7.tar.bz2 373059 BLAKE2B 59e24e42a935e44da840ef7a204b43c19bc837b6a5c87ed464143b67608021661603af4f76d143ac5454082f4e391bccc2fd5b443cf23527ca6ef9b530751de0 SHA512 8c02f9ac846a6bfd7292724a3683ae360ff37bba8e3ca98fca106da84976cac9c61766069989ee2c633b20bf82b64658400687a7cfbccab5e98e5fb6cb2e5caa
-DIST uthash-1.9.9.tar.gz 225620 BLAKE2B 4c23cc11c54ac2c8af96522455126a5fdfb1f533078f3f8259b33376d9e08ee6a347edc16951a732ab5c1100e302f81b6f7c7477da1ab0d36b794ce5a3400583 SHA512 40b888529db6baba7bdb0a11c3f782719c40470f6b8e4d75ed480c4c465606e990abf65786156a93f4e2f9c8805cbc098550cc3c62e33b7345fa5bf6d146a8c4
DIST uthash-2.0.2.tar.gz 191173 BLAKE2B a4a2ddb19fcc9af1105bc07deb8ccbe9c3f04518b609f7cfd16f0a05ec3e16ffb25fb5f0a5f258413f9f52facaa26adf4ea0683415416c12ab36bf11883976ae SHA512 0c2e686eb5a1d6a03a6fa1d42e803fca4e9b60b2d965c635a5a33d487c8d115f1f8155ff99a0e1874b69f6b66c04ea7d8866472a39abe5d1a23ae73f6fa956d7
diff --git a/dev-libs/uthash/uthash-1.9.7.ebuild b/dev-libs/uthash/uthash-1.9.7.ebuild
deleted file mode 100644
index 84b1558ab1c8..000000000000
--- a/dev-libs/uthash/uthash-1.9.7.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="4"
-
-inherit toolchain-funcs
-
-DESCRIPTION="An easy-to-use hash implementation for C programmers"
-HOMEPAGE="http://uthash.sourceforge.net"
-SRC_URI="mirror://sourceforge/uthash/${P}.tar.bz2"
-
-LICENSE="BSD-1"
-SLOT="0"
-KEYWORDS="amd64 ~arm ppc ~ppc64 sparc x86"
-IUSE="test"
-
-DEPEND="test? ( dev-lang/perl )"
-RDEPEND=""
-
-src_test() {
- cd tests
- sed -i "/CFLAGS/s/-O3/${CFLAGS}/" Makefile || die "sed cflags failed"
- emake CC="$(tc-getCC)"
-}
-
-src_install() {
- insinto /usr/include
- doins src/*.h || die "doins failed"
-
- dodoc doc/txt/{ChangeLog,userguide,ut*}.txt
-}
diff --git a/dev-libs/uthash/uthash-1.9.9.ebuild b/dev-libs/uthash/uthash-1.9.9.ebuild
deleted file mode 100644
index b0fb02ea111b..000000000000
--- a/dev-libs/uthash/uthash-1.9.9.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-inherit toolchain-funcs
-
-DESCRIPTION="An easy-to-use hash implementation for C programmers"
-HOMEPAGE="http://troydhanson.github.io/uthash/index.html"
-SRC_URI="https://github.com/troydhanson/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD-1"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86"
-IUSE="test"
-
-DEPEND="sys-apps/sed
- test? ( dev-lang/perl )"
-RDEPEND=""
-
-src_test() {
- cd tests || die
- sed -i "/CFLAGS/s/-O3/${CFLAGS}/" Makefile || die
- emake CC="$(tc-getCC)"
-}
-
-src_install() {
- insinto /usr/include
- doins src/*.h
-
- dodoc doc/{ChangeLog,todo,userguide,ut*}.txt
-}