diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2019-04-28 09:54:45 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2019-04-28 09:54:45 +0100 |
commit | b7ebc951da8800f711142f69d9d958bde67a112d (patch) | |
tree | e318514216845acb8f2e49fff7a5cba4027e9d91 /dev-util/igprof | |
parent | dc7cbdfa65fd814b3b9aa3c56257da201109e807 (diff) |
gentoo resync : 28.04.2019
Diffstat (limited to 'dev-util/igprof')
-rw-r--r-- | dev-util/igprof/Manifest | 3 | ||||
-rw-r--r-- | dev-util/igprof/igprof-5.9.11.ebuild | 26 | ||||
-rw-r--r-- | dev-util/igprof/metadata.xml | 10 |
3 files changed, 0 insertions, 39 deletions
diff --git a/dev-util/igprof/Manifest b/dev-util/igprof/Manifest deleted file mode 100644 index e8d2f00096fc..000000000000 --- a/dev-util/igprof/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST igprof-5.9.11.tar.gz 174304 BLAKE2B 80e392622d928cfac1352a7c5b65c85b05511c8d10f8067195bd19ee74b0ce42d453a8999378726a52c156b815f69078a76c4d24771cfdf8b657674b0c699bb0 SHA512 1c6a16e286243a997b9ce798f2403597e1d8178a7b4652e38e9afbcd48c84d868dc83ddee7eb76243096f21b9cd9c0337641bba840008c24429e60454cff1444 -EBUILD igprof-5.9.11.ebuild 673 BLAKE2B cd6207f9ce0398f48a0b7dff9ac5b2ecaaff3e44255046b39e4e4dd824b12baca03a303a4ee5b8ba517015a00fc089493f9d003436f5cc8bad9ac78b578b9912 SHA512 a087bb121802b03d459a07106c571371929c0deea8c58a12bb48dc7d05d217a7f54ad2d803bf30f7d7edd9bbbd3d684ae93b295bedd145af7c920913a86ef8ab -MISC metadata.xml 295 BLAKE2B 04f8d4b0effb517c88011d1be87858d4c877fdd73299438dcd3f870bb44334a1bc29ba7cbed5ab2aa11f7ffac5b1d4a964efea3578131d9ff3ec9c93ae36ebe6 SHA512 da6b377b85e03955329c76f8f05d5933e63fdb826848635b7f6f2df07bfd66dad1592f3b4786556551ebf69fccc7e09475216389a1fda68a00da80a0e8966ae5 diff --git a/dev-util/igprof/igprof-5.9.11.ebuild b/dev-util/igprof/igprof-5.9.11.ebuild deleted file mode 100644 index 14f8ced68fcd..000000000000 --- a/dev-util/igprof/igprof-5.9.11.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit cmake-utils - -DESCRIPTION="Ignominous Profiler for analysing application memory and performance" -HOMEPAGE="http://igprof.org" -SRC_URI="https://github.com/ktf/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="debug" - -# pcre is automagic dependency, let's make it unoptional -# libatomic_ops is listed as dependency, but isn't actually used by package -DEPEND="dev-libs/libpcre - sys-libs/libunwind" -RDEPEND="${DEPEND}" - -src_prepare() { - sed -e 's/-Werror//g' -i CMakeLists.txt - cmake-utils_src_prepare -} diff --git a/dev-util/igprof/metadata.xml b/dev-util/igprof/metadata.xml deleted file mode 100644 index 38187d691182..000000000000 --- a/dev-util/igprof/metadata.xml +++ /dev/null @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>maksbotan@gentoo.org</email> - </maintainer> - <upstream> - <remote-id type="github">ktf/igprof</remote-id> - </upstream> -</pkgmetadata> |