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 1Lmq8H-000732-DF for garchives@archives.gentoo.org; Thu, 26 Mar 2009 14:00:33 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DA0B8E0630; Thu, 26 Mar 2009 14:00:32 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 98741E0630 for ; Thu, 26 Mar 2009 14:00:32 +0000 (UTC) Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 3C35664FD9 for ; Thu, 26 Mar 2009 14:00:32 +0000 (UTC) Received: from scarabeus by stork.gentoo.org with local (Exim 4.69) (envelope-from ) id 1Lmq8F-0006e4-Sh for gentoo-commits@lists.gentoo.org; Thu, 26 Mar 2009 14:00:31 +0000 From: "Tomas Chvatal (scarabeus)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, scarabeus@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/agg/files/2.5: 03_pkg_config_pic.patch 02_maintainer_mode.patch 04_no_rpath.patch X-VCS-Repository: gentoo-x86 X-VCS-Files: 03_pkg_config_pic.patch 02_maintainer_mode.patch 04_no_rpath.patch X-VCS-Directories: x11-libs/agg/files/2.5 X-VCS-Committer: scarabeus X-VCS-Committer-Name: Tomas Chvatal Content-Type: text/plain; charset=utf8 Message-Id: Sender: Tomas Chvatal Date: Thu, 26 Mar 2009 14:00:31 +0000 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: f66b3925-3f72-43a9-a2b1-598eb939087a X-Archives-Hash: 82a0c300a6f177ee53391dd19aba2e6a scarabeus 09/03/26 14:00:31 Added: 03_pkg_config_pic.patch 02_maintainer_mode.patch 04_no_rpath.patch Log: Apply patches from debian. Clean up deps. Move to eapi2. Remove sdl use= flag and introduce new gpc useflag. (Portage version: 2.2_rc27/cvs/Linux x86_64) Revision Changes Path 1.1 x11-libs/agg/files/2.5/03_pkg_config_pic.patch file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/agg/files= /2.5/03_pkg_config_pic.patch?rev=3D1.1&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/agg/files= /2.5/03_pkg_config_pic.patch?rev=3D1.1&content-type=3Dtext/plain Index: 03_pkg_config_pic.patch =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D #! /bin/sh /usr/share/dpatch/dpatch-run ## 03_pkg_config_pic.dpatch by ## ## All lines beginning with `## DP:' are a description of the patch. ## DP: No description. @DPATCH@ diff -urNad agg-2.3~/libagg.pc.in agg-2.3/libagg.pc.in --- agg-2.3~/libagg.pc.in 2005-02-18 03:27:48.000000000 +0100 +++ agg-2.3/libagg.pc.in 2006-03-01 18:08:26.906950512 +0100 @@ -6,5 +6,5 @@ Name: libagg Description: Anti Grain Geometry - A High Quality Rendering Engine for C= ++ Version: @VERSION@ -Libs: -L${libdir} -Wl,-rpath,${exec_prefix}/lib -lagg +Libs: -L${libdir} -Wl,-rpath,${exec_prefix}/lib -lagg_pic Cflags: -I${includedir} 1.1 x11-libs/agg/files/2.5/02_maintainer_mode.patch file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/agg/files= /2.5/02_maintainer_mode.patch?rev=3D1.1&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/agg/files= /2.5/02_maintainer_mode.patch?rev=3D1.1&content-type=3Dtext/plain Index: 02_maintainer_mode.patch =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D #! /bin/sh /usr/share/dpatch/dpatch-run ## 02_maintainer_mode.dpatch by ## ## DP: Use AM_MAINTAINER_MODE, to avoid re-running autotools ## DP: except when explicitely called in debian/rules @DPATCH@ diff -urNad agg-2.5+dfsg~/configure.in agg-2.5+dfsg/configure.in --- agg-2.5+dfsg~/configure.in 2007-07-21 19:58:06.966030999 -0500 +++ agg-2.5+dfsg/configure.in 2007-07-21 19:58:33.595695250 -0500 @@ -2,7 +2,7 @@ AC_CANONICAL_TARGET AC_CONFIG_HEADERS(include/config.h) AM_INIT_AUTOMAKE(agg, 2.5.0) - +AM_MAINTAINER_MODE =20 dnl Checks for programs. AC_PROG_CC 1.1 x11-libs/agg/files/2.5/04_no_rpath.patch file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/agg/files= /2.5/04_no_rpath.patch?rev=3D1.1&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/agg/files= /2.5/04_no_rpath.patch?rev=3D1.1&content-type=3Dtext/plain Index: 04_no_rpath.patch =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D #! /bin/sh /usr/share/dpatch/dpatch-run ## 04_no_rpath.dpatch by ## ## All lines beginning with `## DP:' are a description of the patch. ## DP: No description. @DPATCH@ diff -urNad agg-2.4~/libagg.pc.in agg-2.4/libagg.pc.in --- agg-2.4~/libagg.pc.in 2006-07-10 11:27:16.000000000 +0200 +++ agg-2.4/libagg.pc.in 2006-07-10 11:28:51.000000000 +0200 @@ -6,5 +6,5 @@ Name: libagg Description: Anti Grain Geometry - A High Quality Rendering Engine for C= ++ Version: @VERSION@ -Libs: -L${libdir} -Wl,-rpath,${exec_prefix}/lib -lagg_pic +Libs: -L${libdir} -lagg_pic Cflags: -I${includedir}