mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-20 05:51:18 +02:00
prune: remove ebuilds that trigger warnings in the new eclasses
Some eclasses have dropped support for older EAPIs, some effected ebuilds aren't actually needed so just remove them instead of updating.
This commit is contained in:
parent
1589a3f3bf
commit
134dd97470
@ -1,73 +0,0 @@
|
|||||||
# Copyright 1999-2012 Gentoo Foundation
|
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
|
||||||
# $Header: /var/cvsroot/gentoo-x86/dev-perl/GD/GD-2.460.0.ebuild,v 1.9 2012/03/09 13:45:33 ranger Exp $
|
|
||||||
|
|
||||||
EAPI=4
|
|
||||||
|
|
||||||
MODULE_AUTHOR=LDS
|
|
||||||
MODULE_VERSION=2.46
|
|
||||||
inherit perl-module
|
|
||||||
|
|
||||||
DESCRIPTION="interface to Thomas Boutell's gd library"
|
|
||||||
|
|
||||||
LICENSE="|| ( Artistic-2 GPL-1 GPL-2 GPL-3 )" # Artistic-2 or GPL1+
|
|
||||||
SLOT="0"
|
|
||||||
KEYWORDS="alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd ~x86-solaris"
|
|
||||||
IUSE="animgif gif jpeg png truetype xpm"
|
|
||||||
|
|
||||||
RDEPEND=">=media-libs/gd-2.0.33
|
|
||||||
png? (
|
|
||||||
media-libs/gd[png]
|
|
||||||
media-libs/libpng
|
|
||||||
sys-libs/zlib
|
|
||||||
)
|
|
||||||
jpeg? (
|
|
||||||
media-libs/gd[jpeg]
|
|
||||||
virtual/jpeg
|
|
||||||
)
|
|
||||||
truetype? (
|
|
||||||
media-libs/gd[truetype]
|
|
||||||
media-libs/freetype:2
|
|
||||||
)
|
|
||||||
xpm? (
|
|
||||||
media-libs/gd[xpm]
|
|
||||||
x11-libs/libXpm
|
|
||||||
)
|
|
||||||
gif? ( media-libs/giflib )"
|
|
||||||
DEPEND="${RDEPEND}"
|
|
||||||
|
|
||||||
SRC_TEST=do
|
|
||||||
|
|
||||||
src_prepare(){
|
|
||||||
perl-module_src_prepare
|
|
||||||
sed -i "s/use Getopt::Long;/use Getopt::Long qw(:config pass_through);/" \
|
|
||||||
"${S}"/Makefile.PL || die
|
|
||||||
}
|
|
||||||
|
|
||||||
src_configure() {
|
|
||||||
local myconf
|
|
||||||
use gif && use animgif && myconf+=",ANIMGIF"
|
|
||||||
use jpeg && myconf+=",JPEG"
|
|
||||||
use truetype && myconf+=",FREETYPE"
|
|
||||||
use png && myconf+=",PNG"
|
|
||||||
use xpm && myconf+=",XPM"
|
|
||||||
use gif && myconf+=",GIF"
|
|
||||||
myconf="-options '${myconf:1}'"
|
|
||||||
perl-module_src_configure
|
|
||||||
}
|
|
||||||
|
|
||||||
src_test() {
|
|
||||||
if use png || use jpeg || use gif ; then
|
|
||||||
if has_version ">=media-libs/jpeg-7" || \
|
|
||||||
has_version "media-libs/libjpeg-turbo" ; then
|
|
||||||
# https://rt.cpan.org/Public/Bug/Display.html?id=49053
|
|
||||||
ewarn "Tests fail with >=media-libs/jpeg-7 or media-libs/libjpeg-turbo. Skipping tests..."
|
|
||||||
return
|
|
||||||
fi
|
|
||||||
perl-module_src_test
|
|
||||||
else
|
|
||||||
ewarn "The test fails if neither of png, jpeg, gif is in USE!"
|
|
||||||
ewarn "Skipping tests..."
|
|
||||||
fi
|
|
||||||
}
|
|
||||||
mydoc="GD.html"
|
|
@ -1 +0,0 @@
|
|||||||
DIST GD-2.46.tar.gz 260989 RMD160 3378e12b8db28bae5e0d9abd788e1b924f7efff7 SHA1 ac9766f96d1893b86bfa2a72873b749efd6c5e2f SHA256 0de778c8ea63bb3eb0d99d0ef090464ef594107addfa71750fd3a88216081735
|
|
@ -1,110 +0,0 @@
|
|||||||
# ChangeLog for dev-perl/YAML-Tiny
|
|
||||||
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
|
|
||||||
# $Header: /var/cvsroot/gentoo-x86/dev-perl/YAML-Tiny/ChangeLog,v 1.29 2011/07/30 10:47:48 tove Exp $
|
|
||||||
|
|
||||||
30 Jul 2011; Torsten Veller <tove@gentoo.org> YAML-Tiny-1.41.ebuild,
|
|
||||||
YAML-Tiny-1.500.0.ebuild:
|
|
||||||
Drop ~sparc-fbsd KEYWORD
|
|
||||||
|
|
||||||
29 Jul 2011; Torsten Veller <tove@gentoo.org> -YAML-Tiny-1.480.ebuild:
|
|
||||||
Cleanup
|
|
||||||
|
|
||||||
*YAML-Tiny-1.500.0 (25 Jun 2011)
|
|
||||||
|
|
||||||
25 Jun 2011; Torsten Veller <tove@gentoo.org> +YAML-Tiny-1.500.0.ebuild:
|
|
||||||
Version bump
|
|
||||||
|
|
||||||
02 Apr 2011; Torsten Veller <tove@gentoo.org> -YAML-Tiny-1.43.ebuild,
|
|
||||||
-YAML-Tiny-1.44.ebuild, -YAML-Tiny-1.460.ebuild:
|
|
||||||
Cleanup
|
|
||||||
|
|
||||||
*YAML-Tiny-1.480 (04 Feb 2011)
|
|
||||||
|
|
||||||
04 Feb 2011; Torsten Veller <tove@gentoo.org> +YAML-Tiny-1.480.ebuild:
|
|
||||||
Version bump
|
|
||||||
|
|
||||||
*YAML-Tiny-1.460 (11 Jan 2011)
|
|
||||||
|
|
||||||
11 Jan 2011; Torsten Veller <tove@gentoo.org> +YAML-Tiny-1.460.ebuild:
|
|
||||||
Version bump
|
|
||||||
|
|
||||||
07 Dec 2010; Matt Turner <mattst88@gentoo.org> YAML-Tiny-1.44.ebuild:
|
|
||||||
Added ~mips, bug 298183.
|
|
||||||
|
|
||||||
22 Oct 2010; Samuli Suominen <ssuominen@gentoo.org> YAML-Tiny-1.41.ebuild:
|
|
||||||
ppc64 stable wrt #333421
|
|
||||||
|
|
||||||
18 Oct 2010; Jeroen Roovers <jer@gentoo.org> YAML-Tiny-1.41.ebuild:
|
|
||||||
Stable for HPPA (bug #323529).
|
|
||||||
|
|
||||||
*YAML-Tiny-1.44 (09 Aug 2010)
|
|
||||||
|
|
||||||
09 Aug 2010; Torsten Veller <tove@gentoo.org> +YAML-Tiny-1.44.ebuild:
|
|
||||||
Version bump
|
|
||||||
|
|
||||||
*YAML-Tiny-1.43 (15 Jul 2010)
|
|
||||||
|
|
||||||
15 Jul 2010; Torsten Veller <tove@gentoo.org> +YAML-Tiny-1.43.ebuild:
|
|
||||||
Version bump. No functional changes
|
|
||||||
|
|
||||||
27 Jun 2010; <nixnut@gentoo.org> YAML-Tiny-1.41.ebuild:
|
|
||||||
ppc stable #323529
|
|
||||||
|
|
||||||
21 Jun 2010; Raúl Porcel <armin76@gentoo.org> YAML-Tiny-1.41.ebuild:
|
|
||||||
alpha/arm/ia64/m68k/s390/sh/sparc stable
|
|
||||||
|
|
||||||
15 Jun 2010; Torsten Veller <tove@gentoo.org> YAML-Tiny-1.41.ebuild:
|
|
||||||
Stable on amd64 and x86 (#323529)
|
|
||||||
|
|
||||||
23 Feb 2010; Joseph Jezak <josejx@gentoo.org> YAML-Tiny-1.41.ebuild:
|
|
||||||
Marked ~ppc for bug #298183.
|
|
||||||
|
|
||||||
08 Feb 2010; Fabian Groffen <grobian@gentoo.org> YAML-Tiny-1.41.ebuild:
|
|
||||||
Marked ~ppc-aix, bug #298183
|
|
||||||
|
|
||||||
17 Jan 2010; Raúl Porcel <armin76@gentoo.org> YAML-Tiny-1.41.ebuild:
|
|
||||||
Add ~alpha/~ia64/~m68k/~s390/~sh/~sparc wrt #298183
|
|
||||||
|
|
||||||
10 Jan 2010; Markus Meier <maekke@gentoo.org> YAML-Tiny-1.41.ebuild:
|
|
||||||
add ~arm, bug #298183
|
|
||||||
|
|
||||||
09 Jan 2010; Fabian Groffen <grobian@gentoo.org> YAML-Tiny-1.41.ebuild:
|
|
||||||
Add back Prefix keywords, bug #298183
|
|
||||||
|
|
||||||
09 Jan 2010; Alexis Ballier <aballier@gentoo.org> YAML-Tiny-1.41.ebuild:
|
|
||||||
keyword ~sparc-fbsd, bug #298183
|
|
||||||
|
|
||||||
07 Jan 2010; Alexis Ballier <aballier@gentoo.org> YAML-Tiny-1.41.ebuild:
|
|
||||||
keyword ~x86-fbsd, bug #298183
|
|
||||||
|
|
||||||
06 Jan 2010; Brent Baude <ranger@gentoo.org> YAML-Tiny-1.41.ebuild:
|
|
||||||
Marking YAML-Tiny-1.41 ~ppc64 for bug 298183
|
|
||||||
|
|
||||||
24 Dec 2009; Torsten Veller <tove@gentoo.org> -YAML-Tiny-1.40.ebuild:
|
|
||||||
Cleanup
|
|
||||||
|
|
||||||
24 Dec 2009; Jeroen Roovers <jer@gentoo.org> YAML-Tiny-1.41.ebuild:
|
|
||||||
Marked ~hppa (bug #298183).
|
|
||||||
|
|
||||||
*YAML-Tiny-1.41 (12 Dec 2009)
|
|
||||||
|
|
||||||
12 Dec 2009; Torsten Veller <tove@gentoo.org> +YAML-Tiny-1.41.ebuild:
|
|
||||||
Version bump
|
|
||||||
|
|
||||||
07 Sep 2009; Torsten Veller <tove@gentoo.org> -YAML-Tiny-1.39.ebuild:
|
|
||||||
Cleanup
|
|
||||||
|
|
||||||
*YAML-Tiny-1.40 (02 Aug 2009)
|
|
||||||
|
|
||||||
02 Aug 2009; Torsten Veller <tove@gentoo.org> +YAML-Tiny-1.40.ebuild:
|
|
||||||
Version bump
|
|
||||||
|
|
||||||
23 Jun 2009; Torsten Veller <tove@gentoo.org> YAML-Tiny-1.39.ebuild:
|
|
||||||
Add description. Run tests
|
|
||||||
|
|
||||||
*YAML-Tiny-1.39 (23 Jun 2009)
|
|
||||||
|
|
||||||
23 Jun 2009; Robin H. Johnson <robbat2@gentoo.org> +YAML-Tiny-1.39.ebuild,
|
|
||||||
+metadata.xml:
|
|
||||||
Initial commit. Ebuild by Robin H. Johnson <robbat2@gentoo.org>.
|
|
||||||
|
|
@ -1 +0,0 @@
|
|||||||
DIST YAML-Tiny-1.41.tar.gz 36736 RMD160 8f552a68042586fa2ba7f8b6767f32dc0d07a7e9 SHA1 03efc3885bc39a2934b09ddacdc44a39929e5638 SHA256 eb076a2eee629f4b7b25212f68e05f58a6391f36ea083f3c8e4a08540fcf94ee
|
|
@ -1,16 +0,0 @@
|
|||||||
# Copyright 1999-2011 Gentoo Foundation
|
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
|
||||||
# $Header: /var/cvsroot/gentoo-x86/dev-perl/YAML-Tiny/YAML-Tiny-1.41.ebuild,v 1.16 2011/07/30 10:47:48 tove Exp $
|
|
||||||
|
|
||||||
EAPI=2
|
|
||||||
|
|
||||||
MODULE_AUTHOR="ADAMK"
|
|
||||||
inherit perl-module
|
|
||||||
|
|
||||||
DESCRIPTION="Read/Write YAML files with as little code as possible"
|
|
||||||
|
|
||||||
SLOT="0"
|
|
||||||
KEYWORDS="alpha amd64 arm hppa ia64 m68k ppc ppc64 s390 sh sparc x86 ~ppc-aix ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
|
|
||||||
IUSE=""
|
|
||||||
|
|
||||||
SRC_TEST=do
|
|
@ -1,11 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
|
||||||
<pkgmetadata>
|
|
||||||
<herd>perl</herd>
|
|
||||||
<maintainer>
|
|
||||||
<email>robbat2@gentoo.org</email>
|
|
||||||
</maintainer>
|
|
||||||
<upstream>
|
|
||||||
<remote-id type="cpan">YAML-Tiny</remote-id>
|
|
||||||
</upstream>
|
|
||||||
</pkgmetadata>
|
|
@ -1,318 +0,0 @@
|
|||||||
# ChangeLog for dev-perl/yaml
|
|
||||||
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
|
|
||||||
# $Header: /var/cvsroot/gentoo-x86/dev-perl/yaml/ChangeLog,v 1.90 2011/07/30 10:50:34 tove Exp $
|
|
||||||
|
|
||||||
30 Jul 2011; Torsten Veller <tove@gentoo.org> yaml-0.71.ebuild,
|
|
||||||
yaml-0.730.0.ebuild:
|
|
||||||
Drop ~sparc-fbsd KEYWORD
|
|
||||||
|
|
||||||
29 Jul 2011; Torsten Veller <tove@gentoo.org> -yaml-0.72.ebuild:
|
|
||||||
Cleanup
|
|
||||||
|
|
||||||
*yaml-0.730.0 (20 Apr 2011)
|
|
||||||
|
|
||||||
20 Apr 2011; Torsten Veller <tove@gentoo.org> +yaml-0.730.0.ebuild:
|
|
||||||
Version bump
|
|
||||||
|
|
||||||
06 Jan 2011; Torsten Veller <tove@gentoo.org> -yaml-0.68.ebuild,
|
|
||||||
-yaml-0.70.ebuild:
|
|
||||||
Cleanup
|
|
||||||
|
|
||||||
05 Nov 2010; Samuli Suominen <ssuominen@gentoo.org> yaml-0.71.ebuild:
|
|
||||||
ppc64 stable wrt #341865
|
|
||||||
|
|
||||||
*yaml-0.72 (02 Sep 2010)
|
|
||||||
|
|
||||||
02 Sep 2010; Torsten Veller <tove@gentoo.org> +yaml-0.72.ebuild:
|
|
||||||
Version bump
|
|
||||||
|
|
||||||
27 Jun 2010; <nixnut@gentoo.org> yaml-0.71.ebuild:
|
|
||||||
ppc stable #323529
|
|
||||||
|
|
||||||
08 May 2010; Raúl Porcel <armin76@gentoo.org> yaml-0.71.ebuild:
|
|
||||||
alpha/ia64/m68k/s390/sh/sparc stable wrt #314467
|
|
||||||
|
|
||||||
04 May 2010; Jeroen Roovers <jer@gentoo.org> yaml-0.71.ebuild:
|
|
||||||
Stable for HPPA (bug #314467).
|
|
||||||
|
|
||||||
18 Apr 2010; Markus Meier <maekke@gentoo.org> yaml-0.71.ebuild:
|
|
||||||
arm stable, bug #314467
|
|
||||||
|
|
||||||
17 Apr 2010; Torsten Veller <tove@gentoo.org> yaml-0.71.ebuild:
|
|
||||||
Stable on amd64, x86 (#314467)
|
|
||||||
|
|
||||||
14 Jan 2010; Fabian Groffen <grobian@gentoo.org> yaml-0.71.ebuild:
|
|
||||||
Transfer Prefix keywords
|
|
||||||
|
|
||||||
*yaml-0.71 (03 Jan 2010)
|
|
||||||
|
|
||||||
03 Jan 2010; Torsten Veller <tove@gentoo.org> +yaml-0.71.ebuild:
|
|
||||||
Version bump
|
|
||||||
|
|
||||||
*yaml-0.70 (11 Aug 2009)
|
|
||||||
|
|
||||||
11 Aug 2009; Torsten Veller <tove@gentoo.org> +yaml-0.70.ebuild:
|
|
||||||
Version bump
|
|
||||||
|
|
||||||
08 May 2009; Torsten Veller <tove@gentoo.org> -yaml-0.65.ebuild:
|
|
||||||
Cleanup
|
|
||||||
|
|
||||||
07 May 2009; Raúl Porcel <armin76@gentoo.org> yaml-0.68.ebuild:
|
|
||||||
alpha/arm/ia64/m68k/s390/sh stable wrt #268188
|
|
||||||
|
|
||||||
06 May 2009; Jeroen Roovers <jer@gentoo.org> yaml-0.68.ebuild:
|
|
||||||
Stable for HPPA (bug #268188).
|
|
||||||
|
|
||||||
05 May 2009; Tiago Cunha <tcunha@gentoo.org> yaml-0.68.ebuild:
|
|
||||||
stable sparc, bug 268188
|
|
||||||
|
|
||||||
03 May 2009; Markus Meier <maekke@gentoo.org> yaml-0.68.ebuild:
|
|
||||||
amd64 stable, bug #268188
|
|
||||||
|
|
||||||
03 May 2009; Brent Baude <ranger@gentoo.org> yaml-0.68.ebuild:
|
|
||||||
stable ppc64, bug 268188
|
|
||||||
|
|
||||||
02 May 2009; nixnut <nixnut@gentoo.org> yaml-0.68.ebuild:
|
|
||||||
ppc stable #268188
|
|
||||||
|
|
||||||
02 May 2009; Torsten Veller <tove@gentoo.org> yaml-0.68.ebuild:
|
|
||||||
Stable on x86 (#268188)
|
|
||||||
|
|
||||||
01 May 2009; Torsten Veller <tove@gentoo.org> -yaml-0.39.ebuild,
|
|
||||||
-yaml-0.66.ebuild:
|
|
||||||
Cleanup
|
|
||||||
|
|
||||||
19 Mar 2009; Raúl Porcel <armin76@gentoo.org> yaml-0.65.ebuild,
|
|
||||||
yaml-0.66.ebuild, yaml-0.68.ebuild:
|
|
||||||
~m68k love, thanks to kolla for testing
|
|
||||||
|
|
||||||
*yaml-0.68 (08 Dec 2008)
|
|
||||||
|
|
||||||
08 Dec 2008; Robin H. Johnson <robbat2@gentoo.org> +yaml-0.68.ebuild:
|
|
||||||
Version bump.
|
|
||||||
|
|
||||||
15 Sep 2008; Torsten Veller <tove@gentoo.org> -yaml-0.58.ebuild,
|
|
||||||
-yaml-0.60.ebuild, -yaml-0.62.ebuild:
|
|
||||||
Cleanup
|
|
||||||
|
|
||||||
*yaml-0.66 (23 Apr 2008)
|
|
||||||
|
|
||||||
23 Apr 2008; Torsten Veller <tove@gentoo.org> +yaml-0.66.ebuild:
|
|
||||||
Version bump
|
|
||||||
|
|
||||||
28 Mar 2008; Jeroen Roovers <jer@gentoo.org> yaml-0.65.ebuild:
|
|
||||||
Stable for HPPA too.
|
|
||||||
|
|
||||||
29 Dec 2007; <welp@gentoo.org> yaml-0.65.ebuild:
|
|
||||||
Keyworded ~sparc-fbsd; bug 203655
|
|
||||||
|
|
||||||
19 Nov 2007; Joshua Kinard <kumba@gentoo.org> yaml-0.65.ebuild:
|
|
||||||
Stable on mips.
|
|
||||||
|
|
||||||
10 Nov 2007; Samuli Suominen <drac@gentoo.org> yaml-0.65.ebuild:
|
|
||||||
amd64 stable
|
|
||||||
|
|
||||||
08 Oct 2007; Tom Gall <tgall@gentoo.org> yaml-0.65.ebuild:
|
|
||||||
stable on ppc64
|
|
||||||
|
|
||||||
09 Aug 2007; Tobias Scherbaum <dertobi123@gentoo.org> yaml-0.65.ebuild:
|
|
||||||
Stable on ppc.
|
|
||||||
|
|
||||||
09 Aug 2007; Gustavo Zacarias <gustavoz@gentoo.org> yaml-0.65.ebuild:
|
|
||||||
Stable on sparc
|
|
||||||
|
|
||||||
30 Jul 2007; Raúl Porcel <armin76@gentoo.org> yaml-0.65.ebuild:
|
|
||||||
alpha/ia64/x86 stable
|
|
||||||
|
|
||||||
*yaml-0.65 (25 Jun 2007)
|
|
||||||
|
|
||||||
25 Jun 2007; Michael Cummings <mcummings@gentoo.org> +yaml-0.65.ebuild:
|
|
||||||
Version bump
|
|
||||||
|
|
||||||
12 May 2007; Joshua Kinard <kumba@gentoo.org> yaml-0.62.ebuild:
|
|
||||||
Stable on mips.
|
|
||||||
|
|
||||||
16 Apr 2007; Markus Rothe <corsair@gentoo.org> yaml-0.62.ebuild:
|
|
||||||
Stable on ppc64
|
|
||||||
|
|
||||||
05 Mar 2007; Andrej Kacian <ticho@gentoo.org> yaml-0.62.ebuild:
|
|
||||||
Stable on x86, bug #169152.
|
|
||||||
|
|
||||||
23 Oct 2006; Gustavo Zacarias <gustavoz@gentoo.org> yaml-0.62.ebuild:
|
|
||||||
Stable on hppa
|
|
||||||
|
|
||||||
21 Oct 2006; Tobias Scherbaum <dertobi123@gentoo.org> yaml-0.62.ebuild:
|
|
||||||
ppc stable
|
|
||||||
|
|
||||||
20 Oct 2006; Aron Griffis <agriffis@gentoo.org> yaml-0.62.ebuild:
|
|
||||||
Mark 0.62 stable on ia64
|
|
||||||
|
|
||||||
20 Oct 2006; Bryan Østergaard <kloeri@gentoo.org> yaml-0.62.ebuild:
|
|
||||||
Stable on Alpha.
|
|
||||||
|
|
||||||
20 Oct 2006; Michael Cummings <mcummings@gentoo.org> -yaml-0.35.ebuild,
|
|
||||||
-yaml-0.36.ebuild, yaml-0.39.ebuild, -yaml-0.51.ebuild, -yaml-0.53.ebuild,
|
|
||||||
yaml-0.58.ebuild, yaml-0.60.ebuild, yaml-0.62.ebuild:
|
|
||||||
Marking amd64, sparc stable; cleaning up ebuilds
|
|
||||||
|
|
||||||
16 Sep 2006; Tobias Scherbaum <dertobi123@gentoo.org> yaml-0.58.ebuild:
|
|
||||||
ppc stable
|
|
||||||
|
|
||||||
18 Aug 2006; Michael Cummings <mcummings@gentoo.org> yaml-0.58.ebuild:
|
|
||||||
Marking amd64 stable
|
|
||||||
|
|
||||||
06 Aug 2006; Michael Cummings <mcummings@gentoo.org> yaml-0.35.ebuild,
|
|
||||||
yaml-0.36.ebuild, yaml-0.39.ebuild, yaml-0.51.ebuild, yaml-0.53.ebuild,
|
|
||||||
yaml-0.58.ebuild, yaml-0.60.ebuild, yaml-0.62.ebuild:
|
|
||||||
Adding perl dep; fixed header; fixed DEPEND
|
|
||||||
|
|
||||||
10 Jul 2006; Aron Griffis <agriffis@gentoo.org> yaml-0.58.ebuild:
|
|
||||||
Mark 0.58 stable on ia64
|
|
||||||
|
|
||||||
*yaml-0.62 (05 Jul 2006)
|
|
||||||
|
|
||||||
05 Jul 2006; Michael Cummings <mcummings@gentoo.org> +yaml-0.62.ebuild:
|
|
||||||
Version bump
|
|
||||||
|
|
||||||
*yaml-0.60 (02 Jul 2006)
|
|
||||||
|
|
||||||
02 Jul 2006; Christian Hartmann <ian@gentoo.org> +yaml-0.60.ebuild:
|
|
||||||
Version bump; test-dep cleanup
|
|
||||||
|
|
||||||
29 Jun 2006; Gustavo Zacarias <gustavoz@gentoo.org> yaml-0.58.ebuild:
|
|
||||||
Stable on hppa
|
|
||||||
|
|
||||||
12 Jun 2006; Michael Cummings <mcummings@gentoo.org> yaml-0.51.ebuild,
|
|
||||||
yaml-0.53.ebuild, yaml-0.58.ebuild:
|
|
||||||
Marking sparc stable
|
|
||||||
|
|
||||||
24 Apr 2006; Diego Pettenò <flameeyes@gentoo.org> yaml-0.58.ebuild:
|
|
||||||
Add ~x86-fbsd keyword.
|
|
||||||
|
|
||||||
20 Apr 2006; Thomas Cort <tcort@gentoo.org> yaml-0.58.ebuild:
|
|
||||||
Added ~amd64 keyword wrt Bug #119199.
|
|
||||||
|
|
||||||
20 Apr 2006; Thomas Cort <tcort@gentoo.org> yaml-0.58.ebuild:
|
|
||||||
Added ~alpha keyword wrt Bug #119199.
|
|
||||||
|
|
||||||
17 Mar 2006; Chris White <chriswhite@gentoo.org> yaml-0.39.ebuild:
|
|
||||||
amd64 stable for 0.39.
|
|
||||||
|
|
||||||
10 Mar 2006; Aron Griffis <agriffis@gentoo.org> yaml-0.58.ebuild:
|
|
||||||
Mark 0.58 ~ia64. #119199
|
|
||||||
|
|
||||||
26 Feb 2006; Joshua Kinard <kumba@gentoo.org> yaml-0.39.ebuild,
|
|
||||||
yaml-0.58.ebuild:
|
|
||||||
0.39 stable on mips, ~mips added to 0.59 for Bug #119199.
|
|
||||||
|
|
||||||
20 Feb 2006; Michael Cummings <mcummings@gentoo.org> -yaml-0.57.ebuild:
|
|
||||||
Removing extraneous ebuild
|
|
||||||
|
|
||||||
*yaml-0.58 (20 Feb 2006)
|
|
||||||
|
|
||||||
20 Feb 2006; Michael Cummings <mcummings@gentoo.org> +yaml-0.58.ebuild:
|
|
||||||
bump fix; uses test keyword now
|
|
||||||
|
|
||||||
*yaml-0.57 (20 Feb 2006)
|
|
||||||
|
|
||||||
20 Feb 2006; Michael Cummings <mcummings@gentoo.org> +yaml-0.57.ebuild:
|
|
||||||
Version bump upstream
|
|
||||||
|
|
||||||
13 Feb 2006; Michael Cummings <mcummings@gentoo.org> yaml-0.39.ebuild,
|
|
||||||
yaml-0.51.ebuild, yaml-0.53.ebuild:
|
|
||||||
Virtuals for perl-core
|
|
||||||
|
|
||||||
31 Jan 2006; Aron Griffis <agriffis@gentoo.org> yaml-0.39.ebuild:
|
|
||||||
Mark 0.39 stable on alpha
|
|
||||||
|
|
||||||
23 Jan 2006; Markus Rothe <corsair@gentoo.org> yaml-0.53.ebuild:
|
|
||||||
Added ~ppc64; bug #119199
|
|
||||||
|
|
||||||
*yaml-0.53 (22 Jan 2006)
|
|
||||||
|
|
||||||
22 Jan 2006; Michael Cummings <mcummings@gentoo.org> +yaml-0.53.ebuild:
|
|
||||||
Version bump
|
|
||||||
|
|
||||||
21 Jan 2006; Markus Rothe <corsair@gentoo.org> yaml-0.39.ebuild:
|
|
||||||
Stable on ppc64
|
|
||||||
|
|
||||||
21 Jan 2006; Jeroen Roovers <jer@gentoo.org> yaml-0.51.ebuild:
|
|
||||||
Marked ~hppa (bug #119199).
|
|
||||||
|
|
||||||
17 Jan 2006; <nixnut@gentoo.org> yaml-0.51.ebuild:
|
|
||||||
Added ~ppc keyword. bug 119199
|
|
||||||
|
|
||||||
*yaml-0.51 (16 Jan 2006)
|
|
||||||
|
|
||||||
16 Jan 2006; Michael Cummings <mcummings@gentoo.org> +yaml-0.51.ebuild:
|
|
||||||
new version of yaml upstream, will need re-keywording
|
|
||||||
|
|
||||||
15 Jan 2006; Michael Hanselmann <hansmi@gentoo.org> yaml-0.39.ebuild:
|
|
||||||
Stable on ppc.
|
|
||||||
|
|
||||||
13 Jan 2006; Michael Cummings <mcummings@gentoo.org> yaml-0.39.ebuild:
|
|
||||||
Marking sparc x86 stable
|
|
||||||
|
|
||||||
08 Sep 2005; Aron Griffis <agriffis@gentoo.org> yaml-0.36.ebuild:
|
|
||||||
Mark 0.36 stable on alpha
|
|
||||||
|
|
||||||
17 Jun 2005; Michael Hanselmann <hansmi@gentoo.org> yaml-0.36.ebuild:
|
|
||||||
Stable on ppc.
|
|
||||||
|
|
||||||
06 Jun 2005; Markus Rothe <corsair@gentoo.org> yaml-0.36.ebuild:
|
|
||||||
Stable on ppc64
|
|
||||||
|
|
||||||
27 May 2005; Michael Cummings <mcummings@gentoo.org> yaml-0.39.ebuild:
|
|
||||||
-m Fixing dep for yaml-0.39
|
|
||||||
|
|
||||||
22 May 2005; Simon Stelling <blubb@gentoo.org> yaml-0.36.ebuild:
|
|
||||||
stable on amd64
|
|
||||||
|
|
||||||
16 May 2005; Gustavo Zacarias <gustavoz@gentoo.org> yaml-0.36.ebuild:
|
|
||||||
Stable on sparc
|
|
||||||
|
|
||||||
15 May 2005; Rene Nussbaumer <killerfox@gentoo.org> yaml-0.36.ebuild:
|
|
||||||
Stable on hppa
|
|
||||||
|
|
||||||
*yaml-0.39 (14 May 2005)
|
|
||||||
|
|
||||||
14 May 2005; Michael Cummings <mcummings@gentoo.org> yaml-0.36.ebuild,
|
|
||||||
+yaml-0.39.ebuild:
|
|
||||||
Version bump
|
|
||||||
|
|
||||||
18 Mar 2005; Aron Griffis <agriffis@gentoo.org> yaml-0.35.ebuild,
|
|
||||||
yaml-0.36.ebuild:
|
|
||||||
Add ia64 and ~ia64 keywords
|
|
||||||
|
|
||||||
*yaml-0.36 (13 Mar 2005)
|
|
||||||
|
|
||||||
13 Mar 2005; Michael Cummings <mcummings@gentoo.org> yaml-0.35.ebuild,
|
|
||||||
+yaml-0.36.ebuild:
|
|
||||||
Version bump, bug 84989
|
|
||||||
|
|
||||||
12 Mar 2005; Markus Rothe <corsair@gentoo.org> yaml-0.35.ebuild:
|
|
||||||
Stable on ppc64
|
|
||||||
|
|
||||||
22 Dec 2004; Yuta SATOH <nigoro@gentoo.org> yaml-0.35.ebuild:
|
|
||||||
added ~ppc64
|
|
||||||
|
|
||||||
21 Nov 2004; Hardave Riar <hardave@gentoo.org> yaml-0.35.ebuild:
|
|
||||||
Stable on mips, dep for bug #68570
|
|
||||||
|
|
||||||
20 Nov 2004; Daniel Black <dragonheart@gentoo.org> yaml-0.35.ebuild:
|
|
||||||
ppc stable to support bug #68570
|
|
||||||
|
|
||||||
19 Oct 2004; Dylan Carlson <absinthe@gentoo.org> yaml-0.35.ebuild:
|
|
||||||
Stable on amd64.
|
|
||||||
|
|
||||||
05 Apr 2004; Gustavo Zacarias <gustavoz@gentoo.org> yaml-0.35.ebuild:
|
|
||||||
Stable on sparc
|
|
||||||
|
|
||||||
19 Jan 2004; Eric Sammer <esammer@gentoo.org> yaml-0.35.ebuild:
|
|
||||||
Added ~amd64 to keywords to fix dependencies. Added metadata.xml
|
|
||||||
|
|
||||||
*yaml-0.35 (26 Jun 2003)
|
|
||||||
|
|
||||||
26 Jun 2003; Michael Cummings <mcummings@gentoo.org> yaml-0.35.ebuild:
|
|
||||||
YAML is a dep for alzabo
|
|
||||||
|
|
@ -1 +0,0 @@
|
|||||||
DIST YAML-0.71.tar.gz 112978 RMD160 c5266aef79ede08e59e9cd63e94cf2427443f858 SHA1 4d75e95921fedfd570cf8eae29b02452aeb1af16 SHA256 f202e5bb2146627eb3381d890a00260a8afe699ea40f92e1e333f0bd0bc7c07a
|
|
@ -1,8 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
|
||||||
<pkgmetadata>
|
|
||||||
<herd>perl</herd>
|
|
||||||
<upstream>
|
|
||||||
<remote-id type="cpan">YAML</remote-id>
|
|
||||||
</upstream>
|
|
||||||
</pkgmetadata>
|
|
@ -1,19 +0,0 @@
|
|||||||
# Copyright 1999-2011 Gentoo Foundation
|
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
|
||||||
# $Header: /var/cvsroot/gentoo-x86/dev-perl/yaml/yaml-0.71.ebuild,v 1.9 2011/07/30 10:50:33 tove Exp $
|
|
||||||
|
|
||||||
EAPI=2
|
|
||||||
|
|
||||||
MODULE_AUTHOR=ADAMK
|
|
||||||
MY_PN="YAML"
|
|
||||||
MY_P="${MY_PN}-${PV}"
|
|
||||||
S=${WORKDIR}/${MY_P}
|
|
||||||
inherit perl-module
|
|
||||||
|
|
||||||
DESCRIPTION="YAML Ain't Markup Language (tm)"
|
|
||||||
|
|
||||||
SLOT="0"
|
|
||||||
KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~x86-fbsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
|
|
||||||
IUSE=""
|
|
||||||
|
|
||||||
SRC_TEST="do"
|
|
@ -1 +0,0 @@
|
|||||||
DIST gob2-2.0.15.tar.bz2 208071 RMD160 92ccd5dd2ed75d1c0bfb261769d8159c162220c8 SHA1 4ff67524d8edf9a53b3f38773af82fceadcbe65e SHA256 4b439572c75c3ee5d59c4ba86c4a09e3264b8fc77b577117cfc6f44b3789a9e2
|
|
@ -1,26 +0,0 @@
|
|||||||
# Copyright 1999-2008 Gentoo Foundation
|
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
|
||||||
# $Header: /var/cvsroot/gentoo-x86/dev-util/gob/gob-2.0.15.ebuild,v 1.9 2008/09/27 16:36:38 armin76 Exp $
|
|
||||||
|
|
||||||
inherit gnome2
|
|
||||||
|
|
||||||
MY_PN=gob2
|
|
||||||
MY_P=${MY_PN}-${PV}
|
|
||||||
S=${WORKDIR}/${MY_P}
|
|
||||||
PVP=(${PV//[-\._]/ })
|
|
||||||
|
|
||||||
DESCRIPTION="Preprocessor for making GTK+ objects with inline C code"
|
|
||||||
HOMEPAGE="http://www.5z.com/jirka/gob.html"
|
|
||||||
SRC_URI="mirror://gnome/sources/${MY_PN}/${PVP[0]}.${PVP[1]}/${MY_P}.tar.bz2"
|
|
||||||
|
|
||||||
LICENSE="GPL-2"
|
|
||||||
SLOT="2"
|
|
||||||
KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sh sparc x86"
|
|
||||||
IUSE=""
|
|
||||||
|
|
||||||
RDEPEND=">=dev-libs/glib-2"
|
|
||||||
DEPEND="${RDEPEND}
|
|
||||||
dev-util/pkgconfig
|
|
||||||
sys-devel/flex"
|
|
||||||
|
|
||||||
DOCS="AUTHORS ChangeLog NEWS README TODO"
|
|
@ -1 +0,0 @@
|
|||||||
DIST lcov-1.9.tar.gz 140035 RMD160 8065012a49cc7e10c295093c9b0c6dee9efcac22 SHA1 5aff4b998b1288896734326a0b74ab536339ec21 SHA256 c37e125d4f0773339de3600d45ad325fe710ea2f0051d7ee2b8a168f450f1aca
|
|
@ -1,22 +0,0 @@
|
|||||||
# Copyright 1999-2012 Gentoo Foundation
|
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
|
||||||
# $Header: /var/cvsroot/gentoo-x86/dev-util/lcov/lcov-1.9.ebuild,v 1.3 2012/05/21 12:29:34 johu Exp $
|
|
||||||
EAPI="2"
|
|
||||||
|
|
||||||
|
|
||||||
DESCRIPTION="A graphical front-end for GCC's coverage testing tool gcov"
|
|
||||||
HOMEPAGE="http://ltp.sourceforge.net/coverage/lcov.php"
|
|
||||||
SRC_URI="mirror://sourceforge/ltp/${P}.tar.gz"
|
|
||||||
|
|
||||||
LICENSE="GPL-2"
|
|
||||||
SLOT="0"
|
|
||||||
KEYWORDS="amd64 ~ppc x86"
|
|
||||||
IUSE=""
|
|
||||||
|
|
||||||
DEPEND=""
|
|
||||||
RDEPEND=">=dev-lang/perl-5
|
|
||||||
dev-perl/GD[png]"
|
|
||||||
|
|
||||||
src_install() {
|
|
||||||
emake PREFIX="${D}" install || die "install failed"
|
|
||||||
}
|
|
@ -1,487 +0,0 @@
|
|||||||
# 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.
|
|
@ -1,22 +0,0 @@
|
|||||||
-----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-----
|
|
@ -1,25 +0,0 @@
|
|||||||
fix from upstream
|
|
||||||
|
|
||||||
http://bugs.gentoo.org/363367
|
|
||||||
|
|
||||||
# HG changeset patch
|
|
||||||
# User tabe
|
|
||||||
# Date 1239812355 0
|
|
||||||
# Node ID 3ea283efcdafcb2acc1dd0ace1d3d48da6d8cec8
|
|
||||||
# Parent 4f29a877875f63cee5a64e7bea406a61882a565e
|
|
||||||
fixed FS#199
|
|
||||||
|
|
||||||
199, Fixed useFontConfig() to work as documented (Ethan Merritt)
|
|
||||||
|
|
||||||
diff -r 4f29a877875f -r 3ea283efcdaf src/gdft.c
|
|
||||||
--- a/src/gdft.c Sat Apr 04 12:00:37 2009 +0000
|
|
||||||
+++ b/src/gdft.c Wed Apr 15 16:19:15 2009 +0000
|
|
||||||
@@ -1688,7 +1688,7 @@
|
|
||||||
BGD_DECLARE(int) gdFTUseFontConfig(int flag)
|
|
||||||
{
|
|
||||||
#ifdef HAVE_LIBFONTCONFIG
|
|
||||||
- fontConfigFlag = 1;
|
|
||||||
+ fontConfigFlag = flag;
|
|
||||||
return 1;
|
|
||||||
#else
|
|
||||||
return 0;
|
|
@ -1,113 +0,0 @@
|
|||||||
use libpng's pkg-config files rather than the ugly xxx-config scripts
|
|
||||||
|
|
||||||
--- a/configure.ac
|
|
||||||
+++ b/configure.ac
|
|
||||||
@@ -47,6 +47,7 @@ AC_PROG_LIBTOOL
|
|
||||||
AC_PROG_LN_S
|
|
||||||
AC_PROG_MAKE_SET
|
|
||||||
#AC_PROG_RANLIB
|
|
||||||
+PKG_PROG_PKG_CONFIG
|
|
||||||
|
|
||||||
dnl may be required for freetype and Xpm
|
|
||||||
AC_PATH_X
|
|
||||||
@@ -340,74 +341,26 @@ AC_CHECK_LIB(z,deflate,
|
|
||||||
dnl libpng is required
|
|
||||||
AC_ARG_WITH(png,dnl
|
|
||||||
[ --with-png=DIR where to find the png library],,
|
|
||||||
- withval=yes)
|
|
||||||
-
|
|
||||||
-# libpng12.so is a nightmare. We have to test separately for
|
|
||||||
-# libpng12-config and libpng-config. If we find libpng12-config,
|
|
||||||
-# we don't look for the other, which will just be a symlink to it,
|
|
||||||
-# confusing autoconf into thinking the library itself will be named -lpng,
|
|
||||||
-# which it won't be. Awful. This code will suffice unless the libpng
|
|
||||||
-# authors decide to do this AGAIN. Which I really hope they won't. TBB
|
|
||||||
-
|
|
||||||
-if test "$withval" != no; then
|
|
||||||
- AC_PATH_PROG([LIBPNG12_CONFIG], [libpng12-config])
|
|
||||||
- AC_PATH_PROG([LIBPNG_CONFIG], [libpng-config])
|
|
||||||
- if test -n "$LIBPNG12_CONFIG"; then
|
|
||||||
- libpng_CPPFLAGS=`libpng12-config --cflags`
|
|
||||||
- # should be --ldopts, but it's currently broken
|
|
||||||
- libpng_LDFLAGS=`libpng12-config --ldflags`
|
|
||||||
- libpng_LDFLAGS=`echo " $libpng_LDFLAGS" | sed 's/ -l[[^ ]][[^ ]]*//g'`
|
|
||||||
- elif test -n "$LIBPNG_CONFIG"; then
|
|
||||||
- libpng_CPPFLAGS=`libpng-config --cflags`
|
|
||||||
- # should be --ldopts, but it's currently broken
|
|
||||||
- libpng_LDFLAGS=`libpng-config --ldflags`
|
|
||||||
- libpng_LDFLAGS=`echo " $libpng_LDFLAGS" | sed 's/ -l[[^ ]][[^ ]]*//g'`
|
|
||||||
- elif test -d "$withval"; then
|
|
||||||
- libpng_CPPFLAGS="-I$withval/include"
|
|
||||||
- libpng_LDFLAGS="-L$withval/lib"
|
|
||||||
- fi
|
|
||||||
-
|
|
||||||
- AC_CHECK_HEADERS(png.h,,
|
|
||||||
- [AC_CHECK_HEADERS(libpng/png.h,
|
|
||||||
- [CPPFLAGS="$CPPFLAGS $libpng_CPPFLAGS/libpng"],
|
|
||||||
- [CPPFLAGS="$_cppflags"])])
|
|
||||||
-
|
|
||||||
- _ldflags="$LDFLAGS"
|
|
||||||
- LDFLAGS="$libpng_LDFLAGS $LDFLAGS"
|
|
||||||
-
|
|
||||||
- if test -n "$LIBPNG12_CONFIG"; then
|
|
||||||
- AC_CHECK_LIB(png12,png_create_read_struct,
|
|
||||||
- [LIBS="-lpng12 $LIBS"
|
|
||||||
- FEATURES="GD_PNG $FEATURES"
|
|
||||||
- AC_DEFINE(HAVE_LIBPNG, 1, [ Define if you have the png library. ])],
|
|
||||||
- [LDFLAGS="$_ldflags"
|
|
||||||
- AC_MSG_WARN([libpng is required - see http://www.libpng.org/pub/png/])])
|
|
||||||
- elif test -n "$LIBPNG_CONFIG"; then
|
|
||||||
- AC_CHECK_LIB(png,png_create_read_struct,
|
|
||||||
- [LIBS="-lpng $LIBS"
|
|
||||||
- FEATURES="GD_PNG $FEATURES"
|
|
||||||
- AC_DEFINE(HAVE_LIBPNG, 1, [ Define if you have the png library. ])],
|
|
||||||
- [LDFLAGS="$_ldflags"
|
|
||||||
- AC_MSG_WARN([libpng is required - see http://www.libpng.org/pub/png/])])
|
|
||||||
- else
|
|
||||||
- AC_CHECK_LIB(png,png_create_read_struct,
|
|
||||||
- [LIBS="-lpng $LIBS"
|
|
||||||
- FEATURES="GD_PNG $FEATURES"
|
|
||||||
- AC_DEFINE(HAVE_LIBPNG, 1, [ Define if you have the png library. ])],
|
|
||||||
- [LDFLAGS="$_ldflags"
|
|
||||||
- AC_MSG_WARN([libpng is required - see http://www.libpng.org/pub/png/])])
|
|
||||||
- fi
|
|
||||||
-else
|
|
||||||
- ac_cv_lib_png_png_create_read_struct=no
|
|
||||||
+ with_png=detect)
|
|
||||||
+
|
|
||||||
+if test "$with_png" != no; then
|
|
||||||
+ PKG_CHECK_MODULES([LIBPNG], libpng, [
|
|
||||||
+ FEATURES="GD_PNG $FEATURES"
|
|
||||||
+ AC_DEFINE(HAVE_LIBPNG, 1, [ Define if you have the png library. ])
|
|
||||||
+ CPPFLAGS="$CPPFLAGS $LIBPNG_CFLAGS"
|
|
||||||
+ LDFLAGS="$LDFLAGS $LIBPNG_LIBS"
|
|
||||||
+ with_png=yes
|
|
||||||
+ ],[
|
|
||||||
+ if test "$with_png" = yes; then
|
|
||||||
+ AC_MSG_ERROR([png support requested, but not found])
|
|
||||||
+ fi
|
|
||||||
+ with_png=no
|
|
||||||
+ ])
|
|
||||||
+fi
|
|
||||||
+if test "$with_png" = no; then
|
|
||||||
AC_MSG_WARN([libpng is required - see http://www.libpng.org/pub/png/])
|
|
||||||
fi
|
|
||||||
|
|
||||||
-#TBB: png12's png_create_read_struct is just as good
|
|
||||||
-#2.0.23: should be = not ==
|
|
||||||
-if test "$ac_cv_lib_png12_png_create_read_struct" = yes; then
|
|
||||||
- ac_cv_lib_png_png_create_read_struct=yes
|
|
||||||
-fi
|
|
||||||
-
|
|
||||||
dnl FreeType configure tests snarfed from libwmf ..
|
|
||||||
AC_ARG_WITH(freetype,dnl
|
|
||||||
[ --with-freetype=DIR where to find the freetype 2.x library],
|
|
||||||
@@ -528,7 +481,7 @@ dnl report configuration
|
|
||||||
AC_MSG_RESULT([
|
|
||||||
** Configuration summary for $PACKAGE $VERSION:
|
|
||||||
|
|
||||||
- Support for PNG library: $ac_cv_lib_png_png_create_read_struct
|
|
||||||
+ Support for PNG library: $with_png
|
|
||||||
Support for JPEG library: $ac_cv_lib_jpeg_jpeg_set_defaults
|
|
||||||
Support for Freetype 2.x library: $ac_cv_lib_freetype_FT_Init_FreeType
|
|
||||||
Support for Fontconfig library: $ac_cv_lib_fontconfig_FcInit
|
|
@ -1,16 +0,0 @@
|
|||||||
http://bugs.gentoo.org/305101
|
|
||||||
http://repos.archlinux.org/wsvn/packages/gd/trunk/libpng14.patch
|
|
||||||
|
|
||||||
patch in upstream repo already
|
|
||||||
|
|
||||||
--- gd_png.c
|
|
||||||
+++ gd_png.c
|
|
||||||
@@ -149,7 +149,7 @@
|
|
||||||
return NULL;
|
|
||||||
}
|
|
||||||
|
|
||||||
- if (!png_check_sig (sig, 8)) { /* bad signature */
|
|
||||||
+ if (png_sig_cmp (sig, 0, 8)) { /* bad signature */
|
|
||||||
return NULL; /* bad signature */
|
|
||||||
}
|
|
||||||
|
|
@ -1,17 +0,0 @@
|
|||||||
http://bugs.gentoo.org/292130
|
|
||||||
|
|
||||||
fix in usptream repo already
|
|
||||||
|
|
||||||
--- gd-2.0.35/gd_gd.c
|
|
||||||
+++ gd-2.0.35/gd_gd.c
|
|
||||||
@@ -44,6 +44,10 @@
|
|
||||||
{
|
|
||||||
goto fail1;
|
|
||||||
}
|
|
||||||
+ if (im->colorsTotal > gdMaxColors)
|
|
||||||
+ {
|
|
||||||
+ goto fail1;
|
|
||||||
+ }
|
|
||||||
}
|
|
||||||
/* Int to accommodate truecolor single-color transparency */
|
|
||||||
if (!gdGetInt (&im->transparent, in))
|
|
@ -1,69 +0,0 @@
|
|||||||
# Copyright 1999-2013 Gentoo Foundation
|
|
||||||
# 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.20 2013/04/25 19:10:59 radhermit Exp $
|
|
||||||
|
|
||||||
EAPI="2"
|
|
||||||
|
|
||||||
inherit autotools eutils
|
|
||||||
|
|
||||||
DESCRIPTION="A graphics library for fast image creation"
|
|
||||||
HOMEPAGE="http://libgd.org/ http://www.boutell.com/gd/"
|
|
||||||
SRC_URI="http://libgd.org/releases/${P}.tar.bz2"
|
|
||||||
|
|
||||||
LICENSE="gd IJG HPND BSD"
|
|
||||||
SLOT="2"
|
|
||||||
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"
|
|
||||||
|
|
||||||
RDEPEND="fontconfig? ( media-libs/fontconfig )
|
|
||||||
jpeg? ( virtual/jpeg )
|
|
||||||
png? ( >=media-libs/libpng-1.2:0 )
|
|
||||||
truetype? ( >=media-libs/freetype-2.1.5 )
|
|
||||||
xpm? ( x11-libs/libXpm x11-libs/libXt )
|
|
||||||
zlib? ( sys-libs/zlib )"
|
|
||||||
DEPEND="${RDEPEND}
|
|
||||||
virtual/pkgconfig"
|
|
||||||
|
|
||||||
src_prepare() {
|
|
||||||
epatch "${FILESDIR}"/${P}-libpng14.patch #305101
|
|
||||||
epatch "${FILESDIR}"/${P}-maxcolors.patch #292130
|
|
||||||
epatch "${FILESDIR}"/${P}-fontconfig.patch #363367
|
|
||||||
epatch "${FILESDIR}"/${P}-libpng-pkg-config.patch
|
|
||||||
|
|
||||||
# Avoid programs we never install
|
|
||||||
local make_sed=( -e '/^noinst_PROGRAMS/s:noinst:check:' )
|
|
||||||
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' )
|
|
||||||
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
|
|
||||||
}
|
|
||||||
|
|
||||||
src_configure() {
|
|
||||||
export ac_cv_lib_z_deflate=$(usex zlib)
|
|
||||||
# we aren't actually {en,dis}abling X here ... the configure
|
|
||||||
# script uses it just to add explicit -I/-L paths which we
|
|
||||||
# don't care about on Gentoo systems.
|
|
||||||
econf \
|
|
||||||
--without-x \
|
|
||||||
$(use_enable static-libs static) \
|
|
||||||
$(use_with fontconfig) \
|
|
||||||
$(use_with png) \
|
|
||||||
$(use_with truetype freetype) \
|
|
||||||
$(use_with jpeg) \
|
|
||||||
$(use_with xpm)
|
|
||||||
}
|
|
||||||
|
|
||||||
src_install() {
|
|
||||||
emake DESTDIR="${D}" install || die
|
|
||||||
dodoc INSTALL README*
|
|
||||||
dohtml -r ./
|
|
||||||
use static-libs || rm -f "${D}"/usr/*/libgd.la
|
|
||||||
}
|
|
@ -1,26 +0,0 @@
|
|||||||
<?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>
|
|
@ -1,13 +0,0 @@
|
|||||||
DEFINED_PHASES=compile configure install prepare test unpack
|
|
||||||
DEPEND=>=media-libs/gd-2.0.33 png? ( media-libs/gd[png] media-libs/libpng sys-libs/zlib ) jpeg? ( media-libs/gd[jpeg] virtual/jpeg ) truetype? ( media-libs/gd[truetype] media-libs/freetype:2 ) xpm? ( media-libs/gd[xpm] x11-libs/libXpm ) gif? ( media-libs/giflib ) || ( >=dev-lang/perl-5.16 <dev-lang/perl-5.16[-build] )
|
|
||||||
DESCRIPTION=interface to Thomas Boutell's gd library
|
|
||||||
EAPI=4
|
|
||||||
HOMEPAGE=http://search.cpan.org/dist/GD/
|
|
||||||
IUSE=animgif gif jpeg png truetype xpm
|
|
||||||
KEYWORDS=alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd ~x86-solaris
|
|
||||||
LICENSE=|| ( Artistic-2 GPL-1 GPL-2 GPL-3 )
|
|
||||||
RDEPEND=>=media-libs/gd-2.0.33 png? ( media-libs/gd[png] media-libs/libpng sys-libs/zlib ) jpeg? ( media-libs/gd[jpeg] virtual/jpeg ) truetype? ( media-libs/gd[truetype] media-libs/freetype:2 ) xpm? ( media-libs/gd[xpm] x11-libs/libXpm ) gif? ( media-libs/giflib ) || ( >=dev-lang/perl-5.16 <dev-lang/perl-5.16[-build] )
|
|
||||||
SLOT=0
|
|
||||||
SRC_URI=mirror://cpan/authors/id/L/LD/LDS/GD-2.46.tar.gz
|
|
||||||
_eclasses_=eutils 06133990e861be0fe60c2b428fd025d9 multilib 3bf24e6abb9b76d9f6c20600f0b716bf multiprocessing d7f2985a2c76c365ee20269db5261414 perl-module a6a2d5c77bdaeba2794b167689cafb7a toolchain-funcs 0f1760274637a138b99bb649202ea402 unpacker f300a7ca9131b1024a79762e8edd3c52
|
|
||||||
_md5_=1f89459a8cdb02eb42d7a06ab86b4ba5
|
|
@ -1,12 +0,0 @@
|
|||||||
DEFINED_PHASES=compile configure install prepare test unpack
|
|
||||||
DEPEND=|| ( >=dev-lang/perl-5.16 <dev-lang/perl-5.16[-build] )
|
|
||||||
DESCRIPTION=Read/Write YAML files with as little code as possible
|
|
||||||
EAPI=2
|
|
||||||
HOMEPAGE=http://search.cpan.org/dist/YAML-Tiny/
|
|
||||||
KEYWORDS=alpha amd64 arm hppa ia64 m68k ppc ppc64 s390 sh sparc x86 ~ppc-aix ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris
|
|
||||||
LICENSE=|| ( Artistic GPL-1 GPL-2 GPL-3 )
|
|
||||||
RDEPEND=|| ( >=dev-lang/perl-5.16 <dev-lang/perl-5.16[-build] )
|
|
||||||
SLOT=0
|
|
||||||
SRC_URI=mirror://cpan/authors/id/A/AD/ADAMK/YAML-Tiny-1.41.tar.gz
|
|
||||||
_eclasses_=eutils 06133990e861be0fe60c2b428fd025d9 multilib 3bf24e6abb9b76d9f6c20600f0b716bf multiprocessing d7f2985a2c76c365ee20269db5261414 perl-module a6a2d5c77bdaeba2794b167689cafb7a toolchain-funcs 0f1760274637a138b99bb649202ea402 unpacker f300a7ca9131b1024a79762e8edd3c52
|
|
||||||
_md5_=08db9d719a7acdb9d95e589aca6f0fe5
|
|
@ -1,12 +0,0 @@
|
|||||||
DEFINED_PHASES=compile configure install prepare test unpack
|
|
||||||
DEPEND=|| ( >=dev-lang/perl-5.16 <dev-lang/perl-5.16[-build] )
|
|
||||||
DESCRIPTION=YAML Ain't Markup Language (tm)
|
|
||||||
EAPI=2
|
|
||||||
HOMEPAGE=http://search.cpan.org/dist/YAML/
|
|
||||||
KEYWORDS=alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~x86-fbsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris
|
|
||||||
LICENSE=|| ( Artistic GPL-1 GPL-2 GPL-3 )
|
|
||||||
RDEPEND=|| ( >=dev-lang/perl-5.16 <dev-lang/perl-5.16[-build] )
|
|
||||||
SLOT=0
|
|
||||||
SRC_URI=mirror://cpan/authors/id/A/AD/ADAMK/YAML-0.71.tar.gz
|
|
||||||
_eclasses_=eutils 06133990e861be0fe60c2b428fd025d9 multilib 3bf24e6abb9b76d9f6c20600f0b716bf multiprocessing d7f2985a2c76c365ee20269db5261414 perl-module a6a2d5c77bdaeba2794b167689cafb7a toolchain-funcs 0f1760274637a138b99bb649202ea402 unpacker f300a7ca9131b1024a79762e8edd3c52
|
|
||||||
_md5_=a970b9a5063a3c0c975b4127ea4a4a30
|
|
@ -1,12 +0,0 @@
|
|||||||
DEFINED_PHASES=compile install postinst postrm preinst unpack
|
|
||||||
DEPEND=>=dev-libs/glib-2 dev-util/pkgconfig sys-devel/flex >=sys-apps/sed-4
|
|
||||||
DESCRIPTION=Preprocessor for making GTK+ objects with inline C code
|
|
||||||
HOMEPAGE=http://www.5z.com/jirka/gob.html
|
|
||||||
IUSE=debug
|
|
||||||
KEYWORDS=alpha amd64 arm hppa ia64 ppc ppc64 sh sparc x86
|
|
||||||
LICENSE=GPL-2
|
|
||||||
RDEPEND=>=dev-libs/glib-2
|
|
||||||
SLOT=2
|
|
||||||
SRC_URI=mirror://gnome/sources/gob2/2.0/gob2-2.0.15.tar.bz2
|
|
||||||
_eclasses_=eutils 06133990e861be0fe60c2b428fd025d9 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome.org 8fef8f967214f56e08fa92d61163d891 gnome2 9637c29fc715b17a6328f24251129557 gnome2-utils f658eba3cc594a21cf6eef4af47daa90 libtool 52d0e17251d04645ffaa61bfdd858944 multilib 3bf24e6abb9b76d9f6c20600f0b716bf toolchain-funcs 0f1760274637a138b99bb649202ea402 versionator cd0bcdb170807e4a1984115e9d53a26f
|
|
||||||
_md5_=74cf2a8dae836341aa77ca9a7c424b52
|
|
@ -1,10 +0,0 @@
|
|||||||
DEFINED_PHASES=install
|
|
||||||
DESCRIPTION=A graphical front-end for GCC's coverage testing tool gcov
|
|
||||||
EAPI=2
|
|
||||||
HOMEPAGE=http://ltp.sourceforge.net/coverage/lcov.php
|
|
||||||
KEYWORDS=amd64 ~ppc x86
|
|
||||||
LICENSE=GPL-2
|
|
||||||
RDEPEND=>=dev-lang/perl-5 dev-perl/GD[png]
|
|
||||||
SLOT=0
|
|
||||||
SRC_URI=mirror://sourceforge/ltp/lcov-1.9.tar.gz
|
|
||||||
_md5_=76065862dcbd996ff3f4accce080fb23
|
|
@ -1,13 +0,0 @@
|
|||||||
DEFINED_PHASES=configure install prepare
|
|
||||||
DEPEND=fontconfig? ( media-libs/fontconfig ) jpeg? ( virtual/jpeg ) png? ( >=media-libs/libpng-1.2:0 ) truetype? ( >=media-libs/freetype-2.1.5 ) xpm? ( x11-libs/libXpm x11-libs/libXt ) zlib? ( sys-libs/zlib ) virtual/pkgconfig !<sys-devel/gettext-0.18.1.1-r3 || ( >=sys-devel/automake-1.13:1.13 >=sys-devel/automake-1.14:1.14 ) >=sys-devel/autoconf-2.69 sys-devel/libtool
|
|
||||||
DESCRIPTION=A graphics library for fast image creation
|
|
||||||
EAPI=2
|
|
||||||
HOMEPAGE=http://libgd.org/ http://www.boutell.com/gd/
|
|
||||||
IUSE=fontconfig jpeg png static-libs truetype xpm zlib
|
|
||||||
KEYWORDS=alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd
|
|
||||||
LICENSE=gd IJG HPND BSD
|
|
||||||
RDEPEND=fontconfig? ( media-libs/fontconfig ) jpeg? ( virtual/jpeg ) png? ( >=media-libs/libpng-1.2:0 ) truetype? ( >=media-libs/freetype-2.1.5 ) xpm? ( x11-libs/libXpm x11-libs/libXt ) zlib? ( sys-libs/zlib )
|
|
||||||
SLOT=2
|
|
||||||
SRC_URI=http://libgd.org/releases/gd-2.0.35.tar.bz2
|
|
||||||
_eclasses_=autotools ebea507d219855923e3438c953cf4ab8 eutils 06133990e861be0fe60c2b428fd025d9 libtool 52d0e17251d04645ffaa61bfdd858944 multilib 3bf24e6abb9b76d9f6c20600f0b716bf multiprocessing d7f2985a2c76c365ee20269db5261414 toolchain-funcs 0f1760274637a138b99bb649202ea402
|
|
||||||
_md5_=2e35d6741af08a12155b46931ec557d6
|
|
Loading…
x
Reference in New Issue
Block a user