Subversion Repositories KardasA Overlay

Compare Revisions

Ignore whitespace Rev 14 → Rev 15

/app-emulation/wine/Manifest
5,6 → 5,7
DIST wine-1.1.37.tar.bz2 16141072 RMD160 f45553f1e87d40b1ecf0e4644dd45b5340d746ba SHA1 8a321069f2a0c56d9afc4244830de5fce91cadad SHA256 073a88b840b494a81f438651cfeaba9733d3913ef29e19a4dec8235eae4a9999
DIST wine-1.1.38.tar.bz2 16198816 RMD160 1702bf86a72c60c1c9d8db5a242a2167773b9009 SHA1 96eac0edc410c0b59dad2a7b2fddbefdabe41c07 SHA256 63f1929c47de8be7bcc72d8019628bc8b9ce1269d2e1e10379fb6a66cb45b3be
DIST wine-1.1.40.tar.bz2 16313235 RMD160 333d62fe8829df2105debfc73ed0baae098a0395 SHA1 9819dd49c1eefe48ec03de00753a38e9fcc1daf5 SHA256 2b24204f28498f7c3aa532bb9aa498cd90df5769003df2c6862efa59496e73ee
DIST wine-1.1.41.tar.bz2 16305386 RMD160 fa66ed48ccb005bdd539b8a2b89f9630cde1c0b4 SHA1 2f634db8bcf39a13f55d61f00eadc1c0c73e02de SHA256 ce81153ec378380a0b28b1f1247136056c405ee4fd49a670b1bf383503f79b7e
DIST wine_gecko-1.0.0-x86.cab 8119486 RMD160 57618dbffa7b7226dcd44f86c3c569ab8a5ff938 SHA1 afa22c52bca4ca77dcb9edb3c9936eb23793de01 SHA256 7ddf697677506fb164c52771864e32dd69a359ed855b2efbc51340de2376c99c
DIST winepulse-0.34-winecfg.patch 13066 RMD160 7a05298f68bbdcc80596e931c47b178484ae9c5a SHA1 1a495dd6fd93573a274d525af8b74713f57a7d18 SHA256 a2925d4a02db57ed8961b45b80a0f966fed1f499120e094156a4c51086e47cdc
DIST winepulse-0.35-configure.ac.patch 2826 RMD160 e419d43667be01af9b24a0e46822c41572a6ff9d SHA1 4943381128fd9555280884e2bb5867be4a8731d9 SHA256 837bffaaddb6b7b0a474c7262a57f12e250e135cf6228dde1a22849f66de1250
14,3 → 15,4
EBUILD wine-1.1.37-r1.ebuild 4577 RMD160 245c9fb032fc8d61ae9feff63c8bb88661008dce SHA1 b5420495baeb42bf15e7b03378e7d0f8bd3c9e76 SHA256 35b6c78a51b81731cd2ba3a6ddf0d7fe13244d0aef2753371e2c9699932d9a90
EBUILD wine-1.1.38-r1.ebuild 4577 RMD160 986959ab2ac743042a23057995b40d24ab3944aa SHA1 d67dc78d7cba696d2b80026e65259b9af2ab6372 SHA256 3acb678b248a01aef01db0e807a4a738a9a4007a5b74b795f853d26fff47d723
EBUILD wine-1.1.40-r1.ebuild 4971 RMD160 3abe57e5098e7bfb8bd9a79da0f087925ec30a5b SHA1 d174687784f728efd9978bb5a40ce95b81b02eb1 SHA256 6b148c67230012e4811a1419792eeebd2efab502d57fca8c5b25d42997417a22
EBUILD wine-1.1.41-r1.ebuild 5020 RMD160 4362667bf4501e8f322a15c8d6d39990107cf9d4 SHA1 38136793f066741da7b17e4829564a98617a3127 SHA256 f5c13c60d8930ad0d28ef75ee127d1069c0dc12aed8e2c1caf77e8ea650cf92d
/app-emulation/wine/wine-1.1.41-r1.ebuild
0,0 → 1,179
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.1.41.ebuild,v 1.1 2010/03/29 06:15:10 vapier Exp $
 
EAPI="2"
 
AUTOTOOLS_AUTO_DEPEND="no"
inherit eutils flag-o-matic multilib autotools
 
if [[ ${PV} == "9999" ]] ; then
EGIT_REPO_URI="git://source.winehq.org/git/wine.git"
inherit git
SRC_URI=""
#KEYWORDS=""
else
MY_P="${PN}-${PV/_/-}"
SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2"
KEYWORDS="-* ~amd64 ~x86 ~x86-fbsd"
S=${WORKDIR}/${MY_P}
fi
 
