[arch-commits] Commit in powertop/repos/community-x86_64 (4 files)

Jaroslav Lichtblau jlichtblau at archlinux.org
Mon Jul 6 12:44:24 UTC 2020


    Date: Monday, July 6, 2020 @ 12:44:23
  Author: jlichtblau
Revision: 657990

archrelease: copy trunk to community-x86_64

Added:
  powertop/repos/community-x86_64/PKGBUILD
    (from rev 657989, powertop/trunk/PKGBUILD)
  powertop/repos/community-x86_64/powertop.changelog
    (from rev 657989, powertop/trunk/powertop.changelog)
Deleted:
  powertop/repos/community-x86_64/PKGBUILD
  powertop/repos/community-x86_64/powertop.changelog

--------------------+
 PKGBUILD           |   65 +++++++++++++++++++---------------------
 powertop.changelog |   81 ++++++++++++++++++++++++++-------------------------
 2 files changed, 73 insertions(+), 73 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-07-06 12:43:56 UTC (rev 657989)
+++ PKGBUILD	2020-07-06 12:44:23 UTC (rev 657990)
@@ -1,34 +0,0 @@
-# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
-# Contributor: Alexander Fehr <pizzapunk gmail com>
-# Contributor: Xilon <xilonmu at gmail.com>
-
-pkgname=powertop
-pkgver=2.12
-pkgrel=1
-pkgdesc='A tool to diagnose issues with power consumption and power management'
-arch=('x86_64')
-url='https://01.org/powertop/'
-license=('GPL2')
-depends=('gcc-libs' 'libnl' 'ncurses' 'pciutils')
-makedepends=('autoconf-archive')
-optdepends=('xorg-xset: for the --calibrate function')
-changelog=$pkgname.changelog
-source=($pkgname-$pkgver.tar.gz::https://github.com/fenrus75/powertop/archive/v$pkgver.tar.gz)
-sha256sums=('35fbdbf2a02bf6f3558c013d83f4a0e96c2af9a29d0f764b843339f7c39bd1fb')
-
-build() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-# https://bugzilla.redhat.com/show_bug.cgi?id=1826935
-  autoreconf -fi || autoreconf -fi
-
-#   ./autogen.sh
-  ./configure --prefix=/usr --sbindir=/usr/bin
-  make
-}
-
-package() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: powertop/repos/community-x86_64/PKGBUILD (from rev 657989, powertop/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-07-06 12:44:23 UTC (rev 657990)
@@ -0,0 +1,31 @@
+# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
+# Contributor: Alexander Fehr <pizzapunk gmail com>
+# Contributor: Xilon <xilonmu at gmail.com>
+
+pkgname=powertop
+pkgver=2.13
+pkgrel=1
+pkgdesc='A tool to diagnose issues with power consumption and power management'
+arch=('x86_64')
+url='https://01.org/powertop/'
+license=('GPL2')
+depends=('gcc-libs' 'libnl' 'ncurses' 'pciutils')
+makedepends=('autoconf-archive')
+optdepends=('xorg-xset: for the --calibrate function')
+changelog=$pkgname.changelog
+source=($pkgname-$pkgver.tar.gz::https://github.com/fenrus75/powertop/archive/v$pkgver.tar.gz)
+sha256sums=('e490c82dbfa87c98430c16151081fbe86e6f45d8be3dd8c48b89e8868dda85a1')
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  ./autogen.sh
+  ./configure --prefix=/usr --sbindir=/usr/bin
+  make
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+}

Deleted: powertop.changelog
===================================================================
--- powertop.changelog	2020-07-06 12:43:56 UTC (rev 657989)
+++ powertop.changelog	2020-07-06 12:44:23 UTC (rev 657990)
@@ -1,39 +0,0 @@
-2020-05-09 Jaroslav Lichtblau <svetlemodry at archlinux.org>
-	* powertop 2.12-1
-
-2019-10-29 Jaroslav Lichtblau <svetlemodry at archlinux.org>
-	* powertop 2.11-1
-
-2018-01-06 Jaroslav Lichtblau <svetlemodry at archlinux.org>
-	* powertop 2.10-1
-
-2017-04-04 Jaroslav Lichtblau <svetlemodry at archlinux.org>
-	* powertop 2.9-1
-
-2015-11-10 Jaroslav Lichtblau <svetlemodry at archlinux.org>
-	* powertop 2.8-1
-
-2015-02-17 Jaroslav Lichtblau <svetlemodry at archlinux.org>
-	* powertop 2.7-2
-	* FS#43150 fix
-
-2014-11-30 Jaroslav Lichtblau <svetlemodry at archlinux.org>
-	* powertop 2.7-1
-
-2014-05-29 Jaroslav Lichtblau <svetlemodry at archlinux.org>
-	* powertop 2.6.1-1
-
-2013-03-23 Evangelos Foutras <evangelos at foutrelis.com>
-	* powertop 2.3-1
-
-2013-01-05 Jaroslav Lichtblau (Dragonlord) <svetlemodry at archlinux.org>
-	* powertop 2.2-1
-
-2012-10-28 Jaroslav Lichtblau (Dragonlord) <svetlemodry at archlinux.org>
-	* powertop 2.1.1-1
-
-2012-08-22 Sébastien Luttringer (seblu) <seblu at aur.archlinux.org>
-	* powertop 2.1-1
-
-2012-05-12 Jaroslav Lichtblau (Dragonlord) <svetlemodry at archlinux.org>
-	* powertop 2.0-1

Copied: powertop/repos/community-x86_64/powertop.changelog (from rev 657989, powertop/trunk/powertop.changelog)
===================================================================
--- powertop.changelog	                        (rev 0)
+++ powertop.changelog	2020-07-06 12:44:23 UTC (rev 657990)
@@ -0,0 +1,42 @@
+2020-07-06 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* powertop 2.13-1
+
+2020-05-09 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* powertop 2.12-1
+
+2019-10-29 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* powertop 2.11-1
+
+2018-01-06 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* powertop 2.10-1
+
+2017-04-04 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* powertop 2.9-1
+
+2015-11-10 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* powertop 2.8-1
+
+2015-02-17 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* powertop 2.7-2
+	* FS#43150 fix
+
+2014-11-30 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* powertop 2.7-1
+
+2014-05-29 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* powertop 2.6.1-1
+
+2013-03-23 Evangelos Foutras <evangelos at foutrelis.com>
+	* powertop 2.3-1
+
+2013-01-05 Jaroslav Lichtblau (Dragonlord) <svetlemodry at archlinux.org>
+	* powertop 2.2-1
+
+2012-10-28 Jaroslav Lichtblau (Dragonlord) <svetlemodry at archlinux.org>
+	* powertop 2.1.1-1
+
+2012-08-22 Sébastien Luttringer (seblu) <seblu at aur.archlinux.org>
+	* powertop 2.1-1
+
+2012-05-12 Jaroslav Lichtblau (Dragonlord) <svetlemodry at archlinux.org>
+	* powertop 2.0-1



More information about the arch-commits mailing list