mirror of
https://github.com/gentoo-mirror/gentoo-zh.git
synced 2025-04-18 15:28:57 -04:00
dev-cpp/date: drop 3.0.1_p220425
Signed-off-by: jinqiang zhang <jinqiang@zhang.my>
This commit is contained in:
parent
b9761c2177
commit
1b4a383aad
@ -1,20 +0,0 @@
|
||||
# Copyright 2021-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DESCRIPTION="A date and time library based on the C++11/14/17 <chrono> header"
|
||||
HOMEPAGE="https://github.com/HowardHinnant/date"
|
||||
EGIT_REPO_URI="https://github.com/HowardHinnant/date.git"
|
||||
EGIT_COMMIT=e6f4aed
|
||||
inherit git-r3
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
src_install() {
|
||||
doheader -r include/date
|
||||
mkdir -p "${D}/usr/src" || die
|
||||
cp -r src "${D}/usr/src/date" || die
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user