Merge pull request #9 from marineam/dev86

Assorted build fixes
This commit is contained in:
Brandon Philips 2013-06-28 22:29:13 -07:00
commit cf50b31c0a
8 changed files with 579 additions and 30 deletions

View File

@ -17,7 +17,8 @@ KEYWORDS="amd64 x86"
IUSE="" IUSE=""
RDEPEND="virtual/libusb:1" RDEPEND="virtual/libusb:1"
DEPEND="${RDEPEND}" DEPEND="${RDEPEND}
dev-util/pkgconfig"
S=${WORKDIR}/releases/smdk-tools-v${PV}/dltool S=${WORKDIR}/releases/smdk-tools-v${PV}/dltool

View File

@ -0,0 +1,487 @@
# ChangeLog for media-libs/gd
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/gd/ChangeLog,v 1.87 2013/04/25 19:10:59 radhermit Exp $
25 Apr 2013; Tim Harder <radhermit@gentoo.org> gd-2.0.35-r3.ebuild:
Fix autoreconf failures with automake-1.13 (bug #466996).
04 Jan 2013; Ulrich Müller <ulm@gentoo.org> gd-2.0.35-r3.ebuild:
Fix LICENSE, see COPYING and notices in source files, bug 450244.
05 May 2012; Jeff Horelick <jdhore@gentoo.org> gd-2.0.35-r3.ebuild:
dev-util/pkgconfig -> virtual/pkgconfig
26 Apr 2012; Alexis Ballier <aballier@gentoo.org> gd-2.0.35-r3.ebuild:
keyword ~amd64-fbsd
23 Apr 2012; Mike Frysinger <vapier@gentoo.org> gd-2.0.35-r3.ebuild:
Stub out AM_ICONV if gettext is not installed.
05 Mar 2012; Mike Frysinger <vapier@gentoo.org> gd-2.0.35-r3.ebuild:
Restore sed -r flag after refactor in previous commit lost it #406933 by
Drake Donahue.
02 Mar 2012; Ulrich Müller <ulm@gentoo.org> gd-2.0.35-r3.ebuild:
Fix LICENSE, "||" would mean dual licensing which is not the case here.
27 Feb 2012; Mike Frysinger <vapier@gentoo.org> gd-2.0.35-r3.ebuild:
DEPEND on pkg-config #406057 by cyberbat.
15 Dec 2011; Mike Frysinger <vapier@gentoo.org> gd-2.0.35-r3.ebuild:
Pass --without-x to avoid useless system -I/-L paths.
15 Dec 2011; Mike Frysinger <vapier@gentoo.org> gd-2.0.35-r3.ebuild,
+files/gd-2.0.35-libpng-pkg-config.patch:
Use libpng's pkg-config files rather than xxx-config scripts.
15 Dec 2011; Samuli Suominen <ssuominen@gentoo.org> -gd-2.0.35-r1.ebuild,
-gd-2.0.35-r2.ebuild:
old
05 Nov 2011; Raúl Porcel <armin76@gentoo.org> gd-2.0.35-r3.ebuild:
alpha/ia64/m68k/s390/sh/sparc stable wrt #387291
30 Oct 2011; Samuli Suominen <ssuominen@gentoo.org> gd-2.0.35-r3.ebuild:
Fix building with USE="png -zlib" wrt #381729 by Brennan Shacklett
29 Oct 2011; Markus Meier <maekke@gentoo.org> gd-2.0.35-r3.ebuild:
arm stable, bug #387291
21 Oct 2011; Samuli Suominen <ssuominen@gentoo.org> gd-2.0.35-r3.ebuild:
x86 stable wrt #387291
18 Oct 2011; Kacper Kowalik <xarthisius@gentoo.org> gd-2.0.35-r3.ebuild:
ppc/ppc64 stable wrt #387291
18 Oct 2011; Jeroen Roovers <jer@gentoo.org> gd-2.0.35-r3.ebuild:
Stable for HPPA (bug #387291).
16 Oct 2011; Samuli Suominen <ssuominen@gentoo.org> gd-2.0.35-r3.ebuild:
amd64 stable wrt #387291 and force libpng >= 1.5 :0 to ensure gdlib-config is
correct.
16 Oct 2011; Samuli Suominen <ssuominen@gentoo.org> gd-2.0.35-r3.ebuild:
Upgrade libpng version sed.
15 Apr 2011; Mike Frysinger <vapier@gentoo.org> gd-2.0.35-r3.ebuild:
Disable png/zlib related programs when support is disabled #363491 by Albert
W. Hopkins.
*gd-2.0.35-r3 (13 Apr 2011)
13 Apr 2011; Mike Frysinger <vapier@gentoo.org> +gd-2.0.35-r3.ebuild,
+files/gd-2.0.35-fontconfig.patch:
Split out USE=zlib logic from USE=png, and add fix from upstream for
fontconfig #363367 by genbug.
11 Apr 2011; Samuli Suominen <ssuominen@gentoo.org> gd-2.0.35-r2.ebuild:
Remove libtool and static archive if USE="static-libs" is not set wrt #362959
by Stéphane Pagnon.
23 Jul 2010; Samuli Suominen <ssuominen@gentoo.org> gd-2.0.35-r2.ebuild:
Use virtual/jpeg.
*gd-2.0.35-r2 (21 May 2010)
21 May 2010; Samuli Suominen <ssuominen@gentoo.org> gd-2.0.35-r1.ebuild,
+gd-2.0.35-r2.ebuild:
Revision bump to force rebuild with modified call to sed wrt #320837 by
Cédric Jeanneret.
20 May 2010; Samuli Suominen <ssuominen@gentoo.org> gd-2.0.35-r1.ebuild:
Try libpng14-config and -lpng14 before falling back to libpng-config and
-lpng. This is working around issues in "prefix" picking up
libpng12-config from host over libpng-config from "prefix".
08 Mar 2010; Samuli Suominen <ssuominen@gentoo.org> gd-2.0.35-r1.ebuild,
+files/gd-2.0.35-libpng14.patch:
Fix building with libpng14 wrt #305101 by Lars Wendler.
21 Nov 2009; nixnut <nixnut@gentoo.org> gd-2.0.35-r1.ebuild:
ppc stable #292130
17 Nov 2009; Brent Baude <ranger@gentoo.org> gd-2.0.35-r1.ebuild:
Marking gd-2.0.35-r1 ppc64 for bug 292130
11 Nov 2009; Jeroen Roovers <jer@gentoo.org> gd-2.0.35-r1.ebuild:
Stable for HPPA (bug #292130).
10 Nov 2009; Raúl Porcel <armin76@gentoo.org> gd-2.0.35-r1.ebuild:
alpha/arm/ia64/m68k/s390/sh/sparc stable wrt #292130
10 Nov 2009; Dawid Węgliński <cla@gentoo.org> gd-2.0.35-r1.ebuild:
Stable on amd64 (security #292130)
09 Nov 2009; Christian Faulhammer <fauli@gentoo.org> gd-2.0.35-r1.ebuild:
stable x86, security bug 292130
*gd-2.0.35-r1 (09 Nov 2009)
09 Nov 2009; Markus Meier <maekke@gentoo.org> +gd-2.0.35-r1.ebuild,
+files/gd-2.0.35-maxcolors.patch:
revision bump wrt security bug #292130
29 May 2009; Mike Frysinger <vapier@gentoo.org> -gd-2.0.34.ebuild:
Punt due to GLSA 200708-05 vuln #271688 by Robert Buchholz.
30 Mar 2008; <ricmm@gentoo.org> gd-2.0.34.ebuild, gd-2.0.35.ebuild:
Drop to ~mips due to unstable deps
06 Aug 2007; Joshua Kinard <kumba@gentoo.org> gd-2.0.35.ebuild:
Stable on mips, per #179154.
25 Jul 2007; Markus Rothe <corsair@gentoo.org> gd-2.0.35.ebuild:
Stable on ppc64; bug #179154
24 Jul 2007; Steve Dibb <beandog@gentoo.org> gd-2.0.35.ebuild:
amd64 stable, security bug 179154
21 Jul 2007; Raúl Porcel <armin76@gentoo.org> gd-2.0.35.ebuild:
alpha/ia64/x86 stable wrt security #179154
21 Jul 2007; Jeroen Roovers <jer@gentoo.org> gd-2.0.35.ebuild:
Stable for HPPA (bug #179154).
20 Jul 2007; Gustavo Zacarias <gustavoz@gentoo.org> gd-2.0.35.ebuild:
Stable on sparc wrt security #179154
20 Jul 2007; Tobias Scherbaum <dertobi123@gentoo.org> gd-2.0.35.ebuild:
ppc stable, bug #179154
12 Jul 2007; Roy Marples <uberlord@gentoo.org> gd-2.0.35.ebuild:
Keyworded ~sparc-fbsd.
*gd-2.0.35 (22 Jun 2007)
22 Jun 2007; Mike Frysinger <vapier@gentoo.org> +gd-2.0.35.ebuild:
Version bump.
12 May 2007; Joshua Kinard <kumba@gentoo.org> gd-2.0.34.ebuild:
Stable on mips.
15 Feb 2007; Fabian Groffen <grobian@gentoo.org> gd-2.0.32.ebuild,
gd-2.0.33.ebuild, gd-2.0.34.ebuild:
Dropped ppc-macos keyword, see you in prefix
13 Feb 2007; Markus Rothe <corsair@gentoo.org> gd-2.0.34.ebuild:
Stable on ppc64; bug #141577
12 Feb 2007; Bryan Østergaard <kloeri@gentoo.org> gd-2.0.34.ebuild:
Stable on Alpha, bug 141577.
12 Feb 2007; Gustavo Zacarias <gustavoz@gentoo.org> gd-2.0.34.ebuild:
Stable on sparc wrt security #141577
11 Feb 2007; Simon Stelling <blubb@gentoo.org> gd-2.0.34.ebuild:
stable on amd64; security bug 141577
11 Feb 2007; Bryan Østergaard <kloeri@gentoo.org> gd-2.0.34.ebuild:
Stable on IA64, bug 141577.
11 Feb 2007; René Nussbaumer <killerfox@gentoo.org> gd-2.0.34.ebuild:
Stable on hppa. See bug #141577.
11 Feb 2007; Tobias Scherbaum <dertobi123@gentoo.org> gd-2.0.34.ebuild:
Stable on ppc wrt bug #141577.
11 Feb 2007; Christian Faulhammer <opfer@gentoo.org> gd-2.0.34.ebuild:
stable x86; security bug #141577
*gd-2.0.34 (07 Feb 2007)
07 Feb 2007; Mike Frysinger <vapier@gentoo.org> +gd-2.0.34.ebuild:
Version bump.
*gd-2.0.34_rc2 (03 Feb 2007)
03 Feb 2007; Mike Frysinger <vapier@gentoo.org> +gd-2.0.34_rc2.ebuild:
Version bump.
23 Apr 2006; Diego Pettenò <flameeyes@gentoo.org>
+files/gd-2.0.33-iconv.patch, gd-2.0.33.ebuild:
Add patch to link against libiconv when needed.
23 Apr 2006; Diego Pettenò <flameeyes@gentoo.org> gd-2.0.33.ebuild:
Add ~x86-fbsd keyword.
22 Dec 2005; Michael Hanselmann <hansmi@gentoo.org> gd-2.0.33.ebuild:
Stable on ppc.
21 Dec 2005; Marcus D. Hanwell <cryos@gentoo.org> gd-2.0.33.ebuild:
Stable on amd64, bug 112937.
21 Dec 2005; Gustavo Zacarias <gustavoz@gentoo.org> gd-2.0.33.ebuild:
Stable on sparc wrt security #112937
21 Dec 2005; Fernando J. Pereda <ferdy@gentoo.org> gd-2.0.33.ebuild:
stable on alpha as per bug #112937
21 Dec 2005; Mark Loeser <halcy0n@gentoo.org> gd-2.0.33.ebuild:
Stable on x86; bug #112937
21 Dec 2005; Markus Rothe <corsair@gentoo.org> gd-2.0.33.ebuild:
Stable on ppc64; bug #112937
*gd-2.0.33 (21 Dec 2005)
21 Dec 2005; Mike Frysinger <vapier@gentoo.org>
+files/gd-2.0.33-overflow-checks.patch, +gd-2.0.33.ebuild:
Add some sanity checks to prevent overflows #112937.
13 Dec 2005; Donnie Berkholz <spyderous@gentoo.org>; gd-2.0.32.ebuild:
Add modular X dependencies.
20 Aug 2005; Mike Frysinger <vapier@gentoo.org> gd-2.0.32.ebuild:
Add support for USE=fontconfig #79375 by Jung Tae-young.
09 Feb 2005; Lina Pezzella <j4rg0n@gentoo.org> gd-2.0.28.ebuild,
gd-2.0.32.ebuild:
Stable ppc-macos
31 Dec 2004; Lina Pezzella <j4rg0n@gentoo.org> gd-2.0.32.ebuild:
Unstable ppc-macos.
29 Dec 2004; Ciaran McCreesh <ciaranm@gentoo.org> :
Change encoding to UTF-8 for GLEP 31 compliance
05 Nov 2004; Hardave Riar <hardave@gentoo.org> gd-2.0.32.ebuild:
Stable on mips, bug #69070.
*gd-2.0.32 (02 Nov 2004)
02 Nov 2004; Mike Frysinger <vapier@gentoo.org>
-files/1.8.4-dec-alpha-compiler.diff, -files/1.8.4-jpeg-inc.patch,
-files/1.8.4-png-overflows.patch, -gd-1.8.4-r2.ebuild, -gd-2.0.31.ebuild,
+gd-2.0.32.ebuild:
Version bump to fix png compiling.
02 Nov 2004; Markus Rothe <corsair@gentoo.org> gd-2.0.31.ebuild:
Stable on ppc64, bug #69070
02 Nov 2004; Jeremy Huddleston <eradicator@gentoo.org> gd-2.0.31.ebuild:
Stable amd64
31 Oct 2004; Mike Frysinger <vapier@gentoo.org>
+files/1.8.4-png-overflows.patch, gd-1.8.4-r2.ebuild:
Backwards port png overflow fix from gd-2.x #69070.
*gd-2.0.31 (31 Oct 2004)
31 Oct 2004; Mike Frysinger <vapier@gentoo.org>
+files/2.0.31-png-check.patch, -gd-2.0.30.ebuild, +gd-2.0.31.ebuild:
Version bump to fix png building #69611 by Tomasz Sterna.
31 Oct 2004; Jason Wever <weeve@gentoo.org> gd-2.0.30.ebuild:
Stable on sparc wrt securit bug #69070.
31 Oct 2004; Bryan Østergaard <kloeri@gentoo.org> gd-2.0.30.ebuild:
Stable on alpha, bug 69070.
31 Oct 2004; Michael Hanselmann <hansmi@gentoo.org> gd-1.8.4-r2.ebuild,
gd-2.0.28.ebuild, gd-2.0.30.ebuild:
Stable on ppc, updated to the new LICENSE-syntax.
*gd-2.0.30 (30 Oct 2004)
30 Oct 2004; Mike Frysinger <vapier@gentoo.org> +gd-2.0.30.ebuild:
Version bump for security and stuff #69070.
08 Aug 2004; Bryan Østergaard <kloeri@gentoo.org> gd-2.0.26.ebuild:
Stable on alpha.
*gd-2.0.28 (22 Jul 2004)
22 Jul 2004; Mike Frysinger <vapier@gentoo.org> +gd-2.0.28.ebuild:
Version bump.
15 Jul 2004; Tom Gall <tgall@gentoo.org> gd-2.0.26.ebuild:
stable on ppc64, bug #55549
*gd-2.0.26 (30 Jun 2004)
*gd-1.8.4-r2 (30 Jun 2004)
30 Jun 2004; Mike Frysinger <vapier@gentoo.org> +metadata.xml,
+files/1.8.4-dec-alpha-compiler.diff, +files/1.8.4-jpeg-inc.patch,
+gd-1.8.4-r2.ebuild, +gd-2.0.23.ebuild, +gd-2.0.26.ebuild:
Version bump and rename #55584 by Haroon Rafique.
07 Jun 2004; Aron Griffis <agriffis@gentoo.org> libgd-1.8.4-r2.ebuild:
Fix use invocation
11 May 2004; Michael McCabe <randy@gentoo.org> libgd-2.0.23.ebuild:
Added s390 keywords
*gd-2.0.23 (07 May 2004)
07 May 2004; Mike Frysinger <vapier@gentoo.org> +libgd-2.0.23.ebuild:
Version bump #50302 by Daniel Webert
24 Mar 2004; Michael Sterrett <mr_bones_@gentoo.org> libgd-1.8.4-r2.ebuild:
don't use deprecated ? : use syntax
04 Mar 2004; Gustavo Zacarias <gustavoz@gentoo.org> libgd-2.0.22.ebuild:
stable on sparc
17 Feb 2004; Aron Griffis <agriffis@gentoo.org> libgd-2.0.22.ebuild:
stable on alpha and ia64
09 Feb 2004; <augustus@gentoo.org> libgd-2.0.22.ebuild:
Added ~amd64 keyword.
*libgd-2.0.22 (02 Feb 2004)
02 Feb 2004; Mike Frysinger <vapier@gentoo.org> :
Version bump #40219 by Diego Garcia.
24 Jan 2004; <gustavoz@gentoo.org> libgd-2.0.15-r1.ebuild:
marked stable on sparc
10 Jan 2004; <agriffis@gentoo.org> libgd-1.8.4-r2.ebuild:
stable on ia64
*libgd-2.0.17-r1 (31 Dec 2003)
31 Dec 2003; Mike Frysinger <vapier@gentoo.org> :
Port the gif patch so as to not break some php installs.
*libgd-2.0.17 (27 Dec 2003)
27 Dec 2003; Mike Frysinger <vapier@gentoo.org> :
Version bump + optionalize jpeg/png/xpm/freetype #36271.
*libgd-1.8.4-r2 (30 Jun 2003)
24 Nov 2003; Aron Griffis <agriffis@gentoo.org> libgd-1.8.4-r2.ebuild:
Stable on alpha
02 Oct 2003; Mike Frysinger <vapier@gentoo.org> :
Make jpeg support optional again and fix it so that it'll actually
compile when jpeg is not present #23648.
10 Jul 2003; Christian Birchinger <joker@gentoo.org> libgd-1.8.4-r2.ebuild:
Added sparc stable keyword
06 Jul 2003; Guy Martin <gmsoft@gentoo.org> libgd-1.8.4-r2.ebuild :
Marked stable on hppa.
30 Jun 2003; Daniel Ahlberg <aliz@gentoo.org> libgd-1.8.4-r2.ebuild :
Force jpeg support or else analog fails to build if libgd is built without jpeg support.
*libgd-2.0.15-r1 (26 Jun 2003)
26 Jun 2003; Mike Frysinger <vapier@gentoo.org> :
mmm SLOT goodiness.
*libgd-2.0.15 (17 Jun 2003)
17 Jun 2003; Mike Frysinger <vapier@gentoo.org> :
Version bumped + grab gif patch from orig site.
*libgd-2.0.12 (14 Apr 2003)
14 Apr 2003; Mike Frysinger <vapier@gentoo.org> :
Version bumped + comment out gif patch till Nich can update.
*libgd-2.0.11-r1 (20 Mar 2003)
20 Mar 2003; Graham Forest <vladimir@gentoo.org> libgd-2.0.11-r1.ebuild:
Removed usage of pic USE flag
*libgd-2.0.11 (23 Feb 2003)
20 Mar 2003; Guy Martin <gmsoft@gentoo.org> libgd-2.0.11.ebuild, libgd-1.8.4.ebuild :
Added ~hppa to KEYWORDS.
23 Feb 2003; Nicholas Wourms <dragon@gentoo.org> libgd-2.0.11.ebuild files/gd-2.0.11-gif-support.patch.bz2 :
Added patch for gif support when USE="gif". Added ~arch keywords to
correspond to the keywords from 1.8.4. This package also needed to be
elibtoolized. Also, this gd requires a modern libpng and freetype,
otherwise output won't look right. Changed dependancies to reflect
this.
23 Feb 2003; Mike Frysinger <vapier@gentoo.org> :
Version bumpage.
*libgd-2.0.1 (09 Sep 2002)
14 Sep 2002; <mcummings@gentoo.org> :
bzip'd patch and moved to mirror
09 Sep 2002; <mcummings@gentoo.org> :
Fixes bugs with perl versions using gd; corrects a few compile options
*libgd-1.8.4-r1 (26 Jun 2003)
26 Jun 2003; Mike Frysinger <vapier@gentoo.org> :
Added local USE flag 'ttf' to determine whether user wants
to use freetype-2.x (truetype) or freetype-1.x (ttf). Since
ttf is a local USE flag, we defer choice to ttf.
26 Jun 2003; Mike Frysinger <vapier@gentoo.org> :
mmm SLOT goodiness.
*libgd-1.8.4 (18 Feb 2003)
24 May 2003; Tavis Ormandy <taviso@gentoo.org> libgd-1.8.3-r6.ebuild,
libgd-1.8.4.ebuild, files/gd-1.8.3-dec-alpha-compiler.diff,
files/gd-1.8.4-dec-alpha-compiler.diff:
makring alpha, also ccc fixes.
18 May 2003; Martin Holzer <mholzer@gentoo.org> libgd-1.8.3-r6.ebuild,
libgd-1.8.4.ebuild:
Added USE flags. Closes #21059.
20 Mar 2003; Guy Martin <gmsoft@gentoo.org> libgd-1.8.3-r6.ebuild :
Added hppa to KEYWORDS.
18 Feb 2003; Robert Coie <rac@gentoo.org>; libgd-1.8.4.ebuild :
Based off of 1.8.3-r6, changed library defines HAVE_JPEG and
HAVE_PNG to HAVE_LIBJPEG and HAVE_LIBPNG to reflect upstream name
changes.
*libgd-1.8.3-r6 (15 Jan 2003)
07 Feb 2003; Brandon Low <lostlogic@gentoo.org>; libgd-1.8.3-r6.ebuild :
Fix to work with userpriv properly.
04 Feb 2003; Seemant Kulleen <seemant@gentoo.org> libgd-1.8.3-r6.ebuild :
Removed dependency on sed-4 because it is buggy on ppc. Switched to
normal gnu-sed syntax. Closes bug #15022 by Rajiv Manglani
<rajiv@gentoo.org>
15 Jan 2003; Brandon Low <lostlogic@gentoo.org> libgd-1.8.3-r6.ebuild:
Drop dependency on supersed, switch to >=sed-4.0. This is unstable on the
ppc pending the stability of sed-4 on the ppc.
*libgd-1.8.3-r5 (12 Apr 2002)
22 Apr 2003; Brandon Low <lostlogic@gentoo.org> libgd-1.8.3-r5.ebuild:
Change supersed dependencies
22 Oct 2002; Seemant Kulleen <seemant@gentoo.org> libgd-1.8.3-r5.ebuid :
jpeg, X, and truetype turned into USE dependent support.
07 Aug 2002; Mark Guertin <gerk@gentoo.org> :
Added ppc to keywords
12 Apr 2002; Spider <spider@gentoo.org> libgd-1.8.3-r5.ebuild :
Updating revision with new libpng
*libgd-1.8.3-r4 (03 Apr 2002)
03 Apr 2002; Bruce A. Locke <blocke@shivan.org> libgd-1.8.3-r4.ebuild :
Quick fix for glibc circular dependencies.
*libgd-1.8.3-r3 (27 Mar 2002)
27 Mar 2002; Seemant Kulleen <seemant@gentoo.org> libgd-1.8.3-r3.ebuild :
Updated ebuild to modern syntax, and ungzipped HTML docs.
*libgd-1.8.3-r2 (01 Feb 2002)
01 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog :
Added initial ChangeLog which should be updated whenever the package is
updated in any way. This changelog is targetted to users. This means that the
comments should well explained and written in clean English. The details about
writing correct changelogs are explained in the skel.ChangeLog file which you
can find in the root directory of the portage repository.

View File

@ -1 +1,22 @@
DIST gd-2.0.35.tar.bz2 1212730 RMD160 f452a2c333b2ba9b7b4c143983ec2af18a335516 SHA1 ccf34a610abff2dbf133a20c4d2a4aa94939018a SHA256 bf222490749d2a9a9ac3593b01eb55aed98461ff81202414707f61b42aa300f9 -----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
AUX gd-2.0.35-fontconfig.patch 606 SHA256 3c318c2b140092c69357bba69b8cf873459581c162e16ac79d20a29bfb30bfdf SHA512 d93f84853b1e2a75ee079188bc067b40cf110a8908d84439db34b30d944cc076b2cdc5cbe5271e9d7729aaa36051954b6147c1e16f0ca44902d9d84d0579717d WHIRLPOOL 765ac5d985e7d1a376c0bb86c612ecf881ea2609230157a4eda82ed555f9e318a0a901a4abb5ddbe71e751555bf8668c89e309e72171814d8c12b0e1aa205974
AUX gd-2.0.35-libpng-pkg-config.patch 4240 SHA256 26c4f66f6e74de830ab5c7276502e66207f3e85ebb8f98bec9498f8fe1e9f232 SHA512 bfbaab96a5de1fccf320d2aeea11171a78dc2e54cd6fb03f2947faa75c0063d1a4a17eea31fbb19419c34f6c51b7742d2336ac08d017c0c09b435cdc013eb990 WHIRLPOOL 3632aebaae3066b7f6fd340d4b0da1ad0f308c6392ebd8f1ebee9498fb26ad075497f399c0c07c421be3d5d2ee8e8d7d7129f9787e9343511259b192affd9993
AUX gd-2.0.35-libpng14.patch 347 SHA256 b9f5e121ae652e211c866e1982bc6c37303d43b2a3df420be7069ca5fbb04bc4 SHA512 3ef9e82c09244512b4761a2ab669ae864b822344febfe203fb121cb43b7f99a933c7d5b44aea8b2d8a638010f5280a3ed2ac9d1ea526b25ad6f3d26b2586ba3d WHIRLPOOL 96df4515905928773542c7e3f4e9c3acdccd397b4e832973f33c6d45ab135f8798e3118be04d452da31d0f42e07ae4322efd720d264076fbe81020288ee6425e
AUX gd-2.0.35-maxcolors.patch 348 SHA256 c5dbbc7c1acd9e602fea8bf893333ca6258e7801761b6c899c7da62cd88cbc3b SHA512 c6474c9b2c3ad80d1a0fc8a345c4dbe86c51a73db3534c690a5d5e255ac6f20b474537f4f84aa8f083fc475a57b4bf0916f2d3120e94066f7729113355ee6aad WHIRLPOOL cd110bcca79501834890d80e19623f8e40dc2ed9fd49aac7109a30cbc9a966347c40502decb922b737acaf5c16a83c64f29e2215498596a419998bb5e6afd8f7
DIST gd-2.0.35.tar.bz2 1212730 SHA256 bf222490749d2a9a9ac3593b01eb55aed98461ff81202414707f61b42aa300f9 SHA512 eef8150adc040bed920155337211864a41ae3c4532e852ad443a3a3b9ffdc7fd3130698041b7b19b0b1207e78a80c263c6da26eba7208cdeeff78283c7d0d281 WHIRLPOOL 9eca23a184106652ef5c19ee3b5c18e23d742e21103c66907bf829910b95aa92eea7620c5579bf493c14730bc0327a4d662ffaf9bf9a5538127b8c10cc9c6b84
EBUILD gd-2.0.35-r3.ebuild 2173 SHA256 34308f967b8b2af8dde4133c1d839ed6e567e1b018dad51ebd12ffe7355384e6 SHA512 a0a4b29ba859530ba9ace70463af141a2ef9553c86f0070ba7b7bd3c18a3c531cc7b9c10d011530e97efba351af3e7f7c8914c750ca998b24ea8512820d948bf WHIRLPOOL fe8dc7138a643b715ba83b4766b433b67651143ec88cf0ce1e61419e3c07fce9efcc80f92bfdd2671d816fcb28c8bd2574082261c912edcbe5bcda1396cad8e1
MISC ChangeLog 17003 SHA256 41ebb9dc414127364241e0642340fae49b087450ce357819b829b0222d14fd39 SHA512 cbf34c679dfa2f1f4464c0fd8b180032ae5316cc5ca90616a90effd920d2ca982c7535aff4a9ce43fe854f421a141942fd2263b8a443cc9233fae04872e2efb6 WHIRLPOOL 7c9c425b061f7580a64f2e4108f3d09feb754c69c52795575852175795ed13d9eb763cbd3c00ce4521de842faec5562fffbbd6e8f466beb85a58c57ff4b004d1
MISC metadata.xml 1199 SHA256 a670f3b0950512e392f25f290fc70b953c941cecdc6919cb38048bef2d46c843 SHA512 0bc04bdefee2699a644ed91982fd68553ee9d57af8df531bd98793ae75a1caa7b696d3d2e5a9cd7f452933b9575ce4810ac8c1d2d9f0edba016a52c5ecaec3ee WHIRLPOOL 1ce9a8afa6a5ec1576753225d7a752c4532f1f3678994c1def34ecd4f0fe866b97111258680a4839ce3a84ae65fce5077192bad8b9d2adb942f89635a3bf491e
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.19 (GNU/Linux)
iQEcBAEBCAAGBQJReX/EAAoJEEqz6FtPBkyjKEMH/1Mk7f5tj1VQ2IgjReOHqr1+
1Y2J2XEkt2Kne/qSe57RZiADRjgHnUChIR5DPusaIO+TGRfp1j/zcVqoo5x46L+J
O6V9GEt3gl4V42TQ3+ipqReYa+xq9scakvwZ0lz7vlGPLmjrkLGUAoqTq6yrRark
rj2csVPOIVDyRVh4+9WKAoUDTVSeA3ZEMKAuPp53Cy8FgxESQoZxfZM3LC9ruhV5
DcB0oaPZ0uDh4fFFfvrw2sJQBAypvZlhAJlJdw/Xckdk8aurNOR9MwpQeWNuxo/y
rXj5ZSQn7Dl1Yf/6gSn82sL0ghcxFZcj9XTiyeTFozhy7cOP0Z1mlE01gyIcVqo=
=iDu/
-----END PGP SIGNATURE-----

View File

@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation # Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/gd/gd-2.0.35-r3.ebuild,v 1.12 2011/12/15 17r Exp $ # $Header: /var/cvsroot/gentoo-x86/media-libs/gd/gd-2.0.35-r3.ebuild,v 1.20 2013/04/25 19:10:59 radhermit Exp $
EAPI="2" EAPI="2"
@ -10,18 +10,19 @@ DESCRIPTION="A graphics library for fast image creation"
HOMEPAGE="http://libgd.org/ http://www.boutell.com/gd/" HOMEPAGE="http://libgd.org/ http://www.boutell.com/gd/"
SRC_URI="http://libgd.org/releases/${P}.tar.bz2" SRC_URI="http://libgd.org/releases/${P}.tar.bz2"
LICENSE="|| ( as-is BSD )" LICENSE="gd IJG HPND BSD"
SLOT="2" SLOT="2"
KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd" KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
IUSE="fontconfig jpeg png static-libs truetype xpm zlib" IUSE="fontconfig jpeg png static-libs truetype xpm zlib"
RDEPEND="fontconfig? ( media-libs/fontconfig ) RDEPEND="fontconfig? ( media-libs/fontconfig )
jpeg? ( virtual/jpeg ) jpeg? ( virtual/jpeg )
png? ( >=media-libs/libpng-1.2 ) png? ( >=media-libs/libpng-1.2:0 )
truetype? ( >=media-libs/freetype-2.1.5 ) truetype? ( >=media-libs/freetype-2.1.5 )
xpm? ( x11-libs/libXpm x11-libs/libXt ) xpm? ( x11-libs/libXpm x11-libs/libXt )
zlib? ( sys-libs/zlib )" zlib? ( sys-libs/zlib )"
DEPEND="${RDEPEND}" DEPEND="${RDEPEND}
virtual/pkgconfig"
src_prepare() { src_prepare() {
epatch "${FILESDIR}"/${P}-libpng14.patch #305101 epatch "${FILESDIR}"/${P}-libpng14.patch #305101
@ -33,7 +34,14 @@ src_prepare() {
local make_sed=( -e '/^noinst_PROGRAMS/s:noinst:check:' ) local make_sed=( -e '/^noinst_PROGRAMS/s:noinst:check:' )
use png || make_sed+=( -e '/_PROGRAMS/s:(gdparttopng|gdtopng|gd2topng|pngtogd|pngtogd2|webpng)::g' ) use png || make_sed+=( -e '/_PROGRAMS/s:(gdparttopng|gdtopng|gd2topng|pngtogd|pngtogd2|webpng)::g' )
use zlib || make_sed+=( -e '/_PROGRAMS/s:(gd2topng|gd2copypal|gd2togif|giftogd2|gdparttopng|pngtogd2)::g' ) use zlib || make_sed+=( -e '/_PROGRAMS/s:(gd2topng|gd2copypal|gd2togif|giftogd2|gdparttopng|pngtogd2)::g' )
sed -i "${make_sed[@]}" Makefile.am || die sed -i -r "${make_sed[@]}" Makefile.am || die
# bug 466996
sed -i 's/AM_PROG_CC_STDC/AC_PROG_CC/' configure.ac || die
cat <<-EOF > acinclude.m4
m4_ifndef([AM_ICONV],[m4_define([AM_ICONV],[:])])
EOF
eautoreconf eautoreconf
} }

View File

@ -0,0 +1,26 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>graphics</herd>
<maintainer>
<email>vapier@gentoo.org</email>
</maintainer>
<longdescription>
gd is a graphics library. It allows your code to quickly draw images complete
with lines, arcs, text, multiple colors, cut and paste from other images, and
flood fills, and write out the result as a PNG or JPEG file. This is particularly
useful in World Wide Web applications, where PNG and JPEG are two of the formats
accepted for inline images by most browsers.
gd is not a paint program. If you are looking for a paint program, you are
looking in the wrong place. If you are not a programmer, you are looking in the
wrong place, unless you are installing a required library in order to run an
application.
gd does not provide for every possible desirable graphics operation. It is not
necessary or desirable for gd to become a kitchen-sink graphics package, but
version 2.0 does include most frequently requested features, including both
truecolor and palette images, resampling (smooth resizing of truecolor images)
and so forth.
</longdescription>
</pkgmetadata>

View File

@ -1,6 +1,12 @@
# ChangeLog for sys-devel/dev86 # ChangeLog for sys-devel/dev86
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/sys-devel/dev86/ChangeLog,v 1.25 2012/11/28 10:41:09 polynomial-c Exp $ # $Header: /var/cvsroot/gentoo-x86/sys-devel/dev86/ChangeLog,v 1.27 2013/02/25 11:39:32 ago Exp $
25 Feb 2013; Agostino Sarubbo <ago@gentoo.org> dev86-0.16.19.ebuild:
Stable for x86, wrt bug #457478
25 Feb 2013; Agostino Sarubbo <ago@gentoo.org> dev86-0.16.19.ebuild:
Stable for amd64, wrt bug #457478
28 Nov 2012; Lars Wendler <polynomial-c@gentoo.org> metadata.xml: 28 Nov 2012; Lars Wendler <polynomial-c@gentoo.org> metadata.xml:
Dropped myself as maintainer. Dropped myself as maintainer.

View File

@ -1,5 +1,5 @@
-----BEGIN PGP SIGNED MESSAGE----- -----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256 Hash: SHA512
AUX dev86-0.16.17-fortify.patch 658 SHA256 8f03870ef8e769d0d112f992f7d911e946e54579c1e214495abf9cd2f126b626 SHA512 91829385361708eb004bdd4c09c44cb01e38bd982e3a4aed0d001405da9c404d5184d38896828b48ee1ba5f50f4a85bbe7dccbd5a8c787fa3bf3691fb3d79b8e WHIRLPOOL 8d7784bf3c8dc6f0d332531e0c4e478327c4846c92b64d48a16e02586ba62a524ae939c572f3caceff7d165a43b2299876c4a32e008cc792dd3aa5fbdec54b6b AUX dev86-0.16.17-fortify.patch 658 SHA256 8f03870ef8e769d0d112f992f7d911e946e54579c1e214495abf9cd2f126b626 SHA512 91829385361708eb004bdd4c09c44cb01e38bd982e3a4aed0d001405da9c404d5184d38896828b48ee1ba5f50f4a85bbe7dccbd5a8c787fa3bf3691fb3d79b8e WHIRLPOOL 8d7784bf3c8dc6f0d332531e0c4e478327c4846c92b64d48a16e02586ba62a524ae939c572f3caceff7d165a43b2299876c4a32e008cc792dd3aa5fbdec54b6b
AUX dev86-0.16.17-make382.patch 299 SHA256 782d221b2e829a29e4d056d1d52b7c6d0b1ccfc21fc7ce7c07416a28a64303ef SHA512 8e7264f1d7d8ea8e8f6ac92a43e53c8741d08f6f0f95391210f7f05dac1e6abd0fae13dd578a74c9aaba7768275a5a618257071aadd61b7a12acf4ad75441de4 WHIRLPOOL 68dbc9dea46105718953656942c1f84fbebcdc43dabe4a6d3b1edc55852abeca9b6b2034871ac66480f4f9d44a085c839fe4960701784b62b92bd6e983d9fa18 AUX dev86-0.16.17-make382.patch 299 SHA256 782d221b2e829a29e4d056d1d52b7c6d0b1ccfc21fc7ce7c07416a28a64303ef SHA512 8e7264f1d7d8ea8e8f6ac92a43e53c8741d08f6f0f95391210f7f05dac1e6abd0fae13dd578a74c9aaba7768275a5a618257071aadd61b7a12acf4ad75441de4 WHIRLPOOL 68dbc9dea46105718953656942c1f84fbebcdc43dabe4a6d3b1edc55852abeca9b6b2034871ac66480f4f9d44a085c839fe4960701784b62b92bd6e983d9fa18
@ -11,23 +11,23 @@ DIST Dev86src-0.16.18.tar.gz 705030 SHA256 049852a83898d3ee0ba97b88e526897ec6eaf
DIST Dev86src-0.16.19.tar.gz 713688 SHA256 33398b87ca85e2b69e4062cf59f2f7354af46da5edcba036c6f97bae17b8d00e SHA512 4077f7ac800330eb4658ffaa53dc8cc982792b1dcd7a59625cba4a5dac494117c6bd4ec5307bf02349ad6ae3d0c0903ab2e41123a8df94373e469092fa005cd3 WHIRLPOOL 87862b606be25f81c2c487534f36b20ac04d1df4303d644a46563e9f382686574dbe650c80265d44e53913f5bda7503c35cf056f7ffd8c5e559729e36c9db4d2 DIST Dev86src-0.16.19.tar.gz 713688 SHA256 33398b87ca85e2b69e4062cf59f2f7354af46da5edcba036c6f97bae17b8d00e SHA512 4077f7ac800330eb4658ffaa53dc8cc982792b1dcd7a59625cba4a5dac494117c6bd4ec5307bf02349ad6ae3d0c0903ab2e41123a8df94373e469092fa005cd3 WHIRLPOOL 87862b606be25f81c2c487534f36b20ac04d1df4303d644a46563e9f382686574dbe650c80265d44e53913f5bda7503c35cf056f7ffd8c5e559729e36c9db4d2
EBUILD dev86-0.16.17-r6.ebuild 1669 SHA256 74ed0aaa8f41652cd69020c1984dbdbd1dfed96a86bf9762278b85eea34b4c5f SHA512 a917b18de07ce10ee17875ba63aa49cd13ad15fb1c7f4c181ede4307e5a605d231207af9df1ce95f64d68d3689d3a41ee793cc2c8232ec39d0c8ceb452847263 WHIRLPOOL eca2646aaee24dd7592f28e68304fd9d7a9fcbd74368bcf20b4d73a2bfafe80e86b76966df15818fa7b2935d529f47dc85b3bc077c1fda354ee0f39f35a7a373 EBUILD dev86-0.16.17-r6.ebuild 1669 SHA256 74ed0aaa8f41652cd69020c1984dbdbd1dfed96a86bf9762278b85eea34b4c5f SHA512 a917b18de07ce10ee17875ba63aa49cd13ad15fb1c7f4c181ede4307e5a605d231207af9df1ce95f64d68d3689d3a41ee793cc2c8232ec39d0c8ceb452847263 WHIRLPOOL eca2646aaee24dd7592f28e68304fd9d7a9fcbd74368bcf20b4d73a2bfafe80e86b76966df15818fa7b2935d529f47dc85b3bc077c1fda354ee0f39f35a7a373
EBUILD dev86-0.16.18.ebuild 1713 SHA256 405e5f1f334f312c4a7e3660b669b9fde5694772c27a277158090f49a8ba52bb SHA512 222c7550599d8d6ca3c50cf13fa7c6f9aecb9ee665882a53a033ba90c8d611bc6c3894af69f4008fa37de70511887d20f8944447f74d29fc89275082df15ee82 WHIRLPOOL 6afed943d21299709e62cfeb90d70a9757c9dc68b3c143bf22b4b641ab8e5adf1a2d00bdbe69bbb3aa96e8980d039438424bc9262a27eef39c2d2a440a5196b6 EBUILD dev86-0.16.18.ebuild 1713 SHA256 405e5f1f334f312c4a7e3660b669b9fde5694772c27a277158090f49a8ba52bb SHA512 222c7550599d8d6ca3c50cf13fa7c6f9aecb9ee665882a53a033ba90c8d611bc6c3894af69f4008fa37de70511887d20f8944447f74d29fc89275082df15ee82 WHIRLPOOL 6afed943d21299709e62cfeb90d70a9757c9dc68b3c143bf22b4b641ab8e5adf1a2d00bdbe69bbb3aa96e8980d039438424bc9262a27eef39c2d2a440a5196b6
EBUILD dev86-0.16.19.ebuild 1933 SHA256 a5cb0c940357582c9c524240a78d18399ca491402ca85f3432485db1aa355923 SHA512 fe7275fcd1d21a175b93536419cab232dd40868a707acfba6b9d9b033cf29f080cc380987a87fe6e80415bfbfae1cc9f7a4651378a528368859d69d2f8f9d717 WHIRLPOOL d6d7e4690c6f1ef5a7036a2ece45933091dd50a1abf10b2a45dafd62a9b77055b4e96722aa60e4fe5bb8277c416b51d1f5c1f7ca7530773457eac4d713f4f400 EBUILD dev86-0.16.19.ebuild 1928 SHA256 a5103c193feb36ac01d9ab56d6637d44e1b0500d6ada36771f7e975cf4696b1a SHA512 3d0c1d1998e02f6d4245a46fa7ab0784ce7812b8a7e5d6f8e404af224f99de786bb4b1b774b4a174bfa00d1cf13c35a16c6f3e2337c73ae35076361ba1dc062a WHIRLPOOL 0b76959703eaed7c194308107b40b134f7fc0b3477b560fe8d62da7a1dabb603c39c29596fb4a605bed8f69b8e57aa5f0530b7879d12b39bd44951d541f64114
MISC ChangeLog 3821 SHA256 deda117ae998ff870e21939138c7c836f107d7c5791d1b30119a0b18e6ad802b SHA512 6f4d65640cd4b23e11e6efd506cadb7e5b5fe17b27226f1d69773599c350aec350b54ecfaded1d695d545e1c818d8b29fd5cb63cab48f6054055f80ef0dc487f WHIRLPOOL faf867120678bafcebad2040009835a92839ad78a18ba559641ed7bf9b4b1f2f6de6970ecf0386b24a7e3a60090839b672b9ba49617c4b57489c1396854a84c9 MISC ChangeLog 4026 SHA256 fe5144ad042141b488fad21ba9ffdcf466d789dcdab7c397b7e766890803fa43 SHA512 2f5d9118624fed813d2a523ba6a7517a124da2b1e1fdf9ec72b8b6a262a2e4a21ed09971ec6c5793720d9478aea6d5562b1102131dec7458322d68c5df38fc3b WHIRLPOOL 2e65c98e6f8097119b7642556957568ff875b114a04c07a2835c245b642f6e6d5d58b125652b71b014b040b1aef566a0b088cd4f54b8b117e3cd1d332f29b682
MISC metadata.xml 316 SHA256 ce1a344560f15a1b658644fa288401154d6f889bf32d45e5fbcb5880b8b378a2 SHA512 200d98a582514d0b3297092d94f8bda71dcbbae74dab686eda1dc108d2566a8bff32408dbca80e600cb65578ef65ec45bf5d9d90c2ea6c5ed9f9397ae9ad9206 WHIRLPOOL 0d8a93b9396876c5cf6437660a0156c5883088c4b0b3c1cf9f6bc2c9cafe4f0b7f38e6582ab5eedb3d8006efd53645563d5da20c79464534b9ca91624dd1dfb0 MISC metadata.xml 316 SHA256 ce1a344560f15a1b658644fa288401154d6f889bf32d45e5fbcb5880b8b378a2 SHA512 200d98a582514d0b3297092d94f8bda71dcbbae74dab686eda1dc108d2566a8bff32408dbca80e600cb65578ef65ec45bf5d9d90c2ea6c5ed9f9397ae9ad9206 WHIRLPOOL 0d8a93b9396876c5cf6437660a0156c5883088c4b0b3c1cf9f6bc2c9cafe4f0b7f38e6582ab5eedb3d8006efd53645563d5da20c79464534b9ca91624dd1dfb0
-----BEGIN PGP SIGNATURE----- -----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.19 (GNU/Linux) Version: GnuPG v2.0.19 (GNU/Linux)
iQIcBAEBCAAGBQJQtepGAAoJEPiazRVxLXTFwdkP+gJnl2G3Xu0z090aUN+7d8wc iQIcBAEBCgAGBQJRK01zAAoJELp701BxlEWf/xUP/3yDGpfxt+JW/vKn7c8J5qxY
HdCTiW1hkOqPybQdeZUxwalHx0yxEM9QvLdL3qxB8PsrtJwPEWEjhB9esBw11fR5 iBld/FxId780fJp60PXy+u4oPFVfds2j828x6AzifmEVkWe0KZDMLwJItD9UFwG+
WoVL5Zl4hNPv8B95mW2Ms5gOgVfHLRCDCVFhCyZyykBx3yzbynfooTibcn0j3Q2W MLlHJJ4l5dv/lcSRM9y2+5P/Heis+z5IiMpRsR7KhqQ1CubwmTmZ1mQn+9Q1QDrT
RLuWkbYG0BT4TJPAeRIzWO6RfY/Rg+RO2vmgyIaY2NkLRsexu+SYziIGFtMvtgRS sUEC3gE53gwKL2gkDUVZ8PQPVlcMRre71jNo6zp++3PFZgxdt3VXsxO2uKv34eSx
CFEEL792hy5smaZ9yTVHPe3XoUTesrOoRsx2RZeY1uMnNuWvKsuD8Y29BUJM9WUd DnA6ZKeoT6IfuJoigUgGHKu1SdB8PDGEo3+7VVd3DSdRqYQ+TfNaFAh2wLXes+jw
E557NbQyfnGPehz+tEPK+ZqH6k+cnOQbqHKEtBe3UucHrNy/aJzsuS2gfS+oSJr6 iXcwZM9lc4gTT9jfe+wwRe94fNra14XFOHii/nXDbgE4Uim/mkGfIGyInjpChoLi
QVjhQU0AMyghxgmIqr/4OfbEfvTELSdAT2bquqwrFY6PLP/NTUi5G4Hor3TjUYFI UDIPHYP+itCA7T5c0NErotP6GAtLwY2xXJhzCgYOZpmBSbUpzMcgEkhvpY9EfF5B
kY+PyIHVkJ7w0kXoL6t/5fll9eqCczZXrWM0Oon6cPOCbz8j9winxKj4JIeF7WHK UlAn8r/NZOFBX975O4wFJorg723xoPPRL8EQLO7TIe0kGLgR5HEUJ5rvGSCaBgAy
kFKcYadQcChOkcqTOTWq6sZCJT2Oh990vqh0uDiP2iC95ikYhoGy+o1e+6yfIsnZ Qsk+bu2citxQtcZmU2maVgw9ItW6BLYTcSJZQ2fhfmLPZ3vVwNM/VMWmmPBgiFRz
1tWYWhvkrUV413C4Qo36H/aSwJTNVzXpDpW0Z9tix1BSgU+VRTv+UXlvo9kovSk7 KeELd1yHViDKcdW1V54qBhDttr42PxKw7NwADTJWpA/imVc0fR13FU2lycR6vYvs
bwV6zZTRd9fM0a4D9vhZfA0bBLCv5yIukRSHmWyy3KSLGWCsoKkNYvw73TrANVd6 JI3+algVV+2+O1dA3D1PcS2HWmyj4QbN9Io1hCfF5ySfnQv5/vO7yCWWWRLL9tCj
RLsGmjCee+IyYTxFm3gA uOtUQ+xM06Y79NzaMNWK
=NFXf =RMil
-----END PGP SIGNATURE----- -----END PGP SIGNATURE-----

View File

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation # Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-devel/dev86/dev86-0.16.19.ebuild,v 1.1 2012/11/02 19:03:28 vapier Exp $ # $Header: /var/cvsroot/gentoo-x86/sys-devel/dev86/dev86-0.16.19.ebuild,v 1.3 2013/02/25 11:39:32 ago Exp $
EAPI="4" EAPI="4"
@ -12,7 +12,7 @@ SRC_URI="http://www.debath.co.uk/dev86/Dev86src-${PV}.tar.gz"
LICENSE="GPL-2" LICENSE="GPL-2"
SLOT="0" SLOT="0"
KEYWORDS="~amd64 ~x86" KEYWORDS="amd64 x86"
IUSE="" IUSE=""
RDEPEND="sys-devel/bin86" RDEPEND="sys-devel/bin86"