Gentoo Archives: gentoo-commits

From: Samuel Bernardo <samuelbernardo.mail@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/user/ssnb:master commit in: sys-apps/pcm/
Date: Thu, 03 Feb 2022 01:59:31
Message-Id: 1643853554.77c0e4363a366556850ffa69eee2a3ab88471d9b.samuelbernardo@gentoo
1 commit: 77c0e4363a366556850ffa69eee2a3ab88471d9b
2 Author: Samuel Bernardo <samuelbernardo.mail <AT> gmail <DOT> com>
3 AuthorDate: Thu Feb 3 01:59:14 2022 +0000
4 Commit: Samuel Bernardo <samuelbernardo.mail <AT> gmail <DOT> com>
5 CommitDate: Thu Feb 3 01:59:14 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/user/ssnb.git/commit/?id=77c0e436
7
8 Remove pcm ebuild because it is outdated
9
10 Signed-off-by: Samuel Bernardo <samuelbernardo.mail <AT> gmail.com>
11
12 sys-apps/pcm/Manifest | 3 --
13 sys-apps/pcm/metadata.xml | 9 ------
14 sys-apps/pcm/pcm-201902.0.ebuild | 1 -
15 sys-apps/pcm/pcm-999999.ebuild | 68 ----------------------------------------
16 4 files changed, 81 deletions(-)
17
18 diff --git a/sys-apps/pcm/Manifest b/sys-apps/pcm/Manifest
19 deleted file mode 100644
20 index fbd34da..0000000
21 --- a/sys-apps/pcm/Manifest
22 +++ /dev/null
23 @@ -1,3 +0,0 @@
24 -EBUILD pcm-201902.0.ebuild 1369 BLAKE2B 80817aa0b696b005580cc2d0776a3a843446f2bc70163d8809b5181fd0a44fd1ea78f90bcdfb77ad4693a6cd047ae34bcfd65a95a11ae8cdae2c68034a07e429 SHA512 d07151849edba7995db8fae6d489256a17c1e9a08ed7e7e271eb14f5161c1519691522a3c559c9d0c0fd167aa149cf0e8059fe59728174ce12766d822039a180
25 -EBUILD pcm-999999.ebuild 1369 BLAKE2B 80817aa0b696b005580cc2d0776a3a843446f2bc70163d8809b5181fd0a44fd1ea78f90bcdfb77ad4693a6cd047ae34bcfd65a95a11ae8cdae2c68034a07e429 SHA512 d07151849edba7995db8fae6d489256a17c1e9a08ed7e7e271eb14f5161c1519691522a3c559c9d0c0fd167aa149cf0e8059fe59728174ce12766d822039a180
26 -MISC metadata.xml 465 BLAKE2B ec83d6c09feb51ff6b91e9369c26c9a1e3749489cc9f36d9cac9a32d1eb3c4a2ac4087ed8c40b47c1c30faac92ead54b0f73d27acf8ed0a4fd551dda0c1b4dd5 SHA512 4978d475dbdc8667bb3d7157c28c7975605ec85a5a6af7200e3e6a4812b6c8ef2be7ce55c0c8703c8b317ee9d1e6f41b38b28d5711a5f098786b61daa563e9cc
27
28 diff --git a/sys-apps/pcm/metadata.xml b/sys-apps/pcm/metadata.xml
29 deleted file mode 100644
30 index 00bcf7b..0000000
31 --- a/sys-apps/pcm/metadata.xml
32 +++ /dev/null
33 @@ -1,9 +0,0 @@
34 -<?xml version="1.0" encoding="UTF-8"?>
35 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
36 -<pkgmetadata>
37 - <maintainer type="person">
38 - <email>samuelbernardo.mail@×××××.com</email>
39 - <name>Samuel Bernardo</name>
40 - <description>Processor Counter Monitor (PCM) is an application programming interface (API) and a set of tools based on the API to monitor performance and energy metrics of Intel processors</description>
41 - </maintainer>
42 -</pkgmetadata>
43
44 diff --git a/sys-apps/pcm/pcm-201902.0.ebuild b/sys-apps/pcm/pcm-201902.0.ebuild
45 deleted file mode 120000
46 index 096e097..0000000
47 --- a/sys-apps/pcm/pcm-201902.0.ebuild
48 +++ /dev/null
49 @@ -1 +0,0 @@
50 -pcm-999999.ebuild
51 \ No newline at end of file
52
53 diff --git a/sys-apps/pcm/pcm-999999.ebuild b/sys-apps/pcm/pcm-999999.ebuild
54 deleted file mode 100644
55 index cacb75a..0000000
56 --- a/sys-apps/pcm/pcm-999999.ebuild
57 +++ /dev/null
58 @@ -1,68 +0,0 @@
59 -# Copyright 1999-2016 Gentoo Foundation
60 -# Distributed under the terms of the GNU General Public License v2
61 -# $Header: $
62 -
63 -EAPI=7
64 -
65 -inherit eutils multilib git-r3
66 -
67 -
68 -DESCRIPTION="Processor Counter Monitor (PCM) is an application programming interface (API) and a set of tools based on the API to monitor performance and energy metrics of Intel processors"
69 -HOMEPAGE="https://github.com/opcm/pcm"
70 -if [[ ${PV} == *999999* ]];then
71 - EGIT_REPO_URI="https://github.com/opcm/pcm.git"
72 - KEYWORDS=""
73 - EGIT_SUBMODULES=( '*' )
74 -else
75 - MYPV=$(ver_cut 1)
76 - EGIT_REPO_URI="https://github.com/opcm/pcm.git"
77 - EGIT_COMMIT="${MYPV}"
78 - EGIT_SUBMODULES=( '*' )
79 - KEYWORDS="~x86 ~amd64"
80 -fi
81 -
82 -LICENSE="Intel"
83 -SLOT="0"
84 -IUSE=""
85 -
86 -#DEPEND=""
87 -#RDEPEND="${DEPEND}"
88 -
89 -PATCHES=( )
90 -
91 -if [[ ${PV} != *999999* ]];then
92 - src_prepare(){
93 - default
94 - }
95 -fi
96 -
97 -src_configure(){
98 - true
99 -}
100 -
101 -src_compile(){
102 - cd "${S}"
103 - emake INSTALL_ROOT="${D}" || die
104 -}
105 -
106 -src_install(){
107 - insinto usr/share/licenses/${PN}
108 - doins LICENSE
109 -
110 - newbin pcm.x pcm
111 - newbin pcm-numa.x pcm-numa
112 - newbin pcm-latency.x pcm-latency
113 - newbin pcm-power.x pcm-power
114 - newbin pcm-sensor.x pcm-sensor
115 - newbin pcm-msr.x pcm-msr
116 - newbin pcm-memory.x pcm-memory
117 - newbin pcm-tsx.x pcm-tsx
118 - newbin pcm-pcie.x pcm-pcie
119 - newbin pcm-core.x pcm-core
120 - newbin pcm-iio.x pcm-iio
121 - newbin pcm-lspci.x pcm-lspci
122 - newbin pcm-pcicfg.x pcm-pcicfg
123 -
124 - into usr/lib/${PN}
125 - dolib.a libPCM.a
126 -}