From: "Pacho Ramos" <pacho@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/uthash/
Date: Sat, 23 Feb 2019 09:43:45 +0000 (UTC) [thread overview]
Message-ID: <1550914456.ba6a1f6b04a3d1d887bf7a310566db85d033af42.pacho@gentoo> (raw)
commit: ba6a1f6b04a3d1d887bf7a310566db85d033af42
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 23 09:34:16 2019 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat Feb 23 09:34:16 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba6a1f6b
dev-libs/uthash: Drop old
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
dev-libs/uthash/Manifest | 2 --
dev-libs/uthash/uthash-1.9.7.ebuild | 31 -------------------------------
dev-libs/uthash/uthash-1.9.9.ebuild | 32 --------------------------------
3 files changed, 65 deletions(-)
diff --git a/dev-libs/uthash/Manifest b/dev-libs/uthash/Manifest
index d4476c4442f..352c96a33a5 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 84b1558ab1c..00000000000
--- 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 b0fb02ea111..00000000000
--- 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
-}
next reply other threads:[~2019-02-23 9:43 UTC|newest]
Thread overview: 32+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-02-23 9:43 Pacho Ramos [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-10-08 12:50 [gentoo-commits] repo/gentoo:master commit in: dev-libs/uthash/ Jakov Smolić
2024-10-08 12:50 Jakov Smolić
2024-10-06 18:39 Arthur Zamarin
2024-10-06 10:55 Sam James
2024-10-06 10:49 Sam James
2024-10-06 10:49 Sam James
2024-08-30 15:31 Jakov Smolić
2022-12-02 18:44 WANG Xuerui
2022-08-03 3:00 Sam James
2022-05-20 9:17 Agostino Sarubbo
2022-05-19 9:27 Agostino Sarubbo
2022-05-17 12:38 Agostino Sarubbo
2022-01-11 2:23 Georgy Yakovlev
2021-10-10 20:44 Marek Szuba
2021-05-07 16:24 David Seifert
2021-05-07 16:24 David Seifert
2021-05-07 16:24 David Seifert
2021-04-01 22:30 Sam James
2021-04-01 12:11 Thomas Deutschmann
2021-03-01 23:37 Sam James
2021-02-02 23:51 Sam James
2021-02-02 23:46 Sam James
2021-01-28 19:03 Sam James
2020-12-29 21:15 Sam James
2020-12-20 16:30 Thomas Deutschmann
2020-12-19 19:36 Sam James
2019-02-22 11:54 Mikle Kolyada
2019-02-15 1:37 Thomas Deutschmann
2019-01-28 19:38 Sergei Trofimovich
2018-03-25 6:44 Tim Harder
2016-11-03 16:19 Göktürk Yüksek
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1550914456.ba6a1f6b04a3d1d887bf7a310566db85d033af42.pacho@gentoo \
--to=pacho@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox