diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2020-05-26 22:44:41 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2020-05-26 22:56:00 +0100 |
commit | 6705a66e38d394cf44cb45230fe953146d5867f5 (patch) | |
tree | 6240280ffb4a522745b88f82caaf956ca5e08766 /dev-libs/libpfm/libpfm-4.6.0.ebuild | |
parent | dev-libs/libpfm: respect AR (diff) | |
download | gentoo-6705a66e38d394cf44cb45230fe953146d5867f5.tar.gz gentoo-6705a66e38d394cf44cb45230fe953146d5867f5.tar.bz2 gentoo-6705a66e38d394cf44cb45230fe953146d5867f5.zip |
dev-libs/libpfm: drop old
Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-libs/libpfm/libpfm-4.6.0.ebuild')
-rw-r--r-- | dev-libs/libpfm/libpfm-4.6.0.ebuild | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/dev-libs/libpfm/libpfm-4.6.0.ebuild b/dev-libs/libpfm/libpfm-4.6.0.ebuild deleted file mode 100644 index 5224fe87b8ed..000000000000 --- a/dev-libs/libpfm/libpfm-4.6.0.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2018 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit multilib toolchain-funcs - -DESCRIPTION="Hardware-based performance monitoring interface for Linux" -HOMEPAGE="http://perfmon2.sourceforge.net" -SRC_URI="mirror://sourceforge/perfmon2/${PN}4/${P}.tar.gz" - -LICENSE="GPL-2 MIT" -SLOT="0/4" -KEYWORDS="~amd64 ppc64 ~x86" -IUSE="static-libs" - -DEPEND="" -RDEPEND="${DEPEND}" - -src_prepare() { - sed -e "s:SLDFLAGS=:SLDFLAGS=\$(LDFLAGS) :g" \ - -i lib/Makefile || die - sed -e "s:LIBDIR=\$(PREFIX)/lib:LIBDIR=\$(PREFIX)/$(get_libdir):g" \ - -i config.mk || die -} - -src_compile() { - # 'DBG=' unsets '-Werror' and other optional flags, bug #664294 - emake CC=$(tc-getCC) DBG= -} - -src_install() { - emake DESTDIR="${D}" LDCONFIG=true PREFIX="${EPREFIX}/usr" install - use static-libs || find "${ED}" -name '*.a' -exec rm -f '{}' + - dodoc README -} |