commit: 5681a2cfbba1aebaeb9657d4dc4013e9e6bc8ce9 Author: Johannes Huber <johu <AT> gentoo <DOT> org> AuthorDate: Sun Feb 5 09:40:48 2017 +0000 Commit: Johannes Huber <johu <AT> gentoo <DOT> org> CommitDate: Sun Feb 5 09:41:01 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5681a2cf
dev-libs/libproccpuinfo: Remove 0.0.8 (r0) Package-Manager: Portage-2.3.3, Repoman-2.3.1 .../libproccpuinfo/libproccpuinfo-0.0.8.ebuild | 29 ---------------------- 1 file changed, 29 deletions(-) diff --git a/dev-libs/libproccpuinfo/libproccpuinfo-0.0.8.ebuild b/dev-libs/libproccpuinfo/libproccpuinfo-0.0.8.ebuild deleted file mode 100644 index 76a0528..00000000 --- a/dev-libs/libproccpuinfo/libproccpuinfo-0.0.8.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=4 - -inherit cmake-utils - -DESCRIPTION="Architecture independent C API for reading /proc/cpuinfo" -HOMEPAGE="https://savannah.nongnu.org/projects/proccpuinfo/" -SRC_URI="http://download.savannah.nongnu.org/releases/proccpuinfo/${P}.tar.bz2" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="alpha amd64 ~hppa ~mips x86" -IUSE="" - -DEPEND=">=sys-devel/flex-2.5.33" -RDEPEND="" - -DOCS="AUTHORS ChangeLog HACKING README THANKS TODO" - -CMAKE_IN_SOURCE_BUILD="yes" - -src_prepare() { - sed -i \ - -e "s#DESTINATION lib#DESTINATION $(get_libdir)#" \ - CMakeLists.txt || die -}
