]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Fix merge error.
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 1 May 2011 13:47:09 +0000 (15:47 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 1 May 2011 13:47:09 +0000 (15:47 +0200)
pkgs/core/systemd/systemd-no-manpages.patch [deleted file]
pkgs/core/systemd/systemd.nm [deleted file]
pkgs/libcgroup/libcgroup.nm [moved from pkgs/core/libcgroup/libcgroup.nm with 100% similarity]
pkgs/vala/vala.nm [moved from pkgs/core/vala/vala.nm with 100% similarity]

diff --git a/pkgs/core/systemd/systemd-no-manpages.patch b/pkgs/core/systemd/systemd-no-manpages.patch
deleted file mode 100644 (file)
index a185fde..0000000
+++ /dev/null
@@ -1,31 +0,0 @@
-diff -Nur a/Makefile b/Makefile
---- a/Makefile 2010-11-19 13:26:11.000000000 +0100
-+++ b/Makefile 2010-11-19 13:27:31.000000000 +0100
-@@ -525,11 +525,11 @@
- man/init.1: man/systemd.1
- dist_man_MANS = \
--      $(MANPAGES) \
--      $(MANPAGES_ALIAS)
-+#     $(MANPAGES) \
-+#     $(MANPAGES_ALIAS)
- nodist_man_MANS = \
--      man/systemd.special.7
-+#     man/systemd.special.7
- XML_FILES = \
-       ${patsubst %.1,%.xml,${patsubst %.3,%.xml,${patsubst %.5,%.xml,${patsubst %.7,%.xml,${patsubst %.8,%.xml,$(MANPAGES)}}}}}
-@@ -538,10 +538,10 @@
-       ${patsubst %.1,%.xml.in,${patsubst %.3,%.xml.in,${patsubst %.5,%.xml.in,${patsubst %.7,%.xml.in,${patsubst %.8,%.xml.in,$(nodist_man_MANS)}}}}}
- dist_noinst_DATA = \
--      ${XML_FILES:.xml=.html}
-+#     ${XML_FILES:.xml=.html}
- nodist_noinst_DATA = \
--      ${XML_IN_FILES:.xml.in=.html}
-+#     ${XML_IN_FILES:.xml.in=.html}
- EXTRA_DIST += \
-       $(XML_FILES) \
diff --git a/pkgs/core/systemd/systemd.nm b/pkgs/core/systemd/systemd.nm
deleted file mode 100644 (file)
index aa4c9c1..0000000
+++ /dev/null
@@ -1,61 +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       = systemd
-PKG_VER        = 13
-PKG_REL        = 0
-
-PKG_MAINTAINER = Stefan Schantl <stefan.schantl@ipfire.org>
-PKG_GROUP      = System/Base
-PKG_URL        = http://www.freedesktop.org/wiki/Software/systemd
-PKG_LICENSE    = GPLv2+
-PKG_SUMMARY    = systemd is a System and Session Manager.
-
-PKG_BUILD_DEPS+= autoconf automake dbus-devel dbus-glib-devel \
-       libcap-devel libcgroup-devel libudev-devel libtool \
-       pkg-config vala vala-devel
-
-define PKG_DESCRIPTION
-       systemd is a replacement of the old sysvinit and provides also \
-       a Session Manager for it's started services.
-endef
-
-PKG_TARBALL    = $(THISAPP).tar.bz2
-
-define STAGE_PREPARE_CMDS
-       cd $(DIR_APP) && ./autogen.sh ac
-endef
-
-define STAGE_CONFIGURE_CMDS
-       cd $(DIR_APP) && patch -Np1 -i $(DIR_SOURCE)/*.patch
-endef
-
-CONFIGURE_OPTIONS += \
-       --sbindir=/sbin \
-       --sysconfdir=/etc \
-       --libexecdir=/usr/lib \
-       --disable-gtk \
-       --with-distro=other
similarity index 100%
rename from pkgs/core/vala/vala.nm
rename to pkgs/vala/vala.nm