Sync with portage [Sat Feb 11 19:56:11 MSK 2012].

mhiretskiy
root 12 years ago
parent ff9ed3828c
commit 5b6db3961a

@ -0,0 +1,11 @@
--- htmldoc/ps-pdf.cxx 2006-08-01 18:58:50.000000000 +0200
+++ htmldoc/ps-pdf.cxx 2008-04-26 21:19:49.000000000 +0200
@@ -3624,7 +3624,7 @@
* Get the width of the page number, leave room for three dots...
*/
- if (heading >= 0)
+ if (heading >= 0 && heading < num_headings)
{
hpage = heading_pages[heading];
numberwidth = get_width((uchar *)pages[hpage].page_text,

@ -0,0 +1,60 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/htmldoc/htmldoc-1.8.27-r3.ebuild,v 1.1 2012/02/11 12:50:14 pacho Exp $
EAPI="4"
inherit eutils
DESCRIPTION="Convert HTML pages into a PDF document"
SRC_URI="mirror://easysw/htmldoc/${PV}/${P}-source.tar.bz2"
HOMEPAGE="http://www.easysw.com/htmldoc/"
IUSE="fltk ssl"
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
DEPEND=">=media-libs/libpng-1.4
virtual/jpeg
fltk? ( x11-libs/fltk:1 )
ssl? ( >=dev-libs/openssl-0.9.6e )"
RDEPEND="${DEPEND}"
# this needs to be figured out, since htmldoc looks for all three libs
# right now there's no virtual/ssl
#
# --enable-openssl use OpenSSL for SSL/TLS support, default=yes
# --enable-gnutls use GNU TLS for SSL/TLS support, default=yes
# --enable-cdsassl use CDSA for SSL/TLS support, default=yes
src_prepare() {
# make sure not to use the libs htmldoc ships with
mkdir foo ; mv jpeg foo/ ; mv png foo/ ; mv zlib foo/
epatch \
"${FILESDIR}"/${PN}-sscanf-overflows.patch \
"${FILESDIR}"/${PN}-fortify-fail.patch \
"${FILESDIR}"/${PN}-libpng15.patch \
"${FILESDIR}"/${P}-crash.patch
sed -i "s:^#define DOCUMENTATION \"\$prefix/share/doc/htmldoc\":#define DOCUMENTATION \"\$prefix/share/doc/${PF}/html\":" \
configure || die
}
src_configure() {
local myconf="$(use_enable ssl openssl) $(use_with fltk gui)"
econf ${myconf}
# Add missing -lfltk_images to LIBS
if use fltk; then
sed -i 's:-lfltk :-lfltk -lfltk_images :g' Makedefs || die
fi
}
src_install() {
einstall bindir="${D}/usr/bin"
# Minor cleanups
mv "${D}/usr/share/doc/htmldoc" "${D}/usr/share/doc/${PF}"
dodir /usr/share/doc/${PF}/html
mv "${D}"/usr/share/doc/${PF}/*.html "${D}/usr/share/doc/${PF}/html"
}

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-java/junit/junit-4.10.ebuild,v 1.3 2012/01/01 22:39:29 sera Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-java/junit/junit-4.10.ebuild,v 1.4 2012/02/11 14:20:47 sera Exp $
# WARNING: JUNIT.JAR IS _NOT_ SYMLINKED TO ANT-CORE LIB FOLDER AS JUNIT3 IS
@ -39,7 +39,7 @@ src_unpack() {
popd >/dev/null
# copy Gentoo manifest to working directory
cp "${FILESDIR}/gentoo-manifest.mf" "${S}"
cp "${FILESDIR}/gentoo-manifest.mf" "${S}" || die
}
java_prepare() {

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-java/junit/junit-4.8.2-r1.ebuild,v 1.4 2012/01/01 22:39:29 sera Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-java/junit/junit-4.8.2-r1.ebuild,v 1.5 2012/02/11 14:20:47 sera Exp $
# WARNING: JUNIT.JAR IS _NOT_ SYMLINKED TO ANT-CORE LIB FOLDER AS JUNIT3 IS
@ -39,7 +39,7 @@ src_unpack() {
popd >/dev/null
# copy Gentoo manifest to working directory
cp "${FILESDIR}/gentoo-manifest.mf" "${S}"
cp "${FILESDIR}/gentoo-manifest.mf" "${S}" || die
}
java_prepare() {

@ -1,4 +1,4 @@
DIST ecl-10.2.1.tgz 5899336 RMD160 0c88d6e26af4ea1890c88d6723c9c7d1bfb5da13 SHA1 ee565d14778d00a443ef8d3f40736022583c0579 SHA256 72a591eca23e6037679b3c86cd7d62432a5cff8117f21562438fd126283e21f9
DIST ecl-10.4.1.tar.gz 5835953 RMD160 8e39f5f4da6dd872ab3ec04669e57215809731dd SHA1 044c579b7f0c42d15e05b662c433488e8da85020 SHA256 505dcfe8f26aca352271225ad5a7f117b9bef0f6e7f7a7abaf7b7f11f7c63c6c
DIST ecl-11.1.1.tar.gz 5898523 RMD160 e15dd8cf02cd6ad78ef35293df014363615fd4ad SHA1 9c4c88683f6186f8152866033e6850e19eb8cc1f SHA256 28acce874e264a9e7182a2424bb7a1a3f7d834a8f2e1346ec0ef7156d4ed3b07
DIST ecl-12.2.1.tgz 8974948 RMD160 3a616c049773794249da56cc2d01e4b73fe46e98 SHA1 916d9991f17f644565e100a51fa4364840b377e1 SHA256 dbb3f83c27f3d2565ca22c1c6b4ab497bbfdd0d0a7b09dee76338f378621f091
DIST ecl-9.12.3.tgz 5758828 RMD160 10deb139394edffce8f1f7f4b1c682b9a86f93d9 SHA1 cf293b029f33b0b0f9539e9163618a9d31df6f30 SHA256 f4f2e9d584130db9bb61bd09a676ad67c5d0f1ca8096ed781b50a2ae99c5e682

@ -1,10 +1,10 @@
# Copyright 1999-2010 Gentoo Foundation
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-lisp/ecls/ecls-10.2.1.ebuild,v 1.2 2010/12/17 20:18:31 ulm Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-lisp/ecls/ecls-12.2.1.ebuild,v 1.1 2012/02/11 14:58:16 grozin Exp $
EAPI=3
inherit eutils multilib
inherit eutils multilib
MY_P=ecl-${PV}
DESCRIPTION="ECL is an embeddable Common Lisp implementation."
@ -14,16 +14,25 @@ SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tgz"
LICENSE="BSD LGPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
IUSE="debug doc precisegc +threads +unicode X"
IUSE="debug emacs gengc precisegc threads +unicode X"
RDEPEND="dev-libs/gmp
virtual/libffi
>=dev-libs/boehm-gc-7.1[threads?]"
DEPEND="${RDEPEND}"
DEPEND="${RDEPEND}
app-text/texi2html
emacs? ( virtual/emacs >=app-admin/eselect-emacs-1.12 )"
PDEPEND="dev-lisp/gentoo-init"
S="${WORKDIR}"/${MY_P}
pkg_setup() {
if use gengc || use precisegc; then
ewarn "USE flags gengc and precisegc are experimental"
ewarn "Don't use them if you want a stable ecl"
fi
}
src_prepare() {
epatch "${FILESDIR}"/${PV}-headers-gentoo.patch
}
@ -33,7 +42,7 @@ src_configure() {
--with-system-gmp \
--enable-boehm=system \
--enable-longdouble \
--enable-gengc \
$(use_enable gengc) \
$(use_enable precisegc) \
$(use_with debug debug-cflags) \
$(use_enable threads) \
@ -44,13 +53,18 @@ src_configure() {
}
src_compile() {
#parallel fails
emake -j1 || die "Compilation failed"
if use doc; then
pushd build/doc
emake || die "Building docs failed"
if use emacs; then
local ETAGS=$(eselect --brief etags list | sed -ne '/emacs/{p;q}')
[[ -n ${ETAGS} ]] || die "No etags implementation found"
pushd build || die
emake ETAGS=${ETAGS} TAGS || die
popd
else
touch build/TAGS
fi
#parallel fails
emake -j1 || die "Compilation failed"
}
src_install () {
@ -61,8 +75,5 @@ src_install () {
pushd build/doc
newman ecl.man ecl.1
newman ecl-config.man ecl-config.1
if use doc; then
doinfo ecl{,dev}.info || die "Installing info docs failed"
fi
popd
}

@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/twitter/twitter-2.0.2.ebuild,v 1.1 2011/12/25 10:18:46 graaff Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/twitter/twitter-2.0.2.ebuild,v 1.2 2012/02/11 10:22:02 graaff Exp $
EAPI="2"
USE_RUBY="ruby18 ree18"
@ -37,3 +37,7 @@ all_ruby_prepare() {
sed -i -e '/[sS]imple[cC]ov/ s:^:#:' spec/helper.rb || die
}
each_ruby_test() {
${RUBY} -S rspec spec || die
}

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/nvidia-cuda-toolkit/nvidia-cuda-toolkit-3.0.ebuild,v 1.10 2012/02/05 05:37:49 vapier Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-util/nvidia-cuda-toolkit/nvidia-cuda-toolkit-3.0.ebuild,v 1.11 2012/02/11 14:54:39 spock Exp $
EAPI=2
@ -142,7 +142,6 @@ EOF
}
pkg_postinst() {
env-update
elog "If you want to natively run the code generated by this version of the"
elog "CUDA toolkit, you will need >=x11-drivers/nvidia-drivers-195.36.15."
elog ""

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/nvidia-cuda-toolkit/nvidia-cuda-toolkit-3.1.ebuild,v 1.7 2012/02/05 05:37:49 vapier Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-util/nvidia-cuda-toolkit/nvidia-cuda-toolkit-3.1.ebuild,v 1.8 2012/02/11 14:54:39 spock Exp $
EAPI=2
@ -136,7 +136,6 @@ EOF
}
pkg_postinst() {
env-update
elog "If you want to natively run the code generated by this version of the"
elog "CUDA toolkit, you will need >=x11-drivers/nvidia-drivers-256.22."
elog ""

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/nvidia-cuda-toolkit/nvidia-cuda-toolkit-3.2.ebuild,v 1.5 2012/02/05 05:37:49 vapier Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-util/nvidia-cuda-toolkit/nvidia-cuda-toolkit-3.2.ebuild,v 1.6 2012/02/11 14:54:39 spock Exp $
EAPI=2
@ -139,7 +139,6 @@ EOF
}
pkg_postinst() {
env-update
elog "If you want to natively run the code generated by this version of the"
elog "CUDA toolkit, you will need >=x11-drivers/nvidia-drivers-260.19.21."
elog ""

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/nvidia-cuda-toolkit/nvidia-cuda-toolkit-4.0.ebuild,v 1.8 2012/02/05 05:37:49 vapier Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-util/nvidia-cuda-toolkit/nvidia-cuda-toolkit-4.0.ebuild,v 1.9 2012/02/11 14:54:39 spock Exp $
EAPI=2
@ -142,7 +142,6 @@ EOF
}
pkg_postinst() {
env-update
elog "If you want to natively run the code generated by this version of the"
elog "CUDA toolkit, you will need >=x11-drivers/nvidia-drivers-260.19.21."
elog ""

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/nvidia-cuda-toolkit/nvidia-cuda-toolkit-4.1.ebuild,v 1.5 2012/02/05 16:41:16 spock Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-util/nvidia-cuda-toolkit/nvidia-cuda-toolkit-4.1.ebuild,v 1.6 2012/02/11 14:54:39 spock Exp $
EAPI=2
@ -59,7 +59,7 @@ src_install() {
#!/bin/sh
LD_LIBRARY_PATH=\$LD_LIBRARY_PATH:${DEST}/lib:${DEST}/lib64 ${DEST}/libnvvp/nvvp
EOF
dobin ${T}/nvv
dobin "${T}/nvv"
insinto ${DEST}/extras
doins -r extras/CUPTI
fi
@ -111,7 +111,6 @@ EOF
}
pkg_postinst() {
env-update
elog "If you want to natively run the code generated by this version of the"
elog "CUDA toolkit, you will need >=x11-drivers/nvidia-drivers-260.19.21."
elog ""

@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/eclass/elisp-common.eclass,v 1.78 2011/12/03 20:43:21 ulm Exp $
# $Header: /var/cvsroot/gentoo-x86/eclass/elisp-common.eclass,v 1.79 2012/02/11 12:20:33 ulm Exp $
#
# @ECLASS: elisp-common.eclass
# @MAINTAINER:
@ -316,7 +316,7 @@ elisp-site-file-install() {
elisp-site-regen() {
local sitelisp=${ROOT}${EPREFIX}${SITELISP}
local sf i line null="" page=$'\f'
local sf i null="" page=$'\f'
local -a sflist
if [[ ! -d ${sitelisp} ]]; then

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/aalib/aalib-1.4_rc5-r2.ebuild,v 1.1 2012/02/09 18:36:24 slyfox Exp $
# $Header: /var/cvsroot/gentoo-x86/media-libs/aalib/aalib-1.4_rc5-r4.ebuild,v 1.1 2012/02/11 14:02:44 slyfox Exp $
EAPI=4
@ -29,11 +29,12 @@ src_prepare() {
epatch "${FILESDIR}"/${PN}-1.4_rc4-gentoo.patch
epatch "${FILESDIR}"/${PN}-1.4_rc4-m4.patch
epatch "${FILESDIR}"/${PN}-1.4_rc5-fix-protos.patch #224267
epatch "${FILESDIR}"/${PN}-1.4_rc5-fix-aarender.patch #214142
sed -i -e 's:#include <malloc.h>:#include <stdlib.h>:g' "${S}"/src/*.c
# Fix bug #165617.
use gpm && sed -i \
use gpm || sed -i \
's/gpm_mousedriver_test=yes/gpm_mousedriver_test=no/' "${S}/configure.in"
eautoreconf

@ -0,0 +1,34 @@
This bug can be seen very clearly with e.g. mplayer -vo aa -monitoraspect 3
in which case a big part of the picture is missing or there is even completely
black output.
The reason for this is, when drawing only a part of the picture via aarender()
the first X coordinate is used for the loop count, but it is not applied to the
destination and source image index, thus instead of (re)drawing the middle part
of the image, it draws always the left part.
Actual Results:
only the left part of the image is draw (depending on the video, only the left
black bar might be draw, so you will see nothing at all - if so use a slightly
smaller value for -monitoraspect).
Expected Results:
All of the image should be drawn, and -monitoraspect should only squeeze the
image, not cause part of it to miss.
Gentoo-bug: http://bugs.gentoo.org/id=214142
Reported-by: Reimar Döffinger
Fixed-by: Reimar Döffinger
--- src/aarender.c.orig 2008-03-18 23:55:32.000000000 +0100
+++ src/aarender.c 2008-03-18 23:55:50.000000000 +0100
@@ -94,8 +94,8 @@
gamma = randomval / 2;
mval = (c->parameters[c->filltable[255]].p[4]);
for (y = y1; y < y2; y++) {
- pos = 2 * y * wi;
- pos1 = y * aa_scrwidth(c);
+ pos = 2 * (y * wi + x1);
+ pos1 = y * aa_scrwidth(c) + x1;
esum = 0;
for (x = x1; x < x2; x++) {
i1 = table[((((int) c->imagebuffer[pos])))];

@ -0,0 +1,22 @@
>=media-libs/libpng-1.4 virtual/jpeg fltk? ( x11-libs/fltk:1 ) ssl? ( >=dev-libs/openssl-0.9.6e )
>=media-libs/libpng-1.4 virtual/jpeg fltk? ( x11-libs/fltk:1 ) ssl? ( >=dev-libs/openssl-0.9.6e )
0
mirror://easysw/htmldoc/1.8.27/htmldoc-1.8.27-source.tar.bz2
http://www.easysw.com/htmldoc/
GPL-2
Convert HTML pages into a PDF document
~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86
eutils multilib portability toolchain-funcs user
fltk ssl
4
configure install prepare

@ -1,20 +1,20 @@
dev-libs/gmp virtual/libffi >=dev-libs/boehm-gc-7.1[threads?]
dev-libs/gmp virtual/libffi >=dev-libs/boehm-gc-7.1[threads?] app-text/texi2html emacs? ( virtual/emacs >=app-admin/eselect-emacs-1.12 )
dev-libs/gmp virtual/libffi >=dev-libs/boehm-gc-7.1[threads?]
0
mirror://sourceforge/ecls/ecl-10.2.1.tgz
mirror://sourceforge/ecls/ecl-12.2.1.tgz
http://common-lisp.net/project/ecl/
BSD LGPL-2
ECL is an embeddable Common Lisp implementation.
~amd64 ~ppc ~sparc ~x86
eutils multilib portability toolchain-funcs user
debug doc precisegc +threads +unicode X
debug emacs gengc precisegc threads +unicode X
dev-lisp/gentoo-init
3
compile configure install prepare
compile configure install prepare setup

@ -0,0 +1,22 @@
x11-libs/qt-gui amd64? ( app-emulation/emul-linux-x86-qtlibs )
x11-libs/qt-gui amd64? ( app-emulation/emul-linux-x86-qtlibs ) net-im/skype
0
http://dev.gentoo.org/~slyfox/skypetab-ng-0.4.9_pre20111124.tar.gz
http://github.com/kekekeks/skypetab-ng
LGPL-3
An LD_PRELOAD wrapper that adds tabs to Skype for Linux
-* ~x86 ~amd64
base eutils multilib portability qt4-r2 toolchain-funcs user
4
compile configure install prepare setup unpack

@ -0,0 +1,22 @@
x11-libs/qt-gui amd64? ( app-emulation/emul-linux-x86-qtlibs ) dev-vcs/git
x11-libs/qt-gui amd64? ( app-emulation/emul-linux-x86-qtlibs ) net-im/skype
0
http://github.com/kekekeks/skypetab-ng
LGPL-3
An LD_PRELOAD wrapper that adds tabs to Skype for Linux
base eutils git-2 multilib portability qt4-r2 toolchain-funcs user
4
compile configure install prepare setup unpack

@ -0,0 +1,22 @@
0
ftp://sunsite.unc.edu/pub/Linux/system/filesystems/ncpfs/ipx-1.1.tar.gz
ftp://sunsite.unc.edu/pub/Linux/system/filesystems/ncpfs/
Caldera
The IPX Utilities
~amd64 ~ppc64 ~s390 ~sparc ~x86
eutils multilib portability toolchain-funcs user
4
install prepare

@ -6,15 +6,15 @@ mirror://sourceforge/leafnode/leafnode-1.11.8.tar.bz2
http://leafnode.sourceforge.net/
GPL-2
A USENET software package designed for small sites
~amd64 ~ppc ~sparc ~x86
amd64 ~ppc ~sparc ~x86
ipv6
4
compile install
configure install

@ -0,0 +1,22 @@
x11-libs/wxGTK:2.8[X] sci-electronics/electronics-menu
x11-libs/wxGTK:2.8[X] sci-electronics/electronics-menu || ( sci-electronics/ngspice sci-electronics/gnucap ) waveform? ( sci-electronics/gwave ) schematics? ( sci-electronics/geda )
0
mirror://sourceforge/gspiceui/gspiceui-v1.0.00.tar.gz
http://www.geda.seul.org/tools/gspiceui/
GPL-2
GUI frontend for Ngspice and Gnucap
~amd64 ~x86
eutils multilib portability toolchain-funcs user wxwidgets
examples schematics waveform
2
install postinst prepare

@ -0,0 +1,22 @@
net-dns/avahi || ( =sys-devel/automake-1.11* ) >=sys-devel/autoconf-2.61 sys-devel/libtool
net-dns/avahi
0
http://0pointer.de/lennart/projects/nss-mdns/nss-mdns-0.10.tar.gz
http://0pointer.de/lennart/projects/nss-mdns/
GPL-2
Name Service Switch module for Multicast DNS
~amd64 ~hppa ~mips ~ppc ~x86
autotools eutils libtool multilib portability toolchain-funcs user
search-domains
4
configure install postinst prepare

@ -1,22 +0,0 @@
avahi? ( net-dns/avahi )
avahi? ( net-dns/avahi )
0
http://0pointer.de/lennart/projects/nss-mdns/nss-mdns-0.8.tar.gz
http://0pointer.de/lennart/projects/nss-mdns/
GPL-2
Name Service Switch module for Multicast DNS
amd64 ppc x86
eutils multilib portability toolchain-funcs user
avahi
compile install postinst

@ -1,22 +0,0 @@
net-dns/avahi =sys-devel/automake-1.9* >=sys-devel/autoconf-2.61 sys-devel/libtool
net-dns/avahi
0
http://0pointer.de/lennart/projects/nss-mdns/nss-mdns-0.9.tar.gz
http://0pointer.de/lennart/projects/nss-mdns/
GPL-2
Name Service Switch module for Multicast DNS
amd64 ~hppa ppc x86
autotools eutils libtool multilib portability toolchain-funcs user
compile install postinst unpack

File diff suppressed because one or more lines are too long

@ -1,22 +0,0 @@
0
http://download.httrack.com/httrack-3.44.1.tar.gz
http://www.httrack.com/
GPL-2
HTTrack Website Copier, Open Source Offline Browser
~amd64 ~ppc ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux
eutils multilib portability toolchain-funcs user versionator
compile install

@ -1,7 +1,7 @@
>=sys-libs/zlib-1.2.5.1-r1
>=sys-libs/zlib-1.2.5.1-r1
0
http://download.httrack.com/httrack-3.44.1.tar.gz
http://download.httrack.com/httrack-3.44.5.tar.gz
http://www.httrack.com/
GPL-2
@ -14,7 +14,7 @@ static-libs
4
compile configure prepare
configure install prepare

@ -1,22 +0,0 @@
>=sys-apps/sed-4 app-arch/xz-utils >=sys-apps/sed-4
media-libs/fontconfig media-libs/freetype sys-apps/util-linux sys-libs/zlib virtual/opengl x11-libs/libICE x11-libs/libSM x11-libs/libX11 x11-libs/libXext x11-libs/libXft x11-libs/libXrender x11-libs/libXt gtk? ( dev-libs/atk dev-libs/glib:2 x11-libs/cairo x11-libs/gdk-pixbuf gtk? ( x11-libs/gtk+:2 ) gtk3? ( x11-libs/gtk+:3 ) x11-libs/pango x11-libs/pixman ) gtk3? ( dev-libs/atk dev-libs/glib:2 x11-libs/cairo x11-libs/gdk-pixbuf gtk? ( x11-libs/gtk+:2 ) gtk3? ( x11-libs/gtk+:3 ) x11-libs/pango x11-libs/pixman ) kde? ( kde-base/kdelibs x11-libs/qt-core x11-libs/qt-gui ) gstreamer? ( dev-libs/glib:2 dev-libs/libxml2 media-libs/gst-plugins-base media-libs/gstreamer media-plugins/gst-plugins-meta )
0
x86? ( http://snapshot.opera.com/unix/freckles_11.62-1273/opera-11.62-1273.i386.linux.tar.xz ) x86-fbsd? ( http://snapshot.opera.com/unix/freckles_11.62-1273/opera-11.62-1273.i386.freebsd.tar.xz )
http://www.opera.com/
OPERA-11 LGPL-2 LGPL-3
A fast and secure web browser and Internet suite
~x86 ~x86-fbsd
eutils fdo-mime gnome2-utils multilib pax-utils portability toolchain-funcs user versionator
elibc_FreeBSD gtk gtk3 kde +gstreamer linguas_af linguas_az linguas_be linguas_bg linguas_bn linguas_cs linguas_da linguas_de linguas_el linguas_en_GB linguas_es_ES linguas_es_LA linguas_et linguas_fi linguas_fr linguas_fr_CA linguas_fy linguas_gd linguas_hi linguas_hr linguas_hu linguas_id linguas_it linguas_ja linguas_ka linguas_ko linguas_lt linguas_me linguas_mk linguas_ms linguas_nb linguas_nl linguas_nn linguas_pa linguas_pl linguas_pt linguas_pt_BR linguas_ro linguas_ru linguas_sk linguas_sr linguas_sv linguas_sw linguas_ta linguas_te linguas_th linguas_tl linguas_tr linguas_uk linguas_uz linguas_vi linguas_zh_CN linguas_zh_TW linguas_zu
4
install postinst postrm preinst prepare unpack

@ -1,22 +0,0 @@
>=sys-apps/sed-4 app-arch/xz-utils >=sys-apps/sed-4
media-libs/fontconfig media-libs/freetype sys-apps/util-linux sys-libs/zlib virtual/opengl x11-libs/libICE x11-libs/libSM x11-libs/libX11 x11-libs/libXext x11-libs/libXft x11-libs/libXrender x11-libs/libXt gtk? ( dev-libs/atk dev-libs/glib:2 x11-libs/cairo x11-libs/gdk-pixbuf gtk? ( x11-libs/gtk+:2 ) gtk3? ( x11-libs/gtk+:3 ) x11-libs/pango x11-libs/pixman ) gtk3? ( dev-libs/atk dev-libs/glib:2 x11-libs/cairo x11-libs/gdk-pixbuf gtk? ( x11-libs/gtk+:2 ) gtk3? ( x11-libs/gtk+:3 ) x11-libs/pango x11-libs/pixman ) kde? ( kde-base/kdelibs x11-libs/qt-core x11-libs/qt-gui ) gstreamer? ( dev-libs/glib:2 dev-libs/libxml2 media-libs/gst-plugins-base media-libs/gstreamer media-plugins/gst-plugins-meta )
0
amd64? ( http://snapshot.opera.com/unix/freckles_11.62-1273/opera-11.62-1274.x86_64.linux.tar.xz )
http://www.opera.com/
OPERA-11 LGPL-2 LGPL-3
A fast and secure web browser and Internet suite
~amd64
eutils fdo-mime gnome2-utils multilib pax-utils portability toolchain-funcs user versionator
elibc_FreeBSD gtk gtk3 kde +gstreamer linguas_af linguas_az linguas_be linguas_bg linguas_bn linguas_cs linguas_da linguas_de linguas_el linguas_en_GB linguas_es_ES linguas_es_LA linguas_et linguas_fi linguas_fr linguas_fr_CA linguas_fy linguas_gd linguas_hi linguas_hr linguas_hu linguas_id linguas_it linguas_ja linguas_ka linguas_ko linguas_lt linguas_me linguas_mk linguas_ms linguas_nb linguas_nl linguas_nn linguas_pa linguas_pl linguas_pt linguas_pt_BR linguas_ro linguas_ru linguas_sk linguas_sr linguas_sv linguas_sw linguas_ta linguas_te linguas_th linguas_tl linguas_tr linguas_uk linguas_uz linguas_vi linguas_zh_CN linguas_zh_TW linguas_zu
4
install postinst postrm preinst prepare unpack

@ -1,22 +0,0 @@
>=sys-apps/sed-4 app-arch/xz-utils >=sys-apps/sed-4
media-libs/fontconfig media-libs/freetype sys-apps/util-linux sys-libs/zlib virtual/opengl x11-libs/libICE x11-libs/libSM x11-libs/libX11 x11-libs/libXext x11-libs/libXft x11-libs/libXrender x11-libs/libXt gtk? ( dev-libs/atk dev-libs/glib:2 x11-libs/cairo x11-libs/gdk-pixbuf gtk? ( x11-libs/gtk+:2 ) gtk3? ( x11-libs/gtk+:3 ) x11-libs/pango x11-libs/pixman ) gtk3? ( dev-libs/atk dev-libs/glib:2 x11-libs/cairo x11-libs/gdk-pixbuf gtk? ( x11-libs/gtk+:2 ) gtk3? ( x11-libs/gtk+:3 ) x11-libs/pango x11-libs/pixman ) kde? ( kde-base/kdelibs x11-libs/qt-core x11-libs/qt-gui ) gstreamer? ( dev-libs/glib:2 dev-libs/libxml2 media-libs/gst-plugins-base media-libs/gstreamer media-plugins/gst-plugins-meta )
0
amd64? ( http://snapshot.opera.com/unix/1133_11.62-1297/opera-11.62-1298.x86_64.linux.tar.xz )
http://www.opera.com/
OPERA-11 LGPL-2 LGPL-3
A fast and secure web browser and Internet suite
~amd64
eutils fdo-mime gnome2-utils multilib pax-utils portability toolchain-funcs user versionator
elibc_FreeBSD gtk gtk3 kde +gstreamer linguas_af linguas_az linguas_be linguas_bg linguas_bn linguas_cs linguas_da linguas_de linguas_el linguas_en_GB linguas_es_ES linguas_es_LA linguas_et linguas_fi linguas_fr linguas_fr_CA linguas_fy linguas_gd linguas_hi linguas_hr linguas_hu linguas_id linguas_it linguas_ja linguas_ka linguas_ko linguas_lt linguas_me linguas_mk linguas_ms linguas_nb linguas_nl linguas_nn linguas_pa linguas_pl linguas_pt linguas_pt_BR linguas_ro linguas_ru linguas_sk linguas_sr linguas_sv linguas_sw linguas_ta linguas_te linguas_th linguas_tl linguas_tr linguas_uk linguas_uz linguas_vi linguas_zh_CN linguas_zh_TW linguas_zu
4
install postinst postrm preinst prepare unpack

@ -1,12 +1,12 @@
>=sys-apps/sed-4 app-arch/xz-utils >=sys-apps/sed-4
media-libs/fontconfig media-libs/freetype sys-apps/util-linux sys-libs/zlib virtual/opengl x11-libs/libICE x11-libs/libSM x11-libs/libX11 x11-libs/libXext x11-libs/libXft x11-libs/libXrender x11-libs/libXt gtk? ( dev-libs/atk dev-libs/glib:2 x11-libs/cairo x11-libs/gdk-pixbuf gtk? ( x11-libs/gtk+:2 ) gtk3? ( x11-libs/gtk+:3 ) x11-libs/pango x11-libs/pixman ) gtk3? ( dev-libs/atk dev-libs/glib:2 x11-libs/cairo x11-libs/gdk-pixbuf gtk? ( x11-libs/gtk+:2 ) gtk3? ( x11-libs/gtk+:3 ) x11-libs/pango x11-libs/pixman ) kde? ( kde-base/kdelibs x11-libs/qt-core x11-libs/qt-gui ) gstreamer? ( dev-libs/glib:2 dev-libs/libxml2 media-libs/gst-plugins-base media-libs/gstreamer media-plugins/gst-plugins-meta )
0
x86? ( http://snapshot.opera.com/unix/1133_11.62-1297/opera-11.62-1297.i386.linux.tar.xz ) x86-fbsd? ( http://snapshot.opera.com/unix/1133_11.62-1297/opera-11.62-1297.i386.freebsd.tar.xz )
amd64? ( http://snapshot.opera.com/unix/1313_11.62-1302/opera-11.62-1302.x86_64.linux.tar.xz ) x86? ( http://snapshot.opera.com/unix/1313_11.62-1302/opera-11.62-1302.i386.linux.tar.xz ) x86-fbsd? ( http://snapshot.opera.com/unix/1313_11.62-1302/opera-11.62-1302.i386.freebsd.tar.xz )
http://www.opera.com/
OPERA-11 LGPL-2 LGPL-3
A fast and secure web browser and Internet suite
~x86 ~x86-fbsd
~amd64 ~x86 ~x86-fbsd
eutils fdo-mime gnome2-utils multilib pax-utils portability toolchain-funcs user versionator
elibc_FreeBSD gtk gtk3 kde +gstreamer linguas_af linguas_az linguas_be linguas_bg linguas_bn linguas_cs linguas_da linguas_de linguas_el linguas_en_GB linguas_es_ES linguas_es_LA linguas_et linguas_fi linguas_fr linguas_fr_CA linguas_fy linguas_gd linguas_hi linguas_hr linguas_hu linguas_id linguas_it linguas_ja linguas_ka linguas_ko linguas_lt linguas_me linguas_mk linguas_ms linguas_nb linguas_nl linguas_nn linguas_pa linguas_pl linguas_pt linguas_pt_BR linguas_ro linguas_ru linguas_sk linguas_sr linguas_sv linguas_sw linguas_ta linguas_te linguas_th linguas_tl linguas_tr linguas_uk linguas_uz linguas_vi linguas_zh_CN linguas_zh_TW linguas_zu

@ -0,0 +1,22 @@
pcre? ( >=dev-libs/libpcre-4.2 ) ssl? ( dev-libs/openssl ) http-cache? ( userland_GNU? ( dev-libs/openssl ) ) nginx_modules_http_geo? ( dev-libs/geoip ) nginx_modules_http_gzip? ( sys-libs/zlib ) nginx_modules_http_gzip_static? ( sys-libs/zlib ) nginx_modules_http_image_filter? ( media-libs/gd[jpeg,png] ) nginx_modules_http_perl? ( >=dev-lang/perl-5.8 ) nginx_modules_http_rewrite? ( >=dev-libs/libpcre-4.2 ) nginx_modules_http_secure_link? ( userland_GNU? ( dev-libs/openssl ) ) nginx_modules_http_xslt? ( dev-libs/libxml2 dev-libs/libxslt ) arm? ( dev-libs/libatomic_ops ) libatomic? ( dev-libs/libatomic_ops ) ssl? ( dev-libs/openssl )
pcre? ( >=dev-libs/libpcre-4.2 ) ssl? ( dev-libs/openssl ) http-cache? ( userland_GNU? ( dev-libs/openssl ) ) nginx_modules_http_geo? ( dev-libs/geoip ) nginx_modules_http_gzip? ( sys-libs/zlib ) nginx_modules_http_gzip_static? ( sys-libs/zlib ) nginx_modules_http_image_filter? ( media-libs/gd[jpeg,png] ) nginx_modules_http_perl? ( >=dev-lang/perl-5.8 ) nginx_modules_http_rewrite? ( >=dev-libs/libpcre-4.2 ) nginx_modules_http_secure_link? ( userland_GNU? ( dev-libs/openssl ) ) nginx_modules_http_xslt? ( dev-libs/libxml2 dev-libs/libxslt )
0
http://nginx.org/download/nginx-1.0.12.tar.gz nginx_modules_http_upload_progress? ( http://github.com/masterzen/nginx-upload-progress-module/tarball/v0.8.3 -> ngx_upload_progress-0.8.3.tar.gz ) nginx_modules_http_headers_more? ( http://github.com/agentzh/headers-more-nginx-module/tarball/v0.15 -> ngx_http_headers_more-0.15.tar.gz ) nginx_modules_http_push? ( http://pushmodule.slact.net/downloads/nginx_http_push_module-0.692.tar.gz ) nginx_modules_http_cache_purge? ( http://labs.frickle.com/files/ngx_cache_purge-1.4.tar.gz ) nginx_modules_http_upload? ( http://www.grid.net.ru/nginx/download/nginx_upload_module-2.2.0.tar.gz ) nginx_modules_http_slowfs_cache? ( http://labs.frickle.com/files/ngx_slowfs_cache-1.6.tar.gz )
http://nginx.org
as-is BSD BSD-2 GPL-2 MIT
Robust, small and high performance http and reverse proxy server
~amd64 ~ppc ~x86 ~x86-fbsd
base eutils flag-o-matic multilib perl-module portability ssl-cert toolchain-funcs user
aio debug +http +http-cache ipv6 libatomic +pcre ssl vim-syntax +nginx_modules_http_access +nginx_modules_http_auth_basic +nginx_modules_http_autoindex +nginx_modules_http_browser +nginx_modules_http_charset +nginx_modules_http_empty_gif +nginx_modules_http_fastcgi +nginx_modules_http_geo +nginx_modules_http_gzip +nginx_modules_http_limit_req +nginx_modules_http_limit_zone +nginx_modules_http_map +nginx_modules_http_memcached +nginx_modules_http_proxy +nginx_modules_http_referer +nginx_modules_http_rewrite +nginx_modules_http_scgi +nginx_modules_http_ssi +nginx_modules_http_split_clients +nginx_modules_http_upstream_ip_hash +nginx_modules_http_userid +nginx_modules_http_uwsgi nginx_modules_http_addition nginx_modules_http_dav nginx_modules_http_degradation nginx_modules_http_flv nginx_modules_http_geoip nginx_modules_http_gzip_static nginx_modules_http_image_filter nginx_modules_http_mp4 nginx_modules_http_perl nginx_modules_http_random_index nginx_modules_http_realip nginx_modules_http_secure_link nginx_modules_http_stub_status nginx_modules_http_sub nginx_modules_http_xslt nginx_modules_mail_imap nginx_modules_mail_pop3 nginx_modules_mail_smtp nginx_modules_http_upload_progress nginx_modules_http_headers_more nginx_modules_http_passenger nginx_modules_http_push nginx_modules_http_cache_purge nginx_modules_http_upload nginx_modules_http_slowfs_cache ssl
vim-syntax? ( app-vim/nginx-syntax )
4
compile configure install postinst prepare setup test unpack

@ -1,7 +1,7 @@
pcre? ( >=dev-libs/libpcre-4.2 ) ssl? ( dev-libs/openssl ) http-cache? ( userland_GNU? ( dev-libs/openssl ) ) nginx_modules_http_geo? ( dev-libs/geoip ) nginx_modules_http_gzip? ( sys-libs/zlib ) nginx_modules_http_gzip_static? ( sys-libs/zlib ) nginx_modules_http_image_filter? ( media-libs/gd[jpeg,png] ) nginx_modules_http_perl? ( >=dev-lang/perl-5.8 ) nginx_modules_http_rewrite? ( >=dev-libs/libpcre-4.2 ) nginx_modules_http_secure_link? ( userland_GNU? ( dev-libs/openssl ) ) nginx_modules_http_xslt? ( dev-libs/libxml2 dev-libs/libxslt ) arm? ( dev-libs/libatomic_ops ) libatomic? ( dev-libs/libatomic_ops ) ssl? ( dev-libs/openssl )
pcre? ( >=dev-libs/libpcre-4.2 ) ssl? ( dev-libs/openssl ) http-cache? ( userland_GNU? ( dev-libs/openssl ) ) nginx_modules_http_geo? ( dev-libs/geoip ) nginx_modules_http_gzip? ( sys-libs/zlib ) nginx_modules_http_gzip_static? ( sys-libs/zlib ) nginx_modules_http_image_filter? ( media-libs/gd[jpeg,png] ) nginx_modules_http_perl? ( >=dev-lang/perl-5.8 ) nginx_modules_http_rewrite? ( >=dev-libs/libpcre-4.2 ) nginx_modules_http_secure_link? ( userland_GNU? ( dev-libs/openssl ) ) nginx_modules_http_xslt? ( dev-libs/libxml2 dev-libs/libxslt )
0
http://nginx.org/download/nginx-1.1.12.tar.gz nginx_modules_http_upload_progress? ( http://github.com/masterzen/nginx-upload-progress-module/tarball/v0.8.3 -> ngx_upload_progress-0.8.3.tar.gz ) nginx_modules_http_headers_more? ( http://github.com/agentzh/headers-more-nginx-module/tarball/v0.15 -> ngx_http_headers_more-0.15.tar.gz ) nginx_modules_http_push? ( http://pushmodule.slact.net/downloads/nginx_http_push_module-0.692.tar.gz ) nginx_modules_http_cache_purge? ( http://labs.frickle.com/files/ngx_cache_purge-1.5.tar.gz ) nginx_modules_http_upload? ( http://www.grid.net.ru/nginx/download/nginx_upload_module-2.2.0.tar.gz ) nginx_modules_http_slowfs_cache? ( http://labs.frickle.com/files/ngx_slowfs_cache-1.6.tar.gz )
http://nginx.org/download/nginx-1.1.14.tar.gz nginx_modules_http_upload_progress? ( http://github.com/masterzen/nginx-upload-progress-module/tarball/v0.8.3 -> ngx_upload_progress-0.8.3.tar.gz ) nginx_modules_http_headers_more? ( http://github.com/agentzh/headers-more-nginx-module/tarball/v0.15 -> ngx_http_headers_more-0.15.tar.gz ) nginx_modules_http_push? ( http://pushmodule.slact.net/downloads/nginx_http_push_module-0.692.tar.gz ) nginx_modules_http_cache_purge? ( http://labs.frickle.com/files/ngx_cache_purge-1.5.tar.gz ) nginx_modules_http_upload? ( http://www.grid.net.ru/nginx/download/nginx_upload_module-2.2.0.tar.gz ) nginx_modules_http_slowfs_cache? ( http://labs.frickle.com/files/ngx_slowfs_cache-1.6.tar.gz )
http://nginx.org
as-is BSD BSD-2 GPL-2 MIT

@ -0,0 +1,22 @@
>=dev-libs/glib-2.24 >=x11-libs/gtk+-2.20:2 dev-util/pkgconfig >=sys-apps/sed-4
>=dev-libs/glib-2.24 >=x11-libs/gtk+-2.20:2
0
mirror://xfce/src/xfce/gtk-xfce-engine/2.99/gtk-xfce-engine-2.99.1.tar.bz2
http://www.xfce.org/projects/
GPL-2
A port of Xfce engine to GTK+-2.x
~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris
autotools base eutils fdo-mime gnome2-utils libtool multilib portability toolchain-funcs user xfconf
debug
4
compile configure install postinst postrm preinst prepare setup unpack

@ -0,0 +1,22 @@
>=dev-libs/glib-2.24 x11-libs/gtk+:3 dev-util/pkgconfig >=sys-apps/sed-4
>=dev-libs/glib-2.24 x11-libs/gtk+:3
3
mirror://xfce/src/xfce/gtk-xfce-engine/2.99/gtk-xfce-engine-2.99.1.tar.bz2
http://www.xfce.org/projects/
GPL-2
A port of Xfce engine to GTK+-3.x
~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris
autotools base eutils fdo-mime gnome2-utils libtool multilib portability toolchain-funcs user xfconf
debug
4
compile configure install postinst postrm preinst prepare setup unpack

@ -1 +1 @@
Sat, 11 Feb 2012 09:36:46 +0000
Sat, 11 Feb 2012 15:06:47 +0000

@ -1 +1 @@
Sat, 11 Feb 2012 09:36:47 +0000
Sat, 11 Feb 2012 15:06:47 +0000

@ -1 +1 @@
Sat, 11 Feb 2012 09:36:48 +0000
Sat, 11 Feb 2012 15:06:49 +0000

@ -1 +1 @@
Sat Feb 11 09:36:46 UTC 2012
Sat Feb 11 15:06:47 UTC 2012

@ -1 +1 @@
Sat, 11 Feb 2012 10:00:01 +0000
Sat, 11 Feb 2012 15:30:01 +0000

@ -1 +1 @@
1328952901 Sat Feb 11 09:35:01 2012 UTC
1328972701 Sat Feb 11 15:05:01 2012 UTC

@ -0,0 +1 @@
DIST skypetab-ng-0.4.9_pre20111124.tar.gz 46685 RMD160 9663ecf6624c6fd5ac70888b17d62cd8f06af53d SHA1 890282ff3069ae81797625081065a5fdecb1d174 SHA256 d2b09a97e415265ca48e13d831f3d4e1ddac48c77df4e2a84fb0093a86a30f68

@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer>
<email>slyfox@gentoo.org</email>
<name>Sergei Trofimovich</name>
<description>Primary Maintainer</description>
</maintainer>
</pkgmetadata>

@ -0,0 +1,39 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-im/skypetab-ng/skypetab-ng-0.4.9_pre20111124.ebuild,v 1.1 2012/02/11 10:47:39 slyfox Exp $
EAPI=4
if [[ ${PV} = *9999* ]]; then
EGIT_REPO_URI="git://github.com/kekekeks/skypetab-ng.git"
LIVE_ECLASSES="git-2"
LIVE_EBUILD=yes
fi
MY_P=${P/_pre*//}
inherit qt4-r2 multilib ${LIVE_ECLASSES}
if [[ -z ${LIVE_EBUILD} ]]; then
KEYWORDS="-* ~x86 ~amd64"
SRC_URI="http://dev.gentoo.org/~slyfox/${P}.tar.gz"
fi
DESCRIPTION="An LD_PRELOAD wrapper that adds tabs to Skype for Linux"
HOMEPAGE="http://github.com/kekekeks/skypetab-ng"
LICENSE="LGPL-3"
SLOT="0"
IUSE=""
DEPEND="
x11-libs/qt-gui
amd64? ( app-emulation/emul-linux-x86-qtlibs )
"
RDEPEND="${DEPEND}
net-im/skype
"
S=${WORKDIR}/${MY_P}
pkg_setup() {
use amd64 && multilib_toolchain_setup x86
}

@ -0,0 +1,39 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-im/skypetab-ng/skypetab-ng-9999.ebuild,v 1.1 2012/02/11 10:47:39 slyfox Exp $
EAPI=4
if [[ ${PV} = *9999* ]]; then
EGIT_REPO_URI="git://github.com/kekekeks/skypetab-ng.git"
LIVE_ECLASSES="git-2"
LIVE_EBUILD=yes
fi
MY_P=${P/_pre*//}
inherit qt4-r2 multilib ${LIVE_ECLASSES}
if [[ -z ${LIVE_EBUILD} ]]; then
KEYWORDS="-* ~x86 ~amd64"
SRC_URI="http://dev.gentoo.org/~slyfox/${P}.tar.gz"
fi
DESCRIPTION="An LD_PRELOAD wrapper that adds tabs to Skype for Linux"
HOMEPAGE="http://github.com/kekekeks/skypetab-ng"
LICENSE="LGPL-3"
SLOT="0"
IUSE=""
DEPEND="
x11-libs/qt-gui
amd64? ( app-emulation/emul-linux-x86-qtlibs )
"
RDEPEND="${DEPEND}
net-im/skype
"
S=${WORKDIR}/${MY_P}
pkg_setup() {
use amd64 && multilib_toolchain_setup x86
}

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-libs/liblockfile/liblockfile-1.09.ebuild,v 1.3 2012/02/10 21:17:30 mr_bones_ Exp $
# $Header: /var/cvsroot/gentoo-x86/net-libs/liblockfile/liblockfile-1.09.ebuild,v 1.4 2012/02/11 10:11:36 grobian Exp $
EAPI=4
@ -43,6 +43,6 @@ src_configure() {
src_install() {
dodir /usr/{bin,include,$(get_libdir)} /usr/share/man/{man1,man3}
emake ROOT="${ED}" install
emake ROOT="${D}" install
dodoc README Changelog
}

@ -0,0 +1,43 @@
#!/sbin/runscript
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/ipx-utils/files/ipx.init-r1,v 1.1 2012/02/11 14:32:31 pacho Exp $
#NB: Config is in /etc/conf.d/ipx
depend() {
use net
}
start() {
local retval=0
ebegin "Bringing IPX up"
if [ ${IPX_INTERNAL_NET} = "yes" ]
then
/sbin/ipx_internal_net add ${IPX_NETNUM} ${IPX_NODENUM}
retval=$?
else
/sbin/ipx_interface add -p ${IPX_DEVICE} \
${IPX_FRAME} ${IPX_NETNUM}
retval=$?
fi
ipx_configure \
--auto_primary=${IPX_AUTO_PRIMARY} \
--auto_interface=${IPX_AUTO_INTERFACE}
retval=$(( $retval + $? ))
eend ${retval} "Failed to bring IPX up"
}
stop() {
local retval=0
ebegin "Bringing IPX down"
/bin/umount -v -a -tncpfs
/sbin/ipx_configure --auto_primary=off --auto_interface=off
retval=$?
/sbin/ipx_interface delall
retval=$(( $retval + $? ))
eend ${retval} "Failed to down IPX"
}

@ -0,0 +1,34 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/ipx-utils/ipx-utils-1.1-r3.ebuild,v 1.1 2012/02/11 14:32:30 pacho Exp $
EAPI="4"
inherit eutils
DESCRIPTION="The IPX Utilities"
HOMEPAGE="ftp://sunsite.unc.edu/pub/Linux/system/filesystems/ncpfs/"
SRC_URI="ftp://sunsite.unc.edu/pub/Linux/system/filesystems/ncpfs/${P/-utils}.tar.gz"
LICENSE="Caldera"
SLOT="0"
KEYWORDS="~amd64 ~ppc64 ~s390 ~sparc ~x86"
IUSE=""
DEPEND=""
S=${WORKDIR}/${P/-utils}
src_prepare() {
sed -i "s:-O2 -Wall:${CFLAGS}:" "${S}"/Makefile
epatch "${FILESDIR}"/${P}-makefile.patch
epatch "${FILESDIR}"/${P}-proc.patch #67642
}
src_install() {
dodir /sbin /usr/share/man/man8
dodoc "${S}"/README
emake DESTDIR="${D}" install
newconfd "${FILESDIR}"/ipx.confd ipx
newinitd "${FILESDIR}"/ipx.init-r1 ipx
}

@ -1,31 +1,32 @@
# Copyright 1999-2011 Gentoo Foundation
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-nntp/leafnode/leafnode-1.11.8.ebuild,v 1.1 2011/07/31 12:34:45 patrick Exp $
# $Header: /var/cvsroot/gentoo-x86/net-nntp/leafnode/leafnode-1.11.8.ebuild,v 1.3 2012/02/11 11:58:13 ago Exp $
EAPI=4
DESCRIPTION="A USENET software package designed for small sites"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
HOMEPAGE="http://leafnode.sourceforge.net/"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
KEYWORDS="amd64 ~ppc ~sparc ~x86"
IUSE="ipv6"
DEPEND=">=dev-libs/libpcre-3.9"
RDEPEND="${DEPEND}
virtual/inetd"
DOCS=( CREDITS ChangeLog FAQ.txt FAQ.pdf INSTALL NEWS README-daemontools UNINSTALL-daemontools README README-MAINTAINER README-FQDN )
src_compile() {
src_configure() {
econf \
--sysconfdir=/etc/leafnode \
--localstatedir=/var \
--with-spooldir=/var/spool/news \
$(use_with ipv6) \
|| die "econf failed"
emake || die "emake failed"
$(use_with ipv6)
}
src_install() {
make DESTDIR="${D}" install || die "make install failed"
default
keepdir \
/var/lock/news \
@ -43,9 +44,5 @@ src_install() {
exeinto /etc/cron.daily
newexe "${FILESDIR}"/texpire.cron texpire
dodoc \
CREDITS ChangeLog FAQ.txt FAQ.pdf INSTALL NEWS \
README.FIRST README-daemontools UNINSTALL-daemontools \
README README-MAINTAINER README-FQDN
dohtml FAQ.html FAQ.xml README-FQDN.html
}

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/profiles/arch/amd64/no-multilib/package.mask,v 1.110 2012/01/30 14:47:33 tupone Exp $
# $Header: /var/cvsroot/gentoo-x86/profiles/arch/amd64/no-multilib/package.mask,v 1.111 2012/02/11 10:41:33 slyfox Exp $
# AMD64 Team <amd64@gentoo.org>
# Mask packages that rely on amd64 multilib
@ -166,6 +166,7 @@ media-tv/livestation
media-video/binkplayer
media-video/tsmuxer
net-im/skype
net-im/skypetab-ng
net-im/skysentials
net-misc/icaclient
net-misc/ps3mediaserver

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/profiles/features/64bit-native/package.mask,v 1.79 2012/01/30 14:52:09 tupone Exp $
# $Header: /var/cvsroot/gentoo-x86/profiles/features/64bit-native/package.mask,v 1.80 2012/02/11 11:08:42 slyfox Exp $
# AMD64 Team <amd64@gentoo.org>
# Mask packages that rely on amd64 multilib
@ -163,6 +163,7 @@ media-tv/livestation
media-video/binkplayer
media-video/tsmuxer
net-im/skype
net-im/skypetab-ng
net-im/skysentials
net-misc/icaclient
net-misc/ps3mediaserver

@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation.
# Copyright 1999-2012 Gentoo Foundation.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/package.mask,v 1.37 2011/08/14 19:47:46 swift Exp $
# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/package.mask,v 1.38 2012/02/11 10:42:34 slyfox Exp $
# Hardened versions of gcc-4.0* through gcc-4.2* are not available.
=sys-devel/gcc-4.0*
@ -19,6 +19,7 @@
# http://developer.skype.com/jira/browse/SCL-616
media-sound/skype-call-recorder
net-im/skype
net-im/skypetab-ng
net-im/skysentials
dev-python/skype4py

@ -4744,6 +4744,7 @@ sys-apps/watchdog:nfs - enable support for checking nfs mounts
sys-apps/xinetd:rpc - support RPC services
sys-auth/consolekit:policykit - Use the PolicyKit framework (sys-auth/polkit) to get authorization for suspend/shutdown.
sys-auth/munge:gcrypt - Use libgcrypt instead of openssl
sys-auth/nss-mdns:search-domains - Honour search domains from /etc/resolv.conf (see bug #201948 for possible side effects)
sys-auth/pam_mktemp:prevent-removal - If supported, set EXT2_APPEND_FL on /tmp/.private to prevent temporary directories from being removed
sys-auth/pam_mysql:openssl - Use OpenSSL for md5 and sha1 support
sys-auth/pam_pkcs11:nss - Use Mozilla NSS (dev-libs/nss) as provider for PKCS#11 access, rather than using OpenSSL with a custom implementation of the PKC#11 protocol.
@ -5133,6 +5134,7 @@ www-client/firefox:bindist - Disable official Firefox branding (icons, name) whi
www-client/firefox:crashreporter - Enable crashreporter for mozilla upstream, debugging symbols are not required for reporting crashes.
www-client/firefox:custom-optimization - Fine-tune custom compiler optimizations, setting this is not recommended.
www-client/firefox:ipc - Use inter-process communication between tabs and plugins. Allows for greater stability in case of plugin crashes
www-client/firefox:minimal - Prevent sdk and headers from being installed
www-client/firefox:pgo - Add support for profile-guided optimization using gcc-4.5, for faster binaries. This option will double the compile time.
www-client/firefox:system-sqlite - Use the system-wide dev-db/sqlite installation with secure-delete enabled
www-client/firefox:webm - Use system media-libs/libvpx for HTML5 WebM video support.

@ -1 +1,2 @@
DIST gspiceui-v0.9.99.tar.gz 574595 RMD160 5e8078ff3864a5ea0d5d811db5ad3bbbd296e5b3 SHA1 5d258093a3d3ea81be1fb2ab5dc13aa93164f90e SHA256 9d76db157c4b3f0d4b7bba289653f6646da5183eb7cdc08c9f1056aa7d3f9533
DIST gspiceui-v1.0.00.tar.gz 612517 RMD160 9eba82f8d87044b9a0fbba2cd41671e7e7e9dd4d SHA1 eda07e6ea5ee20c06a4a95d42c91782f5a0148e0 SHA256 ff8d38b9bb10bf695c00a0660dcbd14a43072e93851c5100a85133919736d5da

@ -0,0 +1,28 @@
# drop -Ofast option understood only from gcc-4.6 on
# and make it respect LDFLAGS and CXXFLAGS
--- src/Makefile.old 2012-02-11 13:29:27.000000000 +0100
+++ src/Makefile 2012-02-11 13:31:13.000000000 +0100
@@ -59,13 +59,7 @@
INSTALLDIR = /usr/local/bin
# Compiler options
-ifeq ($(GSPICEUI_DBG),0)
- # Options for release (not using -Wall since it's GCC specific)
- CXXFLAGS := -Ofast -pipe $(shell $(WXCFG) --cxxflags)
-else
- # Options for development
- CXXFLAGS := -Wall -g -pipe $(shell $(WXCFG) --cxxflags)
-endif
+ CXXFLAGS += $(shell $(WXCFG) --cxxflags)
# Includes
INCLUDES = -I/usr/include -I/usr/X11R6/include -I.
@@ -106,7 +100,7 @@
# -o specify the output file name
$(BINDIR)/$(PROG) : $(OBJS)
- $(CC) -pipe -o $(BINDIR)/$(PROG) obj/*.o $(LIBS)
+ $(CC) -pipe -o $(BINDIR)/$(PROG) obj/*.o $(LDFLAGS) $(LIBS)
ifeq ($(ROOT)/GSpiceUI.app,$(wildcard $(ROOT)/GSpiceUI.app))
cp $(BINDIR)/$(PROG) $(ROOT)/GSpiceUI.app/Contents/MacOS/gspiceui
endif

@ -0,0 +1,66 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sci-electronics/gspiceui/gspiceui-1.0.0.ebuild,v 1.1 2012/02/11 13:50:23 tomjbe Exp $
EAPI="2"
WX_GTK_VER="2.8"
inherit eutils wxwidgets
MY_P="${PN}-v${PV}0"
DESCRIPTION="GUI frontend for Ngspice and Gnucap"
HOMEPAGE="http://www.geda.seul.org/tools/gspiceui/"
SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="examples schematics waveform"
DEPEND="x11-libs/wxGTK:2.8[X]
sci-electronics/electronics-menu"
RDEPEND="${DEPEND}
|| ( sci-electronics/ngspice sci-electronics/gnucap )
waveform? ( sci-electronics/gwave )
schematics? ( sci-electronics/geda )"
S="${WORKDIR}/${MY_P}"
src_prepare() {
# Use Gentoo LDFLAGS and CXXFLAGS
epatch "${FILESDIR}/${P}-flags.patch"
# Adjusting the doc path at src/main/HelpTasks.cpp
sed -i -e \
"s:/share/gspiceui/html/User-Manual.html:/share/doc/${PF}/html/User-Manual.html:g" \
src/main/HelpTasks.cpp || die
}
src_install() {
dobin bin/gspiceui || die
dodoc ChangeLog ReadMe ToDo || die
doman gspiceui.1 || die
newicon src/icons/gspiceui-48x48.xpm gspiceui.xpm || die
dohtml html/*.html html/*.jpg || die
# installing examples and according model and symbol files
if use examples ; then
insinto /usr/share/doc/${PF}/sch
doins -r sch/* || die
insinto /usr/share/doc/${PF}/lib
doins -r lib/* || die
fi
make_desktop_entry gspiceui "GNU Spice GUI" gspiceui "Electronics"
}
pkg_postinst() {
if use examples ; then
elog "If you want to use the examples, copy from"
elog "/usr/share/doc/${PF} the sch and lib directory"
elog "side by side to your home directory to be able"
elog "to generate the netlists as normal user."
fi
}

@ -1,3 +1 @@
DIST nss-mdns-0.10.tar.gz 353130 RMD160 e33f318790bc0a7367297284cad977289f830a84 SHA1 d8610950b8b209e29129a70765449b820bcda1a0 SHA256 1e683c2e7c3921814706d62fbbd3e9cbf493a75fa00255e0e715508d8134fa6d
DIST nss-mdns-0.8.tar.gz 342256 RMD160 08b361275e68c7623ba41d304867178ae6a0301f SHA1 fd4d1c4d9dfcd4aebe01e19a98121adfcbaf7161 SHA256 280212222924155627aea4ac2eb57073b8aa78a831b177fcae46de1ac211715a
DIST nss-mdns-0.9.tar.gz 346397 RMD160 4ee2d374040005b185dec04934ede34e9a63362a SHA1 9dba2121bbfdcc410a5475ba13df0c1970c472b8 SHA256 0bf226bb3a1716e6eb97355e08a7ffcf09aadfb91ba41ccef2ef1ba7a01719a2

@ -0,0 +1,10 @@
--- src/Makefile.am 2006-12-30 01:00:22.000000000 -0600
+++ src/Makefile.am 2006-12-30 01:01:11.000000000 -0600
@@ -20,7 +20,7 @@
AM_CFLAGS = \
-DMDNS_ALLOW_FILE=\"$(sysconfdir)/mdns.allow\" \
-DRESOLV_CONF_FILE=\"$(sysconfdir)/resolv.conf\" \
- -DAVAHI_SOCKET=\"$(localstatedir)/run/avahi-daemon/socket\"
+ -DAVAHI_SOCKET=\"$(ROOT)var/run/avahi-daemon/socket\"
#AM_CFLAGS += -DNDEBUG=1 -Os

@ -3,7 +3,11 @@
<pkgmetadata>
<maintainer>
<email>maintainer-needed@gentoo.org</email>
</maintainer>
</maintainer>
<use>
<flag name="search-domains">Honour search domains from
/etc/resolv.conf (see bug #201948 for possible side effects)</flag>
</use>
<longdescription lang="en">
Name service switch module for multicast dns.
</longdescription>

@ -1,8 +1,9 @@
# Copyright 1999-2009 Gentoo Foundation
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-auth/nss-mdns/nss-mdns-0.8.ebuild,v 1.8 2009/03/20 04:14:55 jmbsvicetto Exp $
# $Header: /var/cvsroot/gentoo-x86/sys-auth/nss-mdns/nss-mdns-0.10-r1.ebuild,v 1.1 2012/02/11 12:29:00 pacho Exp $
inherit eutils
EAPI="4"
inherit autotools eutils
DESCRIPTION="Name Service Switch module for Multicast DNS"
HOMEPAGE="http://0pointer.de/lennart/projects/nss-mdns/"
@ -10,23 +11,26 @@ SRC_URI="http://0pointer.de/lennart/projects/nss-mdns/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ppc x86"
IUSE="avahi"
KEYWORDS="~amd64 ~hppa ~mips ~ppc ~x86"
IUSE="search-domains"
DEPEND="avahi? ( net-dns/avahi )"
DEPEND="net-dns/avahi"
RDEPEND="${DEPEND}"
src_compile() {
econf $(use_enable avahi) || die "configure failed"
emake || die "compile failed"
src_prepare() {
epatch "${FILESDIR}"/${PN}-0.10-avahi-socket.patch
eautoreconf
}
src_configure() {
econf $(use_enable search-domains) --enable-avahi
}
src_install() {
make DESTDIR="${D}" install || die "install failed"
emake DESTDIR="${D}" install
insinto /etc
doins "${FILESDIR}/mdns.allow"
doins "${FILESDIR}"/mdns.allow
dodoc README
}
@ -42,11 +46,9 @@ pkg_postinst() {
ewarn
ewarn "Add the appropriate mdns into the hosts line in /etc/nsswitch.conf"
ewarn "An example line looks like:"
einfo "hosts: files mdns4_minimal [NOTFOUND=return] dns mdns4"
ewarn "hosts: files mdns4_minimal [NOTFOUND=return] dns mdns4"
ewarn
ewarn "If you want to perform mDNS lookups for domains other than the ones"
ewarn "ending in .local, add them to /etc/mdns.allow"
ewarn
ebeep 5
epause 10
}

@ -1,63 +0,0 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-auth/nss-mdns/nss-mdns-0.9-r1.ebuild,v 1.8 2009/03/20 04:14:55 jmbsvicetto Exp $
WANT_AUTOCONF="latest"
WANT_AUTOMAKE="1.9"
inherit autotools eutils
DESCRIPTION="Name Service Switch module for Multicast DNS"
HOMEPAGE="http://0pointer.de/lennart/projects/nss-mdns/"
SRC_URI="http://0pointer.de/lennart/projects/nss-mdns/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ~hppa ppc x86"
IUSE=""
DEPEND="net-dns/avahi"
RDEPEND="${DEPEND}"
src_unpack() {
unpack ${A}
cd "${S}"
epatch "${FILESDIR}/${PN}-0.8-avahi-socket.patch"
eautomake
}
src_compile() {
econf --enable-search-domains --enable-avahi || die "configure failed"
emake || die "compile failed"
}
src_install() {
make DESTDIR="${D}" install || die "install failed"
insinto /etc
doins "${FILESDIR}/mdns.allow"
dodoc README
}
pkg_postinst() {
ewarn
ewarn "You must modify your name service switch look up file to enable"
ewarn "multicast DNS lookups. If you wish to resolve only IPv6 addresses"
ewarn "use mdns6. For IPv4 addresses only, use mdns4. To resolve both"
ewarn "use mdns. Keep in mind that mdns will be slower if there are no"
ewarn "IPv6 addresses published via mDNS on the network. There are also"
ewarn "minimal (mdns?_minimal) libraries which only lookup .local hosts"
ewarn "and 169.254.x.x addresses."
ewarn
ewarn "Add the appropriate mdns into the hosts line in /etc/nsswitch.conf"
ewarn "An example line looks like:"
einfo "hosts: files mdns4_minimal [NOTFOUND=return] dns mdns4"
ewarn
ewarn "If you want to perform mDNS lookups for domains other than the ones"
ewarn "ending in .local, add them to /etc/mdns.allow"
ewarn
ebeep 5
epause 10
}

@ -60,6 +60,7 @@ DIST firefox-10.0-nso.xpi 245691 RMD160 0489d2b34223f802307421c2e93bb4343cf09812
DIST firefox-10.0-or.xpi 281683 RMD160 a25c21d3c49276cda0c6cd144c1d5b7b82bacbbb SHA1 aeae592f14180a7e4f3304234c8c8daa8de049d5 SHA256 30dd1be2b2652e4e319537e6da6b153feabb38855995e1baf9bc18296bff83cb
DIST firefox-10.0-pa-IN.xpi 282141 RMD160 2bd89cfede49be41188c254d73052f95bb0116d6 SHA1 748862aea3d60f2e84df1d7949f83b2a87a6ffbb SHA256 cb646c029793cd7a4fd99bb7d1f7a1b5607162d9b4658110de3cd71de77c5bbc
DIST firefox-10.0-patches-0.4.tar.xz 14044 RMD160 4ed929b42bc272606a67783ea31b4562fc4d939a SHA1 09ecb7c8c06064eb1c5416ccdc5483d472765f66 SHA256 ac2ce062aa23e9ad269b4a151bebbb2ce3affcd4df0002b6dd53f0ceb52f8eb2
DIST firefox-10.0-patches-0.5.tar.xz 16708 RMD160 40ccd212e16d4e5dd389db95aa7be0fe68361073 SHA1 3ca7cb54cdc2b704fe468cc26e1818648635b514 SHA256 981f40b1f2f12439d1301a0f7f4171aee4b84b16fe6b926344b63750efb21158
DIST firefox-10.0-pl.xpi 252042 RMD160 226fdbe0d895e15f96580b1ecffa2237b3eb0ee9 SHA1 91d9a8890d30f1c99dd290c30d44106e8cdedb3f SHA256 cfc5701ac5b201f7bb84991f4829224657fef20809a15d45855bdeff82834f68
DIST firefox-10.0-pt-BR.xpi 246845 RMD160 9067d148ec29350167e447519c277a81254b51c6 SHA1 744bfb6e788d95e3f188b3f9f36ee6be4db144b0 SHA256 36f3a97158ccd2e7188adfdce59a57fa8dc1470dcbdc19550a6c0644c0dbe9ff
DIST firefox-10.0-pt-PT.xpi 246470 RMD160 e5d5b618056b34d618af05585aa2be8eb4b482bf SHA1 6b8a4aec730bd2ac49b87d0704fd186221e4ada5 SHA256 6944a99c3109e1efd48cd94f2c5b69ef121ea03e65380da022766880b4bf60b5
@ -83,6 +84,91 @@ DIST firefox-10.0-vi.xpi 262782 RMD160 6b9920701788ca8d0ed49bf16e64a719cd52497b
DIST firefox-10.0-zh-CN.xpi 256543 RMD160 d8f1c6554c9cdb1a59752e675044db1bad377bb1 SHA1 30f5ce80ded20593dc8a9e723a142b7741dc0e73 SHA256 e9b9492453c21422375ac711aa0e6dca4b3d410773aeb64b2f5c98d1e721f3ee
DIST firefox-10.0-zh-TW.xpi 257487 RMD160 899ab1ff8b090dc595e6757dcbbb24c93b8057d5 SHA1 d54f419ebf680711d49bda3b279f4eadcbf03db2 SHA256 31cd7b3369ce5bf31676ab7a9fedf5f7612f843c7a96c7467197abe7ccc384cd
DIST firefox-10.0-zu.xpi 246390 RMD160 bc01dbc63d760a66cb888a14edce6e592fbc5059 SHA1 7ec656dd3369ef2ac9084cc0e3d57785942eac80 SHA256 9ff09a88ea8780162f3bec509a64ed1f79eaf84d581a50fdc8dac2a15374dd48
DIST firefox-10.0.1-af.xpi 238740 RMD160 375e0cfb66386f02f3780a8fe6ba2ae327751b28 SHA1 29f5aa62d64e120c2bb1b5a946838f472c8aee55 SHA256 987d4b6d9de72122136b6022ea5fc02956c2dc59a7718cee4f06b43a3e8c39f0
DIST firefox-10.0.1-ak.xpi 240568 RMD160 a91b02f9d556f8e89d834ff2378ac75abebb83b9 SHA1 6fc83016e4e03010f81fa25ab65b71b8334c841c SHA256 c79ac0a55a0d6e627ecd7bcece7aa6e5260565ebedf33d404b7f91370f544828
DIST firefox-10.0.1-ar.xpi 263699 RMD160 cc79edb30a57ef4a9d924646c529ba12bbd4fa27 SHA1 13c3353fe8a508ff8a57c95a8d64d8d3b9b6b7b0 SHA256 2e2e90ce071d8a00db1b645e77d5448468117ddd1ec21f326a1004c71617b63a
DIST firefox-10.0.1-as.xpi 278740 RMD160 f53883d50490a1173696066b674a88502ccdb8fd SHA1 ea2e422dac84b129f7ff78c1c9b2af6dc165ab92 SHA256 187eaef870790ff25d2e7a5f676f612989d141309553fb884dbcb99279988457
DIST firefox-10.0.1-ast.xpi 237972 RMD160 ea1ca44698075f74e78e2cfc9768347f4c86291f SHA1 34f86656da96e5533d8b018ff1d4f00317c41c25 SHA256 bd9b5c0b26936133fb9a53168a53a16389db9c760c7fe834927d88b20aa18cec
DIST firefox-10.0.1-be.xpi 245753 RMD160 df38fe642d3c1d84de399078601b095898643b1e SHA1 356d807bc8532321e4e699cfb8261cf81213b72c SHA256 abe57b3712ac59f7585c55f899dd068e98bcba7a87c32765939ad54f76afe1cd
DIST firefox-10.0.1-bg.xpi 276753 RMD160 f00a1b7907ba1a1d6d7e1702a7dde7d87947166c SHA1 b4948180d2ab1c012143a61d3958abe57d19e248 SHA256 d9af0b048996b5afd0dba779221abd89c5561b43e631ee87aea21a5f736492fa
DIST firefox-10.0.1-bn-BD.xpi 288291 RMD160 7a33db722fbe1796dd4f69b9602b834075547ba6 SHA1 567233012a33c5726f8255e596962ae0764436bf SHA256 56e155204142cf07ba36d6cf3dc15db0b2c466ecd066ee35b452ed206a67fde6
DIST firefox-10.0.1-bn-IN.xpi 319302 RMD160 e7e7a1f918b13a23b749c2aadf3d1947c13469f9 SHA1 fa4ecca5b339b1736ed7eceacbb37f1eba6ed7a0 SHA256 da7c3aa7550f5c788948f2db9c1f6e4167202a25c873722a2b322c88a5904410
DIST firefox-10.0.1-br.xpi 247648 RMD160 47fc591760cf03a20ceb42e6aa99797880abcdbe SHA1 e0f1525c4a7f907a3abad7aa34a1ebf436c83da7 SHA256 9093e623b00213f0af54e3beed43920573cb59f808e9a049269eb0eba56a1a69
DIST firefox-10.0.1-bs.xpi 245305 RMD160 eed56f16e605dd1844323cf037dc78c50c3e7fad SHA1 e2d043483db99c8069c119eea3b9019b1da9c40c SHA256 bdb438d24cabbf93c0789a4ec6665c9ee9893e81ce5aa64a993911ac6bd52abd
DIST firefox-10.0.1-ca.xpi 248218 RMD160 010cd45508ba71d3a17c66b43bc853e7e24a7688 SHA1 02d1133b55d06f13e7089a0a5806ead71f975ea4 SHA256 9688cef04c511e503a497dc3dadf3ccda7f900c1b37d30dce7436ce128c56687
DIST firefox-10.0.1-cs.xpi 248767 RMD160 f7e03ce64547459740566ec50dda0198d3d2ecfd SHA1 332a3a4bbf7b8851b53bda4031ec6f31085e1363 SHA256 1bb457dde47871c46d795071d4a63962b83420db1555c5e3f53cba2027e00bf6
DIST firefox-10.0.1-csb.xpi 266622 RMD160 d8ec82e32a17890af5afd73b6eaa96cf7758d73e SHA1 e15e04ab9aab673aba0053bec966e903d0980324 SHA256 8908161f3c1dace3cbf54be15f75075bc4dd9cd3a17d939069805837581a22c6
DIST firefox-10.0.1-cy.xpi 244194 RMD160 80566f500cecc7d4b4e11e044840d2a4cfdd5181 SHA1 5218b7b2993445bfd97314325aed319d09bf035f SHA256 1bdbf6ac9cb4733a6168d49d3b023e339728c847e9b7db394f8cdb0301a80865
DIST firefox-10.0.1-da.xpi 240325 RMD160 9b4e2208cfa7cc58eecf8a3f38f61ba5943a8fe8 SHA1 66973f7f0df4c9687de119040e7f9b19a9461703 SHA256 1453441467a5991cdc33ec56194d801554c69b87eaf677225a79020d59cdaf1f
DIST firefox-10.0.1-de.xpi 249295 RMD160 ee46d85dc8fd09dbcfe20911d2b201826b174eb2 SHA1 4e4bb8866d25e769d101547729a3810de2d87449 SHA256 011a764ff081f3e6a4a44ddba104cc10680b3c37429c629f952ec702b3aa8424
DIST firefox-10.0.1-el.xpi 264377 RMD160 0650153d4500dfad09d79d3c5f57564a870cc8ff SHA1 6a44fa015c906e006c206b80450894660f8ea009 SHA256 c9a3aad5bb766f1112b433f9920ac0b8a2042b2c52817cbf23ac3eeac9e81d33
DIST firefox-10.0.1-en-GB.xpi 231191 RMD160 92394efc750597fa98add585d2bbc3387e4f9563 SHA1 b6d82b6a539c28434c7b38c8a6d862921de8f5a0 SHA256 8200d464f56f5edd6ccbf6e81620b9a444082f55b72c23382793501c31be8ab7
DIST firefox-10.0.1-en-ZA.xpi 233917 RMD160 12d59a45632d0990f0b42f04aba649fe882070ac SHA1 fe901cf0b52db0bd24d0a4863c15dd3783c845a3 SHA256 bf2fc42e2ce825c191b1daf45b045c3c74b7e4b1f4d91794370dc4f7b21b88d4
DIST firefox-10.0.1-eo.xpi 240899 RMD160 3ae93df5717fcd9ca1bdf267219e7ffada4926d3 SHA1 a16925ed0ebc8f39e380c02d92e56faf0befc2d7 SHA256 dcd2bb4b442b20aa29e7672c76b14186f576cc785cc36f695a82741c687fdb01
DIST firefox-10.0.1-es-AR.xpi 245344 RMD160 48b884a43ce2db19863a9efacef467b6ef724283 SHA1 c4bf4b7ae593612e0cc72cf49b251a9e890191c5 SHA256 1eaa96672473ea0805faea4c2111c38d9e61d637b89068ef05f4577b1a3a752a
DIST firefox-10.0.1-es-CL.xpi 250202 RMD160 1cd36720951fcd98829048486a70688bb91a3457 SHA1 2000e31dfd41cab58b712fb40a0b45db42fd90ed SHA256 5593268f5c528941d639ed7e6caec84bd7439e00838b2f8d7951277d311d7b4a
DIST firefox-10.0.1-es-ES.xpi 215375 RMD160 b8e0509f3485ae7a0cd5b5215b21b4b71d0e1bc4 SHA1 006f56fa8b10fb272a85b8dab0d71a9bd99c3a5b SHA256 09b19ba4a7c3d84d2d8016a3d5b5447800bf5e5714b4a07ef46a27307339bac8
DIST firefox-10.0.1-es-MX.xpi 224148 RMD160 a470655e82e8a1205902a22ee8afce6d5f6eba71 SHA1 62a8b78ed547474bd31eda331a27f230753abd09 SHA256 127b23931398cde56990204e0d62e6e5b91bf30e82d978c10b598e7eed7e666c
DIST firefox-10.0.1-et.xpi 242628 RMD160 afe09bda19dae384d3c0d2aa49d99b5835a6d710 SHA1 9ecdf78c754cae4479c9e487157d9d95b5a8fef4 SHA256 f2e1121cbee28b8f279ce06ae1018f8eeab6a99ee8a8b3393ff71a3f9ed20474
DIST firefox-10.0.1-eu.xpi 240248 RMD160 c22de406f9559b85bf54f95d08e77a70411f2b12 SHA1 a4d157214a82006343726dee0a8f0a5d61dae4b4 SHA256 4ffb6a1416c9aa1f1f1c32987781c2949f520976c31848f65d340a4304409442
DIST firefox-10.0.1-fa.xpi 272850 RMD160 42e880a12eb7a6af51946fc8ac87874b0fc7cc2b SHA1 175ffc5421eb68049a90ab50f5b5bef223794024 SHA256 8d5a3ccbba009f415036abcd81165afb744548ec5bb2bc1cefd72be1e0caf0f5
DIST firefox-10.0.1-fi.xpi 243627 RMD160 28e570d55ec693369a77efd6633d4191e3fd8781 SHA1 3fbf99e8f3322c1d3a970b9c61601b87b6247c7c SHA256 14741b89eb28ea486b4d57bc0e7ad348039a469b4e7ca40b98f1f83f1b6c0b75
DIST firefox-10.0.1-fr.xpi 249565 RMD160 f5318f15ac7f2c15f86198531dfadfad5bfff43b SHA1 abe114cb743be6ed5e1e35d3317ae8adfc3fce7b SHA256 e4cf1401a5ff7f5f838862913e02b51c38157d7456d940d346997542e97ae0eb
DIST firefox-10.0.1-fy-NL.xpi 249341 RMD160 02f4f4cec9a209f4d4d467f1f361c5f5788e2517 SHA1 0e6df79d065722ad9ebb1c01d75d6930f9c3ac8e SHA256 0babc0fec70fa7b170cddfd453aba5664ea0c96d8d4dba752b994c9dbb8eed66
DIST firefox-10.0.1-ga-IE.xpi 252020 RMD160 76fc8cb8fa257bab0c4125ae6ec49375e648f198 SHA1 966011b1d41cf5e308b25832742d7c5d7f434780 SHA256 5f338afec8b7d82b38e806cc62dbe4a8543d81007ebba9425c30a5065bcc65fa
DIST firefox-10.0.1-gd.xpi 253675 RMD160 cc45ea10e6e6de3c48a44263dcc8059a072c3831 SHA1 d6a686eec8c5cbe6778c89fea29e39efdb40d25c SHA256 c49964c7be3c339f3306b0c3c4be38e284f02d59a9a7119530976a4a15d4175a
DIST firefox-10.0.1-gl.xpi 243247 RMD160 cf6e423d1da3a1e678a097e4e3b7f8b471bf47bf SHA1 81c30f9610fa1a4eff442c0248d2392fc8e5f9ec SHA256 312932f83d20f2353642c839667f1f2f5d82eef12e1c852858cf627e7908501b
DIST firefox-10.0.1-gu-IN.xpi 275219 RMD160 f50efcc324b2df66d98c2d208d5299019be5246b SHA1 12d08fce1d0226b21bd82498173c12460a663d46 SHA256 b490a4d8441baf734a017fd29a70710160c5e18d2e5b41c57dcbc819267bd05e
DIST firefox-10.0.1-he.xpi 264931 RMD160 a00b424c30271fd50fb2c508e5259e6457a2c384 SHA1 93ce061914b77a33580ca13d77605a7b912b9311 SHA256 ed442430002b6779a29a7688a4bac1aa175923d5a69226318ce1e30040a80c14
DIST firefox-10.0.1-hi-IN.xpi 279998 RMD160 53024d5f1beaa11351beae0f7e7a822860d6cbd9 SHA1 5ee5543db73ca60e7244ea586f4ec19189e8c625 SHA256 56f6e3ec4d03256c438dfd4a1525601aceff82c9b803e543d4cdf7e2f63aba78
DIST firefox-10.0.1-hr.xpi 249330 RMD160 796454f6ef4b59a69fe2e48f19e4afb0387d2bbc SHA1 bca88545a8d8ea1411036e4dad4f35c2180e1f46 SHA256 0f626ff4d716a02474e96df485c28854a0676c3b62678ef76b5fed03e0c320da
DIST firefox-10.0.1-hu.xpi 253772 RMD160 9cb633755e3b031b35033ba3c25c7d6069cfa636 SHA1 f0ed575176309fd82b2d88d21fdcd399edbb6178 SHA256 6c29b51b72936f915b2c8d0231afe5c557111569227bfbc8e22e9a45c6865d3b
DIST firefox-10.0.1-hy-AM.xpi 445449 RMD160 1d57601016554d9d45027bca523b2f124c3b1710 SHA1 9ae5b93e56e0169917e70f19beb1abd8ee54c47c SHA256 b5c4dd26fe506edaa3f884ac043dc12776f76be97ef81be10529bf41e5cea26d
DIST firefox-10.0.1-id.xpi 236821 RMD160 435b3aca453296e65524cdb99920eea35a27b37c SHA1 8b78425a977d5598ec46556cef8ad33de43454d0 SHA256 f335838a8bcb1994f03769b95508dc260d786eb049307d444a2df17f7ffd88b5
DIST firefox-10.0.1-is.xpi 243065 RMD160 82a249b5e3a9eaf741d03fbab3481c667fda6d37 SHA1 d5843906ad18be4522fc14eb8c30a685ce837cc4 SHA256 ef225faa4a51a5aa6f4f10726102bad4bcae0435994b2d2a75dff78623b40a0f
DIST firefox-10.0.1-it.xpi 212714 RMD160 9ff12efa987bd091cfcffab1c8dfb3c7611bc317 SHA1 a7457d734fa12d121d9d686f92f331a4990bf175 SHA256 540ebd73da8ff20222a362ef25de78a41b7a123da7e80fc261bced258733c0ac
DIST firefox-10.0.1-ja.xpi 273112 RMD160 7883cd1878286379cf1d3de22331e6b701bd4581 SHA1 48ea965d96db8fc47b28ac9bccc031a38ff8e157 SHA256 984d09e9bf05dcf25eaf46109fe64237763f860a6eecfb74c2352665d2e4c34f
DIST firefox-10.0.1-kk.xpi 279772 RMD160 e31756818fe187e70e0eeee0a7e5c521e1ebcd73 SHA1 9d4099f13dc5a5440b001e498408fee805fdb5d7 SHA256 2f01fa76716bbd75b9f82fc4a5ffeec1cf87dbc5875e7860526ddbeeb4bf34d0
DIST firefox-10.0.1-kn.xpi 299828 RMD160 066b5812558cba4fe57dfb6644766f71f6c60ff3 SHA1 9da6faaecd2470307090fb8221aeaea578ce544c SHA256 ef21cac9519ec6cdcba88d5fe567262cb7682c03e268dcdd0017e98c47acb912
DIST firefox-10.0.1-ko.xpi 227940 RMD160 e7bc38431da02d6fda837426851fb357b595967b SHA1 f4173356d3456c2b71990d6acc66e8751234c6cd SHA256 fff73dadf6e3ee67945b816c944582a43201cee2b92234f2c55f43981c45f7a9
DIST firefox-10.0.1-ku.xpi 254706 RMD160 b81488116c52a69c7f08dfff00fb6c4595e6966b SHA1 9ec39ce89d3455f771c2dc569f9a1375742bdffb SHA256 cc4654f2dd1a1d3036067fc5209b298ecd5ec37f447d6be7d98a4f689213476a
DIST firefox-10.0.1-lg.xpi 247671 RMD160 8b2c510e4266a98d4f5fae4fdf0e5a2190246e33 SHA1 9e9a4c97f68065dfa4dc7b7e758dadef2d74d26b SHA256 902d50e925f2dce387a30602595428ff183784d96727b7fb11a52886430476ef
DIST firefox-10.0.1-lt.xpi 330628 RMD160 c5efa7ffe5c0282edb06719a990e1178c2b6dc40 SHA1 4778e63e1a5ace2080c73c6d4f9858dfaa2f3a1c SHA256 5971027a413beb7e4f8323af913f6b3e12d767ab2d78f34e3fb45e8075479f33
DIST firefox-10.0.1-lv.xpi 244350 RMD160 b1eb122a2ab0d4edd169781e4bab8390bb6eed32 SHA1 16f12a934697a1f05c73cd2b5db6070bc2f4d590 SHA256 8db5b21e06211584a7e1078ffa2471656c278ad4203707e9aa97b87343b6038c
DIST firefox-10.0.1-mai.xpi 279251 RMD160 7ba498dc7eeb40cc2ed90adc54681a0ce311cf15 SHA1 dc928e364baa0393d7d6b7bac511d9cb447a8889 SHA256 54c839cd610e7771a843c6c31ba83c2bddace35a26ce4e7cfd1f0fdc4e6e7f08
DIST firefox-10.0.1-mk.xpi 272936 RMD160 34abc20cadcb7ba55d94458703b860d799e0b39e SHA1 9e9c70440bcfc6f7342040d04141606a4d555eac SHA256 02dd54fe5188d0c57d0ff90f8293cf13135ff1b8d1858cd40b3085f311b1dc0f
DIST firefox-10.0.1-ml.xpi 306673 RMD160 1d9b914f4020863160ee25500d75716933dad324 SHA1 df31f05047ba6096a84d2ce319fb55c33f7c0ae0 SHA256 d4bd5dc2661787b398475d5d2f19a98257a3213e73560a76fad1c8dd1efe6410
DIST firefox-10.0.1-mr.xpi 281455 RMD160 e2adb7e4bf023e6e16a79ab94dc4431b7bef9131 SHA1 443e8a54a5e98709d9d33a09ada4c0f035cf04d5 SHA256 0fd5795640498f5887b836a974d5392b2f8b83c3e3658587968aa6102aab1219
DIST firefox-10.0.1-nb-NO.xpi 241208 RMD160 4daaf03482090eb5102d43f49c21fcda61acf043 SHA1 43a242ce7ffc2167e658d364847a0cd1f4dd83a2 SHA256 f546cdcc2ff277253c799838e07f66fe3df7198ca071b77ccb4c123b5763ea2b
DIST firefox-10.0.1-nl.xpi 242398 RMD160 91bdb52fcb898d54d95ce4c20bf8ad2d92e88f51 SHA1 a22f94f77a59eacaab34811d9ad386cb6e0ecfc8 SHA256 30f32977a92c31369f1624cdef77cfc093fbb947e6b13cde006c0eb277e633c4
DIST firefox-10.0.1-nn-NO.xpi 242451 RMD160 4773d5ddc08f999703ace95504e1b7b93113bab6 SHA1 c44a00ff4f41616b5bb3f98b317206933bad4541 SHA256 37f6e75f021a29756ad6b417a4383407a3339c75a97de594a58b654bf7efd4cd
DIST firefox-10.0.1-nso.xpi 245692 RMD160 8b9bb2cbca91bbd4ebecd52ea0c7528108dd4a9f SHA1 e8d93a1347616f7bfdf3ed93552760a00a9619bb SHA256 aa1f6df071934b0eca89abcb82a6276616dc463c4955f6a2003e27d950a02b7a
DIST firefox-10.0.1-or.xpi 281685 RMD160 a336c12c8b73d1e7d5ee9185190ef46961129628 SHA1 09bbce92d00e92ad5ccfa3f269a9d0ff9ee24a8c SHA256 d341caa22028cd297f5231c6006d88c7d33e96efb1a20ab6521afa16063dab34
DIST firefox-10.0.1-pa-IN.xpi 282142 RMD160 fcedde5534e0aadec702f700070831d03ccc66d5 SHA1 7a55bcac1e26d91ab9c1d57cb57c7feaba14f4fe SHA256 6992f5a16db99a510cb71fd308d5ebe8cf7ae8a0fc92a842b8f7e7755bc20d49
DIST firefox-10.0.1-pl.xpi 252043 RMD160 0b2b882a7def312eee4c84722b0df210fd308adb SHA1 8978b32e319c10882136497df150c69f25136805 SHA256 644e3332e1661ecd04a9d36e46be0648937cd6f7852efee20195b67c821f2f00
DIST firefox-10.0.1-pt-BR.xpi 246845 RMD160 65cf0647709158a8ada2627600e7483f51a52ac3 SHA1 ca10f2e3b902678330fe71dbf298760f4a315132 SHA256 d14ac8772ff65a978e6df01fad39eb93067e26a572bb0c39a00f4a205f01708e
DIST firefox-10.0.1-pt-PT.xpi 246471 RMD160 03314fa236849c7d79c1ebe7f665d032d599bead SHA1 c2fea20ff8e9f4715dd43ef223094fc21829ad79 SHA256 648e52756b4c3ff986fe57b915c2cc41e5bc9cb473e16b9a7f272b806eaf9d66
DIST firefox-10.0.1-rm.xpi 245768 RMD160 1a77abf685583ee945786e96d1943b75bf723c97 SHA1 438be863ceb8ba2ab4ffda4b188ff20879546d7a SHA256 6d330b3644d6e7a85968955ef6fc1aa140b77f8da675b1468c5d38ba0834deb3
DIST firefox-10.0.1-ro.xpi 263249 RMD160 2877c0a259dfd7cddebc260c2508f345d25f0888 SHA1 f3939905d55343141af11f7bb1f3d557a14ce4a3 SHA256 20dff46763458f932c4d47c43a8d1b9e4dfe1dec54e169926e0c6635d8c93599
DIST firefox-10.0.1-ru.xpi 254983 RMD160 4c99cfffe61e34d50fe5ccbca28e44fa9ebdc320 SHA1 4863e6a7d14a1d02a62187102910543592b96a33 SHA256 ab7dc6ff2120c388b008514f557cc46f5fe055b651920d06d2226084b66c2086
DIST firefox-10.0.1-si.xpi 271987 RMD160 3dffaaffdab1eed56eac266026c8c522a240c86a SHA1 e138a0b2990720b833eaa2b16c982fbe5fc02117 SHA256 50a49c42f10daa00c9a8f293d538a9896ca8279b6c033dd90d6d9b86632b5775
DIST firefox-10.0.1-sk.xpi 254286 RMD160 712e4d58422bff159b84aadd97ed8d0a6e190a40 SHA1 db11ff0647a857f11f3a9266de0cbc55ad5fac5d SHA256 2e00995ab6448f8f7edb5319256fe3df50229bbe9f8ce27c23758cd5cbafe17f
DIST firefox-10.0.1-sl.xpi 241031 RMD160 114c5501f0087b66cc6305d237e75bd80365658b SHA1 793f56dcede8c5338ec7c8dfb6e2a488c634cf39 SHA256 3e5af9a4da42c8d5d50a6d942c64191dbb8286e08eda44120e41c4d78f842e34
DIST firefox-10.0.1-son.xpi 239056 RMD160 89c5455f037db6cadc43bdde55bbad4c452212c0 SHA1 5f4e125624159ae6b0a86d07c5341fe2f85584db SHA256 642f8860faabc144c0ce2dbc76a93e635b8e977a1ee2f284947220be7498b955
DIST firefox-10.0.1-sq.xpi 227693 RMD160 1d856d5f21b621aa53b0ed1c44907a9ed0e10047 SHA1 0f735acfda63de7461b4cbdf12def17133598fe4 SHA256 446eeac115ab23355e5a5fa913484ac42d558b2a3c7b1cbcd7c83e00518f8153
DIST firefox-10.0.1-sr.xpi 277743 RMD160 fd2b2971fa5ebf80d9ee68830fc837b7b1adad55 SHA1 59d43057c6e5350b18c4d5ecc15fd7a2a5cd8c0a SHA256 162285aceb265fa4ac2bc00437e199126355d3d9680b9c88e8764c00a5b2e1f9
DIST firefox-10.0.1-sv-SE.xpi 278878 RMD160 b9315ec01a413ff00d48ce98c63f6a3417d77929 SHA1 59e2719f6947d88034c57408b88497195dd621d5 SHA256 37d7d2dde1a9d320e005b67a23cc8866efc59fa0437867f0a25f8feffe552775
DIST firefox-10.0.1-ta-LK.xpi 290616 RMD160 e19629a9bb8f3fcacc4bf215d9ce2513596a4bc0 SHA1 a60b217abbfca474f05df85a78148f4b964598c6 SHA256 a92e3ed52a308f8f72fa4d22c83048ebe1a5217c84875d22f3389f018deba270
DIST firefox-10.0.1-ta.xpi 274052 RMD160 3e61352bc71333de73e8efcaa470417c149c42d3 SHA1 843bdbb0d5c94a0da9d95abfa3e7fb866066dbc2 SHA256 42a0146ba3a27cbe285afa47b9a7b6ac7004f3fa791a80c2a6f21d29e46d5590
DIST firefox-10.0.1-te.xpi 289043 RMD160 4746502f2639cfd14f1c0bcc70ed785d730ba9d8 SHA1 52e2cd40aafc2e1389751ff0207aa198f14e6de0 SHA256 cdd662b558dd6e420a08cc0b03d3daa0d59b714243f6f5756f14ba88b2f5f328
DIST firefox-10.0.1-th.xpi 272418 RMD160 ef034320d79ed63027feef9586ad54f95d137083 SHA1 4232ac25e8b819afcbaee1cdc92c7e288f9eb61f SHA256 f61511ac665a500075c835fe31c903f15aee725e221509ec0af9acde6c71c1e9
DIST firefox-10.0.1-tr.xpi 249915 RMD160 8e432153bcd5768b13d14d3727a707d346fa5c9a SHA1 1e3aca258c5c42c6a1b9f562b10748a494d0b29f SHA256 2b6a8ad215194dfed9233d6e4954b014300fca96be521faae88d1dfff4c118a9
DIST firefox-10.0.1-uk.xpi 279130 RMD160 bd0659c6f12405301e65e1fb396564c3728fe0fd SHA1 0a99bd9921c0afadb0110001458f474d9a41eb01 SHA256 99b549f4f9f18e6f273f7ae4159c23b59c16b4956b7a466e35468a3639a2255d
DIST firefox-10.0.1-vi.xpi 262784 RMD160 bb16beba45985ba9b91a9e49e854fff7fb247a52 SHA1 dd2b6d6fc72115d146d7a7d5f746497f49eb7b9d SHA256 08504e38560f08cf9baec0f11e0f99c4ad09b38a1abbafd70d06ccff4ed00ae9
DIST firefox-10.0.1-zh-CN.xpi 256544 RMD160 e37a0c73e39490816011afd1b0b0fd1ee831fffb SHA1 e3faf1c7869d8c964769c631d40dd09e78df9c1f SHA256 0b910abf322f75867186fb4af8d39a77a7b828e3d0d674a923f277f8ea4327bc
DIST firefox-10.0.1-zh-TW.xpi 257489 RMD160 1803c05c1510fa518375b685bf745cc6cce44b1e SHA1 8414610485098dad4d3ff60c550bfc91454e6110 SHA256 435b98d0c72b62992f5c9766d4854099a5168e9695b312b4966df646ec016286
DIST firefox-10.0.1-zu.xpi 246392 RMD160 cf7f822ca6e79e91ba6759a628719d11c262491f SHA1 e36db5ce6ae8f29fa219145eac84126bb433c3a8 SHA256 a33f506653f8a2c166e1fe6a8af728913ef459ea59859940e641f2c442669d88
DIST firefox-10.0.1.source.tar.bz2 75537947 RMD160 853c76ee98b25664daee8ee3ad881f45010767e1 SHA1 8613957db84e6722ccf1ebf74fab927139614bfc SHA256 d06dc35607e354d4c1524ca3344cd316a6d7a38c8c0578a52caee6a3adb054f5
DIST firefox-10.0.source.tar.bz2 75538360 RMD160 5ebd640a4ce858c4c3c88dc5a8c2981d60016853 SHA1 cbf1fb0efe0a3a2b2dafaa324b136736e93de70c SHA256 b7392508c75ee5f326168883f696ea5ba6ae6ad57926588889e46648e5cfedb1
DIST firefox-3.6-patches-0.4.tar.bz2 5791 RMD160 17944b3605138c3b651b31fcad306a432b73b80c SHA1 4ddff9a613cc703b34667aab3aea993187405920 SHA256 39bbbe412f70b50e8870e11dbd3f9e74ed7cbeaa23ed47dea1ea6ff72f48e54f
DIST firefox-3.6.20-af.xpi 121642 RMD160 492a24c0e70b6977d145e122abfaa4e5eb9b8fcd SHA1 5672c438ecc726046d8366f8ec9c9e742ded4c55 SHA256 2b07c056a1790905dd9a0b81b87d16181b7209c1d57eea5389538b8b95f386ff

@ -0,0 +1,337 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/www-client/firefox/firefox-10.0.1.ebuild,v 1.1 2012/02/11 14:17:56 anarchy Exp $
EAPI="3"
VIRTUALX_REQUIRED="pgo"
WANT_AUTOCONF="2.1"
# This list can be updated with scripts/get_langs.sh from the mozilla overlay
MOZ_LANGS=(af ak ar as ast be bg bn-BD bn-IN br bs ca cs csb cy da de el en
en-GB en-US en-ZA eo es-AR es-CL es-ES es-MX et eu fa fi fr fy-NL ga-IE gd gl
gu-IN he hi-IN hr hu hy-AM id is it ja kk kn ko ku lg lt lv mai mk ml mr nb-NO
nl nn-NO nso or pa-IN pl pt-BR pt-PT rm ro ru si sk sl son sq sr sv-SE ta ta-LK
te th tr uk vi zh-CN zh-TW zu)
# Convert the ebuild version to the upstream mozilla version, used by mozlinguas
MOZ_PV="${PV/_alpha/a}" # Handle alpha for SRC_URI
MOZ_PV="${MOZ_PV/_beta/b}" # Handle beta for SRC_URI
MOZ_PV="${MOZ_PV/_rc/rc}" # Handle rc for SRC_URI
# Changeset for alpha snapshot
CHANGESET="e56ecd8b3a68"
# Patch version
PATCH="${PN}-10.0-patches-0.5"
# Upstream ftp release URI that's used by mozlinguas.eclass
# We don't use the http mirror because it deletes old tarballs.
MOZ_FTP_URI="ftp://ftp.mozilla.org/pub/${PN}/releases/"
inherit check-reqs flag-o-matic toolchain-funcs eutils gnome2-utils mozconfig-3 multilib pax-utils fdo-mime autotools python virtualx nsplugins mozlinguas
DESCRIPTION="Firefox Web Browser"
HOMEPAGE="http://www.mozilla.com/firefox"
KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
SLOT="0"
LICENSE="|| ( MPL-1.1 GPL-2 LGPL-2.1 )"
IUSE="bindist +crashreporter +ipc +minimal pgo selinux system-sqlite +webm"
# More URIs appended below...
SRC_URI="${SRC_URI}
http://dev.gentoo.org/~anarchy/mozilla/patchsets/${PATCH}.tar.xz"
ASM_DEPEND=">=dev-lang/yasm-1.1"
# Mesa 7.10 needed for WebGL + bugfixes
RDEPEND="
>=sys-devel/binutils-2.16.1
>=dev-libs/nss-3.13.1
>=dev-libs/nspr-4.8.8
>=dev-libs/glib-2.26:2
>=media-libs/mesa-7.10
media-libs/libpng[apng]
virtual/libffi
system-sqlite? ( >=dev-db/sqlite-3.7.7.1[fts3,secure-delete,threadsafe,unlock-notify,debug=] )
webm? ( >=media-libs/libvpx-0.9.7
media-libs/alsa-lib )
crashreporter? ( net-misc/curl )
selinux? ( sec-policy/selinux-mozilla )"
# We don't use PYTHON_DEPEND/PYTHON_USE_WITH for some silly reason
DEPEND="${RDEPEND}
dev-util/pkgconfig
pgo? (
=dev-lang/python-2*[sqlite]
>=sys-devel/gcc-4.5 )
webm? ( x86? ( ${ASM_DEPEND} )
amd64? ( ${ASM_DEPEND} ) )"
# No source releases for alpha|beta
if [[ ${PV} =~ alpha ]]; then
SRC_URI="${SRC_URI}
http://dev.gentoo.org/~anarchy/mozilla/firefox/firefox-${MOZ_PV}_${CHANGESET}.source.tar.bz2"
S="${WORKDIR}/mozilla-central"
elif [[ ${PV} =~ beta ]]; then
SRC_URI="${SRC_URI}
${MOZ_FTP_URI}/${MOZ_PV}/source/firefox-${MOZ_PV}.source.tar.bz2"
S="${WORKDIR}/mozilla-beta"
else
SRC_URI="${SRC_URI}
${MOZ_FTP_URI}/${MOZ_PV}/source/firefox-${MOZ_PV}.source.tar.bz2"
S="${WORKDIR}/mozilla-release"
fi
QA_PRESTRIPPED="usr/$(get_libdir)/${PN}/firefox"
pkg_setup() {
moz_pkgsetup
# Avoid PGO profiling problems due to enviroment leakage
# These should *always* be cleaned up anyway
unset DBUS_SESSION_BUS_ADDRESS \
DISPLAY \
ORBIT_SOCKETDIR \
SESSION_MANAGER \
XDG_SESSION_COOKIE \
XAUTHORITY
if ! use bindist; then
einfo
elog "You are enabling official branding. You may not redistribute this build"
elog "to any users on your network or the internet. Doing so puts yourself into"
elog "a legal problem with Mozilla Foundation"
elog "You can disable it by emerging ${PN} _with_ the bindist USE-flag"
fi
if use pgo; then
einfo
ewarn "You will do a double build for profile guided optimization."
ewarn "This will result in your build taking at least twice as long as before."
fi
# Ensure we have enough disk space to compile
if use pgo || use debug || use test ; then
CHECKREQS_DISK_BUILD="8G"
else
CHECKREQS_DISK_BUILD="4G"
fi
check-reqs_pkg_setup
}
src_unpack() {
unpack ${A}
# Unpack language packs
mozlinguas_src_unpack
}
src_prepare() {
# Apply our patches
EPATCH_SUFFIX="patch" \
EPATCH_FORCE="yes" \
epatch "${WORKDIR}/firefox"
# Allow user to apply any additional patches without modifing ebuild
epatch_user
# Enable gnomebreakpad
if use debug ; then
sed -i -e "s:GNOME_DISABLE_CRASH_DIALOG=1:GNOME_DISABLE_CRASH_DIALOG=0:g" \
"${S}"/build/unix/run-mozilla.sh || die "sed failed!"
fi
# Disable gnomevfs extension
sed -i -e "s:gnomevfs::" "${S}/"browser/confvars.sh \
-e "s:gnomevfs::" "${S}/"xulrunner/confvars.sh \
|| die "Failed to remove gnomevfs extension"
# Ensure that are plugins dir is enabled as default
sed -i -e "s:/usr/lib/mozilla/plugins:/usr/$(get_libdir)/nsbrowser/plugins:" \
"${S}"/xpcom/io/nsAppFileLocationProvider.cpp || die "sed failed to replace plugin path!"
# Fix sandbox violations during make clean, bug 372817
sed -e "s:\(/no-such-file\):${T}\1:g" \
-i "${S}"/config/rules.mk \
-i "${S}"/js/src/config/rules.mk \
-i "${S}"/nsprpub/configure{.in,} \
|| die
#Fix compilation with curl-7.21.7 bug 376027
sed -e '/#include <curl\/types.h>/d' \
-i "${S}"/toolkit/crashreporter/google-breakpad/src/common/linux/http_upload.cc \
-i "${S}"/toolkit/crashreporter/google-breakpad/src/common/linux/libcurl_wrapper.cc \
-i "${S}"/config/system-headers \
-i "${S}"/js/src/config/system-headers || die "Sed failed"
eautoreconf
}
src_configure() {
MOZILLA_FIVE_HOME="/usr/$(get_libdir)/${PN}"
MEXTENSIONS="default"
####################################
#
# mozconfig, CFLAGS and CXXFLAGS setup
#
####################################
mozconfig_init
mozconfig_config
# It doesn't compile on alpha without this LDFLAGS
use alpha && append-ldflags "-Wl,--no-relax"
mozconfig_annotate '' --prefix="${EPREFIX}"/usr
mozconfig_annotate '' --libdir="${EPREFIX}"/usr/$(get_libdir)
mozconfig_annotate '' --enable-extensions="${MEXTENSIONS}"
mozconfig_annotate '' --disable-gconf
mozconfig_annotate '' --disable-mailnews
mozconfig_annotate '' --enable-canvas
mozconfig_annotate '' --enable-safe-browsing
mozconfig_annotate '' --with-system-png
mozconfig_annotate '' --enable-system-ffi
# Other ff-specific settings
mozconfig_annotate '' --with-default-mozilla-five-home=${MOZILLA_FIVE_HOME}
mozconfig_annotate '' --target="${CTARGET:-${CHOST}}"
mozconfig_use_enable system-sqlite
# Allow for a proper pgo build
if use pgo; then
echo "mk_add_options PROFILE_GEN_SCRIPT='\$(PYTHON) \$(OBJDIR)/_profile/pgo/profileserver.py'" >> "${S}"/.mozconfig
fi
# Finalize and report settings
mozconfig_final
if [[ $(gcc-major-version) -lt 4 ]]; then
append-cxxflags -fno-stack-protector
elif [[ $(gcc-major-version) -gt 4 || $(gcc-minor-version) -gt 3 ]]; then
if use amd64 || use x86; then
append-flags -mno-avx
fi
fi
}
src_compile() {
if use pgo; then
addpredict /root
addpredict /etc/gconf
# Reset and cleanup environment variables used by GNOME/XDG
gnome2_environment_reset
# Firefox tries to use dri stuff when it's run, see bug 380283
shopt -s nullglob
cards=$(echo -n /dev/dri/card* | sed 's/ /:/g')
if test -n "${cards}"; then
# FOSS drivers are fine
addpredict "${cards}"
else
cards=$(echo -n /dev/ati/card* /dev/nvidiactl* | sed 's/ /:/g')
if test -n "${cards}"; then
# Binary drivers seem to cause access violations anyway, so
# let's use indirect rendering so that the device files aren't
# touched at all. See bug 394715.
export LIBGL_ALWAYS_INDIRECT=1
fi
fi
shopt -u nullglob
CC="$(tc-getCC)" CXX="$(tc-getCXX)" LD="$(tc-getLD)" \
MOZ_MAKE_FLAGS="${MAKEOPTS}" \
Xemake -f client.mk profiledbuild || die "Xemake failed"
else
CC="$(tc-getCC)" CXX="$(tc-getCXX)" LD="$(tc-getLD)" \
MOZ_MAKE_FLAGS="${MAKEOPTS}" \
emake -f client.mk || die "emake failed"
fi
}
src_install() {
MOZILLA_FIVE_HOME="/usr/$(get_libdir)/${PN}"
# MOZ_BUILD_ROOT, and hence OBJ_DIR change depending on arch, compiler, pgo, etc.
local obj_dir="$(echo */config.log)"
obj_dir="${obj_dir%/*}"
cd "${S}/${obj_dir}"
# Pax mark xpcshell for hardened support, only used for startupcache creation.
pax-mark m "${S}/${obj_dir}"/dist/bin/xpcshell
# Add our default prefs for firefox + xulrunner
cp "${FILESDIR}"/gentoo-default-prefs.js-1 \
"${S}/${obj_dir}/dist/bin/defaults/pref/all-gentoo.js" || die
MOZ_MAKE_FLAGS="${MAKEOPTS}" \
emake DESTDIR="${D}" install || die "emake install failed"
# Install language packs
mozlinguas_src_install
local size sizes icon_path icon name
if use bindist; then
sizes="16 32 48"
icon_path="${S}/browser/branding/unofficial"
# Firefox's new rapid release cycle means no more codenames
# Let's just stick with this one...
icon="tumucumaque"
name="Tumucumaque"
else
sizes="16 22 24 32 256"
icon_path="${S}/browser/branding/official"
icon="${PN}"
name="Mozilla Firefox"
fi
# Install icons and .desktop for menu entry
for size in ${sizes}; do
insinto "/usr/share/icons/hicolor/${size}x${size}/apps"
newins "${icon_path}/default${size}.png" "${icon}.png" || die
done
# The 128x128 icon has a different name
insinto "/usr/share/icons/hicolor/128x128/apps"
newins "${icon_path}/mozicon128.png" "${icon}.png" || die
# Install a 48x48 icon into /usr/share/pixmaps for legacy DEs
newicon "${icon_path}/content/icon48.png" "${icon}.png" || die
newmenu "${FILESDIR}/icon/${PN}.desktop" "${PN}.desktop" || die
sed -i -e "s:@NAME@:${name}:" -e "s:@ICON@:${icon}:" \
"${ED}/usr/share/applications/${PN}.desktop" || die
# Add StartupNotify=true bug 237317
if use startup-notification ; then
echo "StartupNotify=true" >> "${ED}/usr/share/applications/${PN}.desktop"
fi
# Required in order to use plugins and even run firefox on hardened.
pax-mark m "${ED}"${MOZILLA_FIVE_HOME}/{firefox,firefox-bin,plugin-container}
# Plugins dir
share_plugins_dir
if use minimal; then
rm -rf "${ED}"/usr/include "${ED}${MOZILLA_FIVE_HOME}"/{idl,include,lib,sdk} || \
die "Failed to remove sdk and headers"
fi
# very ugly hack to make firefox not sigbus on sparc
# FIXME: is this still needed??
use sparc && { sed -e 's/Firefox/FirefoxGentoo/g' \
-i "${ED}/${MOZILLA_FIVE_HOME}/application.ini" || \
die "sparc sed failed"; }
}
pkg_preinst() {
gnome2_icon_savelist
}
pkg_postinst() {
# Update mimedb for the new .desktop file
fdo-mime_desktop_database_update
gnome2_icon_cache_update
}
pkg_postrm() {
gnome2_icon_cache_update
}

@ -11,6 +11,7 @@
symbols are not required for reporting crashes.</flag>
<flag name="ipc">Use inter-process communication between tabs and plugins.
Allows for greater stability in case of plugin crashes</flag>
<flag name="minimal"> Prevent sdk and headers from being installed</flag>
<flag name="pgo">Add support for profile-guided optimization using gcc-4.5,
for faster binaries. This option will double the compile time.</flag>
<flag name="system-sqlite">Use the system-wide <pkg>dev-db/sqlite</pkg>

@ -1,2 +1,2 @@
DIST httrack-3.42-3.tar.gz 1664057 RMD160 1e8df088ff0a2978715161b8f77f871bef3787e8 SHA1 6d4fae72290f8fdd424878e99ba4261741af1a8d SHA256 a6a91f7dfc90d625c58d0043a17af3c27a99369a76203c4e964e850e81913e3d
DIST httrack-3.44.1.tar.gz 1664216 RMD160 04644ba0300b92392a255965d1c7191fe4f186fc SHA1 5bdbc0b294b25929e52bc932e076c9e349a18fa9 SHA256 af95a730eff665d8275770951e8816bb29def5dc66d9faeaad91f93f686c9ddd
DIST httrack-3.44.5.tar.gz 1664721 RMD160 c358d01823fc0a0c9ba0e483518350806a828e90 SHA1 fc6d7427f5b1931f15cd13adfee226edb4c908b1 SHA256 172a873db42b83b6694ac53714743246aeaf0faed514b3a1b517ba1609b5e403

@ -1,26 +0,0 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/www-client/httrack/httrack-3.44.1.ebuild,v 1.1 2011/04/21 16:40:31 vanquirius Exp $
inherit versionator
DESCRIPTION="HTTrack Website Copier, Open Source Offline Browser"
HOMEPAGE="http://www.httrack.com/"
SRC_URI="http://download.httrack.com/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
IUSE=""
src_compile() {
econf || die
# won't compile in parallel
emake -j1 || die
}
src_install() {
make DESTDIR="${D}" install || die
dodoc AUTHORS README greetings.txt history.txt
dohtml httrack-doc.html
}

@ -1,9 +1,8 @@
# Copyright 1999-2011 Gentoo Foundation
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/www-client/httrack/httrack-3.44.1-r1.ebuild,v 1.2 2011/11/30 17:20:30 ssuominen Exp $
EAPI=4
# $Header: /var/cvsroot/gentoo-x86/www-client/httrack/httrack-3.44.5.ebuild,v 1.1 2012/02/11 14:25:41 pacho Exp $
EAPI="4"
inherit eutils
DESCRIPTION="HTTrack Website Copier, Open Source Offline Browser"
@ -18,17 +17,23 @@ IUSE="static-libs"
RDEPEND=">=sys-libs/zlib-1.2.5.1-r1"
DEPEND="${RDEPEND}"
DOCS=( AUTHORS README greetings.txt history.txt )
src_prepare() {
epatch "${FILESDIR}"/${P}+zlib-1.2.5.1.patch
epatch "${FILESDIR}"/${PN}-3.44.1+zlib-1.2.5.1.patch
sed -i \
"/^HelpHtml.*dir/s:${PN}:${PF}:" \
"${S}"/html/Makefile.in || die
}
src_configure() {
econf \
$(use_enable static-libs static)
econf $(use_enable static-libs static) \
--docdir=/usr/share/doc/${PF} \
--htmldir=/usr/share/doc/${PF}/html
}
src_compile() {
emake -j1
src_install() {
default
rm -rf "${ED}"/usr/share/doc/"${PN}" || die
}
DOCS=( AUTHORS README greetings.txt history.txt )

@ -1,9 +1,6 @@
DIST opera-11.61-1250.i386.freebsd.tar.xz 11542444 RMD160 985a7bf4e82b09e8da3cb529019df78f227bac21 SHA1 154e73851169f1a1150bcf0256529c6b05cce42e SHA256 36edb035a3b77ca1a4e63d54eb9d3aa05579443f29390bdfdb87f136bf5d1b8b
DIST opera-11.61-1250.i386.linux.tar.xz 11490920 RMD160 7715b98548457260a838944b30b8e16de6915cec SHA1 504f05eeab4e2ef07b82ce8090c30bf49d108237 SHA256 cc4b814cd23c20e076a579b74ade72eb49c3b5e236ebd3cd95ca04251a2c853d
DIST opera-11.61-1250.x86_64.linux.tar.xz 12319616 RMD160 36b8fe9df9717673a1252b0a1ecd72c18d36ad0f SHA1 32256a638430a8298fea12fd909c773431063430 SHA256 e5a7de9bc0092fcd8213e50d887c127b0933127dcc167d1848720f07d4085f91
DIST opera-11.62-1273.i386.freebsd.tar.xz 11546652 RMD160 b8d44291c12aff22f6f9611781363631498dcb1b SHA1 2b8d87f09db682014714e12c5933ed9ef557eeb4 SHA256 8ee11f6df48420b3df96ff3a8280421c35c667dbce30a6a2e67b30cb5b6bb6bb
DIST opera-11.62-1273.i386.linux.tar.xz 11488708 RMD160 54f146d25fe7375fbb697f8242281ad40b77bae1 SHA1 055e62ab24f9d9153ffc56c687d6f6438d85fc75 SHA256 243c95a39ccd7d5f2bf69d117ac5aca72fde8ceb0b18de0671fcc4581e8040fc
DIST opera-11.62-1274.x86_64.linux.tar.xz 12317696 RMD160 7f8938ebf8185e8fadb8d93325dd286e00f03f8e SHA1 9641eee4a56e45a7eca9d80b8df8e809e810d81a SHA256 29d1a4fb2dac26ab051e430aaf21785ef377ef938d2a06d59844f5f8e5e8c7d8
DIST opera-11.62-1297.i386.freebsd.tar.xz 11545856 RMD160 0ef01b59fe6abb7d4c6308af1226e05c121e5b9f SHA1 0583b5d24116cb31709f5b37dbcce04b24d6ec86 SHA256 ea8afc0b8e48d31a87ec4a674ed10ae780ce398812aa8ac02c28032c98bb800b
DIST opera-11.62-1297.i386.linux.tar.xz 11481596 RMD160 3a831e09131ed166e71378e0aba9939b239fe6b6 SHA1 5ac4204a934c2f6b382957ddacc59970cd7ac7f9 SHA256 16503872f476565eb48c927ceefae7ec6136402c21d1ed9510c8f8ee5397257a
DIST opera-11.62-1298.x86_64.linux.tar.xz 12321256 RMD160 d7755463eb727a9f7bf1aa4c5dc550eb4089cc46 SHA1 27ae0bd9baffed090ba8420c0288f0a387b6a0d0 SHA256 1fef5aabad80b2d367bde8985feb17e10af8e6eef1f9d5b9ab569d4405e87814
DIST opera-11.62-1302.i386.freebsd.tar.xz 11547924 RMD160 6bb4f599645bc01d79fe64a5d728c457d7897a1c SHA1 d2507e29c36141f172d15123c71ec9f08793fa84 SHA256 38ebd26d56e0a3386a98a1bc39b8991a804b96320513c8cf05139ddd6c6ce1f5
DIST opera-11.62-1302.i386.linux.tar.xz 11487300 RMD160 054c6eb3a76dabbb00e0623c303612c5d4b1e340 SHA1 3f8633c251197dc55c501d749ee53e5e83fd8727 SHA256 6e4f2225f76da461a736253a26af8fe477a1a3e2386410bb46a325526a886c49
DIST opera-11.62-1302.x86_64.linux.tar.xz 12321020 RMD160 51524e09e3ae1658e09b04cfacc1afac68e408dd SHA1 6d5dfc909e1e11541139d59f60410ba4d1427a82 SHA256 3b7b70ef18adc51c7a1828de0d7ef65b8b7daa8066a137856c3018a7b0ccb234

@ -1,221 +0,0 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/www-client/opera/opera-11.62.1274.ebuild,v 1.3 2012/02/07 19:31:53 jer Exp $
EAPI="4"
inherit eutils fdo-mime gnome2-utils multilib pax-utils versionator
DESCRIPTION="A fast and secure web browser and Internet suite"
HOMEPAGE="http://www.opera.com/"
SLOT="0"
LICENSE="OPERA-11 LGPL-2 LGPL-3"
KEYWORDS="~amd64"
IUSE="elibc_FreeBSD gtk gtk3 kde +gstreamer"
O_V="$(get_version_component_range 1-2)" # Major version, i.e. 11.00
O_B="$(get_version_component_range 3)" # Build version, i.e. 1156
O_D="freckles_${O_V}-1273"
O_P="${PN}-${O_V}-${O_B}"
O_U="http://snapshot.opera.com/unix/"
SRC_URI="
amd64? ( ${O_U}${O_D}/${O_P}.x86_64.linux.tar.xz )
"
OPREFIX="/usr/$(get_libdir)"
QA_DT_HASH="${OPREFIX}/${PN}/.*"
QA_PRESTRIPPED="${OPREFIX}/${PN}/.*"
O_LINGUAS="af az be bg bn cs da de el en-GB es-ES es-LA et fi fr fr-CA fy gd hi
hr hu id it ja ka ko lt me mk ms nb nl nn pa pl pt pt-BR ro ru sk sr sv sw ta te
th tl tr uk uz vi zh-CN zh-TW zu"
for O_LINGUA in ${O_LINGUAS}; do
IUSE="${IUSE} linguas_${O_LINGUA/-/_}"
done
DEPEND="
>=sys-apps/sed-4
app-arch/xz-utils
"
GTKRDEPEND="
dev-libs/atk
dev-libs/glib:2
x11-libs/cairo
x11-libs/gdk-pixbuf
gtk? ( x11-libs/gtk+:2 )
gtk3? ( x11-libs/gtk+:3 )
x11-libs/pango
x11-libs/pixman
"
KDERDEPEND="
kde-base/kdelibs
x11-libs/qt-core
x11-libs/qt-gui
"
GSTRDEPEND="
dev-libs/glib:2
dev-libs/libxml2
media-libs/gst-plugins-base
media-libs/gstreamer
media-plugins/gst-plugins-meta
"
RDEPEND="
media-libs/fontconfig
media-libs/freetype
sys-apps/util-linux
sys-libs/zlib
virtual/opengl
x11-libs/libICE
x11-libs/libSM
x11-libs/libX11
x11-libs/libXext
x11-libs/libXft
x11-libs/libXrender
x11-libs/libXt
gtk? ( ${GTKRDEPEND} )
gtk3? ( ${GTKRDEPEND} )
kde? ( ${KDERDEPEND} )
gstreamer? ( ${GSTRDEPEND} )
"
src_unpack() {
unpack ${A}
mv -v ${PN}* "${S}" || die
}
src_prepare() {
local LNGDIR="share/${PN}/locale"
# Count linguas
count() { echo ${#}; }
local lingua_count=$(count ${O_LINGUAS} en)
local locale_count=$(count ${LNGDIR}/*)
[[ ${lingua_count} = ${locale_count} ]] \
|| die "Number of LINGUAS does not match number of locales"
unset count
# Remove unwanted linguas
einfo "Keeping these locales (linguas): ${LINGUAS}."
for LINGUA in ${O_LINGUAS}; do
if ! use linguas_${LINGUA/-/_}; then
LINGUA=$(find "${LNGDIR}" -maxdepth 1 -type d -iname ${LINGUA/_/-})
rm -r "${LINGUA}" || die "The list of linguas needs to be fixed"
fi
done
# Remove doc directory but keep the LICENSE under another name (bug #315473)
mv share/doc/${PN}/LICENSE share/${PN}/defaults/license.txt
rm -rf share/doc
for locale in share/${PN}/locale/*; do
rm -f "${locale}/license.txt"
ln -sn /usr/share/${PN}/defaults/license.txt "${locale}/license.txt" \
|| die
done
# Remove package directory
rm -rf share/${PN}/package
# Optional libraries
if ! use gtk; then
rm lib/${PN}/liboperagtk2.so || die
fi
if ! use gtk3; then
rm lib/${PN}/liboperagtk3.so || die
fi
if ! use kde; then
rm lib/${PN}/liboperakde4.so || die
fi
if ! use gstreamer; then
rm -r lib/${PN}/gstreamer || die
fi
# Unzip the man pages before sedding
gunzip share/man/man1/* || die
# Replace PREFIX, SUFFIX and PN in various files
sed -i \
-e "s:@@{PREFIX}:/usr:g" \
-e "s:@@{SUFFIX}::g" \
-e "s:@@{_SUFFIX}::g" \
-e "s:@@{USUFFIX}::g" \
-e "s:opera:${PN}:g" \
share/man/man1/* \
share/applications/${PN}-*.desktop \
|| die
# Replace "Opera" with "Opera Next"
if [[ ${PN} = opera-next ]]; then
sed -i share/applications/${PN}-*.desktop \
-e "/^Name=Opera\|^ Next/s:Opera:& Next:" || die
fi
# Create /usr/bin/opera wrapper
echo '#!/bin/sh' > ${PN}
echo 'export OPERA_DIR="/usr/share/'"${PN}"'"' >> ${PN}
echo 'export OPERA_PERSONALDIR=${OPERA_PERSONALDIR:-"${HOME}/.'${PN}'"}' \
>> ${PN}
echo 'exec '"${OPREFIX}/${PN}/${PN}"' "$@"' >> ${PN}
# Change libz.so.3 to libz.so.1 for gentoo/freebsd
if use elibc_FreeBSD; then
scanelf -qR -N libz.so.3 -F "#N" lib/${PN}/ | \
while read i; do
if [[ $(strings "$i" | fgrep -c libz.so.3) -ne 1 ]];
then
export SANITY_CHECK_LIBZ_FAILED=1
break
fi
sed -i \
"$i" \
-e 's/libz\.so\.3/libz.so.1/g'
done
[[ "$SANITY_CHECK_LIBZ_FAILED" = "1" ]] && die
fi
}
src_install() {
# We install into usr instead of opt as Opera does not support the latter
dodir /usr
mv lib/ "${D}/${OPREFIX}" || die
mv share/ "${D}/usr/" || die
# Install startup scripts
dobin ${PN}
# Stop revdep-rebuild from checking opera binaries
dodir /etc/revdep-rebuild
echo "SEARCH_DIRS_MASK=\"${OPREFIX}/${PN}\"" \
> "${D}"/etc/revdep-rebuild/90${PN}
# Set PaX markings for hardened/PaX (bug #344267)
pax-mark m \
"${D}/${OPREFIX}/${PN}/${PN}" \
"${D}/${OPREFIX}/${PN}/operaplugincleaner" \
"${D}/${OPREFIX}/${PN}/operapluginwrapper"
}
pkg_preinst() {
gnome2_icon_savelist
}
pkg_postinst() {
if use elibc_FreeBSD; then
elog
elog "To improve shared memory usage please set:"
elog "$ sysctl kern.ipc.shm_allow_removed=1"
fi
# Update desktop file database and gtk icon cache (bug #334993)
gnome2_icon_cache_update
fdo-mime_desktop_database_update
}
pkg_postrm() {
# Update desktop file database and gtk icon cache (bug #334993)
gnome2_icon_cache_update
fdo-mime_desktop_database_update
}

@ -1,222 +0,0 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/www-client/opera/opera-11.62.1297.ebuild,v 1.1 2012/02/09 16:21:10 jer Exp $
EAPI="4"
inherit eutils fdo-mime gnome2-utils multilib pax-utils versionator
DESCRIPTION="A fast and secure web browser and Internet suite"
HOMEPAGE="http://www.opera.com/"
SLOT="0"
LICENSE="OPERA-11 LGPL-2 LGPL-3"
KEYWORDS="~x86 ~x86-fbsd"
IUSE="elibc_FreeBSD gtk gtk3 kde +gstreamer"
O_V="$(get_version_component_range 1-2)" # Major version, i.e. 11.00
O_B="$(get_version_component_range 3)" # Build version, i.e. 1156
O_D="1133_${O_V}-${O_B}"
O_P="${PN}-${O_V}-${O_B}"
O_U="http://snapshot.opera.com/unix/"
SRC_URI="
x86? ( ${O_U}${O_D}/${O_P}.i386.linux.tar.xz )
x86-fbsd? ( ${O_U}${O_D}/${O_P}.i386.freebsd.tar.xz )
"
OPREFIX="/usr/$(get_libdir)"
QA_DT_HASH="${OPREFIX}/${PN}/.*"
QA_PRESTRIPPED="${OPREFIX}/${PN}/.*"
O_LINGUAS="af az be bg bn cs da de el en-GB es-ES es-LA et fi fr fr-CA fy gd hi
hr hu id it ja ka ko lt me mk ms nb nl nn pa pl pt pt-BR ro ru sk sr sv sw ta te
th tl tr uk uz vi zh-CN zh-TW zu"
for O_LINGUA in ${O_LINGUAS}; do
IUSE="${IUSE} linguas_${O_LINGUA/-/_}"
done
DEPEND="
>=sys-apps/sed-4
app-arch/xz-utils
"
GTKRDEPEND="
dev-libs/atk
dev-libs/glib:2
x11-libs/cairo
x11-libs/gdk-pixbuf
gtk? ( x11-libs/gtk+:2 )
gtk3? ( x11-libs/gtk+:3 )
x11-libs/pango
x11-libs/pixman
"
KDERDEPEND="
kde-base/kdelibs
x11-libs/qt-core
x11-libs/qt-gui
"
GSTRDEPEND="
dev-libs/glib:2
dev-libs/libxml2
media-libs/gst-plugins-base
media-libs/gstreamer
media-plugins/gst-plugins-meta
"
RDEPEND="
media-libs/fontconfig
media-libs/freetype
sys-apps/util-linux
sys-libs/zlib
virtual/opengl
x11-libs/libICE
x11-libs/libSM
x11-libs/libX11
x11-libs/libXext
x11-libs/libXft
x11-libs/libXrender
x11-libs/libXt
gtk? ( ${GTKRDEPEND} )
gtk3? ( ${GTKRDEPEND} )
kde? ( ${KDERDEPEND} )
gstreamer? ( ${GSTRDEPEND} )
"
src_unpack() {
unpack ${A}
mv -v ${PN}* "${S}" || die
}
src_prepare() {
local LNGDIR="share/${PN}/locale"
# Count linguas
count() { echo ${#}; }
local lingua_count=$(count ${O_LINGUAS} en)
local locale_count=$(count ${LNGDIR}/*)
[[ ${lingua_count} = ${locale_count} ]] \
|| die "Number of LINGUAS does not match number of locales"
unset count
# Remove unwanted linguas
einfo "Keeping these locales (linguas): ${LINGUAS}."
for LINGUA in ${O_LINGUAS}; do
if ! use linguas_${LINGUA/-/_}; then
LINGUA=$(find "${LNGDIR}" -maxdepth 1 -type d -iname ${LINGUA/_/-})
rm -r "${LINGUA}" || die "The list of linguas needs to be fixed"
fi
done
# Remove doc directory but keep the LICENSE under another name (bug #315473)
mv share/doc/${PN}/LICENSE share/${PN}/defaults/license.txt
rm -rf share/doc
for locale in share/${PN}/locale/*; do
rm -f "${locale}/license.txt"
ln -sn /usr/share/${PN}/defaults/license.txt "${locale}/license.txt" \
|| die
done
# Remove package directory
rm -rf share/${PN}/package
# Optional libraries
if ! use gtk; then
rm lib/${PN}/liboperagtk2.so || die
fi
if ! use gtk3; then
rm lib/${PN}/liboperagtk3.so || die
fi
if ! use kde; then
rm lib/${PN}/liboperakde4.so || die
fi
if ! use gstreamer; then
rm -r lib/${PN}/gstreamer || die
fi
# Unzip the man pages before sedding
gunzip share/man/man1/* || die
# Replace PREFIX, SUFFIX and PN in various files
sed -i \
-e "s:@@{PREFIX}:/usr:g" \
-e "s:@@{SUFFIX}::g" \
-e "s:@@{_SUFFIX}::g" \
-e "s:@@{USUFFIX}::g" \
-e "s:opera:${PN}:g" \
share/man/man1/* \
share/applications/${PN}-*.desktop \
|| die
# Replace "Opera" with "Opera Next"
if [[ ${PN} = opera-next ]]; then
sed -i share/applications/${PN}-*.desktop \
-e "/^Name=Opera\|^ Next/s:Opera:& Next:" || die
fi
# Create /usr/bin/opera wrapper
echo '#!/bin/sh' > ${PN}
echo 'export OPERA_DIR="/usr/share/'"${PN}"'"' >> ${PN}
echo 'export OPERA_PERSONALDIR=${OPERA_PERSONALDIR:-"${HOME}/.'${PN}'"}' \
>> ${PN}
echo 'exec '"${OPREFIX}/${PN}/${PN}"' "$@"' >> ${PN}
# Change libz.so.3 to libz.so.1 for gentoo/freebsd
if use elibc_FreeBSD; then
scanelf -qR -N libz.so.3 -F "#N" lib/${PN}/ | \
while read i; do
if [[ $(strings "$i" | fgrep -c libz.so.3) -ne 1 ]];
then
export SANITY_CHECK_LIBZ_FAILED=1
break
fi
sed -i \
"$i" \
-e 's/libz\.so\.3/libz.so.1/g'
done
[[ "$SANITY_CHECK_LIBZ_FAILED" = "1" ]] && die
fi
}
src_install() {
# We install into usr instead of opt as Opera does not support the latter
dodir /usr
mv lib/ "${D}/${OPREFIX}" || die
mv share/ "${D}/usr/" || die
# Install startup scripts
dobin ${PN}
# Stop revdep-rebuild from checking opera binaries
dodir /etc/revdep-rebuild
echo "SEARCH_DIRS_MASK=\"${OPREFIX}/${PN}\"" \
> "${D}"/etc/revdep-rebuild/90${PN}
# Set PaX markings for hardened/PaX (bug #344267)
pax-mark m \
"${D}/${OPREFIX}/${PN}/${PN}" \
"${D}/${OPREFIX}/${PN}/operaplugincleaner" \
"${D}/${OPREFIX}/${PN}/operapluginwrapper"
}
pkg_preinst() {
gnome2_icon_savelist
}
pkg_postinst() {
if use elibc_FreeBSD; then
elog
elog "To improve shared memory usage please set:"
elog "$ sysctl kern.ipc.shm_allow_removed=1"
fi
# Update desktop file database and gtk icon cache (bug #334993)
gnome2_icon_cache_update
fdo-mime_desktop_database_update
}
pkg_postrm() {
# Update desktop file database and gtk icon cache (bug #334993)
gnome2_icon_cache_update
fdo-mime_desktop_database_update
}

@ -1,221 +0,0 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/www-client/opera/opera-11.62.1298.ebuild,v 1.1 2012/02/09 16:21:10 jer Exp $
EAPI="4"
inherit eutils fdo-mime gnome2-utils multilib pax-utils versionator
DESCRIPTION="A fast and secure web browser and Internet suite"
HOMEPAGE="http://www.opera.com/"
SLOT="0"
LICENSE="OPERA-11 LGPL-2 LGPL-3"
KEYWORDS="~amd64"
IUSE="elibc_FreeBSD gtk gtk3 kde +gstreamer"
O_V="$(get_version_component_range 1-2)" # Major version, i.e. 11.00
O_B="$(get_version_component_range 3)" # Build version, i.e. 1156
O_D="1133_${O_V}-1297"
O_P="${PN}-${O_V}-${O_B}"
O_U="http://snapshot.opera.com/unix/"
SRC_URI="
amd64? ( ${O_U}${O_D}/${O_P}.x86_64.linux.tar.xz )
"
OPREFIX="/usr/$(get_libdir)"
QA_DT_HASH="${OPREFIX}/${PN}/.*"
QA_PRESTRIPPED="${OPREFIX}/${PN}/.*"
O_LINGUAS="af az be bg bn cs da de el en-GB es-ES es-LA et fi fr fr-CA fy gd hi
hr hu id it ja ka ko lt me mk ms nb nl nn pa pl pt pt-BR ro ru sk sr sv sw ta te
th tl tr uk uz vi zh-CN zh-TW zu"
for O_LINGUA in ${O_LINGUAS}; do
IUSE="${IUSE} linguas_${O_LINGUA/-/_}"
done
DEPEND="
>=sys-apps/sed-4
app-arch/xz-utils
"
GTKRDEPEND="
dev-libs/atk
dev-libs/glib:2
x11-libs/cairo
x11-libs/gdk-pixbuf
gtk? ( x11-libs/gtk+:2 )
gtk3? ( x11-libs/gtk+:3 )
x11-libs/pango
x11-libs/pixman
"
KDERDEPEND="
kde-base/kdelibs
x11-libs/qt-core
x11-libs/qt-gui
"
GSTRDEPEND="
dev-libs/glib:2
dev-libs/libxml2
media-libs/gst-plugins-base
media-libs/gstreamer
media-plugins/gst-plugins-meta
"
RDEPEND="
media-libs/fontconfig
media-libs/freetype
sys-apps/util-linux
sys-libs/zlib
virtual/opengl
x11-libs/libICE
x11-libs/libSM
x11-libs/libX11
x11-libs/libXext
x11-libs/libXft
x11-libs/libXrender
x11-libs/libXt
gtk? ( ${GTKRDEPEND} )
gtk3? ( ${GTKRDEPEND} )
kde? ( ${KDERDEPEND} )
gstreamer? ( ${GSTRDEPEND} )
"
src_unpack() {
unpack ${A}
mv -v ${PN}* "${S}" || die
}
src_prepare() {
local LNGDIR="share/${PN}/locale"
# Count linguas
count() { echo ${#}; }
local lingua_count=$(count ${O_LINGUAS} en)
local locale_count=$(count ${LNGDIR}/*)
[[ ${lingua_count} = ${locale_count} ]] \
|| die "Number of LINGUAS does not match number of locales"
unset count
# Remove unwanted linguas
einfo "Keeping these locales (linguas): ${LINGUAS}."
for LINGUA in ${O_LINGUAS}; do
if ! use linguas_${LINGUA/-/_}; then
LINGUA=$(find "${LNGDIR}" -maxdepth 1 -type d -iname ${LINGUA/_/-})
rm -r "${LINGUA}" || die "The list of linguas needs to be fixed"
fi
done
# Remove doc directory but keep the LICENSE under another name (bug #315473)
mv share/doc/${PN}/LICENSE share/${PN}/defaults/license.txt
rm -rf share/doc
for locale in share/${PN}/locale/*; do
rm -f "${locale}/license.txt"
ln -sn /usr/share/${PN}/defaults/license.txt "${locale}/license.txt" \
|| die
done
# Remove package directory
rm -rf share/${PN}/package
# Optional libraries
if ! use gtk; then
rm lib/${PN}/liboperagtk2.so || die
fi
if ! use gtk3; then
rm lib/${PN}/liboperagtk3.so || die
fi
if ! use kde; then
rm lib/${PN}/liboperakde4.so || die
fi
if ! use gstreamer; then
rm -r lib/${PN}/gstreamer || die
fi
# Unzip the man pages before sedding
gunzip share/man/man1/* || die
# Replace PREFIX, SUFFIX and PN in various files
sed -i \
-e "s:@@{PREFIX}:/usr:g" \
-e "s:@@{SUFFIX}::g" \
-e "s:@@{_SUFFIX}::g" \
-e "s:@@{USUFFIX}::g" \
-e "s:opera:${PN}:g" \
share/man/man1/* \
share/applications/${PN}-*.desktop \
|| die
# Replace "Opera" with "Opera Next"
if [[ ${PN} = opera-next ]]; then
sed -i share/applications/${PN}-*.desktop \
-e "/^Name=Opera\|^ Next/s:Opera:& Next:" || die
fi
# Create /usr/bin/opera wrapper
echo '#!/bin/sh' > ${PN}
echo 'export OPERA_DIR="/usr/share/'"${PN}"'"' >> ${PN}
echo 'export OPERA_PERSONALDIR=${OPERA_PERSONALDIR:-"${HOME}/.'${PN}'"}' \
>> ${PN}
echo 'exec '"${OPREFIX}/${PN}/${PN}"' "$@"' >> ${PN}
# Change libz.so.3 to libz.so.1 for gentoo/freebsd
if use elibc_FreeBSD; then
scanelf -qR -N libz.so.3 -F "#N" lib/${PN}/ | \
while read i; do
if [[ $(strings "$i" | fgrep -c libz.so.3) -ne 1 ]];
then
export SANITY_CHECK_LIBZ_FAILED=1
break
fi
sed -i \
"$i" \
-e 's/libz\.so\.3/libz.so.1/g'
done
[[ "$SANITY_CHECK_LIBZ_FAILED" = "1" ]] && die
fi
}
src_install() {
# We install into usr instead of opt as Opera does not support the latter
dodir /usr
mv lib/ "${D}/${OPREFIX}" || die
mv share/ "${D}/usr/" || die
# Install startup scripts
dobin ${PN}
# Stop revdep-rebuild from checking opera binaries
dodir /etc/revdep-rebuild
echo "SEARCH_DIRS_MASK=\"${OPREFIX}/${PN}\"" \
> "${D}"/etc/revdep-rebuild/90${PN}
# Set PaX markings for hardened/PaX (bug #344267)
pax-mark m \
"${D}/${OPREFIX}/${PN}/${PN}" \
"${D}/${OPREFIX}/${PN}/operaplugincleaner" \
"${D}/${OPREFIX}/${PN}/operapluginwrapper"
}
pkg_preinst() {
gnome2_icon_savelist
}
pkg_postinst() {
if use elibc_FreeBSD; then
elog
elog "To improve shared memory usage please set:"
elog "$ sysctl kern.ipc.shm_allow_removed=1"
fi
# Update desktop file database and gtk icon cache (bug #334993)
gnome2_icon_cache_update
fdo-mime_desktop_database_update
}
pkg_postrm() {
# Update desktop file database and gtk icon cache (bug #334993)
gnome2_icon_cache_update
fdo-mime_desktop_database_update
}

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/www-client/opera/opera-11.62.1273.ebuild,v 1.2 2012/02/07 19:31:53 jer Exp $
# $Header: /var/cvsroot/gentoo-x86/www-client/opera/opera-11.62.1302.ebuild,v 1.1 2012/02/11 13:07:15 jer Exp $
EAPI="4"
@ -11,17 +11,18 @@ HOMEPAGE="http://www.opera.com/"
SLOT="0"
LICENSE="OPERA-11 LGPL-2 LGPL-3"
KEYWORDS="~x86 ~x86-fbsd"
KEYWORDS="~amd64 ~x86 ~x86-fbsd"
IUSE="elibc_FreeBSD gtk gtk3 kde +gstreamer"
O_V="$(get_version_component_range 1-2)" # Major version, i.e. 11.00
O_B="$(get_version_component_range 3)" # Build version, i.e. 1156
O_D="freckles_${O_V}-${O_B}"
O_D="1313_${O_V}-${O_B}"
O_P="${PN}-${O_V}-${O_B}"
O_U="http://snapshot.opera.com/unix/"
SRC_URI="
amd64? ( ${O_U}${O_D}/${O_P}.x86_64.linux.tar.xz )
x86? ( ${O_U}${O_D}/${O_P}.i386.linux.tar.xz )
x86-fbsd? ( ${O_U}${O_D}/${O_P}.i386.freebsd.tar.xz )
"

@ -1,7 +1,8 @@
DIST nginx-1.0.10.tar.gz 686011 RMD160 875082ff6e9197cc26adf4ee51eeda34b9531e29 SHA1 01304d44048aa57944e935dda8523afd5e5d1e23 SHA256 7221fdb0f2a94875252cb3c406a2cd5895d9bc57874fc1b4f588964fd3361e3c
DIST nginx-1.0.11.tar.gz 691501 RMD160 49d8602cd5cb557fd5847fa8c1a9629f4e6d91ab SHA1 c06144214144b61358ccf785e99f751b8ca0a3bb SHA256 4a382de6b89ec7eae03bfc9f9716bca5567993d0ae90fbd5f75c1ea598f7d722
DIST nginx-1.1.12.tar.gz 707120 RMD160 1d09c3b17ee27774657c5be32f7fdcc20252c0b0 SHA1 78e8de01206fa5a150c3494ed313ea1d6b74353a SHA256 0d00f0f928bc8637f200de7bc405ebb95730c923df208624ea56529be44c08f9
DIST nginx-1.0.12.tar.gz 691002 RMD160 a6f424f5b9c74ba7d0d4dba4f0eee0931116a779 SHA1 74bf2377f976c3acb8bece56b3233e79b6e859d1 SHA256 ba98242ed35086aa0df95441a860353ec1ecb95cd112f248f9a8ef368262332b
DIST nginx-1.1.13.tar.gz 707584 RMD160 21ca1a012d942038c29393acc292ef52cdb9a34e SHA1 81016f54214bd505ee97113304b803d477111a14 SHA256 2a444f173b186f60cb4047ddb713c4e023da13bad7b2e17f5b0fe1881214a479
DIST nginx-1.1.14.tar.gz 706894 RMD160 5d79a56e5ef49a2652573ff964e0e51a9a698d1e SHA1 f5fd32cf421fb2540f474facf18d2f6093c9c224 SHA256 3eac154d98e1d5c7d7549449c986a4647f1898fd7ca516700d04121b2700d187
DIST nginx_http_push_module-0.692.tar.gz 29119 RMD160 9d2be16074cf28115af0f1d8f3646937cda649ad SHA1 72103084cad8f4d3d9a49a6b04cf780e4541605d SHA256 64868708071aa21dbc4c7a07d149dd6ec9108fb7eaf2aad5ad069406151f17fe
DIST nginx_upload_module-2.2.0.tar.gz 25796 RMD160 5734af837be3fe8ec444a7e5e7f6707118594098 SHA1 93d6e83e613a0ce2ed057a434b344fa1b6609b47 SHA256 b1c26abe0427180602e257627b4ed21848c93cc20cefc33af084983767d65805
DIST ngx_cache_purge-1.4.tar.gz 6899 RMD160 b851f9d7c829152a6675d7e83df372e4bd894170 SHA1 35c45729183daa66b60741828a42492e06597da3 SHA256 4764e3d565445644f4a6b183cb9e987fce535396b00d68dc923bb35731a88886

@ -1,43 +1,47 @@
#!/sbin/runscript
# Copyright 1999-2011 Gentoo Foundation
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/www-servers/nginx/files/nginx.init-r2,v 1.3 2011/12/06 21:13:29 swegener Exp $
# $Header: /var/cvsroot/gentoo-x86/www-servers/nginx/files/nginx.initd,v 1.1 2012/02/11 10:17:30 hollow Exp $
extra_commands="configtest"
extra_started_commands="upgrade reload configtest"
extra_started_commands="upgrade reload"
description="Robust, small and high performance http and reverse proxy server"
description_configtest="Run nginx' internal config check."
description_upgrade="Upgrade the nginx binary without losing connections."
description_reload="Reload the nginx configuration without losing connections."
nginx_config="/etc/nginx/nginx.conf"
command="/usr/sbin/nginx"
command_args="-c ${nginx_config}"
pidfile="/var/run/nginx.pid"
depend() {
need net
use dns logger netmount
}
start() {
start_pre() {
if [ "${RC_CMD}" != "restart" ]; then
configtest || return 1
fi
ebegin "Starting nginx"
start-stop-daemon --start --pidfile /var/run/nginx.pid \
--exec /usr/sbin/nginx -- -c /etc/nginx/nginx.conf
eend $? "Failed to start nginx"
}
stop() {
stop_pre() {
if [ "${RC_CMD}" = "restart" ]; then
configtest || return 1
fi
}
ebegin "Stopping nginx"
start-stop-daemon --stop --pidfile /var/run/nginx.pid
eend $? "Failed to stop nginx"
rm -f /var/run/nginx.pid
stop_post() {
rm -f ${pidfile}
}
reload() {
configtest || return 1
ebegin "Refreshing nginx' configuration"
kill -HUP `cat /var/run/nginx.pid` &>/dev/null
kill -HUP `cat ${pidfile}` &>/dev/null
eend $? "Failed to reload nginx"
}
@ -46,26 +50,26 @@ upgrade() {
ebegin "Upgrading nginx"
einfo "Sending USR2 to old binary"
kill -USR2 `cat /var/run/nginx.pid` &>/dev/null
kill -USR2 `cat ${pidfile}` &>/dev/null
einfo "Sleeping 3 seconds before pid-files checking"
sleep 3
if [ ! -f /var/run/nginx.pid.oldbin ]; then
if [ ! -f ${pidfile}.oldbin ]; then
eerror "File with old pid not found"
return 1
fi
if [ ! -f /var/run/nginx.pid ]; then
if [ ! -f ${pidfile} ]; then
eerror "New binary failed to start"
return 1
fi
einfo "Sleeping 3 seconds before WINCH"
sleep 3 ; kill -WINCH `cat /var/run/nginx.pid.oldbin`
sleep 3 ; kill -WINCH `cat ${pidfile}.oldbin`
einfo "Sending QUIT to old binary"
kill -QUIT `cat /var/run/nginx.pid.oldbin`
kill -QUIT `cat ${pidfile}.oldbin`
einfo "Upgrade completed"
eend $? "Upgrade failed"
@ -73,10 +77,10 @@ upgrade() {
configtest() {
ebegin "Checking nginx' configuration"
/usr/sbin/nginx -c /etc/nginx/nginx.conf -t -q
${command} -c ${nginx_config} -t -q
if [ $? -ne 0 ]; then
/usr/sbin/nginx -c /etc/nginx/nginx.conf -t
${command} -c ${nginx_config} -t
fi
eend $? "failed, please correct errors above"

@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/www-servers/nginx/nginx-1.0.10.ebuild,v 1.4 2011/11/24 07:14:31 hollow Exp $
# $Header: /var/cvsroot/gentoo-x86/www-servers/nginx/nginx-1.0.10.ebuild,v 1.5 2012/02/11 10:17:30 hollow Exp $
EAPI="4"
@ -288,9 +288,9 @@ src_install() {
keepdir /var/www/localhost/htdocs
dosbin objs/nginx
newinitd "${FILESDIR}"/nginx.init-r2 nginx
newinitd "${FILESDIR}"/nginx.initd nginx
cp "${FILESDIR}"/nginx.conf-r4 conf/nginx.conf
cp "${FILESDIR}"/nginx.conf conf/nginx.conf
rm conf/win-utf conf/koi-win conf/koi-utf
dodir /etc/${PN}

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/www-servers/nginx/nginx-1.0.11.ebuild,v 1.1 2012/01/29 13:11:49 hollow Exp $
# $Header: /var/cvsroot/gentoo-x86/www-servers/nginx/nginx-1.0.11.ebuild,v 1.2 2012/02/11 10:17:30 hollow Exp $
EAPI="4"
@ -288,9 +288,9 @@ src_install() {
keepdir /var/www/localhost/htdocs
dosbin objs/nginx
newinitd "${FILESDIR}"/nginx.init-r2 nginx
newinitd "${FILESDIR}"/nginx.initd nginx
cp "${FILESDIR}"/nginx.conf-r4 conf/nginx.conf
cp "${FILESDIR}"/nginx.conf conf/nginx.conf
rm conf/win-utf conf/koi-win conf/koi-utf
dodir /etc/${PN}

@ -0,0 +1,341 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/www-servers/nginx/nginx-1.0.12.ebuild,v 1.1 2012/02/11 10:17:30 hollow Exp $
EAPI="4"
# Maintainer notes:
# - http_rewrite-independent pcre-support makes sense for matching locations without an actual rewrite
# - any http-module activates the main http-functionality and overrides USE=-http
# - keep the following requirements in mind before adding external modules:
# * alive upstream
# * sane packaging
# * builds cleanly
# * does not need a patch for nginx core
# - TODO: test the google-perftools module (included in vanilla tarball)
# prevent perl-module from adding automagic perl DEPENDs
GENTOO_DEPEND_ON_PERL="no"
# http_uploadprogress (https://github.com/masterzen/nginx-upload-progress-module, BSD-2 license)
HTTP_UPLOAD_PROGRESS_MODULE_PV="0.8.3"
HTTP_UPLOAD_PROGRESS_MODULE_P="ngx_upload_progress-${HTTP_UPLOAD_PROGRESS_MODULE_PV}"
HTTP_UPLOAD_PROGRESS_MODULE_SHA1="c7c663f"
HTTP_UPLOAD_PROGRESS_MODULE_URI="http://github.com/masterzen/nginx-upload-progress-module/tarball/v${HTTP_UPLOAD_PROGRESS_MODULE_PV}"
# http_headers_more (http://github.com/agentzh/headers-more-nginx-module, BSD license)
HTTP_HEADERS_MORE_MODULE_PV="0.15"
HTTP_HEADERS_MORE_MODULE_P="ngx_http_headers_more-${HTTP_HEADERS_MORE_MODULE_PV}"
HTTP_HEADERS_MORE_MODULE_SHA1="137855d"
HTTP_HEADERS_MORE_MODULE_URI="http://github.com/agentzh/headers-more-nginx-module/tarball/v${HTTP_HEADERS_MORE_MODULE_PV}"
# http_push (http://pushmodule.slact.net/, MIT license)
HTTP_PUSH_MODULE_PV="0.692"
HTTP_PUSH_MODULE_P="nginx_http_push_module-${HTTP_PUSH_MODULE_PV}"
HTTP_PUSH_MODULE_URI="http://pushmodule.slact.net/downloads/${HTTP_PUSH_MODULE_P}.tar.gz"
# http_cache_purge (http://labs.frickle.com/nginx_ngx_cache_purge/, BSD-2 license)
HTTP_CACHE_PURGE_MODULE_PV="1.4"
HTTP_CACHE_PURGE_MODULE_P="ngx_cache_purge-${HTTP_CACHE_PURGE_MODULE_PV}"
HTTP_CACHE_PURGE_MODULE_URI="http://labs.frickle.com/files/${HTTP_CACHE_PURGE_MODULE_P}.tar.gz"
# HTTP Upload module from Valery Kholodkov
# (http://www.grid.net.ru/nginx/upload.en.html, BSD license)
HTTP_UPLOAD_MODULE_PV="2.2.0"
HTTP_UPLOAD_MODULE_P="nginx_upload_module-${HTTP_UPLOAD_MODULE_PV}"
HTTP_UPLOAD_MODULE_URI="http://www.grid.net.ru/nginx/download/${HTTP_UPLOAD_MODULE_P}.tar.gz"
# http_slowfs_cache (http://labs.frickle.com/nginx_ngx_slowfs_cache/, BSD-2 license)
HTTP_SLOWFS_CACHE_MODULE_PV="1.6"
HTTP_SLOWFS_CACHE_MODULE_P="ngx_slowfs_cache-${HTTP_SLOWFS_CACHE_MODULE_PV}"
HTTP_SLOWFS_CACHE_MODULE_URI="http://labs.frickle.com/files/${HTTP_SLOWFS_CACHE_MODULE_P}.tar.gz"
inherit eutils ssl-cert toolchain-funcs perl-module flag-o-matic
DESCRIPTION="Robust, small and high performance http and reverse proxy server"
HOMEPAGE="http://nginx.org"
SRC_URI="http://nginx.org/download/${P}.tar.gz
nginx_modules_http_upload_progress? ( ${HTTP_UPLOAD_PROGRESS_MODULE_URI} -> ${HTTP_UPLOAD_PROGRESS_MODULE_P}.tar.gz )
nginx_modules_http_headers_more? ( ${HTTP_HEADERS_MORE_MODULE_URI} -> ${HTTP_HEADERS_MORE_MODULE_P}.tar.gz )
nginx_modules_http_push? ( ${HTTP_PUSH_MODULE_URI} )
nginx_modules_http_cache_purge? ( ${HTTP_CACHE_PURGE_MODULE_URI} )
nginx_modules_http_upload? ( ${HTTP_UPLOAD_MODULE_URI} )
nginx_modules_http_slowfs_cache? ( ${HTTP_SLOWFS_CACHE_MODULE_URI} )"
LICENSE="as-is BSD BSD-2 GPL-2 MIT"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd"
NGINX_MODULES_STD="access auth_basic autoindex browser charset empty_gif fastcgi
geo gzip limit_req limit_zone map memcached proxy referer rewrite scgi ssi
split_clients upstream_ip_hash userid uwsgi"
NGINX_MODULES_OPT="addition dav degradation flv geoip gzip_static image_filter
mp4 perl random_index realip secure_link stub_status sub xslt"
NGINX_MODULES_MAIL="imap pop3 smtp"
NGINX_MODULES_3RD="
http_upload_progress
http_headers_more
http_passenger
http_push
http_cache_purge
http_upload
http_slowfs_cache"
IUSE="aio debug +http +http-cache ipv6 libatomic +pcre ssl vim-syntax"
for mod in $NGINX_MODULES_STD; do
IUSE="${IUSE} +nginx_modules_http_${mod}"
done
for mod in $NGINX_MODULES_OPT; do
IUSE="${IUSE} nginx_modules_http_${mod}"
done
for mod in $NGINX_MODULES_MAIL; do
IUSE="${IUSE} nginx_modules_mail_${mod}"
done
for mod in $NGINX_MODULES_3RD; do
IUSE="${IUSE} nginx_modules_${mod}"
done
CDEPEND="
pcre? ( >=dev-libs/libpcre-4.2 )
ssl? ( dev-libs/openssl )
http-cache? ( userland_GNU? ( dev-libs/openssl ) )
nginx_modules_http_geo? ( dev-libs/geoip )
nginx_modules_http_gzip? ( sys-libs/zlib )
nginx_modules_http_gzip_static? ( sys-libs/zlib )
nginx_modules_http_image_filter? ( media-libs/gd[jpeg,png] )
nginx_modules_http_perl? ( >=dev-lang/perl-5.8 )
nginx_modules_http_rewrite? ( >=dev-libs/libpcre-4.2 )
nginx_modules_http_secure_link? ( userland_GNU? ( dev-libs/openssl ) )
nginx_modules_http_xslt? ( dev-libs/libxml2 dev-libs/libxslt )"
RDEPEND="${CDEPEND}"
DEPEND="${CDEPEND}
arm? ( dev-libs/libatomic_ops )
libatomic? ( dev-libs/libatomic_ops )"
PDEPEND="vim-syntax? ( app-vim/nginx-syntax )"
pkg_setup() {
if use nginx_modules_http_passenger; then
einfo
einfo "Passenger support has been removed from the nginx ebuild to"
einfo "get rid of file collisions, its broken build system and"
einfo "incompatibilities between passenger 2 and 3."
einfo
einfo "Please switch to passenger-3 standalone or use the"
einfo "unicorn gem which provides a sane nginx-like architecture"
einfo "out of the box."
einfo
einfo "For more information on sane ruby deployments with"
einfo "passenger-3/unicorn go to:"
einfo
einfo "https://rvm.beginrescueend.com"
einfo
die "nginx_modules_http_passenger still in IUSE"
fi
ebegin "Creating nginx user and group"
enewgroup ${PN}
enewuser ${PN} -1 -1 -1 ${PN}
eend $?
if use libatomic; then
ewarn "GCC 4.1+ features built-in atomic operations."
ewarn "Using libatomic_ops is only needed if using"
ewarn "a different compiler or a GCC prior to 4.1"
fi
if [[ -n $NGINX_ADD_MODULES ]]; then
ewarn "You are building custom modules via \$NGINX_ADD_MODULES!"
ewarn "This nginx installation is not supported!"
ewarn "Make sure you can reproduce the bug without those modules"
ewarn "_before_ reporting bugs."
fi
if use !http; then
ewarn "To actually disable all http-functionality you also have to disable"
ewarn "all nginx http modules."
fi
}
src_prepare() {
sed -i 's/ make/ \\$(MAKE)/' "${S}"/auto/lib/perl/make
}
src_configure() {
local myconf= http_enabled= mail_enabled=
use aio && myconf+=" --with-file-aio --with-aio_module"
use debug && myconf+=" --with-debug"
use ipv6 && myconf+=" --with-ipv6"
use libatomic && myconf+=" --with-libatomic"
use pcre && myconf+=" --with-pcre"
# HTTP modules
for mod in $NGINX_MODULES_STD; do
if use nginx_modules_http_${mod}; then
http_enabled=1
else
myconf+=" --without-http_${mod}_module"
fi
done
for mod in $NGINX_MODULES_OPT; do
if use nginx_modules_http_${mod}; then
http_enabled=1
myconf+=" --with-http_${mod}_module"
fi
done
if use nginx_modules_http_fastcgi; then
myconf+=" --with-http_realip_module"
fi
# third-party modules
if use nginx_modules_http_upload_progress; then
http_enabled=1
myconf+=" --add-module=${WORKDIR}/masterzen-nginx-upload-progress-module-${HTTP_UPLOAD_PROGRESS_MODULE_SHA1}"
fi
if use nginx_modules_http_headers_more; then
http_enabled=1
myconf+=" --add-module=${WORKDIR}/agentzh-headers-more-nginx-module-${HTTP_HEADERS_MORE_MODULE_SHA1}"
fi
if use nginx_modules_http_push; then
http_enabled=1
myconf+=" --add-module=${WORKDIR}/${HTTP_PUSH_MODULE_P}"
fi
if use nginx_modules_http_cache_purge; then
http_enabled=1
myconf+=" --add-module=${WORKDIR}/${HTTP_CACHE_PURGE_MODULE_P}"
fi
if use nginx_modules_http_upload; then
http_enabled=1
myconf+=" --add-module=${WORKDIR}/${HTTP_UPLOAD_MODULE_P}"
fi
if use nginx_modules_http_slowfs_cache; then
http_enabled=1
myconf+=" --add-module=${WORKDIR}/${HTTP_SLOWFS_CACHE_MODULE_P}"
fi
if use http || use http-cache; then
http_enabled=1
fi
if [ $http_enabled ]; then
use http-cache || myconf+=" --without-http-cache"
use ssl && myconf+=" --with-http_ssl_module"
else
myconf+=" --without-http --without-http-cache"
fi
# MAIL modules
for mod in $NGINX_MODULES_MAIL; do
if use nginx_modules_mail_${mod}; then
mail_enabled=1
else
myconf+=" --without-mail_${mod}_module"
fi
done
if [ $mail_enabled ]; then
myconf+=" --with-mail"
use ssl && myconf+=" --with-mail_ssl_module"
fi
# custom modules
for mod in $NGINX_ADD_MODULES; do
myconf+=" --add-module=${mod}"
done
# https://bugs.gentoo.org/286772
export LANG=C LC_ALL=C
tc-export CC
./configure \
--prefix=/usr \
--sbin-path=/usr/sbin/nginx \
--conf-path=/etc/${PN}/${PN}.conf \
--error-log-path=/var/log/${PN}/error_log \
--pid-path=/var/run/${PN}.pid \
--lock-path=/var/lock/nginx.lock \
--user=${PN} --group=${PN} \
--with-cc-opt="-I${ROOT}usr/include" \
--with-ld-opt="-L${ROOT}usr/lib" \
--http-log-path=/var/log/${PN}/access_log \
--http-client-body-temp-path=/var/tmp/${PN}/client \
--http-proxy-temp-path=/var/tmp/${PN}/proxy \
--http-fastcgi-temp-path=/var/tmp/${PN}/fastcgi \
--http-scgi-temp-path=/var/tmp/${PN}/scgi \
--http-uwsgi-temp-path=/var/tmp/${PN}/uwsgi \
${myconf} || die "configure failed"
}
src_compile() {
# https://bugs.gentoo.org/286772
export LANG=C LC_ALL=C
emake LINK="${CC} ${LDFLAGS}" OTHERLDFLAGS="${LDFLAGS}" || die "emake failed"
}
src_install() {
keepdir /var/log/${PN} /var/tmp/${PN}/{client,proxy,fastcgi,scgi,uwsgi}
keepdir /var/www/localhost/htdocs
dosbin objs/nginx
newinitd "${FILESDIR}"/nginx.initd nginx
cp "${FILESDIR}"/nginx.conf conf/nginx.conf
rm conf/win-utf conf/koi-win conf/koi-utf
dodir /etc/${PN}
insinto /etc/${PN}
doins conf/*
doman man/nginx.8
dodoc CHANGES* README
# logrotate
insinto /etc/logrotate.d
newins "${FILESDIR}"/nginx.logrotate nginx
if use nginx_modules_http_perl; then
cd "${S}"/objs/src/http/modules/perl/
einstall DESTDIR="${D}" INSTALLDIRS=vendor || die "failed to install perl stuff"
fixlocalpod
fi
if use nginx_modules_http_push; then
docinto ${HTTP_PUSH_MODULE_P}
dodoc "${WORKDIR}"/${HTTP_PUSH_MODULE_P}/{changelog.txt,protocol.txt,README}
fi
if use nginx_modules_http_cache_purge; then
docinto ${HTTP_CACHE_PURGE_MODULE_P}
dodoc "${WORKDIR}"/${HTTP_CACHE_PURGE_MODULE_P}/{CHANGES,README.md,TODO.md}
fi
if use nginx_modules_http_upload; then
docinto ${HTTP_UPLOAD_MODULE_P}
dodoc "${WORKDIR}"/${HTTP_UPLOAD_MODULE_P}/{Changelog,README}
fi
if use nginx_modules_http_slowfs_cache; then
docinto ${HTTP_SLOWFS_CACHE_MODULE_P}
dodoc "${WORKDIR}"/${HTTP_SLOWFS_CACHE_MODULE_P}/{CHANGES,README}
fi
}
pkg_postinst() {
if use ssl; then
if [ ! -f "${ROOT}"/etc/ssl/${PN}/${PN}.key ]; then
install_cert /etc/ssl/${PN}/${PN}
chown ${PN}:${PN} "${ROOT}"/etc/ssl/${PN}/${PN}.{crt,csr,key,pem}
fi
fi
}

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/www-servers/nginx/nginx-1.1.13.ebuild,v 1.1 2012/01/29 13:11:49 hollow Exp $
# $Header: /var/cvsroot/gentoo-x86/www-servers/nginx/nginx-1.1.13.ebuild,v 1.2 2012/02/11 10:17:30 hollow Exp $
EAPI="4"
@ -290,9 +290,9 @@ src_install() {
keepdir /var/www/localhost/htdocs
dosbin objs/nginx
newinitd "${FILESDIR}"/nginx.init-r2 nginx
newinitd "${FILESDIR}"/nginx.initd nginx
cp "${FILESDIR}"/nginx.conf-r4 conf/nginx.conf
cp "${FILESDIR}"/nginx.conf conf/nginx.conf
rm conf/win-utf conf/koi-win conf/koi-utf
dodir /etc/${PN}

@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/www-servers/nginx/nginx-1.1.12-r1.ebuild,v 1.1 2011/12/28 05:49:12 patrick Exp $
# $Header: /var/cvsroot/gentoo-x86/www-servers/nginx/nginx-1.1.14.ebuild,v 1.1 2012/02/11 10:17:30 hollow Exp $
EAPI="4"
@ -290,9 +290,9 @@ src_install() {
keepdir /var/www/localhost/htdocs
dosbin objs/nginx
newinitd "${FILESDIR}"/nginx.init-r2 nginx
newinitd "${FILESDIR}"/nginx.initd nginx
cp "${FILESDIR}"/nginx.conf-r4 conf/nginx.conf
cp "${FILESDIR}"/nginx.conf conf/nginx.conf
rm conf/win-utf conf/koi-win conf/koi-utf
dodir /etc/${PN}

@ -1 +1,2 @@
DIST gtk-xfce-engine-2.99.0.tar.bz2 351088 RMD160 ce10d8e418ffc7f19dbc6448d3ff7a38a2a33532 SHA1 1261b9daeb618feb4d8de8e6ca989b9e3ade3e5c SHA256 27bee5a68527d214cfda9b99d4ba68d39b6d341202bc728d0ddd170a73cde154
DIST gtk-xfce-engine-2.99.1.tar.bz2 360541 RMD160 48c902616c58c51745a42f57fee56e3a227075e2 SHA1 db0c4ec7a7f0bb09f27f66dfc69e4d1445529bc8 SHA256 077a3d68bb560371af902d4aa35ad949c70974e923ecdf2ec946801a480dece2

@ -0,0 +1,32 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-xfce/gtk-engines-xfce-2.99.1-r200.ebuild,v 1.1 2012/02/11 14:26:20 ssuominen Exp $
EAPI=4
MY_PN=gtk-xfce-engine
inherit xfconf
DESCRIPTION="A port of Xfce engine to GTK+-2.x"
HOMEPAGE="http://www.xfce.org/projects/"
SRC_URI="mirror://xfce/src/xfce/${MY_PN}/${PV%.*}/${MY_PN}-${PV}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
IUSE="debug"
RDEPEND=">=dev-libs/glib-2.24
>=x11-libs/gtk+-2.20:2"
DEPEND="${RDEPEND}
dev-util/pkgconfig"
S=${WORKDIR}/${MY_PN}-${PV}
pkg_setup() {
XFCONF=(
--disable-gtk3
$(xfconf_use_debug)
)
DOCS=( AUTHORS ChangeLog NEWS README )
}

@ -0,0 +1,32 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-xfce/gtk-engines-xfce-2.99.1-r300.ebuild,v 1.1 2012/02/11 14:26:20 ssuominen Exp $
EAPI=4
MY_PN=gtk-xfce-engine
inherit xfconf
DESCRIPTION="A port of Xfce engine to GTK+-3.x"
HOMEPAGE="http://www.xfce.org/projects/"
SRC_URI="mirror://xfce/src/xfce/${MY_PN}/${PV%.*}/${MY_PN}-${PV}.tar.bz2"
LICENSE="GPL-2"
SLOT="3"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
IUSE="debug"
RDEPEND=">=dev-libs/glib-2.24
x11-libs/gtk+:3"
DEPEND="${RDEPEND}
dev-util/pkgconfig"
S=${WORKDIR}/${MY_PN}-${PV}
pkg_setup() {
XFCONF=(
--disable-gtk2
$(xfconf_use_debug)
)
DOCS=( AUTHORS ChangeLog NEWS README )
}
Loading…
Cancel
Save