This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 3.x development tree".
The branch, master has been updated via 1b4fd15a1f06918ff00ebd7c37599a6b8f8f2d3c (commit) via c8d45ec4653850518ef81c70785a58b72f148c8e (commit) from 2da87bd58e78a09ce8d6423e3ab19a6a87c879ab (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit 1b4fd15a1f06918ff00ebd7c37599a6b8f8f2d3c Author: Michael Tremer michael.tremer@ipfire.org Date: Sat Jun 11 21:30:49 2011 +0200
libuser: Update to 0.57.1.
commit c8d45ec4653850518ef81c70785a58b72f148c8e Author: Michael Tremer michael.tremer@ipfire.org Date: Sat Jun 11 19:51:48 2011 +0200
Remove bootchart2.
Systemd comes with the same functionality.
-----------------------------------------------------------------------
Summary of changes: pkgs/bootchart2/bootchart2.nm | 50 ----------------------------------------- pkgs/libuser/libuser.nm | 4 +- 2 files changed, 2 insertions(+), 52 deletions(-) delete mode 100644 pkgs/bootchart2/bootchart2.nm
Difference in files: diff --git a/pkgs/bootchart2/bootchart2.nm b/pkgs/bootchart2/bootchart2.nm deleted file mode 100644 index 69a0316..0000000 --- a/pkgs/bootchart2/bootchart2.nm +++ /dev/null @@ -1,50 +0,0 @@ -############################################################################### -# # -# IPFire.org - A linux based firewall # -# Copyright (C) 2007, 2008 Michael Tremer & Christian Schmidt # -# # -# This program is free software: you can redistribute it and/or modify # -# it under the terms of the GNU General Public License as published by # -# the Free Software Foundation, either version 3 of the License, or # -# (at your option) any later version. # -# # -# This program is distributed in the hope that it will be useful, # -# but WITHOUT ANY WARRANTY; without even the implied warranty of # -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # -# GNU General Public License for more details. # -# # -# You should have received a copy of the GNU General Public License # -# along with this program. If not, see http://www.gnu.org/licenses/. # -# # -############################################################################### - -############################################################################### -# Definitions -############################################################################### - -include $(PKGROOT)/Include - -PKG_NAME = bootchart2 -PKG_VER = 0.12.2 -PKG_REL = 0 - -PKG_MAINTAINER = -PKG_GROUPS = System/Statistics -PKG_URL = http://github.com/mmeeks/bootchart -PKG_LICENSE = GPLv2 -PKG_SUMMARY = Graphs the boot process. - -define PKG_DESCRIPTION - Graphs the boot process of the system and lets the user see what \ - consumes the most time and cpu power or I/O performance. -endef - -PKG_TARBALL = $(THISAPP).tar.bz2 - -define STAGE_BUILD - cd $(DIR_APP) && make CFLAGS="$(CFLAGS)" $(PARALLELISMFLAGS) -endef - -define STAGE_INSTALL - cd $(DIR_APP) && make install-collector DESTDIR=$(BUILDROOT) -endef diff --git a/pkgs/libuser/libuser.nm b/pkgs/libuser/libuser.nm index 5d8e65b..a5bd8e9 100644 --- a/pkgs/libuser/libuser.nm +++ b/pkgs/libuser/libuser.nm @@ -25,7 +25,7 @@ include $(PKGROOT)/Include
PKG_NAME = libuser -PKG_VER = 0.56.9 +PKG_VER = 0.57.1 PKG_REL = 1
PKG_MAINTAINER = @@ -43,7 +43,7 @@ define PKG_DESCRIPTION library uses pluggable back-ends to interface to its data sources. endef
-PKG_TARBALL = $(THISAPP).tar.bz2 +PKG_TARBALL = $(THISAPP).tar.xz
PKG_PACKAGES += $(PKG_NAME)-devel
hooks/post-receive -- IPFire 3.x development tree