pulse_patches() { echo "$1"/winepulse-{0.35{,-configure.ac},0.34-winecfg}.patch ; }
GV="1.0.0-x86"
DESCRIPTION="free implementation of Windows(tm) on Unix"
HOMEPAGE="http://www.winehq.org/"
SRC_URI="${SRC_URI}
gecko? ( mirror://sourceforge/wine/wine_gecko-${GV}.cab )
pulseaudio? ( `pulse_patches http://art.ified.ca/downloads/winepulse` )"
 
LICENSE="LGPL-2.1"
SLOT="0"
IUSE="alsa capi cups custom-cflags dbus esd fontconfig +gecko gnutls gphoto2 gsm hal jack jpeg lcms ldap mp3 nas ncurses openal +opengl oss +perl png pulseaudio samba scanner ssl test +threads +truetype win64 +X xcomposite xinerama xml"
RESTRICT="test" #72375
 
RDEPEND="truetype? ( >=media-libs/freetype-2.0.0 media-fonts/corefonts )
perl? ( dev-lang/perl dev-perl/XML-Simple )
capi? ( net-dialup/capi4k-utils )
ncurses? ( >=sys-libs/ncurses-5.2 )
fontconfig? ( media-libs/fontconfig )
gphoto2? ( media-libs/libgphoto2 )
jack? ( media-sound/jack-audio-connection-kit )
openal? ( media-libs/openal )
dbus? ( sys-apps/dbus )
gnutls? ( net-libs/gnutls )
hal? ( sys-apps/hal )
X? (
x11-libs/libXcursor
x11-libs/libXrandr
x11-libs/libXi
x11-libs/libXmu
x11-libs/libXxf86vm
x11-apps/xmessage
)
xinerama? ( x11-libs/libXinerama )
alsa? ( media-libs/alsa-lib )
esd? ( media-sound/esound )
nas? ( media-libs/nas )
cups? ( net-print/cups )
opengl? ( virtual/opengl )
pulseaudio? ( media-sound/pulseaudio ${AUTOTOOLS_DEPEND} )
gsm? ( media-sound/gsm )
jpeg? ( media-libs/jpeg )
ldap? ( net-nds/openldap )
lcms? ( media-libs/lcms )
mp3? ( >=media-sound/mpg123-1.5.0 )
samba? ( >=net-fs/samba-3.0.25 )
xml? ( dev-libs/libxml2 dev-libs/libxslt )
scanner? ( media-gfx/sane-backends )
ssl? ( dev-libs/openssl )
png? ( media-libs/libpng )
!win64? ( amd64? (
truetype? ( >=app-emulation/emul-linux-x86-xlibs-2.1 )
X? (
>=app-emulation/emul-linux-x86-xlibs-2.1
>=app-emulation/emul-linux-x86-soundlibs-2.1
)
openal? ( app-emulation/emul-linux-x86-sdl )
app-emulation/emul-linux-x86-baselibs
>=sys-kernel/linux-headers-2.6
) )
xcomposite? ( x11-libs/libXcomposite ) "
DEPEND="${RDEPEND}
X? (
x11-proto/inputproto
x11-proto/xextproto
x11-proto/xf86vidmodeproto
)
xinerama? ( x11-proto/xineramaproto )
sys-devel/bison
sys-devel/flex"
 
src_unpack() {
if [[ $(( $(gcc-major-version) * 100 + $(gcc-minor-version) )) -lt 404 ]] ; then
use win64 && die "you need gcc-4.4+ to build 64bit wine"
fi
 
if [[ ${PV} == "9999" ]] ; then
git_src_unpack
else
unpack ${MY_P}.tar.bz2
fi
}
 
src_prepare() {
if use pulseaudio ; then
EPATCH_OPTS=-p1 epatch `pulse_patches "${DISTDIR}"`
eautoreconf
fi
epatch "${FILESDIR}"/${PN}-1.1.15-winegcc.patch #260726
epatch "${FILESDIR}"/prevent_oss_muting.patch #http://bugs.winehq.org/show_bug.cgi?id=15710
epatch_user #282735
sed -i '/^UPDATE_DESKTOP_DATABASE/s:=.*:=true:' tools/Makefile.in || die
sed -i '/^MimeType/d' tools/wine.desktop || die #117785
}
 
src_configure() {
export LDCONFIG=/bin/true
 
use custom-cflags || strip-flags
use amd64 && ! use win64 && multilib_toolchain_setup x86
 
econf \
--sysconfdir=/etc/wine \
$(use_with alsa) \
$(use_with capi) \
$(use_with lcms cms) \
$(use_with cups) \
$(use_with ncurses curses) \
$(use_with esd) \
$(use_with fontconfig) \
$(use_with gnutls) \
$(use_with gphoto2 gphoto) \
$(use_with gsm) \
$(! use dbus && echo --without-hal || use_with hal) \
$(use_with jack) \
$(use_with jpeg) \
$(use_with ldap) \
$(use_with mp3 mpg123) \
$(use_with nas) \
$(use_with openal) \
$(use_with opengl) \
$(use_with ssl openssl) \
$(use_with oss) \
$(use_with png) \
$(use_with threads pthread) \
$(use_with pulseaudio pulse) \
$(use_with scanner sane) \
$(use_enable test tests) \
$(use_with truetype freetype) \
$(use_enable win64) \
$(use_with X x) \
$(use_with xcomposite) \
$(use_with xinerama) \
$(use_with xml) \
$(use_with xml xslt) \
|| die "configure failed"
 
emake -j1 depend || die "depend"
}
 
src_compile() {
emake all || die "all"
}
 
src_install() {
emake DESTDIR="${D}" install || die
dodoc ANNOUNCE AUTHORS README
if use gecko ; then
insinto /usr/share/wine/gecko
doins "${DISTDIR}"/wine_gecko-${GV}.cab || die
fi
if ! use perl ; then
rm "${D}"/usr/bin/{wine{dump,maker},function_grep.pl} "${D}"/usr/share/man/man1/wine{dump,maker}.1 || die
fi
}
 
pkg_postinst() {
paxctl -psmr "${ROOT}"/usr/bin/wine{,-preloader} 2>/dev/null #255055
}
/dev-lang/php/files/20php5-envd
0,0 → 1,87
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US" lang="en-US">
<head>
<link rel="icon" href="/gentoo-php-rewrite/static/hgicon.png" type="image/png" />
<meta name="robots" content="index, nofollow"/>
<link rel="stylesheet" href="/gentoo-php-rewrite/static/style-gitweb.css" type="text/css" />
 
 
<title>gentoo-php-rewrite: dev-lang/php/files/20php5-envd@66effb7b56a0</title>
<link rel="alternate" type="application/atom+xml"
href="/gentoo-php-rewrite/atom-log" title="Atom feed for gentoo-php-rewrite"/>
<link rel="alternate" type="application/rss+xml"
href="/gentoo-php-rewrite/rss-log" title="RSS feed for gentoo-php-rewrite"/>
</head>
<body>
 
<div class="page_header">
<a href="http://mercurial.selenic.com/" title="Mercurial" style="float: right;">Mercurial</a><a href="/gentoo-php-rewrite/summary">gentoo-php-rewrite</a> / file revision
</div>
 
<div class="page_nav">
<a href="/gentoo-php-rewrite/summary">summary</a> |
<a href="/gentoo-php-rewrite/shortlog">shortlog</a> |
<a href="/gentoo-php-rewrite/log">changelog</a> |
<a href="/gentoo-php-rewrite/graph">graph</a> |
<a href="/gentoo-php-rewrite/tags">tags</a> |
<a href="/gentoo-php-rewrite/branches">branches</a> |
<a href="/gentoo-php-rewrite/file/66effb7b56a0/dev-lang/php/files/">files</a> |
<a href="/gentoo-php-rewrite/rev/66effb7b56a0">changeset</a> |
file |
<a href="/gentoo-php-rewrite/log/66effb7b56a0/dev-lang/php/files/20php5-envd">revisions</a> |
<a href="/gentoo-php-rewrite/annotate/66effb7b56a0/dev-lang/php/files/20php5-envd">annotate</a> |
<a href="/gentoo-php-rewrite/diff/66effb7b56a0/dev-lang/php/files/20php5-envd">diff</a> |
<a href="/gentoo-php-rewrite/raw-file/66effb7b56a0/dev-lang/php/files/20php5-envd">raw</a><br/>
</div>
 
<div class="title">dev-lang/php/files/20php5-envd</div>
 
<div class="title_text">
<table cellspacing="0">
<tr>
<td>author</td>
<td>&#67;&#104;&#114;&#105;&#115;&#116;&#105;&#97;&#110;&#32;&#72;&#111;&#102;&#102;&#109;&#97;&#110;&#110;&#32;&#60;&#104;&#111;&#102;&#102;&#105;&#101;&#64;&#103;&#101;&#110;&#116;&#111;&#111;&#46;&#111;&#114;&#103;&#62;</td></tr>
<tr>
<td></td>
<td>Tue Jan 12 17:53:10 2010 +0100 (6 weeks)</td></tr>
 
<tr>
<td>changeset 93</td>
<td style="font-family:monospace"><a class="list" href="/gentoo-php-rewrite/rev/66effb7b56a0">66effb7b56a0</a></td></tr>
 
 
<tr>
<td>permissions</td>
<td style="font-family:monospace">-rw-r--r--</td></tr>
</table>
</div>
 
<div class="page_path">
make repoman a bit happier (fixing copyright year and blank last line)
</div>
 
<div class="page_body">
 
<div style="font-family:monospace" class="parity0">
<pre><a class="linenr" href="#l1" id="l1"> 1</a> MANPATH=&quot;/usr/lib/php5/man/&quot;
</pre>
</div>
<div style="font-family:monospace" class="parity1">
<pre><a class="linenr" href="#l2" id="l2"> 2</a> CONFIG_PROTECT_MASK=&quot;/etc/php/cli-php5/ext-active/ /etc/php/cgi-php5/ext-active/ /etc/php/apache2-php5/ext-active/&quot;
</pre>
</div>
</div>
 
<div class="page_footer">
<div class="page_footer_text">gentoo-php-rewrite</div>
<div class="rss_logo">
<a href="/gentoo-php-rewrite/rss-log">RSS</a>
<a href="/gentoo-php-rewrite/atom-log">Atom</a>
</div>
<br />
 
</div>
</body>
</html>
 
/dev-lang/php/files/70_mod_php5.conf-apache2
0,0 → 1,131
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US" lang="en-US">
<head>
<link rel="icon" href="/gentoo-php-rewrite/static/hgicon.png" type="image/png" />
<meta name="robots" content="index, nofollow"/>
<link rel="stylesheet" href="/gentoo-php-rewrite/static/style-gitweb.css" type="text/css" />
 
 
<title>gentoo-php-rewrite: dev-lang/php/files/70_mod_php5.conf-apache2@66effb7b56a0</title>
<link rel="alternate" type="application/atom+xml"
href="/gentoo-php-rewrite/atom-log" title="Atom feed for gentoo-php-rewrite"/>
<link rel="alternate" type="application/rss+xml"
href="/gentoo-php-rewrite/rss-log" title="RSS feed for gentoo-php-rewrite"/>
</head>
<body>
 
<div class="page_header">
<a href="http://mercurial.selenic.com/" title="Mercurial" style="float: right;">Mercurial</a><a href="/gentoo-php-rewrite/summary">gentoo-php-rewrite</a> / file revision
</div>
 
<div class="page_nav">
<a href="/gentoo-php-rewrite/summary">summary</a> |
<a href="/gentoo-php-rewrite/shortlog">shortlog</a> |
<a href="/gentoo-php-rewrite/log">changelog</a> |
<a href="/gentoo-php-rewrite/graph">graph</a> |
<a href="/gentoo-php-rewrite/tags">tags</a> |
<a href="/gentoo-php-rewrite/branches">branches</a> |
<a href="/gentoo-php-rewrite/file/66effb7b56a0/dev-lang/php/files/">files</a> |
<a href="/gentoo-php-rewrite/rev/66effb7b56a0">changeset</a> |
file |
<a href="/gentoo-php-rewrite/log/66effb7b56a0/dev-lang/php/files/70_mod_php5.conf-apache2">revisions</a> |
<a href="/gentoo-php-rewrite/annotate/66effb7b56a0/dev-lang/php/files/70_mod_php5.conf-apache2">annotate</a> |
<a href="/gentoo-php-rewrite/diff/66effb7b56a0/dev-lang/php/files/70_mod_php5.conf-apache2">diff</a> |
<a href="/gentoo-php-rewrite/raw-file/66effb7b56a0/dev-lang/php/files/70_mod_php5.conf-apache2">raw</a><br/>
</div>
 
<div class="title">dev-lang/php/files/70_mod_php5.conf-apache2</div>
 
<div class="title_text">
<table cellspacing="0">
<tr>
<td>author</td>
<td>&#67;&#104;&#114;&#105;&#115;&#116;&#105;&#97;&#110;&#32;&#72;&#111;&#102;&#102;&#109;&#97;&#110;&#110;&#32;&#60;&#104;&#111;&#102;&#102;&#105;&#101;&#64;&#103;&#101;&#110;&#116;&#111;&#111;&#46;&#111;&#114;&#103;&#62;</td></tr>
<tr>
<td></td>
<td>Tue Jan 12 17:53:10 2010 +0100 (6 weeks)</td></tr>
 
<tr>
<td>changeset 93</td>
<td style="font-family:monospace"><a class="list" href="/gentoo-php-rewrite/rev/66effb7b56a0">66effb7b56a0</a></td></tr>
 
<tr>
<td>parent 4</td>
<td style="font-family:monospace">
<a class="list" href="/gentoo-php-rewrite/file/638130c433ab/dev-lang/php/files/70_mod_php5.conf-apache2">
638130c433ab
</a>
</td>
</tr>
 
<tr>
<td>permissions</td>
<td style="font-family:monospace">-rw-r--r--</td></tr>
</table>
</div>
 
<div class="page_path">
make repoman a bit happier (fixing copyright year and blank last line)
</div>
 
<div class="page_body">
 
<div style="font-family:monospace" class="parity0">
<pre><a class="linenr" href="#l1" id="l1"> 1</a> &lt;IfDefine PHP5&gt;
</pre>
</div>
<div style="font-family:monospace" class="parity1">
<pre><a class="linenr" href="#l2" id="l2"> 2</a> # Load the module first
</pre>
</div>
<div style="font-family:monospace" class="parity0">
<pre><a class="linenr" href="#l3" id="l3"> 3</a> &lt;IfModule !mod_php5.c&gt;
</pre>
</div>
<div style="font-family:monospace" class="parity1">
<pre><a class="linenr" href="#l4" id="l4"> 4</a> LoadModule php5_module modules/libphp5.so
</pre>
</div>
<div style="font-family:monospace" class="parity0">
<pre><a class="linenr" href="#l5" id="l5"> 5</a> &lt;/IfModule&gt;
</pre>
</div>
<div style="font-family:monospace" class="parity1">
<pre><a class="linenr" href="#l6" id="l6"> 6</a>
</pre>
</div>
<div style="font-family:monospace" class="parity0">
<pre><a class="linenr" href="#l7" id="l7"> 7</a> AddHandler application/x-httpd-php .php .php5 .phtml
</pre>
</div>
<div style="font-family:monospace" class="parity1">
<pre><a class="linenr" href="#l8" id="l8"> 8</a> AddHandler application/x-httpd-php-source .phps
</pre>
</div>
<div style="font-family:monospace" class="parity0">
<pre><a class="linenr" href="#l9" id="l9"> 9</a>
</pre>
</div>
<div style="font-family:monospace" class="parity1">
<pre><a class="linenr" href="#l10" id="l10"> 10</a> DirectoryIndex index.php index.phtml
</pre>
</div>
<div style="font-family:monospace" class="parity0">
<pre><a class="linenr" href="#l11" id="l11"> 11</a> &lt;/IfDefine&gt;
</pre>
</div>
</div>
 
<div class="page_footer">
<div class="page_footer_text">gentoo-php-rewrite</div>
<div class="rss_logo">
<a href="/gentoo-php-rewrite/rss-log">RSS</a>
<a href="/gentoo-php-rewrite/atom-log">Atom</a>
</div>
<br />
 
</div>
</body>
</html>
 
/dev-lang/php/files/70_mod_php5_concurr.conf-apache2
0,0 → 1,131
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US" lang="en-US">
<head>
<link rel="icon" href="/gentoo-php-rewrite/static/hgicon.png" type="image/png" />
<meta name="robots" content="index, nofollow"/>
<link rel="stylesheet" href="/gentoo-php-rewrite/static/style-gitweb.css" type="text/css" />
 
 
<title>gentoo-php-rewrite: dev-lang/php/files/70_mod_php5_concurr.conf-apache2@66effb7b56a0</title>
<link rel="alternate" type="application/atom+xml"
href="/gentoo-php-rewrite/atom-log" title="Atom feed for gentoo-php-rewrite"/>
<link rel="alternate" type="application/rss+xml"
href="/gentoo-php-rewrite/rss-log" title="RSS feed for gentoo-php-rewrite"/>
</head>
<body>
 
<div class="page_header">
<a href="http://mercurial.selenic.com/" title="Mercurial" style="float: right;">Mercurial</a><a href="/gentoo-php-rewrite/summary">gentoo-php-rewrite</a> / file revision
</div>
 
<div class="page_nav">
<a href="/gentoo-php-rewrite/summary">summary</a> |
<a href="/gentoo-php-rewrite/shortlog">shortlog</a> |
<a href="/gentoo-php-rewrite/log">changelog</a> |
<a href="/gentoo-php-rewrite/graph">graph</a> |
<a href="/gentoo-php-rewrite/tags">tags</a> |
<a href="/gentoo-php-rewrite/branches">branches</a> |
<a href="/gentoo-php-rewrite/file/66effb7b56a0/dev-lang/php/files/">files</a> |
<a href="/gentoo-php-rewrite/rev/66effb7b56a0">changeset</a> |
file |
<a href="/gentoo-php-rewrite/log/66effb7b56a0/dev-lang/php/files/70_mod_php5_concurr.conf-apache2">revisions</a> |
<a href="/gentoo-php-rewrite/annotate/66effb7b56a0/dev-lang/php/files/70_mod_php5_concurr.conf-apache2">annotate</a> |
<a href="/gentoo-php-rewrite/diff/66effb7b56a0/dev-lang/php/files/70_mod_php5_concurr.conf-apache2">diff</a> |
<a href="/gentoo-php-rewrite/raw-file/66effb7b56a0/dev-lang/php/files/70_mod_php5_concurr.conf-apache2">raw</a><br/>
</div>
 
<div class="title">dev-lang/php/files/70_mod_php5_concurr.conf-apache2</div>
 
<div class="title_text">
<table cellspacing="0">
<tr>
<td>author</td>
<td>&#67;&#104;&#114;&#105;&#115;&#116;&#105;&#97;&#110;&#32;&#72;&#111;&#102;&#102;&#109;&#97;&#110;&#110;&#32;&#60;&#104;&#111;&#102;&#102;&#105;&#101;&#64;&#103;&#101;&#110;&#116;&#111;&#111;&#46;&#111;&#114;&#103;&#62;</td></tr>
<tr>
<td></td>
<td>Tue Jan 12 17:53:10 2010 +0100 (6 weeks)</td></tr>
 
<tr>
<td>changeset 93</td>
<td style="font-family:monospace"><a class="list" href="/gentoo-php-rewrite/rev/66effb7b56a0">66effb7b56a0</a></td></tr>
 
<tr>
<td>parent 4</td>
<td style="font-family:monospace">
<a class="list" href="/gentoo-php-rewrite/file/638130c433ab/dev-lang/php/files/70_mod_php5_concurr.conf-apache2">
638130c433ab
</a>
</td>
</tr>
 
<tr>
<td>permissions</td>
<td style="font-family:monospace">-rw-r--r--</td></tr>
</table>
</div>
 
<div class="page_path">
make repoman a bit happier (fixing copyright year and blank last line)
</div>
 
<div class="page_body">
 
<div style="font-family:monospace" class="parity0">
<pre><a class="linenr" href="#l1" id="l1"> 1</a> &lt;IfDefine PHP5&gt;
</pre>
</div>
<div style="font-family:monospace" class="parity1">
<pre><a class="linenr" href="#l2" id="l2"> 2</a> # Load the module first
</pre>
</div>
<div style="font-family:monospace" class="parity0">
<pre><a class="linenr" href="#l3" id="l3"> 3</a> &lt;IfModule !mod_php5.c&gt;
</pre>
</div>
<div style="font-family:monospace" class="parity1">
<pre><a class="linenr" href="#l4" id="l4"> 4</a> LoadModule php5_module modules/libphp5.so
</pre>
</div>
<div style="font-family:monospace" class="parity0">
<pre><a class="linenr" href="#l5" id="l5"> 5</a> &lt;/IfModule&gt;
</pre>
</div>
<div style="font-family:monospace" class="parity1">
<pre><a class="linenr" href="#l6" id="l6"> 6</a>
</pre>
</div>
<div style="font-family:monospace" class="parity0">
<pre><a class="linenr" href="#l7" id="l7"> 7</a> AddHandler application/x-httpd-php .php .php5 .phtml
</pre>
</div>
<div style="font-family:monospace" class="parity1">
<pre><a class="linenr" href="#l8" id="l8"> 8</a> AddHandler application/x-httpd-php-source .phps
</pre>
</div>
<div style="font-family:monospace" class="parity0">
<pre><a class="linenr" href="#l9" id="l9"> 9</a>
</pre>
</div>
<div style="font-family:monospace" class="parity1">
<pre><a class="linenr" href="#l10" id="l10"> 10</a> DirectoryIndex index.php index.phtml
</pre>
</div>
<div style="font-family:monospace" class="parity0">
<pre><a class="linenr" href="#l11" id="l11"> 11</a> &lt;/IfDefine&gt;
</pre>
</div>
</div>
 
<div class="page_footer">
<div class="page_footer_text">gentoo-php-rewrite</div>
<div class="rss_logo">
<a href="/gentoo-php-rewrite/rss-log">RSS</a>
<a href="/gentoo-php-rewrite/atom-log">Atom</a>
</div>
<br />
 
</div>
</body>
</html>
 
/dev-lang/php/files/php5-ldvs
0,0 → 1,83
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US" lang="en-US">
<head>
<link rel="icon" href="/gentoo-php-rewrite/static/hgicon.png" type="image/png" />
<meta name="robots" content="index, nofollow"/>
<link rel="stylesheet" href="/gentoo-php-rewrite/static/style-gitweb.css" type="text/css" />
 
 
<title>gentoo-php-rewrite: dev-lang/php/files/php5-ldvs@66effb7b56a0</title>
<link rel="alternate" type="application/atom+xml"
href="/gentoo-php-rewrite/atom-log" title="Atom feed for gentoo-php-rewrite"/>
<link rel="alternate" type="application/rss+xml"
href="/gentoo-php-rewrite/rss-log" title="RSS feed for gentoo-php-rewrite"/>
</head>
<body>
 
<div class="page_header">
<a href="http://mercurial.selenic.com/" title="Mercurial" style="float: right;">Mercurial</a><a href="/gentoo-php-rewrite/summary">gentoo-php-rewrite</a> / file revision
</div>
 
<div class="page_nav">
<a href="/gentoo-php-rewrite/summary">summary</a> |
<a href="/gentoo-php-rewrite/shortlog">shortlog</a> |
<a href="/gentoo-php-rewrite/log">changelog</a> |
<a href="/gentoo-php-rewrite/graph">graph</a> |
<a href="/gentoo-php-rewrite/tags">tags</a> |
<a href="/gentoo-php-rewrite/branches">branches</a> |
<a href="/gentoo-php-rewrite/file/66effb7b56a0/dev-lang/php/files/">files</a> |
<a href="/gentoo-php-rewrite/rev/66effb7b56a0">changeset</a> |
file |
<a href="/gentoo-php-rewrite/log/66effb7b56a0/dev-lang/php/files/php5-ldvs">revisions</a> |
<a href="/gentoo-php-rewrite/annotate/66effb7b56a0/dev-lang/php/files/php5-ldvs">annotate</a> |
<a href="/gentoo-php-rewrite/diff/66effb7b56a0/dev-lang/php/files/php5-ldvs">diff</a> |
<a href="/gentoo-php-rewrite/raw-file/66effb7b56a0/dev-lang/php/files/php5-ldvs">raw</a><br/>
</div>
 
<div class="title">dev-lang/php/files/php5-ldvs</div>
 
<div class="title_text">
<table cellspacing="0">
<tr>
<td>author</td>
<td>&#67;&#104;&#114;&#105;&#115;&#116;&#105;&#97;&#110;&#32;&#72;&#111;&#102;&#102;&#109;&#97;&#110;&#110;&#32;&#60;&#104;&#111;&#102;&#102;&#105;&#101;&#64;&#103;&#101;&#110;&#116;&#111;&#111;&#46;&#111;&#114;&#103;&#62;</td></tr>
<tr>
<td></td>
<td>Tue Jan 12 17:53:10 2010 +0100 (6 weeks)</td></tr>
 
<tr>
<td>changeset 93</td>
<td style="font-family:monospace"><a class="list" href="/gentoo-php-rewrite/rev/66effb7b56a0">66effb7b56a0</a></td></tr>
 
 
<tr>
<td>permissions</td>
<td style="font-family:monospace">-rw-r--r--</td></tr>
</table>
</div>
 
<div class="page_path">
make repoman a bit happier (fixing copyright year and blank last line)
</div>
 
<div class="page_body">
 
<div style="font-family:monospace" class="parity0">
<pre><a class="linenr" href="#l1" id="l1"> 1</a> PHP_5 { global: *; };
</pre>
</div>
</div>
 
<div class="page_footer">
<div class="page_footer_text">gentoo-php-rewrite</div>
<div class="rss_logo">
<a href="/gentoo-php-rewrite/rss-log">RSS</a>
<a href="/gentoo-php-rewrite/atom-log">Atom</a>
</div>
<br />
 
</div>
</body>
</html>
 
/dev-lang/php/php-5.3.1.ebuild
0,0 → 1,487
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US" lang="en-US">
<head>
<link rel="icon" href="/gentoo-php-rewrite/static/hgicon.png" type="image/png" />
<meta name="robots" content="index, nofollow"/>
<link rel="stylesheet" href="/gentoo-php-rewrite/static/style-gitweb.css" type="text/css" />
 
 
<title>gentoo-php-rewrite: dev-lang/php/php-5.3.1.ebuild@66effb7b56a0</title>
<link rel="alternate" type="application/atom+xml"
href="/gentoo-php-rewrite/atom-log" title="Atom feed for gentoo-php-rewrite"/>
<link rel="alternate" type="application/rss+xml"
href="/gentoo-php-rewrite/rss-log" title="RSS feed for gentoo-php-rewrite"/>
</head>
<body>
 
<div class="page_header">
<a href="http://mercurial.selenic.com/" title="Mercurial" style="float: right;">Mercurial</a><a href="/gentoo-php-rewrite/summary">gentoo-php-rewrite</a> / file revision
</div>
 
<div class="page_nav">
<a href="/gentoo-php-rewrite/summary">summary</a> |
<a href="/gentoo-php-rewrite/shortlog">shortlog</a> |
<a href="/gentoo-php-rewrite/log">changelog</a> |
<a href="/gentoo-php-rewrite/graph">graph</a> |
<a href="/gentoo-php-rewrite/tags">tags</a> |
<a href="/gentoo-php-rewrite/branches">branches</a> |
<a href="/gentoo-php-rewrite/file/66effb7b56a0/dev-lang/php/">files</a> |
<a href="/gentoo-php-rewrite/rev/66effb7b56a0">changeset</a> |
file |
<a href="/gentoo-php-rewrite/log/66effb7b56a0/dev-lang/php/php-5.3.1.ebuild">revisions</a> |
<a href="/gentoo-php-rewrite/annotate/66effb7b56a0/dev-lang/php/php-5.3.1.ebuild">annotate</a> |
<a href="/gentoo-php-rewrite/diff/66effb7b56a0/dev-lang/php/php-5.3.1.ebuild">diff</a> |
<a href="/gentoo-php-rewrite/raw-file/66effb7b56a0/dev-lang/php/php-5.3.1.ebuild">raw</a><br/>
</div>
 
<div class="title">dev-lang/php/php-5.3.1.ebuild</div>
 
<div class="title_text">
<table cellspacing="0">
<tr>
<td>author</td>
<td>&#67;&#104;&#114;&#105;&#115;&#116;&#105;&#97;&#110;&#32;&#72;&#111;&#102;&#102;&#109;&#97;&#110;&#110;&#32;&#60;&#104;&#111;&#102;&#102;&#105;&#101;&#64;&#103;&#101;&#110;&#116;&#111;&#111;&#46;&#111;&#114;&#103;&#62;</td></tr>
<tr>
<td></td>
<td>Tue Jan 12 17:53:10 2010 +0100 (6 weeks)</td></tr>
 
<tr>
<td>changeset 93</td>
<td style="font-family:monospace"><a class="list" href="/gentoo-php-rewrite/rev/66effb7b56a0">66effb7b56a0</a></td></tr>
 
<tr>
<td>parent 79</td>
<td style="font-family:monospace">
<a class="list" href="/gentoo-php-rewrite/file/8f5b0cdea03b/dev-lang/php/php-5.3.1.ebuild">
8f5b0cdea03b
</a>
</td>
</tr>
 
<tr>
<td>permissions</td>
<td style="font-family:monospace">-rw-r--r--</td></tr>
</table>
</div>
 
<div class="page_path">
make repoman a bit happier (fixing copyright year and blank last line)
</div>
 
<div class="page_body">
 
<div style="font-family:monospace" class="parity0">
<pre><a class="linenr" href="#l1" id="l1"> 1</a> # Copyright 1999-2010 Gentoo Foundation
</pre>
</div>
<div style="font-family:monospace" class="parity1">
<pre><a class="linenr" href="#l2" id="l2"> 2</a> # Distributed under the terms of the GNU General Public License v2
</pre>
</div>
<div style="font-family:monospace" class="parity0">
<pre><a class="linenr" href="#l3" id="l3"> 3</a> # $Header: $
</pre>
</div>
<div style="font-family:monospace" class="parity1">
<pre><a class="linenr" href="#l4" id="l4"> 4</a>
</pre>
</div>
<div style="font-family:monospace" class="parity0">
<pre><a class="linenr" href="#l5" id="l5"> 5</a> EAPI=2
</pre>
</div>
<div style="font-family:monospace" class="parity1">
<pre><a class="linenr" href="#l6" id="l6"> 6</a>
</pre>
</div>
<div style="font-family:monospace" class="parity0">
<pre><a class="linenr" href="#l7" id="l7"> 7</a> PHPCONFUTILS_MISSING_DEPS=&quot;adabas birdstep db2 dbmaker empress empress-bcs esoob interbase oci8 sapdb solid sybase-ct&quot;
</pre>
</div>
<div style="font-family:monospace" class="parity1">
<pre><a class="linenr" href="#l8" id="l8"> 8</a>
</pre>
</div>
<div style="font-family:monospace" class="parity0">
<pre><a class="linenr" href="#l9" id="l9"> 9</a> inherit eutils autotools flag-o-matic versionator depend.apache apache-module db-use phpconfutils php-common-r1 libtool
</pre>
</div>
<div style="font-family:monospace" class="parity1">
<pre><a class="linenr" href="#l10" id="l10"> 10</a>
</pre>
</div>
<div style="font-family:monospace" class="parity0">
<pre><a class="linenr" href="#l11" id="l11"> 11</a> PHP_PATCHSET=&quot;&quot;
</pre>
</div>
<div style="font-family:monospace" class="parity1">
<pre><a class="linenr" href="#l12" id="l12"> 12</a> SUHOSIN_VERSION=&quot;$PV-0.9.8&quot;
</pre>
</div>
<div style="font-family:monospace" class="parity0">
<pre><a class="linenr" href="#l13" id="l13"> 13</a> EXPECTED_TEST_FAILURES=&quot;&quot;
</pre>
</div>
<div style="font-family:monospace" class="parity1">
<pre><a class="linenr" href="#l14" id="l14"> 14</a>
</pre>
</div>
<div style="font-family:monospace" class="parity0">
<pre><a class="linenr" href="#l15" id="l15"> 15</a> #KEYWORDS=&quot;~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd&quot;
</pre>
</div>
<div style="font-family:monospace" class="parity1">
<pre><a class="linenr" href="#l16" id="l16"> 16</a> KEYWORDS=&quot;~amd64&quot;
</pre>
</div>
<div style="font-family:monospace" class="parity0">
<pre><a class="linenr" href="#l17" id="l17"> 17</a>
</pre>
</div>
<div style="font-family:monospace" class="parity1">
<pre><a class="linenr" href="#l18" id="l18"> 18</a> # Eblit Handling Functions
</pre>
</div>
<div style="font-family:monospace" class="parity0">
<pre><a class="linenr" href="#l19" id="l19"> 19</a> #
</pre>
</div>
<div style="font-family:monospace" class="parity1">
<pre><a class="linenr" href="#l20" id="l20"> 20</a> # They'll likely be superseded someday by better ideas, possibly elibs.
</pre>
</div>
<div style="font-family:monospace" class="parity0">
<pre><a class="linenr" href="#l21" id="l21"> 21</a>
</pre>
</div>
<div style="font-family:monospace" class="parity1">
<pre><a class="linenr" href="#l22" id="l22"> 22</a> # eblit-core
</pre>
</div>
<div style="font-family:monospace" class="parity0">
<pre><a class="linenr" href="#l23" id="l23"> 23</a> # Usage: &lt;function&gt; [version] [eval]
</pre>
</div>
<div style="font-family:monospace" class="parity1">
<pre><a class="linenr" href="#l24" id="l24"> 24</a> # Main eblit engine
</pre>
</div>
<div style="font-family:monospace" class="parity0">
<pre><a class="linenr" href="#l25" id="l25"> 25</a> eblit-core() {
</pre>
</div>
<div style="font-family:monospace" class="parity1">
<pre><a class="linenr" href="#l26" id="l26"> 26</a> local e v func=$1 ver=$2 eval_=$3
</pre>
</div>
<div style="font-family:monospace" class="parity0">
<pre><a class="linenr" href="#l27" id="l27"> 27</a> for v in ${ver:+-}${ver} -${PVR} -${PV} &quot;&quot; ; do
</pre>
</div>
<div style="font-family:monospace" class="parity1">
<pre><a class="linenr" href="#l28" id="l28"> 28</a> e=&quot;${FILESDIR}/eblits/${func}${v}.eblit&quot;
</pre>
</div>
<div style="font-family:monospace" class="parity0">
<pre><a class="linenr" href="#l29" id="l29"> 29</a> if [[ -e ${e} ]] ; then
</pre>
</div>
<div style="font-family:monospace" class="parity1">
<pre><a class="linenr" href="#l30" id="l30"> 30</a> . &quot;${e}&quot;
</pre>
</div>
<div style="font-family:monospace" class="parity0">
<pre><a class="linenr" href="#l31" id="l31"> 31</a> [[ ${eval_} == 1 ]] &amp;&amp; eval &quot;${func}() { eblit-run ${func} ${ver} ; }&quot;
</pre>
</div>
<div style="font-family:monospace" class="parity1">
<pre><a class="linenr" href="#l32" id="l32"> 32</a> return 0
</pre>
</div>
<div style="font-family:monospace" class="parity0">
<pre><a class="linenr" href="#l33" id="l33"> 33</a> fi
</pre>
</div>
<div style="font-family:monospace" class="parity1">
<pre><a class="linenr" href="#l34" id="l34"> 34</a> done
</pre>
</div>
<div style="font-family:monospace" class="parity0">
<pre><a class="linenr" href="#l35" id="l35"> 35</a> return 1
</pre>
</div>
<div style="font-family:monospace" class="parity1">
<pre><a class="linenr" href="#l36" id="l36"> 36</a> }
</pre>
</div>
<div style="font-family:monospace" class="parity0">
<pre><a class="linenr" href="#l37" id="l37"> 37</a>
</pre>
</div>
<div style="font-family:monospace" class="parity1">
<pre><a class="linenr" href="#l38" id="l38"> 38</a> # eblit-include
</pre>
</div>
<div style="font-family:monospace" class="parity0">
<pre><a class="linenr" href="#l39" id="l39"> 39</a> # Usage: [--skip] &lt;function&gt; [version]
</pre>
</div>
<div style="font-family:monospace" class="parity1">
<pre><a class="linenr" href="#l40" id="l40"> 40</a> # Includes an &quot;eblit&quot; -- a chunk of common code among ebuilds in a given
</pre>
</div>
<div style="font-family:monospace" class="parity0">
<pre><a class="linenr" href="#l41" id="l41"> 41</a> # package so that its functions can be sourced and utilized within the
</pre>
</div>
<div style="font-family:monospace" class="parity1">
<pre><a class="linenr" href="#l42" id="l42"> 42</a> # ebuild.
</pre>
</div>
<div style="font-family:monospace" class="parity0">
<pre><a class="linenr" href="#l43" id="l43"> 43</a> eblit-include() {
</pre>
</div>
<div style="font-family:monospace" class="parity1">
<pre><a class="linenr" href="#l44" id="l44"> 44</a> local skipable=false r=0
</pre>
</div>
<div style="font-family:monospace" class="parity0">
<pre><a class="linenr" href="#l45" id="l45"> 45</a> [[ $1 == &quot;--skip&quot; ]] &amp;&amp; skipable=true &amp;&amp; shift
</pre>
</div>
<div style="font-family:monospace" class="parity1">
<pre><a class="linenr" href="#l46" id="l46"> 46</a> [[ $1 == pkg_* ]] &amp;&amp; skipable=true
</pre>
</div>
<div style="font-family:monospace" class="parity0">
<pre><a class="linenr" href="#l47" id="l47"> 47</a>
</pre>
</div>
<div style="font-family:monospace" class="parity1">
<pre><a class="linenr" href="#l48" id="l48"> 48</a> [[ -z $1 ]] &amp;&amp; die &quot;Usage: eblit-include &lt;function&gt; [version]&quot;
</pre>
</div>
<div style="font-family:monospace" class="parity0">
<pre><a class="linenr" href="#l49" id="l49"> 49</a> eblit-core $1 $2
</pre>
</div>
<div style="font-family:monospace" class="parity1">
<pre><a class="linenr" href="#l50" id="l50"> 50</a> r=&quot;$?&quot;
</pre>
</div>
<div style="font-family:monospace" class="parity0">
<pre><a class="linenr" href="#l51" id="l51"> 51</a> ${skipable} &amp;&amp; return 0
</pre>
</div>
<div style="font-family:monospace" class="parity1">
<pre><a class="linenr" href="#l52" id="l52"> 52</a> [[ &quot;$r&quot; -gt &quot;0&quot; ]] &amp;&amp; die &quot;Could not locate requested eblit '$1' in ${FILESDIR}/eblits/&quot;
</pre>
</div>
<div style="font-family:monospace" class="parity0">
<pre><a class="linenr" href="#l53" id="l53"> 53</a> }
</pre>
</div>
<div style="font-family:monospace" class="parity1">
<pre><a class="linenr" href="#l54" id="l54"> 54</a>
</pre>
</div>
<div style="font-family:monospace" class="parity0">
<pre><a class="linenr" href="#l55" id="l55"> 55</a> # eblit-run-maybe
</pre>
</div>
<div style="font-family:monospace" class="parity1">
<pre><a class="linenr" href="#l56" id="l56"> 56</a> # Usage: &lt;function&gt;
</pre>
</div>
<div style="font-family:monospace" class="parity0">
<pre><a class="linenr" href="#l57" id="l57"> 57</a> # Runs a function if it is defined in an eblit
</pre>
</div>
<div style="font-family:monospace" class="parity1">
<pre><a class="linenr" href="#l58" id="l58"> 58</a> eblit-run-maybe() {
</pre>
</div>
<div style="font-family:monospace" class="parity0">
<pre><a class="linenr" href="#l59" id="l59"> 59</a> [[ $(type -t &quot;$@&quot;) == &quot;function&quot; ]] &amp;&amp; &quot;$@&quot;
</pre>
</div>
<div style="font-family:monospace" class="parity1">
<pre><a class="linenr" href="#l60" id="l60"> 60</a> }
</pre>
</div>
<div style="font-family:monospace" class="parity0">
<pre><a class="linenr" href="#l61" id="l61"> 61</a>
</pre>
</div>
<div style="font-family:monospace" class="parity1">
<pre><a class="linenr" href="#l62" id="l62"> 62</a> # eblit-run
</pre>
</div>
<div style="font-family:monospace" class="parity0">
<pre><a class="linenr" href="#l63" id="l63"> 63</a> # Usage: &lt;function&gt; [version]
</pre>
</div>
<div style="font-family:monospace" class="parity1">
<pre><a class="linenr" href="#l64" id="l64"> 64</a> # Runs a function defined in an eblit
</pre>
</div>
<div style="font-family:monospace" class="parity0">
<pre><a class="linenr" href="#l65" id="l65"> 65</a> eblit-run() {
</pre>
</div>
<div style="font-family:monospace" class="parity1">
<pre><a class="linenr" href="#l66" id="l66"> 66</a> eblit-include --skip common &quot;${*:2}&quot;
</pre>
</div>
<div style="font-family:monospace" class="parity0">
<pre><a class="linenr" href="#l67" id="l67"> 67</a> eblit-include &quot;$@&quot;
</pre>
</div>
<div style="font-family:monospace" class="parity1">
<pre><a class="linenr" href="#l68" id="l68"> 68</a> eblit-run-maybe eblit-$1-pre
</pre>
</div>
<div style="font-family:monospace" class="parity0">
<pre><a class="linenr" href="#l69" id="l69"> 69</a> eblit-${PN}-$1
</pre>
</div>
<div style="font-family:monospace" class="parity1">
<pre><a class="linenr" href="#l70" id="l70"> 70</a> eblit-run-maybe eblit-$1-post
</pre>
</div>
<div style="font-family:monospace" class="parity0">
<pre><a class="linenr" href="#l71" id="l71"> 71</a> }
</pre>
</div>
<div style="font-family:monospace" class="parity1">
<pre><a class="linenr" href="#l72" id="l72"> 72</a>
</pre>
</div>
<div style="font-family:monospace" class="parity0">
<pre><a class="linenr" href="#l73" id="l73"> 73</a> # eblit-pkg
</pre>
</div>
<div style="font-family:monospace" class="parity1">
<pre><a class="linenr" href="#l74" id="l74"> 74</a> # Usage: &lt;phase&gt; [version]
</pre>
</div>
<div style="font-family:monospace" class="parity0">
<pre><a class="linenr" href="#l75" id="l75"> 75</a> # Includes the given functions AND evals them so they're included in the binpkgs
</pre>
</div>
<div style="font-family:monospace" class="parity1">
<pre><a class="linenr" href="#l76" id="l76"> 76</a> eblit-pkg() {
</pre>
</div>
<div style="font-family:monospace" class="parity0">
<pre><a class="linenr" href="#l77" id="l77"> 77</a> [[ -z $1 ]] &amp;&amp; die &quot;Usage: eblit-pkg &lt;phase&gt; [version]&quot;
</pre>
</div>
<div style="font-family:monospace" class="parity1">
<pre><a class="linenr" href="#l78" id="l78"> 78</a> eblit-core $1 $2 1
</pre>
</div>
<div style="font-family:monospace" class="parity0">
<pre><a class="linenr" href="#l79" id="l79"> 79</a> }
</pre>
</div>
<div style="font-family:monospace" class="parity1">
<pre><a class="linenr" href="#l80" id="l80"> 80</a>
</pre>
</div>
<div style="font-family:monospace" class="parity0">
<pre><a class="linenr" href="#l81" id="l81"> 81</a> #//----------------------------------------------------------------------------
</pre>
</div>
<div style="font-family:monospace" class="parity1">
<pre><a class="linenr" href="#l82" id="l82"> 82</a>
</pre>
</div>
<div style="font-family:monospace" class="parity0">
<pre><a class="linenr" href="#l83" id="l83"> 83</a> # All are in ${FILESDIR}/eblits
</pre>
</div>
<div style="font-family:monospace" class="parity1">
<pre><a class="linenr" href="#l84" id="l84"> 84</a> # If a function for a given version needs to change,
</pre>
</div>
<div style="font-family:monospace" class="parity0">
<pre><a class="linenr" href="#l85" id="l85"> 85</a> # then we create a new eblit and increment the
</pre>
</div>
<div style="font-family:monospace" class="parity1">
<pre><a class="linenr" href="#l86" id="l86"> 86</a> # version and reference it here.
</pre>
</div>
<div style="font-family:monospace" class="parity0">
<pre><a class="linenr" href="#l87" id="l87"> 87</a>
</pre>
</div>
<div style="font-family:monospace" class="parity1">
<pre><a class="linenr" href="#l88" id="l88"> 88</a> # Metadata has to be available without ${FILESDIR} around as well
</pre>
</div>
<div style="font-family:monospace" class="parity0">
<pre><a class="linenr" href="#l89" id="l89"> 89</a> eblit-pkg metadata v1
</pre>
</div>
<div style="font-family:monospace" class="parity1">
<pre><a class="linenr" href="#l90" id="l90"> 90</a> eblit-php-metadata
</pre>
</div>
<div style="font-family:monospace" class="parity0">
<pre><a class="linenr" href="#l91" id="l91"> 91</a>
</pre>
</div>
<div style="font-family:monospace" class="parity1">
<pre><a class="linenr" href="#l92" id="l92"> 92</a> eblit-pkg pkg_setup v1
</pre>
</div>
<div style="font-family:monospace" class="parity0">
<pre><a class="linenr" href="#l93" id="l93"> 93</a>
</pre>
</div>
<div style="font-family:monospace" class="parity1">
<pre><a class="linenr" href="#l94" id="l94"> 94</a> src_prepare() { eblit-run src_prepare v1 ; }
</pre>
</div>
<div style="font-family:monospace" class="parity0">
<pre><a class="linenr" href="#l95" id="l95"> 95</a> src_configure() { eblit-run src_configure v1 ; }
</pre>
</div>
<div style="font-family:monospace" class="parity1">
<pre><a class="linenr" href="#l96" id="l96"> 96</a> src_compile() { eblit-run src_compile v1 ; }
</pre>
</div>
<div style="font-family:monospace" class="parity0">
<pre><a class="linenr" href="#l97" id="l97"> 97</a> src_install() { eblit-run src_install v1 ; }
</pre>
</div>
<div style="font-family:monospace" class="parity1">
<pre><a class="linenr" href="#l98" id="l98"> 98</a> src_test() { eblit-run src_test v1 ; }
</pre>
</div>
<div style="font-family:monospace" class="parity0">
<pre><a class="linenr" href="#l99" id="l99"> 99</a>
</pre>
</div>
<div style="font-family:monospace" class="parity1">
<pre><a class="linenr" href="#l100" id="l100"> 100</a> eblit-pkg pkg_postinst v1
</pre>
</div>
</div>
 
<div class="page_footer">
<div class="page_footer_text">gentoo-php-rewrite</div>
<div class="rss_logo">
<a href="/gentoo-php-rewrite/rss-log">RSS</a>
<a href="/gentoo-php-rewrite/atom-log">Atom</a>
</div>
<br />
 
</div>
</body>
</html>