From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1RJ86O-0005GJ-BE for garchives@archives.gentoo.org; Wed, 26 Oct 2011 18:21:24 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 073DC21C23A; Wed, 26 Oct 2011 18:21:11 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id C844A21C23A for ; Wed, 26 Oct 2011 18:21:11 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4A0B91B4018 for ; Wed, 26 Oct 2011 18:21:11 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id B51D080042 for ; Wed, 26 Oct 2011 18:21:10 +0000 (UTC) From: "Alexey Shvetsov" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexey Shvetsov" Message-ID: <94498951d7012bbde24d8c45b8b36abb06588337.alexxy@gentoo> Subject: [gentoo-commits] dev/alexxy:master commit in: net-nds/gosa-core/ X-VCS-Repository: dev/alexxy X-VCS-Files: net-nds/gosa-core/gosa-core-2.7.1.ebuild X-VCS-Directories: net-nds/gosa-core/ X-VCS-Committer: alexxy X-VCS-Committer-Name: Alexey Shvetsov X-VCS-Revision: 94498951d7012bbde24d8c45b8b36abb06588337 Date: Wed, 26 Oct 2011 18:21:10 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 6099564f7c6810751d44d0ec0cc68b07 commit: 94498951d7012bbde24d8c45b8b36abb06588337 Author: Alexey Shvetsov gentoo org> AuthorDate: Wed Oct 26 18:19:14 2011 +0000 Commit: Alexey Shvetsov gentoo org> CommitDate: Wed Oct 26 18:19:14 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Ddev/alexxy.git;a=3D= commit;h=3D94498951 [net-nds/gosa-core] Drop unnneded patch (Portage version: 2.2.0_alpha71/git/Linux x86_64, unsigned Manifest commi= t) --- net-nds/gosa-core/gosa-core-2.7.1.ebuild | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/net-nds/gosa-core/gosa-core-2.7.1.ebuild b/net-nds/gosa-core= /gosa-core-2.7.1.ebuild index aff0806..04870eb 100644 --- a/net-nds/gosa-core/gosa-core-2.7.1.ebuild +++ b/net-nds/gosa-core/gosa-core-2.7.1.ebuild @@ -28,8 +28,7 @@ PDEPEND=3D"mail? ( ~net-nds/gosa-plugin-mail-${PV} ) src_prepare() { epatch \ "${S}/redhat/02_fix_class_mapping.patch" \ - "${S}/redhat/03_fix_locale_location.patch" \ - "${S}/redhat/04_fix_online_help_location.patch" + "${S}/redhat/03_fix_locale_location.patch" sed -i \ -e 's|../contrib|/usr/share/gosa/template|' \ include/functions.inc || die "sed failed"