X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@mail.alpinelinux.org Received: from mail-qc0-f173.google.com (mail-qc0-f173.google.com [209.85.216.173]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id 79235DC01B4 for ; Fri, 18 Jan 2013 20:33:03 +0000 (UTC) Received: by mail-qc0-f173.google.com with SMTP id b12so2670447qca.18 for ; Fri, 18 Jan 2013 12:33:02 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:date:message-id:subject:from:to :content-type; bh=psNzFAHZjg30sRNQgzTsyrm95v6LIc5/nOpukbV00aE=; b=vWKXgZQv1UDl6KS9DYymLQdmJgXJIDKTXsvlZEU/GTqKV/w72m7NioOTWug7RB3v3q yKfpVtXVE71oXnF0CdQZLQQAluUa2WOSJse2YalPydxPZoC2GoX9FstIACy9jgG+pmxa 4qPFBt5wgLWDk8+UwOpVKBNP5ipQvoZAXr9so6gc3ENccGKkDDAm+awzoi7PLJtVz+KK P8/7Q+eu271Fal2HnHCbRr9/xHwOpYbKLM4pJoJoMMTgHDQbYWnaRxBbJh7rmel2cJx+ 9TYfePy1AWR/Q3wZS0pVnMCvE+djTFi76+2aFztQH5snF/aC591eYcFRpb3DySEmB271 AhMw== X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 X-Received: by 10.224.179.75 with SMTP id bp11mr10983731qab.22.1358541182617; Fri, 18 Jan 2013 12:33:02 -0800 (PST) Received: by 10.49.119.228 with HTTP; Fri, 18 Jan 2013 12:33:02 -0800 (PST) Date: Fri, 18 Jan 2013 22:33:02 +0200 Message-ID: Subject: [alpine-devel] testing/cfengine Patch for Patch, add coreutils as depency and fix a little error in patch From: Florian Heigl To: Alpine Development Content-Type: multipart/alternative; boundary=20cf302ef9069a46b904d3960488 --20cf302ef9069a46b904d3960488 Content-Type: text/plain; charset=ISO-8859-1 Hope the formatting works. If not, shoot me (not) commit 5f6cc4f9909eddbba8fad021dcb249a5e31ee618 Author: Florian Heigl Date: Fri Jan 18 20:28:32 2013 +0000 testing/cfengine: depend on coreutils for ps syntax and remove extra brace diff --git a/testing/cfengine/APKBUILD b/testing/cfengine/APKBUILD index 2af4a71..c1b5044 100644 --- a/testing/cfengine/APKBUILD +++ b/testing/cfengine/APKBUILD @@ -7,7 +7,7 @@ pkgdesc="CFEngine Configuration Management" url="http://cfengine.com/" arch="all" license="GPLv3" -depends="" +depends="coreutils" makedepends="tokyocabinet openssl-dev pcre-dev" #makedepends="openssl-dev pcre-dev" options="libtool" diff --git a/testing/cfengine/alpinelinux.patch b/testing/cfengine/alpinelinux. patch index 45c4994..3e0ace2 100644 --- a/testing/cfengine/alpinelinux.patch +++ b/testing/cfengine/alpinelinux.patch @@ -48,7 +48,7 @@ + package_name_convention => "$(name)-$(version)"; + package_add_command => "/sbin/apk add"; + package_delete_command => "/sbin/apk del"; -+} ++ + + } -- the purpose of libvirt is to provide an abstraction layer hiding all xen features added since 2006 until they were finally understood and copied by the kvm devs. --20cf302ef9069a46b904d3960488 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
Hope the formatting works. If not, shoot me (not)

=
commit 5f6cc4f9909eddbba8fad021dcb249a5e31ee618
Author: Flor= ian Heigl <fheigl@wartungsf= enster.de>
Date: =A0 Fri Jan 18 20:28:32 2013 +0000

=A0 = =A0 testing/cfengine: depend on coreutils for ps syntax and remove extra br= ace

diff --git a/testing/cfengine/APKBUILD b/testi= ng/cfengine/APKBUILD
index 2af4a71..c1b5044 100644
--- a/testing/cfengine/APKBUIL= D
+++ b/testing/cfengine/APKBUILD
@@ -7,7 +7,7 @@ pkgde= sc=3D"CFEngine Configuration Management"
=A0url=3D"= ;http://cfengine.com/"
=A0arch=3D"all"
=A0license=3D"GPLv3"
-depends=3D""
+depends=3D"coreutils"
=A0makedepends=3D"tokyocabinet openssl-dev pcre-dev"
=A0#makedepends=3D"openssl-dev pcre-dev"
=A0options=3D"libtool"
diff --git a/testing/cfengi= ne/alpinelinux.patch b/testing/cfengine/alpinelinux.
patch
<= div>index 45c4994..3e0ace2 100644
--- a/testing/cfengine/alpineli= nux.patch
+++ b/testing/cfengine/alpinelinux.patch
@@ -48,7 +48,7 @@
=A0+ package_name_convention =3D> "$(name)-$(version)"= ;;
=A0+ package_add_command =3D> "/sbin/apk add";
=A0+ package_delete_command =3D> "/sbin/apk del";
-+= }
++=A0
=A0+
=A0+
=A0 }
<= br>

--
the purpose of libvirt is to provide an abst= raction layer hiding all xen features added since 2006 until they were fina= lly understood and copied by the kvm devs. --20cf302ef9069a46b904d3960488-- --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---