From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 8E012138200 for ; Tue, 6 Nov 2012 21:18:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 130F8E062C; Tue, 6 Nov 2012 21:18:18 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 5CCE6E062C for ; Tue, 6 Nov 2012 21:18:18 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A134C33DB05 for ; Tue, 6 Nov 2012 21:18:17 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 3B4D9E544D for ; Tue, 6 Nov 2012 21:18:16 +0000 (UTC) From: "Michael Weber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Weber" Message-ID: <1352236638.ceec8cbb596b72a7b5e29e651a9bd2e7265024e8.xmw@gentoo> Subject: [gentoo-commits] dev/xmw:master commit in: media-sound/sndio/ X-VCS-Repository: dev/xmw X-VCS-Files: media-sound/sndio/ChangeLog media-sound/sndio/sndio-9999.ebuild X-VCS-Directories: media-sound/sndio/ X-VCS-Committer: xmw X-VCS-Committer-Name: Michael Weber X-VCS-Revision: ceec8cbb596b72a7b5e29e651a9bd2e7265024e8 X-VCS-Branch: master Date: Tue, 6 Nov 2012 21:18:16 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: ca05335e-1e64-4417-ae17-5e9621c972de X-Archives-Hash: 3fd9f4b1919598b5261cc5c4aa635b0f commit: ceec8cbb596b72a7b5e29e651a9bd2e7265024e8 Author: Michael Weber gentoo org> AuthorDate: Tue Nov 6 21:17:18 2012 +0000 Commit: Michael Weber gentoo org> CommitDate: Tue Nov 6 21:17:18 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=dev/xmw.git;a=commit;h=ceec8cbb media-sound/sndio: Update live build Package-Manager: portage-2.1.11.31 Manifest-Sign-Key: 62EEF090 --- media-sound/sndio/ChangeLog | 3 +++ media-sound/sndio/sndio-9999.ebuild | 4 +--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/media-sound/sndio/ChangeLog b/media-sound/sndio/ChangeLog index 415dbb5..34d6d0e 100644 --- a/media-sound/sndio/ChangeLog +++ b/media-sound/sndio/ChangeLog @@ -2,6 +2,9 @@ # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 06 Nov 2012; Michael Weber sndio-9999.ebuild: + Update live build + 25 Sep 2012; Michael Weber sndio-0_p20120925.ebuild, sndio-9999.ebuild, +files/confd, +files/initd: Add openrc service scripts diff --git a/media-sound/sndio/sndio-9999.ebuild b/media-sound/sndio/sndio-9999.ebuild index 8268dbf..57dd19d 100644 --- a/media-sound/sndio/sndio-9999.ebuild +++ b/media-sound/sndio/sndio-9999.ebuild @@ -32,8 +32,6 @@ pkg_setup() { src_prepare() { epatch "${FILESDIR}"/${PN}-0_p20120925-configure.patch - epatch "${FILESDIR}"/${PN}-0_p20120925-username.patch - epatch "${FILESDIR}"/${PN}-0_p20120925-syntax.patch } src_configure() { @@ -51,5 +49,5 @@ src_install() { } pkg_postinst() { - enewuser ${PN} -1 -1 /var/lib/${PN} audio + enewuser ${PN}d -1 -1 /var/lib/${PN} audio }