public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/user/ssnb:master commit in: sys-apps/pcm/
@ 2019-05-26  0:53 Samuel Bernardo
  0 siblings, 0 replies; 4+ messages in thread
From: Samuel Bernardo @ 2019-05-26  0:53 UTC (permalink / raw
  To: gentoo-commits

commit:     5040564561c5c04532bc2b081ae00532052be8b6
Author:     Samuel Bernardo <samuelbernardo.mail <AT> gmail <DOT> com>
AuthorDate: Sun May 26 00:53:05 2019 +0000
Commit:     Samuel Bernardo <samuelbernardo.mail <AT> gmail <DOT> com>
CommitDate: Sun May 26 00:53:05 2019 +0000
URL:        https://gitweb.gentoo.org/repo/user/ssnb.git/commit/?id=50405645

Add pcm ebuild

Signed-off-by: Samuel Bernardo <samuelbernardo.mail <AT> gmail.com>

 sys-apps/pcm/Manifest            |  3 ++
 sys-apps/pcm/metadata.xml        |  9 ++++++
 sys-apps/pcm/pcm-201902.0.ebuild |  1 +
 sys-apps/pcm/pcm-999999.ebuild   | 69 ++++++++++++++++++++++++++++++++++++++++
 4 files changed, 82 insertions(+)

diff --git a/sys-apps/pcm/Manifest b/sys-apps/pcm/Manifest
new file mode 100644
index 0000000..e043455
--- /dev/null
+++ b/sys-apps/pcm/Manifest
@@ -0,0 +1,3 @@
+EBUILD pcm-201902.0.ebuild 1295 BLAKE2B ebaf7bf7b2781efeb9787bf534c9fbb99ef274d49d289d435ae7e44eeb89ec6c34d079caa13751681ef15157a6a26b387c0abfe76a6c32ec853b358fb90f4440 SHA512 991f4c0514379083bb86cb83c8625a89f621a9779b3df09d45880e1b87338765eace020096b5834bb27bbba3a2336f7af20b38185c633bb3b9bbafcc070c5a2c
+EBUILD pcm-999999.ebuild 1295 BLAKE2B ebaf7bf7b2781efeb9787bf534c9fbb99ef274d49d289d435ae7e44eeb89ec6c34d079caa13751681ef15157a6a26b387c0abfe76a6c32ec853b358fb90f4440 SHA512 991f4c0514379083bb86cb83c8625a89f621a9779b3df09d45880e1b87338765eace020096b5834bb27bbba3a2336f7af20b38185c633bb3b9bbafcc070c5a2c
+MISC metadata.xml 465 BLAKE2B ec83d6c09feb51ff6b91e9369c26c9a1e3749489cc9f36d9cac9a32d1eb3c4a2ac4087ed8c40b47c1c30faac92ead54b0f73d27acf8ed0a4fd551dda0c1b4dd5 SHA512 4978d475dbdc8667bb3d7157c28c7975605ec85a5a6af7200e3e6a4812b6c8ef2be7ce55c0c8703c8b317ee9d1e6f41b38b28d5711a5f098786b61daa563e9cc

diff --git a/sys-apps/pcm/metadata.xml b/sys-apps/pcm/metadata.xml
new file mode 100644
index 0000000..00bcf7b
--- /dev/null
+++ b/sys-apps/pcm/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>samuelbernardo.mail@gmail.com</email>
+		<name>Samuel Bernardo</name>
+		<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>
+	</maintainer>
+</pkgmetadata>

diff --git a/sys-apps/pcm/pcm-201902.0.ebuild b/sys-apps/pcm/pcm-201902.0.ebuild
new file mode 120000
index 0000000..096e097
--- /dev/null
+++ b/sys-apps/pcm/pcm-201902.0.ebuild
@@ -0,0 +1 @@
+pcm-999999.ebuild
\ No newline at end of file

diff --git a/sys-apps/pcm/pcm-999999.ebuild b/sys-apps/pcm/pcm-999999.ebuild
new file mode 100644
index 0000000..ac2f2db
--- /dev/null
+++ b/sys-apps/pcm/pcm-999999.ebuild
@@ -0,0 +1,69 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=7
+
+inherit eutils multilib git-r3
+
+
+DESCRIPTION="A Qt-based program for syncing your MEGA account in your PC. This is the official app."
+HOMEPAGE="http://mega.co.nz"
+if [[ ${PV} == *999999* ]];then
+	EGIT_REPO_URI="https://github.com/meganz/MEGAsync"
+	KEYWORDS=""
+	EGIT_SUBMODULES=( '*' )
+else
+	MYPV=$(ver_cut 1)
+	EGIT_REPO_URI="https://github.com/opcm/pcm.git"
+	EGIT_COMMIT="${MYPV}"
+	EGIT_SUBMODULES=( '*' )
+	KEYWORDS="~x86 ~amd64"
+	S="${WORKDIR}/${PN}"
+fi
+
+LICENSE="Intel"
+SLOT="0"
+IUSE=""
+
+#DEPEND=""
+#RDEPEND="${DEPEND}"
+
+PATCHES=( )
+
+if [[ ${PV} != *999999* ]];then
+	src_prepare(){
+		default
+	}
+fi
+
+src_configure(){
+	true
+}
+
+src_compile(){
+	cd "${S}"
+	emake INSTALL_ROOT="${D}" || die
+}
+
+src_install(){
+	insinto usr/share/licenses/${PN}
+	doins LICENCE
+
+	newbin pcm.x pcm
+	newbin pcm-numa.x pcm-numa
+	newbin pcm-latency.x pcm-latency
+	newbin pcm-power.x pcm-power
+	newbin pcm-sensor.x pcm-sensor
+	newbin pcm-msr.x pcm-msr
+	newbin pcm-memory.x pcm-memory
+	newbin pcm-tsx.x pcm-tsx
+	newbin pcm-pcie.x pcm-pcie
+	newbin pcm-core.x pcm-core
+	newbin pcm-iio.x pcm-iio
+	newbin pcm-lspci.x pcm-lspci
+	newbin pcm-pcicfg.x pcm-pcicfg
+
+	into usr/lib/${PN}
+	dolib.a libPCM.a
+}


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/user/ssnb:master commit in: sys-apps/pcm/
@ 2019-05-26  1:00 Samuel Bernardo
  0 siblings, 0 replies; 4+ messages in thread
From: Samuel Bernardo @ 2019-05-26  1:00 UTC (permalink / raw
  To: gentoo-commits

commit:     29b871974a57bed709b01efd489b0442bfbf47ba
Author:     Samuel Bernardo <samuelbernardo.mail <AT> gmail <DOT> com>
AuthorDate: Sun May 26 01:00:38 2019 +0000
Commit:     Samuel Bernardo <samuelbernardo.mail <AT> gmail <DOT> com>
CommitDate: Sun May 26 01:00:38 2019 +0000
URL:        https://gitweb.gentoo.org/repo/user/ssnb.git/commit/?id=29b87197

Correct info in pcm ebuild

Signed-off-by: Samuel Bernardo <samuelbernardo.mail <AT> gmail.com>

 sys-apps/pcm/Manifest          | 4 ++--
 sys-apps/pcm/pcm-999999.ebuild | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/sys-apps/pcm/Manifest b/sys-apps/pcm/Manifest
index e043455..9f7eeb3 100644
--- a/sys-apps/pcm/Manifest
+++ b/sys-apps/pcm/Manifest
@@ -1,3 +1,3 @@
-EBUILD pcm-201902.0.ebuild 1295 BLAKE2B ebaf7bf7b2781efeb9787bf534c9fbb99ef274d49d289d435ae7e44eeb89ec6c34d079caa13751681ef15157a6a26b387c0abfe76a6c32ec853b358fb90f4440 SHA512 991f4c0514379083bb86cb83c8625a89f621a9779b3df09d45880e1b87338765eace020096b5834bb27bbba3a2336f7af20b38185c633bb3b9bbafcc070c5a2c
-EBUILD pcm-999999.ebuild 1295 BLAKE2B ebaf7bf7b2781efeb9787bf534c9fbb99ef274d49d289d435ae7e44eeb89ec6c34d079caa13751681ef15157a6a26b387c0abfe76a6c32ec853b358fb90f4440 SHA512 991f4c0514379083bb86cb83c8625a89f621a9779b3df09d45880e1b87338765eace020096b5834bb27bbba3a2336f7af20b38185c633bb3b9bbafcc070c5a2c
+EBUILD pcm-201902.0.ebuild 1391 BLAKE2B 7797ae565933188ce491582bd97c5c238babe1f6e07fc7739663dc1b50a01d790614d1e38284004041924a524b3358bad02b6cd3a8468e194fb1e6cefc95f99d SHA512 a96b37a489d15189dc5bc41d0dd75b633b11775546ee6a7a75e49385ab064ab6f8da06b09bfb229a4e9394bdd9764ea6e67b6fc24068d102fa9e4f0f308434cc
+EBUILD pcm-999999.ebuild 1391 BLAKE2B 7797ae565933188ce491582bd97c5c238babe1f6e07fc7739663dc1b50a01d790614d1e38284004041924a524b3358bad02b6cd3a8468e194fb1e6cefc95f99d SHA512 a96b37a489d15189dc5bc41d0dd75b633b11775546ee6a7a75e49385ab064ab6f8da06b09bfb229a4e9394bdd9764ea6e67b6fc24068d102fa9e4f0f308434cc
 MISC metadata.xml 465 BLAKE2B ec83d6c09feb51ff6b91e9369c26c9a1e3749489cc9f36d9cac9a32d1eb3c4a2ac4087ed8c40b47c1c30faac92ead54b0f73d27acf8ed0a4fd551dda0c1b4dd5 SHA512 4978d475dbdc8667bb3d7157c28c7975605ec85a5a6af7200e3e6a4812b6c8ef2be7ce55c0c8703c8b317ee9d1e6f41b38b28d5711a5f098786b61daa563e9cc

diff --git a/sys-apps/pcm/pcm-999999.ebuild b/sys-apps/pcm/pcm-999999.ebuild
index ac2f2db..3f41ae5 100644
--- a/sys-apps/pcm/pcm-999999.ebuild
+++ b/sys-apps/pcm/pcm-999999.ebuild
@@ -7,10 +7,10 @@ EAPI=7
 inherit eutils multilib git-r3
 
 
-DESCRIPTION="A Qt-based program for syncing your MEGA account in your PC. This is the official app."
-HOMEPAGE="http://mega.co.nz"
+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"
+HOMEPAGE="https://github.com/opcm/pcm"
 if [[ ${PV} == *999999* ]];then
-	EGIT_REPO_URI="https://github.com/meganz/MEGAsync"
+	EGIT_REPO_URI="https://github.com/opcm/pcm.git"
 	KEYWORDS=""
 	EGIT_SUBMODULES=( '*' )
 else


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/user/ssnb:master commit in: sys-apps/pcm/
@ 2019-05-26  1:19 Samuel Bernardo
  0 siblings, 0 replies; 4+ messages in thread
From: Samuel Bernardo @ 2019-05-26  1:19 UTC (permalink / raw
  To: gentoo-commits

commit:     fed9401d75d44ec953b1315c781864f7e85d7d73
Author:     Samuel Bernardo <samuelbernardo.mail <AT> gmail <DOT> com>
AuthorDate: Sun May 26 01:19:37 2019 +0000
Commit:     Samuel Bernardo <samuelbernardo.mail <AT> gmail <DOT> com>
CommitDate: Sun May 26 01:19:37 2019 +0000
URL:        https://gitweb.gentoo.org/repo/user/ssnb.git/commit/?id=fed9401d

Correct bugs in pcm ebuild

Signed-off-by: Samuel Bernardo <samuelbernardo.mail <AT> gmail.com>

 sys-apps/pcm/Manifest          | 4 ++--
 sys-apps/pcm/pcm-999999.ebuild | 3 +--
 2 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/sys-apps/pcm/Manifest b/sys-apps/pcm/Manifest
index 9f7eeb3..fbd34da 100644
--- a/sys-apps/pcm/Manifest
+++ b/sys-apps/pcm/Manifest
@@ -1,3 +1,3 @@
-EBUILD pcm-201902.0.ebuild 1391 BLAKE2B 7797ae565933188ce491582bd97c5c238babe1f6e07fc7739663dc1b50a01d790614d1e38284004041924a524b3358bad02b6cd3a8468e194fb1e6cefc95f99d SHA512 a96b37a489d15189dc5bc41d0dd75b633b11775546ee6a7a75e49385ab064ab6f8da06b09bfb229a4e9394bdd9764ea6e67b6fc24068d102fa9e4f0f308434cc
-EBUILD pcm-999999.ebuild 1391 BLAKE2B 7797ae565933188ce491582bd97c5c238babe1f6e07fc7739663dc1b50a01d790614d1e38284004041924a524b3358bad02b6cd3a8468e194fb1e6cefc95f99d SHA512 a96b37a489d15189dc5bc41d0dd75b633b11775546ee6a7a75e49385ab064ab6f8da06b09bfb229a4e9394bdd9764ea6e67b6fc24068d102fa9e4f0f308434cc
+EBUILD pcm-201902.0.ebuild 1369 BLAKE2B 80817aa0b696b005580cc2d0776a3a843446f2bc70163d8809b5181fd0a44fd1ea78f90bcdfb77ad4693a6cd047ae34bcfd65a95a11ae8cdae2c68034a07e429 SHA512 d07151849edba7995db8fae6d489256a17c1e9a08ed7e7e271eb14f5161c1519691522a3c559c9d0c0fd167aa149cf0e8059fe59728174ce12766d822039a180
+EBUILD pcm-999999.ebuild 1369 BLAKE2B 80817aa0b696b005580cc2d0776a3a843446f2bc70163d8809b5181fd0a44fd1ea78f90bcdfb77ad4693a6cd047ae34bcfd65a95a11ae8cdae2c68034a07e429 SHA512 d07151849edba7995db8fae6d489256a17c1e9a08ed7e7e271eb14f5161c1519691522a3c559c9d0c0fd167aa149cf0e8059fe59728174ce12766d822039a180
 MISC metadata.xml 465 BLAKE2B ec83d6c09feb51ff6b91e9369c26c9a1e3749489cc9f36d9cac9a32d1eb3c4a2ac4087ed8c40b47c1c30faac92ead54b0f73d27acf8ed0a4fd551dda0c1b4dd5 SHA512 4978d475dbdc8667bb3d7157c28c7975605ec85a5a6af7200e3e6a4812b6c8ef2be7ce55c0c8703c8b317ee9d1e6f41b38b28d5711a5f098786b61daa563e9cc

diff --git a/sys-apps/pcm/pcm-999999.ebuild b/sys-apps/pcm/pcm-999999.ebuild
index 3f41ae5..cacb75a 100644
--- a/sys-apps/pcm/pcm-999999.ebuild
+++ b/sys-apps/pcm/pcm-999999.ebuild
@@ -19,7 +19,6 @@ else
 	EGIT_COMMIT="${MYPV}"
 	EGIT_SUBMODULES=( '*' )
 	KEYWORDS="~x86 ~amd64"
-	S="${WORKDIR}/${PN}"
 fi
 
 LICENSE="Intel"
@@ -48,7 +47,7 @@ src_compile(){
 
 src_install(){
 	insinto usr/share/licenses/${PN}
-	doins LICENCE
+	doins LICENSE
 
 	newbin pcm.x pcm
 	newbin pcm-numa.x pcm-numa


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/user/ssnb:master commit in: sys-apps/pcm/
@ 2022-02-03  1:59 Samuel Bernardo
  0 siblings, 0 replies; 4+ messages in thread
From: Samuel Bernardo @ 2022-02-03  1:59 UTC (permalink / raw
  To: gentoo-commits

commit:     77c0e4363a366556850ffa69eee2a3ab88471d9b
Author:     Samuel Bernardo <samuelbernardo.mail <AT> gmail <DOT> com>
AuthorDate: Thu Feb  3 01:59:14 2022 +0000
Commit:     Samuel Bernardo <samuelbernardo.mail <AT> gmail <DOT> com>
CommitDate: Thu Feb  3 01:59:14 2022 +0000
URL:        https://gitweb.gentoo.org/repo/user/ssnb.git/commit/?id=77c0e436

Remove pcm ebuild because it is outdated

Signed-off-by: Samuel Bernardo <samuelbernardo.mail <AT> gmail.com>

 sys-apps/pcm/Manifest            |  3 --
 sys-apps/pcm/metadata.xml        |  9 ------
 sys-apps/pcm/pcm-201902.0.ebuild |  1 -
 sys-apps/pcm/pcm-999999.ebuild   | 68 ----------------------------------------
 4 files changed, 81 deletions(-)

diff --git a/sys-apps/pcm/Manifest b/sys-apps/pcm/Manifest
deleted file mode 100644
index fbd34da..0000000
--- a/sys-apps/pcm/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-EBUILD pcm-201902.0.ebuild 1369 BLAKE2B 80817aa0b696b005580cc2d0776a3a843446f2bc70163d8809b5181fd0a44fd1ea78f90bcdfb77ad4693a6cd047ae34bcfd65a95a11ae8cdae2c68034a07e429 SHA512 d07151849edba7995db8fae6d489256a17c1e9a08ed7e7e271eb14f5161c1519691522a3c559c9d0c0fd167aa149cf0e8059fe59728174ce12766d822039a180
-EBUILD pcm-999999.ebuild 1369 BLAKE2B 80817aa0b696b005580cc2d0776a3a843446f2bc70163d8809b5181fd0a44fd1ea78f90bcdfb77ad4693a6cd047ae34bcfd65a95a11ae8cdae2c68034a07e429 SHA512 d07151849edba7995db8fae6d489256a17c1e9a08ed7e7e271eb14f5161c1519691522a3c559c9d0c0fd167aa149cf0e8059fe59728174ce12766d822039a180
-MISC metadata.xml 465 BLAKE2B ec83d6c09feb51ff6b91e9369c26c9a1e3749489cc9f36d9cac9a32d1eb3c4a2ac4087ed8c40b47c1c30faac92ead54b0f73d27acf8ed0a4fd551dda0c1b4dd5 SHA512 4978d475dbdc8667bb3d7157c28c7975605ec85a5a6af7200e3e6a4812b6c8ef2be7ce55c0c8703c8b317ee9d1e6f41b38b28d5711a5f098786b61daa563e9cc

diff --git a/sys-apps/pcm/metadata.xml b/sys-apps/pcm/metadata.xml
deleted file mode 100644
index 00bcf7b..0000000
--- a/sys-apps/pcm/metadata.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-	<maintainer type="person">
-		<email>samuelbernardo.mail@gmail.com</email>
-		<name>Samuel Bernardo</name>
-		<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>
-	</maintainer>
-</pkgmetadata>

diff --git a/sys-apps/pcm/pcm-201902.0.ebuild b/sys-apps/pcm/pcm-201902.0.ebuild
deleted file mode 120000
index 096e097..0000000
--- a/sys-apps/pcm/pcm-201902.0.ebuild
+++ /dev/null
@@ -1 +0,0 @@
-pcm-999999.ebuild
\ No newline at end of file

diff --git a/sys-apps/pcm/pcm-999999.ebuild b/sys-apps/pcm/pcm-999999.ebuild
deleted file mode 100644
index cacb75a..0000000
--- a/sys-apps/pcm/pcm-999999.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=7
-
-inherit eutils multilib git-r3
-
-
-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"
-HOMEPAGE="https://github.com/opcm/pcm"
-if [[ ${PV} == *999999* ]];then
-	EGIT_REPO_URI="https://github.com/opcm/pcm.git"
-	KEYWORDS=""
-	EGIT_SUBMODULES=( '*' )
-else
-	MYPV=$(ver_cut 1)
-	EGIT_REPO_URI="https://github.com/opcm/pcm.git"
-	EGIT_COMMIT="${MYPV}"
-	EGIT_SUBMODULES=( '*' )
-	KEYWORDS="~x86 ~amd64"
-fi
-
-LICENSE="Intel"
-SLOT="0"
-IUSE=""
-
-#DEPEND=""
-#RDEPEND="${DEPEND}"
-
-PATCHES=( )
-
-if [[ ${PV} != *999999* ]];then
-	src_prepare(){
-		default
-	}
-fi
-
-src_configure(){
-	true
-}
-
-src_compile(){
-	cd "${S}"
-	emake INSTALL_ROOT="${D}" || die
-}
-
-src_install(){
-	insinto usr/share/licenses/${PN}
-	doins LICENSE
-
-	newbin pcm.x pcm
-	newbin pcm-numa.x pcm-numa
-	newbin pcm-latency.x pcm-latency
-	newbin pcm-power.x pcm-power
-	newbin pcm-sensor.x pcm-sensor
-	newbin pcm-msr.x pcm-msr
-	newbin pcm-memory.x pcm-memory
-	newbin pcm-tsx.x pcm-tsx
-	newbin pcm-pcie.x pcm-pcie
-	newbin pcm-core.x pcm-core
-	newbin pcm-iio.x pcm-iio
-	newbin pcm-lspci.x pcm-lspci
-	newbin pcm-pcicfg.x pcm-pcicfg
-
-	into usr/lib/${PN}
-	dolib.a libPCM.a
-}


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-02-03  1:59 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-05-26  1:00 [gentoo-commits] repo/user/ssnb:master commit in: sys-apps/pcm/ Samuel Bernardo
  -- strict thread matches above, loose matches on Subject: below --
2022-02-03  1:59 Samuel Bernardo
2019-05-26  1:19 Samuel Bernardo
2019-05-26  0:53 Samuel Bernardo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox