diff options
author | 2020-06-02 22:19:24 +0800 | |
---|---|---|
committer | 2020-06-02 22:19:24 +0800 | |
commit | 38576261d9462901a77836bb1ceb48ad1365d07f (patch) | |
tree | 83104909e4344e60be86705215a6be11345ee0f0 /net-libs/libcork | |
parent | net-libs/libcork: respect USE=static-libs (diff) | |
download | gentoo-38576261d9462901a77836bb1ceb48ad1365d07f.tar.gz gentoo-38576261d9462901a77836bb1ceb48ad1365d07f.tar.bz2 gentoo-38576261d9462901a77836bb1ceb48ad1365d07f.zip |
net-libs/libcork: drop old
Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Yixun Lan <dlan@gentoo.org>
Diffstat (limited to 'net-libs/libcork')
-rw-r--r-- | net-libs/libcork/libcork-0.15.0.ebuild | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/net-libs/libcork/libcork-0.15.0.ebuild b/net-libs/libcork/libcork-0.15.0.ebuild deleted file mode 100644 index 0db7956e7c1a..000000000000 --- a/net-libs/libcork/libcork-0.15.0.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit cmake-utils - -DESCRIPTION="A simple, easily embeddable cross-platform C library" -HOMEPAGE="https://github.com/dcreager/libcork" -SRC_URI="https://github.com/dcreager/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~x86" -IUSE="" - -RDEPEND="dev-libs/check" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -src_prepare() { - if ! [ -e "${S}"/RELEASE-VERSION ] ; then - echo ${PV} > "${S}"/RELEASE-VERSION || die - fi - eapply "${FILESDIR}"/${P}-git.patch - eapply "${FILESDIR}"/${P}-version.patch - - cmake-utils_src_prepare -} - -src_install() { - cmake-utils_src_install -} |