[arch-commits] Commit in bootchart/repos (8 files)

2012-08-27 Thread Tom Gundersen
Date: Monday, August 27, 2012 @ 03:53:46
  Author: tomegun
Revision: 165599

db-move: moved bootchart from [testing] to [extra] (i686, x86_64)

Added:
  bootchart/repos/extra-i686/PKGBUILD
(from rev 165598, bootchart/repos/testing-i686/PKGBUILD)
  bootchart/repos/extra-x86_64/PKGBUILD
(from rev 165598, bootchart/repos/testing-x86_64/PKGBUILD)
Deleted:
  bootchart/repos/extra-i686/PKGBUILD
  bootchart/repos/extra-i686/README.patch
  bootchart/repos/extra-x86_64/PKGBUILD
  bootchart/repos/extra-x86_64/README.patch
  bootchart/repos/testing-i686/
  bootchart/repos/testing-x86_64/

---+
 extra-i686/PKGBUILD   |   50 ++--
 extra-i686/README.patch   |   25 --
 extra-x86_64/PKGBUILD |   50 ++--
 extra-x86_64/README.patch |   25 --
 4 files changed, 50 insertions(+), 100 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-08-26 21:02:35 UTC (rev 165598)
+++ extra-i686/PKGBUILD 2012-08-27 07:53:46 UTC (rev 165599)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Tom Gundersen 
-pkgname="bootchart"
-pkgver=1.18
-pkgrel=1
-pkgdesc="A 'startup' graphing tool"
-url="https://meego.gitorious.org/meego-developer-tools/bootchart";
-license=('GPL2')
-arch=(i686 x86_64)
-depends=('glibc')
-source=("http://foo-projects.org/~sofar/${pkgname}/${pkgname}-${pkgver}.tar.gz";)
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  ./configure --prefix=/usr --sbindir=/usr/bin
- 
-   make
-}
-
-package() {
-  cd "$srcdir/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}
-md5sums=('55a29d62efe0579710b7e502b41a109b')

Copied: bootchart/repos/extra-i686/PKGBUILD (from rev 165598, 
bootchart/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-08-27 07:53:46 UTC (rev 165599)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Tom Gundersen 
+pkgname="bootchart"
+pkgver=1.20
+pkgrel=1
+pkgdesc="A 'startup' graphing tool"
+url="https://github.com/sofar/bootchart";
+license=('GPL2')
+arch=(i686 x86_64)
+depends=('glibc')
+source=("http://foo-projects.org/~sofar/${pkgname}/${pkgname}-${pkgver}.tar.gz";)
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr --sbindir=/usr/bin
+ 
+   make
+}
+
+package() {
+  cd "$srcdir/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}
+md5sums=('071c67856a2b16e1a9e93a058de3eb65')

Deleted: extra-i686/README.patch
===
--- extra-i686/README.patch 2012-08-26 21:02:35 UTC (rev 165598)
+++ extra-i686/README.patch 2012-08-27 07:53:46 UTC (rev 165599)
@@ -1,25 +0,0 @@
-From 4d34b379411f781a494b4775260d550ff61e22e4 Mon Sep 17 00:00:00 2001
-From: Tom Gundersen 
-Date: Fri, 16 Mar 2012 01:34:10 +0100
-Subject: [PATCH] README: point to the correct location of the binary
-

- README   |2 +-
- 1 file changed, 1 insertions(+), 1 deletions(-)
-
-diff --git a/README b/README
-index fa1d730..1906abb 100644
 a/README
-+++ b/README
-@@ -6,7 +6,7 @@ Bootchart - a 'startup' graphing tool
- Bootchart is a tool, usually run at system startup, that collects and graphs
- the CPU and disk load of the system as it works. The output of bootchart is
- an SVG graph. Normally, bootchart is invoked as `bootchartd` by the kernel
--by passing "init=/sbin/bootchartd" to the kernel. Bootchart will then fork
-+by passing "init=/usr/bin/bootchartd" to the kernel. Bootchart will then fork
- init off to resume normal system startup, while monitoring and logging
- startup information in the background.
- 
--- 
-1.7.9.5
-

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-08-26 21:02:35 UTC (rev 165598)
+++ extra-x86_64/PKGBUILD   2012-08-27 07:53:46 UTC (rev 165599)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Tom Gundersen 
-pkgname="bootchart"
-pkgver=1.18
-pkgrel=1
-pkgdesc="A 'startup' graphing tool"
-url="https://meego.gitorious.org/meego-developer-tools/bootchart";
-license=('GPL2')
-arch=(i686 x86_64)
-depends=('glibc')
-source=("http://foo-projects.org/~sofar/${pkgname}/${pkgname}-${pkgver}.tar.gz";)
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  ./configure --prefix=/usr --sbindir=/usr/bin
- 
-   make
-}
-
-package() {
-  cd "$srcdir/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}
-md5sums=('55a29d62efe0579710b7e502b41a109b')

Copied: bootchart/repos/extra-x86_64/PKGBUILD (from rev 165598, 
bootchart/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-08-27 07:53:46 UTC (rev 165599)
@@ -0,0 +1,25 @@

[arch-commits] Commit in bootchart/repos (8 files)

2012-06-19 Thread Tom Gundersen
Date: Tuesday, June 19, 2012 @ 08:43:38
  Author: tomegun
Revision: 162073

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  bootchart/repos/extra-i686/PKGBUILD
(from rev 162072, bootchart/trunk/PKGBUILD)
  bootchart/repos/extra-i686/README.patch
(from rev 162072, bootchart/trunk/README.patch)
  bootchart/repos/extra-x86_64/PKGBUILD
(from rev 162072, bootchart/trunk/PKGBUILD)
  bootchart/repos/extra-x86_64/README.patch
(from rev 162072, bootchart/trunk/README.patch)
Deleted:
  bootchart/repos/extra-i686/PKGBUILD
  bootchart/repos/extra-i686/build.patch
  bootchart/repos/extra-x86_64/PKGBUILD
  bootchart/repos/extra-x86_64/build.patch

---+
 extra-i686/PKGBUILD   |   52 +---
 extra-i686/README.patch   |   25 +
 extra-i686/build.patch|   50 --
 extra-x86_64/PKGBUILD |   52 +---
 extra-x86_64/README.patch |   25 +
 extra-x86_64/build.patch  |   50 --
 6 files changed, 100 insertions(+), 154 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-06-19 12:43:13 UTC (rev 162072)
+++ extra-i686/PKGBUILD 2012-06-19 12:43:38 UTC (rev 162073)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Tom Gundersen 
-pkgname="bootchart"
-pkgver=1.16
-pkgrel=1
-pkgdesc="A 'startup' graphing tool"
-url="https://meego.gitorious.org/meego-developer-tools/bootchart";
-license=('GPL2')
-arch=(i686 x86_64)
-depends=('glibc')
-source=("http://foo-projects.org/~sofar/${pkgname}/${pkgname}-${pkgver}.tar.gz";
-   'build.patch')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  patch -p1 -i ../build.patch
-
-  make
-}
-
-package() {
-  cd "$srcdir/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}
-md5sums=('d563854bdbf0f0de821406881164a607'
- '381f1375d5563ced806a5bbe7b2efd8e')

Copied: bootchart/repos/extra-i686/PKGBUILD (from rev 162072, 
bootchart/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-06-19 12:43:38 UTC (rev 162073)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Tom Gundersen 
+pkgname="bootchart"
+pkgver=1.18
+pkgrel=1
+pkgdesc="A 'startup' graphing tool"
+url="https://meego.gitorious.org/meego-developer-tools/bootchart";
+license=('GPL2')
+arch=(i686 x86_64)
+depends=('glibc')
+source=("http://foo-projects.org/~sofar/${pkgname}/${pkgname}-${pkgver}.tar.gz";)
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr --sbindir=/usr/bin
+ 
+   make
+}
+
+package() {
+  cd "$srcdir/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}
+md5sums=('55a29d62efe0579710b7e502b41a109b')

Copied: bootchart/repos/extra-i686/README.patch (from rev 162072, 
bootchart/trunk/README.patch)
===
--- extra-i686/README.patch (rev 0)
+++ extra-i686/README.patch 2012-06-19 12:43:38 UTC (rev 162073)
@@ -0,0 +1,25 @@
+From 4d34b379411f781a494b4775260d550ff61e22e4 Mon Sep 17 00:00:00 2001
+From: Tom Gundersen 
+Date: Fri, 16 Mar 2012 01:34:10 +0100
+Subject: [PATCH] README: point to the correct location of the binary
+
+---
+ README   |2 +-
+ 1 file changed, 1 insertions(+), 1 deletions(-)
+
+diff --git a/README b/README
+index fa1d730..1906abb 100644
+--- a/README
 b/README
+@@ -6,7 +6,7 @@ Bootchart - a 'startup' graphing tool
+ Bootchart is a tool, usually run at system startup, that collects and graphs
+ the CPU and disk load of the system as it works. The output of bootchart is
+ an SVG graph. Normally, bootchart is invoked as `bootchartd` by the kernel
+-by passing "init=/sbin/bootchartd" to the kernel. Bootchart will then fork
++by passing "init=/usr/bin/bootchartd" to the kernel. Bootchart will then fork
+ init off to resume normal system startup, while monitoring and logging
+ startup information in the background.
+ 
+-- 
+1.7.9.5
+

Deleted: extra-i686/build.patch
===
--- extra-i686/build.patch  2012-06-19 12:43:13 UTC (rev 162072)
+++ extra-i686/build.patch  2012-06-19 12:43:38 UTC (rev 162073)
@@ -1,50 +0,0 @@
-From 4d34b379411f781a494b4775260d550ff61e22e4 Mon Sep 17 00:00:00 2001
-From: Tom Gundersen 
-Date: Fri, 16 Mar 2012 01:34:10 +0100
-Subject: [PATCH] Makefile: move binary and avoid empty dirs
-
-Install to /usr/bin by default, and don't install an empty /etc.
-
-v2: Adjust README to reflect the change.

- Makefile |   10 --
- README   |2 +-
- 2 files changed, 5 insertions(+), 7 deletions(-)
-
-diff --git a/Makefile b/Makefile
-index 2150ed3..ae432fa 100644
 a/Makefile
-+++ b/Makefile
-@@ -6,12 +6,10 @@ CC := gcc
- all: bootcha

[arch-commits] Commit in bootchart/repos (8 files)

2012-03-31 Thread Tom Gundersen
Date: Saturday, March 31, 2012 @ 10:17:08
  Author: tomegun
Revision: 154945

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  bootchart/repos/extra-i686/PKGBUILD
(from rev 154944, bootchart/trunk/PKGBUILD)
  bootchart/repos/extra-i686/build.patch
(from rev 154944, bootchart/trunk/build.patch)
  bootchart/repos/extra-x86_64/PKGBUILD
(from rev 154944, bootchart/trunk/PKGBUILD)
  bootchart/repos/extra-x86_64/build.patch
(from rev 154944, bootchart/trunk/build.patch)
Deleted:
  bootchart/repos/extra-i686/PKGBUILD
  bootchart/repos/extra-i686/build.patch
  bootchart/repos/extra-x86_64/PKGBUILD
  bootchart/repos/extra-x86_64/build.patch

--+
 extra-i686/PKGBUILD  |   54 ++--
 extra-i686/build.patch   |   84 ++---
 extra-x86_64/PKGBUILD|   54 ++--
 extra-x86_64/build.patch |   84 ++---
 4 files changed, 154 insertions(+), 122 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-03-31 14:16:44 UTC (rev 154944)
+++ extra-i686/PKGBUILD 2012-03-31 14:17:08 UTC (rev 154945)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Tom Gundersen 
-pkgname="bootchart"
-pkgver=1.15
-pkgrel=1
-pkgdesc="a 'startup' graphing tool"
-url="https://meego.gitorious.org/meego-developer-tools/bootchart";
-license=('GPL2')
-arch=(i686 x86_64)
-depends=('glibc')
-source=("http://foo-projects.org/~sofar/${pkgname}/${pkgname}-${pkgver}.tar.gz";
-   'build.patch')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  patch -p1 -i ../build.patch
-
-  make
-}
-
-package() {
-  cd "$srcdir/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}
-md5sums=('e24cad9db140521fca5193a88589e669'
- '5546709bc77b775290cb54a29affa6ec')

Copied: bootchart/repos/extra-i686/PKGBUILD (from rev 154944, 
bootchart/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-03-31 14:17:08 UTC (rev 154945)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Tom Gundersen 
+pkgname="bootchart"
+pkgver=1.16
+pkgrel=1
+pkgdesc="A 'startup' graphing tool"
+url="https://meego.gitorious.org/meego-developer-tools/bootchart";
+license=('GPL2')
+arch=(i686 x86_64)
+depends=('glibc')
+source=("http://foo-projects.org/~sofar/${pkgname}/${pkgname}-${pkgver}.tar.gz";
+   'build.patch')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  patch -p1 -i ../build.patch
+
+  make
+}
+
+package() {
+  cd "$srcdir/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}
+md5sums=('d563854bdbf0f0de821406881164a607'
+ '381f1375d5563ced806a5bbe7b2efd8e')

Deleted: extra-i686/build.patch
===
--- extra-i686/build.patch  2012-03-31 14:16:44 UTC (rev 154944)
+++ extra-i686/build.patch  2012-03-31 14:17:08 UTC (rev 154945)
@@ -1,34 +0,0 @@
-From 4fe62e6b4c072676d246be02ba92a1df3a9d0feb Mon Sep 17 00:00:00 2001
-From: Tom Gundersen 
-Date: Fri, 16 Mar 2012 01:34:10 +0100
-Subject: [PATCH] Makefile: move binary and avoid empty dirs
-
-Install to /usr/bin by default, and don't install an empty /etc.

- Makefile |   10 --
- 1 file changed, 4 insertions(+), 6 deletions(-)
-
-diff --git a/Makefile b/Makefile
-index 566a848..c017509 100644
 a/Makefile
-+++ b/Makefile
-@@ -6,12 +6,10 @@ CC := gcc
- all: bootchartd
- 
- install: bootchartd
--  mkdir -p $(DESTDIR)/sbin
--  mkdir -p $(DESTDIR)/etc
--  mkdir -p $(DESTDIR)/usr/share/doc/bootchart/
--  install -m0755 bootchartd $(DESTDIR)/sbin/
--  install -m0644 bootchartd.conf.example 
$(DESTDIR)/usr/share/doc/bootchart/
--  install -m0644 README COPYING $(DESTDIR)/usr/share/doc/bootchart/
-+  install -d $(DESTDIR)/usr/bin
-+  install -d $(DESTDIR)/usr/share/doc/bootchart
-+  install -m0755 bootchartd $(DESTDIR)/usr/bin/
-+  install -m0644 README COPYING bootchartd.conf.example 
$(DESTDIR)/usr/share/doc/bootchart/
- 
- OBJS := log.o svg.o bootchart.o
- 
--- 
-1.7.9.4
-

Copied: bootchart/repos/extra-i686/build.patch (from rev 154944, 
bootchart/trunk/build.patch)
===
--- extra-i686/build.patch  (rev 0)
+++ extra-i686/build.patch  2012-03-31 14:17:08 UTC (rev 154945)
@@ -0,0 +1,50 @@
+From 4d34b379411f781a494b4775260d550ff61e22e4 Mon Sep 17 00:00:00 2001
+From: Tom Gundersen 
+Date: Fri, 16 Mar 2012 01:34:10 +0100
+Subject: [PATCH] Makefile: move binary and avoid empty dirs
+
+Install to /usr/bin by default, and don't install an empty /etc.
+
+v2: Adjust README to reflect the change.
+---
+ Makefile |   10 --
+ README   |2 +-
+ 2 files changed, 5 insertions(+), 7 deletions(-)
+
+diff --git a/Makefile b/Makefile
+index 2150