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 684B3138A1C for ; Fri, 3 Apr 2015 23:58:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F325DE0965; Fri, 3 Apr 2015 23:58:41 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 86A9DE0965 for ; Fri, 3 Apr 2015 23:58:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8FA613408E5 for ; Fri, 3 Apr 2015 23:58:40 +0000 (UTC) Received: by oystercatcher.gentoo.org (Postfix, from userid 2276) id 6277115279; Fri, 3 Apr 2015 23:58:35 +0000 (UTC) From: "Andreas HAttel (dilfridge)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, dilfridge@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in mail-client/novell-groupwise-client: novell-groupwise-client-8.0.2.96933.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: novell-groupwise-client-8.0.2.96933.ebuild ChangeLog X-VCS-Directories: mail-client/novell-groupwise-client X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas HAttel Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20150403235836.6277115279@oystercatcher.gentoo.org> Date: Fri, 3 Apr 2015 23:58:35 +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: 7ba96227-55a6-47e6-887b-8e62b0ab702d X-Archives-Hash: 40e5348a20b466a78a1153958dad55f7 dilfridge 15/04/03 23:58:35 Modified: novell-groupwise-client-8.0.2.96933.ebuild ChangeLog Log: Fix S setting, otherwise it doesnt unpack (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0B08240A96F66571) Revision Changes Path 1.6 mail-client/novell-groupwise-client/novell-groupwise-client-8.0.2.96933.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/novell-groupwise-client/novell-groupwise-client-8.0.2.96933.ebuild?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/novell-groupwise-client/novell-groupwise-client-8.0.2.96933.ebuild?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/novell-groupwise-client/novell-groupwise-client-8.0.2.96933.ebuild?r1=1.5&r2=1.6 Index: novell-groupwise-client-8.0.2.96933.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/mail-client/novell-groupwise-client/novell-groupwise-client-8.0.2.96933.ebuild,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- novell-groupwise-client-8.0.2.96933.ebuild 3 Apr 2015 23:39:21 -0000 1.5 +++ novell-groupwise-client-8.0.2.96933.ebuild 3 Apr 2015 23:58:35 -0000 1.6 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/novell-groupwise-client/novell-groupwise-client-8.0.2.96933.ebuild,v 1.5 2015/04/03 23:39:21 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/novell-groupwise-client/novell-groupwise-client-8.0.2.96933.ebuild,v 1.6 2015/04/03 23:58:35 dilfridge Exp $ EAPI=5 @@ -8,6 +8,7 @@ MY_PV=$(replace_version_separator 3 '-') MY_P="${P/_p/-}" +S="${WORKDIR}/${PN}-${MY_PV}" DESCRIPTION="Novell Groupwise Client for Linux" HOMEPAGE="http://www.novell.com/products/groupwise/" 1.6 mail-client/novell-groupwise-client/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/novell-groupwise-client/ChangeLog?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/novell-groupwise-client/ChangeLog?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/novell-groupwise-client/ChangeLog?r1=1.5&r2=1.6 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/mail-client/novell-groupwise-client/ChangeLog,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- ChangeLog 3 Apr 2015 23:39:21 -0000 1.5 +++ ChangeLog 3 Apr 2015 23:58:35 -0000 1.6 @@ -1,6 +1,10 @@ # ChangeLog for mail-client/novell-groupwise-client # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/novell-groupwise-client/ChangeLog,v 1.5 2015/04/03 23:39:21 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/novell-groupwise-client/ChangeLog,v 1.6 2015/04/03 23:58:35 dilfridge Exp $ + + 03 Apr 2015; Andreas K. Huettel + novell-groupwise-client-8.0.2.96933.ebuild: + Fix S setting, otherwise it doesnt unpack 03 Apr 2015; Andreas K. Huettel novell-groupwise-client-8.0.2.96933.ebuild: