Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=61529c3192fa414653d15530f825f6d985d86682

commit 61529c3192fa414653d15530f825f6d985d86682
Author: kikadf <kikadf...@gmail.com>
Date:   Fri Aug 19 16:14:14 2011 +0200

bootchart-0.9-1-i686

* Replaced by bootchart2

diff --git a/source/apps-extra/bootchart/00-bootchart-0.8-frugalware.patch 
b/source/apps-extra/bootchart/00-bootchart-0.8-frugalware.patch
deleted file mode 100644
index 8313201..0000000
--- a/source/apps-extra/bootchart/00-bootchart-0.8-frugalware.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -Naur bootchart-0.8.orig/script/bootchartd bootchart-0.8/script/bootchartd
---- bootchart-0.8.orig/script/bootchartd       2005-02-08 23:31:01.000000000 
+0100
-+++ bootchart-0.8/script/bootchartd    2005-07-20 20:28:06.869742256 +0200
-@@ -183,6 +183,8 @@
-               echo "system.release = $( /bin/sed q /etc/gentoo-release )" >> 
"$HEADER"
-       elif [ -f /etc/SuSE-release ]; then
-               echo "system.release = $( /bin/sed q /etc/SuSE-release )" >> 
"$HEADER"
-+      elif [ -f /etc/frugalware-release ]; then
-+              echo "system.release = $( /bin/sed q /etc/frugalware-release )" 
>> "$HEADER"
-       else
-               echo "system.release = $( /bin/sed 's/\\.//g;q' /etc/issue )" 
>> "$HEADER"
-       fi
diff --git a/source/apps-extra/bootchart/FrugalBuild 
b/source/apps-extra/bootchart/FrugalBuild
deleted file mode 100644
index 1a0094e..0000000
--- a/source/apps-extra/bootchart/FrugalBuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Compiling time: 0.01 SBU
-# Maintainer: Krisztian VASAS <i...@frugalware.org>
-
-pkgname=bootchart
-pkgver=0.9
-pkgrel=1
-pkgdesc="A tool for performance analysis and visualization of the boot process"
-depends=('sysvinit')
-groups=('apps-extra')
-archs=('i686' 'x86_64')
-_F_sourceforge_ext=".tar.bz2"
-Finclude sourceforge
-url="http://www.bootchart.org/";
-sha1sums=('3e74e4844e0616c5c6514f8152262638f36d72ac')
-
-build()
-{
-       Fcd $pkgname-$pkgver/script
-       Fsed '/bin/sleep' '/usr/bin/sleep' bootchartd
-       Fsed '/bin/sed' '/usr/bin/sed' bootchartd
-       Fexerel bootchartd /sbin/bootchartd
-       Ffilerel bootchartd.conf /etc/bootchartd.conf
-}
-
diff --git a/source/apps-extra/bootchart/bootchart.install 
b/source/apps-extra/bootchart/bootchart.install
deleted file mode 100644
index ba93613..0000000
--- a/source/apps-extra/bootchart/bootchart.install
+++ /dev/null
@@ -1,18 +0,0 @@
-post_install() {
-       mkdir -p /mnt/bootchartd
-}
-
-post_upgrade() {
-       post_install
-}
-
-post_remove() {
-       rm -rf /mnt/bootchartd
-}
-
-op=$1
-shift
-
-$op $*
-
-# vim: ft=sh
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to