Gentoo Archives: gentoo-commits

From: Yixun Lan <dlan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libcork/
Date: Tue, 02 Jun 2020 14:19:45
Message-Id: 1591107564.38576261d9462901a77836bb1ceb48ad1365d07f.dlan@gentoo
1 commit: 38576261d9462901a77836bb1ceb48ad1365d07f
2 Author: Yixun Lan <dlan <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 2 14:19:24 2020 +0000
4 Commit: Yixun Lan <dlan <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 2 14:19:24 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38576261
7
8 net-libs/libcork: drop old
9
10 Package-Manager: Portage-2.3.100, Repoman-2.3.22
11 Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>
12
13 net-libs/libcork/libcork-0.15.0.ebuild | 33 ---------------------------------
14 1 file changed, 33 deletions(-)
15
16 diff --git a/net-libs/libcork/libcork-0.15.0.ebuild b/net-libs/libcork/libcork-0.15.0.ebuild
17 deleted file mode 100644
18 index 0db7956e7c1..00000000000
19 --- a/net-libs/libcork/libcork-0.15.0.ebuild
20 +++ /dev/null
21 @@ -1,33 +0,0 @@
22 -# Copyright 1999-2019 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=6
26 -
27 -inherit cmake-utils
28 -
29 -DESCRIPTION="A simple, easily embeddable cross-platform C library"
30 -HOMEPAGE="https://github.com/dcreager/libcork"
31 -SRC_URI="https://github.com/dcreager/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
32 -
33 -LICENSE="BSD"
34 -SLOT="0"
35 -KEYWORDS="~amd64 ~arm ~arm64 ~x86"
36 -IUSE=""
37 -
38 -RDEPEND="dev-libs/check"
39 -DEPEND="${RDEPEND}
40 - virtual/pkgconfig"
41 -
42 -src_prepare() {
43 - if ! [ -e "${S}"/RELEASE-VERSION ] ; then
44 - echo ${PV} > "${S}"/RELEASE-VERSION || die
45 - fi
46 - eapply "${FILESDIR}"/${P}-git.patch
47 - eapply "${FILESDIR}"/${P}-version.patch
48 -
49 - cmake-utils_src_prepare
50 -}
51 -
52 -src_install() {
53 - cmake-utils_src_install
54 -}