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 1Qm2Zg-0008Af-JC for garchives@archives.gentoo.org; Wed, 27 Jul 2011 11:46:52 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B164121C085; Wed, 27 Jul 2011 11:46:44 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 7FBEA21C085 for ; Wed, 27 Jul 2011 11:46:44 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F35C11B4003 for ; Wed, 27 Jul 2011 11:46:43 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id A9A0780042 for ; Wed, 27 Jul 2011 11:46:42 +0000 (UTC) From: "Tiziano Müller" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tiziano Müller" Message-ID: Subject: [gentoo-commits] dev/ultrabug:master commit in: sys-fs/gfs2-utils/ X-VCS-Repository: dev/ultrabug X-VCS-Files: sys-fs/gfs2-utils/Manifest sys-fs/gfs2-utils/gfs2-utils-3.1.1.ebuild sys-fs/gfs2-utils/gfs2-utils-3.1.2.ebuild X-VCS-Directories: sys-fs/gfs2-utils/ X-VCS-Committer: dev-zero X-VCS-Committer-Name: Tiziano Müller X-VCS-Revision: a95d7f7dddeda2ddecb863c70233dbdb659ecc22 Date: Wed, 27 Jul 2011 11:46:42 +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: d7137c5675bffefbd740beb873219ac9 commit: a95d7f7dddeda2ddecb863c70233dbdb659ecc22 Author: Tiziano Mueller gentoo org> AuthorDate: Wed Jul 27 11:44:58 2011 +0000 Commit: Tiziano M=C3=BCller gentoo org> CommitDate: Wed Jul 27 11:44:58 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Ddev/ultrabug.git;a= =3Dcommit;h=3Da95d7f7d Version bump. EAPI-4 usage. --- sys-fs/gfs2-utils/Manifest | 4 ++-- ...-utils-3.1.1.ebuild =3D> gfs2-utils-3.1.2.ebuild} | 9 ++++++--- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/sys-fs/gfs2-utils/Manifest b/sys-fs/gfs2-utils/Manifest index 42c1868..fbc3347 100644 --- a/sys-fs/gfs2-utils/Manifest +++ b/sys-fs/gfs2-utils/Manifest @@ -1,2 +1,2 @@ -DIST gfs2-utils-3.1.1.tar.gz 333918 RMD160 bb6c9fde301d98b4457fc3caf131b= 2cc51bf2742 SHA1 f76a6ed93256c6be826d78fbcf3043a70bf338e4 SHA256 6e8b4e0a= 61485b5ef42d11552890c7094afa05ab488c63749a5b98480a664033 -EBUILD gfs2-utils-3.1.1.ebuild 910 RMD160 2fff02b382d96f90292fd80a6580f0= 971b9e889f SHA1 5403521af096373da216ea65410faa00e1cfcd9b SHA256 59bdfa56e= 147d77568db06532d1fc92c9fb23a21fc806a185613d540514b0f19 +EBUILD gfs2-utils-3.1.2.ebuild 920 RMD160 fc187e3567e1987629819e13140db4= 2f7d360a6e SHA1 4382e65925f049fc689bc4d3c309a78e77de1da9 SHA256 aadb34b99= 020f1806ff932152133dfb357b07c07c58c8cc7d3593764548909d0 +DIST gfs2-utils-3.1.2.tar.gz 348485 RMD160 730ab9868ce027605e24f6a1790da= af2e51e902c SHA1 139bf22a30f5a2adbc4b9d4757355601276544fb SHA256 34e3eabb= 0b95bcb4358268df6209af597688e7138161152b51d1c60b533d9fbd diff --git a/sys-fs/gfs2-utils/gfs2-utils-3.1.1.ebuild b/sys-fs/gfs2-util= s/gfs2-utils-3.1.2.ebuild similarity index 88% rename from sys-fs/gfs2-utils/gfs2-utils-3.1.1.ebuild rename to sys-fs/gfs2-utils/gfs2-utils-3.1.2.ebuild index 67b6cb6..0b1eb96 100644 --- a/sys-fs/gfs2-utils/gfs2-utils-3.1.1.ebuild +++ b/sys-fs/gfs2-utils/gfs2-utils-3.1.2.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ =20 -EAPI=3D3 +EAPI=3D4 =20 inherit autotools linux-info =20 @@ -40,8 +40,11 @@ src_configure() { } =20 src_install() { - emake DESTDIR=3D"${D}" install || die "emake failed" + default rm -rf "${D}/usr/share/doc" dodoc doc/*.txt - keepdir /var/{lib,log,run}/cluster + + rmdir "${D}/var/run/cluster" # cman-init.d creates it + + keepdir /var/{lib,log}/cluster }