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 3B20A1387FD for ; Sun, 6 Apr 2014 11:36:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1238AE09F4; Sun, 6 Apr 2014 11:36:37 +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 7D9A0E09F4 for ; Sun, 6 Apr 2014 11:36:36 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 78F0A33FD97 for ; Sun, 6 Apr 2014 11:36:35 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 984) id 2A7842004B; Sun, 6 Apr 2014 11:36:34 +0000 (UTC) From: "Fabian Groffen (grobian)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, grobian@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in media-gfx/mscgen: mscgen-0.20.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: mscgen-0.20.ebuild ChangeLog X-VCS-Directories: media-gfx/mscgen X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20140406113634.2A7842004B@flycatcher.gentoo.org> Date: Sun, 6 Apr 2014 11:36:34 +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: e57b7ba1-b177-4ba4-bc80-6d71e57a39e8 X-Archives-Hash: ebc5660bd9cadba934176ddcfc31dab2 grobian 14/04/06 11:36:34 Modified: mscgen-0.20.ebuild ChangeLog Log: Fixed for Prefix, bug #506392 (Portage version: 2.2.8-prefix/cvs/SunOS i386, signed Manifest commit with key 0x5F75F607C5C74E89) Revision Changes Path 1.10 media-gfx/mscgen/mscgen-0.20.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/mscgen/mscgen-0.20.ebuild?rev=1.10&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/mscgen/mscgen-0.20.ebuild?rev=1.10&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/mscgen/mscgen-0.20.ebuild?r1=1.9&r2=1.10 Index: mscgen-0.20.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-gfx/mscgen/mscgen-0.20.ebuild,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- mscgen-0.20.ebuild 20 Dec 2012 13:48:09 -0000 1.9 +++ mscgen-0.20.ebuild 6 Apr 2014 11:36:33 -0000 1.10 @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/mscgen/mscgen-0.20.ebuild,v 1.9 2012/12/20 13:48:09 nativemad Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/mscgen/mscgen-0.20.ebuild,v 1.10 2014/04/06 11:36:33 grobian Exp $ EAPI=4 inherit autotools @@ -11,7 +11,7 @@ LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 arm ppc ppc64 x86" +KEYWORDS="amd64 arm ppc ppc64 x86 ~x64-solaris" IUSE="png truetype" RDEPEND="png? ( media-libs/gd[png,truetype?] )" @@ -38,6 +38,6 @@ fi econf \ - --docdir=/usr/share/doc/${PF} \ + --docdir="${EPREFIX}"/usr/share/doc/${PF} \ ${myconf} } 1.11 media-gfx/mscgen/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/mscgen/ChangeLog?rev=1.11&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/mscgen/ChangeLog?rev=1.11&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/mscgen/ChangeLog?r1=1.10&r2=1.11 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-gfx/mscgen/ChangeLog,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- ChangeLog 20 Dec 2012 13:48:09 -0000 1.10 +++ ChangeLog 6 Apr 2014 11:36:33 -0000 1.11 @@ -1,6 +1,9 @@ # ChangeLog for media-gfx/mscgen -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/mscgen/ChangeLog,v 1.10 2012/12/20 13:48:09 nativemad Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/mscgen/ChangeLog,v 1.11 2014/04/06 11:36:33 grobian Exp $ + + 06 Apr 2014; Fabian Groffen mscgen-0.20.ebuild: + Fixed for Prefix, bug #506392 20 Dec 2012; Andreas Schuerch mscgen-0.20.ebuild: x86 stable, see bug 435976. Thanks Myckel Habets for testing.