diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2020-03-03 00:29:17 +0100 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2020-03-03 01:03:02 +0100 |
commit | ebfd4e7a894a8111e6cbd7755cc5c0e066759eab (patch) | |
tree | 1e8b90006282f072e659279b0bfafd66314910f7 /sys-libs/libfaketime | |
parent | app-editors/emacs: Remove old. (diff) | |
download | gentoo-ebfd4e7a894a8111e6cbd7755cc5c0e066759eab.tar.gz gentoo-ebfd4e7a894a8111e6cbd7755cc5c0e066759eab.tar.bz2 gentoo-ebfd4e7a894a8111e6cbd7755cc5c0e066759eab.zip |
sys-libs/libfaketime: drop old
Package-Manager: Portage-2.3.90, Repoman-2.3.20
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'sys-libs/libfaketime')
-rw-r--r-- | sys-libs/libfaketime/libfaketime-0.9.6-r1.ebuild | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/sys-libs/libfaketime/libfaketime-0.9.6-r1.ebuild b/sys-libs/libfaketime/libfaketime-0.9.6-r1.ebuild deleted file mode 100644 index 33655f66e02d..000000000000 --- a/sys-libs/libfaketime/libfaketime-0.9.6-r1.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit toolchain-funcs multilib - -DESCRIPTION="Report faked system time to programs" -HOMEPAGE="http://www.code-wizards.com/projects/libfaketime/ https://github.com/wolfcw/libfaketime/" -SRC_URI="http://www.code-wizards.com/projects/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 arm arm64 hppa x86" - -src_prepare() { - tc-export CC -} - -src_compile() { - emake CC="$(tc-getCC)" LIBDIRNAME="/$(get_libdir)" PREFIX=/usr -} - -src_install() { - dobin src/faketime - doman man/faketime.1 - exeinto /usr/$(get_libdir) - doexe src/${PN}*.so.* - dosym ${PN}.so.1 /usr/$(get_libdir)/${PN}.so - dosym ${PN}MT.so.1 /usr/$(get_libdir)/${PN}MT.so - dodoc NEWS README TODO -} |