Sync with portage [Tue Nov 15 08:30:24 MSK 2011].

mhiretskiy
root 13 years ago
parent b991d75779
commit 0135f4e9af

@ -1 +1,2 @@
DIST lsyncd-2.0.4.tar.gz 129308 RMD160 5b04718d182e512b7a7e98d84a42090f6e94ec0a SHA1 9583be02df82a5ad780b8003b699302cc99d9e0d SHA256 053a21654fda4618f6b5f1ca079b01cd88bc7b779a9c671ed003b966d91315a9
DIST lsyncd-2.0.5.tar.gz 135038 RMD160 14724299c55522034b92c1df8856a7fa59c62126 SHA1 4dd0db795a76f5728ecdcd04ffe6f2790e6f2ab3 SHA256 3d76f26623a97de700764090abcc0d1e7ded50f386402567222dfd01a612121e

@ -0,0 +1,26 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-admin/lsyncd/lsyncd-2.0.5.ebuild,v 1.1 2011/11/14 21:23:35 darkside Exp $
EAPI=4
inherit multilib
DESCRIPTION="Live Syncing (Mirror) Daemon"
HOMEPAGE="http://code.google.com/p/lsyncd/"
SRC_URI="http://lsyncd.googlecode.com/files/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE=""
DEPEND="dev-lang/lua"
RDEPEND="${DEPEND}
net-misc/rsync"
src_configure() {
econf \
--with-runner="${EPREFIX}/usr/$(get_libdir)/${PN}" \
--docdir="${EPREFIX}"/usr/share/doc/${P}
}

@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-emulation/spice/spice-0.10.0.ebuild,v 1.1 2011/11/14 08:44:11 dev-zero Exp $
# $Header: /var/cvsroot/gentoo-x86/app-emulation/spice/spice-0.10.0.ebuild,v 1.2 2011/11/14 14:02:14 dev-zero Exp $
EAPI=4
@ -13,7 +13,7 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="+client +gui sasl static static-libs"
RDEPEND=">=app-emulation/spice-protocol-0.8.1
RDEPEND=">=app-emulation/spice-protocol-0.10.0
>=x11-libs/pixman-0.17.7
media-libs/alsa-lib
media-libs/celt:0.5.1

@ -6,21 +6,25 @@
<name>Markos Chandras</name>
</maintainer>
<use>
<flag name='inotify'>Use the Linux Kenrel notification subsystem for monitoring file alterations</flag>
<flag name='inotify'>Use the Linux Kenrel notification subsystem for monitoring file alterations in realtime</flag>
<flag name='camelcase'>Enable indexing for camelCase sentences and words</flag>
<flag name='audio'>Index audio files</flag>
<flag name='chm'>Index chm files</flag>
<flag name='dvi'>Index dvi files</flag>
<flag name='gs'>Index PostScript files</flag>
<flag name='ics'>Index icalendar files</flag>
<flag name='ics'>Index iCalendar files</flag>
<flag name='info'>Index GNU info files</flag>
<flag name='lyx'>Index Latex lyx files</flag>
<flag name='msdoc'>Index Microsoft Word documents</flag>
<flag name='msppt'>Index Microsoft Power Point documents</flag>
<flag name='msppt'>Index Microsoft PowerPoint documents</flag>
<flag name='msxls'>Index Microsoft Excel documents</flag>
<flag name='pdf'>Index PDF documents</flag>
<flag name='ps'>Index PostScript files</flag>
<flag name='rtf'>Index Microsoft RTF documents</flag>
<flag name='tex'>Index Tex files</flag>
<flag name='wordperfect'>Index wordperfect documents</flag>
<flag name='session'>Stop monitoring file alterations when X11 session terminates</flag>
<flag name='tex'>Index TeX files</flag>
<flag name='wordperfect'>Index WordPerfect documents</flag>
<flag name='xml'>Index several XML-based formats (Abiword, FictionBook, Kword, Office OpenXML, OpenDocument, SVG)</flag>
</use>
<longdescription lang="en">
</longdescription>

@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-misc/recoll/recoll-1.16.0.ebuild,v 1.1 2011/09/26 20:00:37 hwoarang Exp $
# $Header: /var/cvsroot/gentoo-x86/app-misc/recoll/recoll-1.16.0.ebuild,v 1.2 2011/11/14 21:18:47 hwoarang Exp $
EAPI="4"
@ -13,7 +13,7 @@ LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
INDEX_HELPERS="audio chm djvu dvi exif gs ics info lyx msdoc msppt msxls pdf rtf tex wordperfect xml"
INDEX_HELPERS="audio chm djvu dvi exif ps ics info lyx msdoc msppt msxls pdf rtf tex wordperfect xml"
IUSE="+spell +inotify +qt4 +session camelcase xattr fam ${INDEX_HELPERS}"
DEPEND="
@ -35,7 +35,7 @@ RDEPEND="
sys-apps/sed
|| ( sys-apps/gawk sys-apps/mawk )
pdf? ( app-text/poppler )
gs? ( app-text/pstotext )
ps? ( app-text/pstotext )
msdoc? ( app-text/antiword )
msxls? ( app-text/catdoc )
msppt? ( app-text/catdoc )
@ -53,7 +53,7 @@ RDEPEND="
info? ( sys-apps/texinfo )
"
REQUIRED_USE="^^ ( fam inotify ) session? ( || ( fam inotify ) )"
REQUIRED_USE="^^ ( fam inotify ( !fam !inotify ) ) session? ( || ( fam inotify ) )"
pkg_pretend() {
if use inotify; then
@ -105,8 +105,6 @@ src_configure() {
$(use_with fam) \
$(use_with inotify) \
$(use_enable session x11mon) \
${x11monconf} \
${famconf} \
${qtconf}
}

@ -0,0 +1 @@
DIST QtADB_0.8.1_src.zip 1084159 RMD160 6b8d7f9903e7567d60dc7a251e13d28dbd6ce52d SHA1 91ee9b8ed0141f57a870fc32143c714e9952d847 SHA256 732eb8736c2fadddc80c37b47a91589c02e474cf5b0b68393411ffd4611cdb5f

@ -0,0 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>qt@gentoo.org</herd>
<maintainer>
<email>opensource@andmarios.com</email>
<name>Marios Andreopoulos</name>
<description>Maintainer. Assign bugs to him</description>
</maintainer>
<maintainer>
<email>hwoarang@gentoo.org</email>
<name>Markos Chandras</name>
<description>Proxy maintainer. CC him on bugs</description>
</maintainer>
<longdescription lang="en">
</longdescription>
</pkgmetadata>

@ -0,0 +1,52 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/qtadb/qtadb-0.8.1.ebuild,v 1.2 2011/11/14 19:12:05 hwoarang Exp $
EAPI="4"
inherit eutils qt4-r2
MY_PN="QtADB"
MY_P="${MY_PN}_${PV}_src"
DESCRIPTION="Android phone manager via ADB"
HOMEPAGE="http://qtadb.wordpress.com"
SRC_URI="http://${PN}.com/${PN}/${MY_P}.zip"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND="x11-libs/qt-gui:4"
DEPEND="${DEPEND}
app-arch/unzip"
S="${WORKDIR}/trunk"
src_install() {
newicon images/android.png ${PN}.png
make_desktop_entry ${MY_PN} "${MY_PN}" ${PN} \
"Qt;PDA;Utility;" || die "Desktop entry creation failed"
dobin ${MY_PN}
}
pkg_postinst() {
echo
elog "You will need a working Android SDK installation (adb and aapt executables)"
elog "You can install Android SDK a) through portage (emerge android-sdk-update-manager"
elog "and run android to download the actual sdk), b) manually from"
elog "http://developer.android.com/sdk/index.html or c) just grab the adb, aapt linux"
elog "binaries from http://qtadb.wordpress.com/download/"
elog "adb and aapt executables are in the platform-tools subdir of Android SDK"
echo
elog "Also you will need to have ROOT access to your phone along with busybox"
elog "The latter can be found in the Android market"
echo
elog "Last, if you want to use the SMS manager of QtADB, you have to install"
elog "QtADB.apk to your device, available here: http://qtadb.wordpress.com/download/"
echo
elog "If you have trouble getting your phone connected through usb (driver problem),"
elog "try adbWireless from Android market to get connected through WiFi"
echo
}

@ -1,2 +1,2 @@
DIST gentoopm-0.1.6.tar.bz2 24764 RMD160 10bbe99dab7817e9134dbf7fa742a814dc131b15 SHA1 8a191aefb69ae9aee4289159bacf3c9014c0c618 SHA256 d8196a9cfc4fcbe9e40c80fbdc5c9d7519d2c210d3a410d8514f04be181ee6a9
DIST gentoopm-0.2.1.tar.bz2 23839 RMD160 22bc9d2e381461da4080bc6ac7a1f2c4423fa6f7 SHA1 35942d91736b6d0ff8b4568d76d6262077c9e658 SHA256 f1ebfc4ab84d99f0750e5fb683b3f70ca1a042a3d11e37f8db8fb52190e5418c
DIST gentoopm-0.2.2.tar.bz2 24319 RMD160 9d06fa8b5799391571f9ce08fb9da4d9b3fbd9a7 SHA1 5e6f0f231bb542b1bacd684fd592e7c36de09bc0 SHA256 b3282dbfb00ff1d0d1cb39b244f96ac34e5abb418b0e84ead6429118d45443d1

@ -1,19 +1,19 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-portage/gentoopm/gentoopm-0.1.6.ebuild,v 1.1 2011/08/13 11:28:28 mgorny Exp $
# $Header: /var/cvsroot/gentoo-x86/app-portage/gentoopm/gentoopm-0.2.2.ebuild,v 1.1 2011/11/14 21:57:09 mgorny Exp $
EAPI=3
EAPI=4
PYTHON_DEPEND='*:2.6'
PYTHON_DEPEND='2:2.6 3:3.2'
SUPPORT_PYTHON_ABIS=1
RESTRICT_PYTHON_ABIS='2.4 2.5'
RESTRICT_PYTHON_ABIS='2.4 2.5 3.1'
DISTUTILS_SRC_TEST=setup.py
inherit base distutils
DESCRIPTION="A common interface to Gentoo package managers"
HOMEPAGE="https://github.com/mgorny/gentoopm/"
SRC_URI="http://cloud.github.com/downloads/mgorny/${PN}/${P}.tar.bz2"
SRC_URI="mirror://github/mgorny/${PN}/${P}.tar.bz2"
LICENSE="BSD-2"
SLOT="0"
@ -43,6 +43,6 @@ src_install() {
distutils_src_install
if use doc; then
dohtml -r doc/* || die
dohtml -r doc/*
fi
}

@ -0,0 +1,31 @@
# HG changeset patch
# User Mike Hommey <mh+mozilla@glandium.org>
# Date 1303461188 -7200
# Node ID 59771590e9203d48ef8cbcd7eaf2f8ae45dbb1c1
# Parent c4b82ec27d6d6e1c02ef0abb3b6e805bfdd092ec
Bug 638056 - Avoid "The cacheFlush support is missing on this platform" error on exotic platforms. r=cdleary
diff --git a/js/src/Makefile.in b/js/src/Makefile.in
--- a/js/src/Makefile.in
+++ b/js/src/Makefile.in
@@ -383,17 +383,17 @@ CPPSRCS += checks.cc \
platform.cc \
utils.cc \
$(NONE)
#
# END enclude sources for V8 dtoa
#############################################
-ifeq (,$(filter-out powerpc sparc,$(TARGET_CPU)))
+ifeq (,$(filter arm %86 x86_64,$(TARGET_CPU)))
VPATH += $(srcdir)/assembler \
$(srcdir)/assembler/wtf \
$(srcdir)/yarr/pcre \
$(NULL)
CPPSRCS += pcre_compile.cpp \
pcre_exec.cpp \

@ -1,9 +1,9 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-lang/spidermonkey/spidermonkey-1.8.5.ebuild,v 1.2 2011/07/03 05:36:21 nirbheek Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-lang/spidermonkey/spidermonkey-1.8.5-r1.ebuild,v 1.1 2011/11/14 21:01:07 anarchy Exp $
EAPI="3"
inherit eutils toolchain-funcs multilib python versionator
inherit eutils toolchain-funcs multilib python versionator pax-utils
MY_PN="js"
TARBALL_PV="$(replace_all_version_separators '' $(get_version_component_range 1-3))"
@ -16,7 +16,7 @@ SRC_URI="https://ftp.mozilla.org/pub/mozilla.org/js/${TARBALL_P}.tar.gz"
LICENSE="NPL-1.1"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
IUSE="static-libs test"
IUSE="debug static-libs test"
S="${WORKDIR}/${MY_P}"
BUILDDIR="${S}/js/src"
@ -29,11 +29,15 @@ DEPEND="${RDEPEND}
pkg_setup(){
python_set_active_version 2
export LC_ALL="C"
}
src_prepare() {
# https://bugzilla.mozilla.org/show_bug.cgi?id=628723#c43
epatch "${FILESDIR}/${P}-fix-install-symlinks.patch"
# https://bugzilla.mozilla.org/show_bug.cgi?id=638056#c9
epatch "${FILESDIR}/${P}-fix-ppc64.patch"
epatch_user
@ -48,10 +52,12 @@ src_configure() {
CC="$(tc-getCC)" CXX="$(tc-getCXX)" LD="$(tc-getLD)" PYTHON="$(PYTHON)" \
econf \
${myopts} \
--enable-jemalloc \
--enable-readline \
--enable-threadsafe \
--with-system-nspr \
$(use enable debug) \
$(use_enable static-libs static) \
$(use_enable test tests)
}
@ -69,6 +75,8 @@ src_test() {
src_install() {
cd "${BUILDDIR}"
emake DESTDIR="${D}" install || die
dobin shell/js ||die
pax-mark m "${ED}/usr/bin/js"
dodoc ../../README || die
dohtml README.html || die

@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/glib-2.30.2.ebuild,v 1.1 2011/11/14 08:11:12 tetromino Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/glib-2.30.2.ebuild,v 1.2 2011/11/14 19:06:22 tetromino Exp $
EAPI="4"
PYTHON_DEPEND="utils? 2"
@ -38,8 +38,7 @@ DEPEND="${RDEPEND}
=dev-lang/python-2*
>=dev-util/gdbus-codegen-${PV}
>=sys-apps/dbus-1.2.14 )
!<dev-util/gtk-doc-1.15-r2
!<sys-apps/dbus-1.4.16-r2"
!<dev-util/gtk-doc-1.15-r2"
PDEPEND="!<gnome-base/gvfs-1.6.4-r990" # Earlier versions do not work with glib
pkg_setup() {

@ -0,0 +1 @@
DIST uthash-1.9.4.tar.bz2 353534 RMD160 06c3ad4855eba2635f8cda2763c05c52921e6a62 SHA1 8b257ffc5a2607f04d0b93457afb7ef1e573a13b SHA256 7370afd69f755bc42927dde528995063d2ce00d0399af8bbfe337109571e8784

@ -0,0 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>proxy-maint@gentoo.org</herd>
<maintainer>
<email>bugs@bergstroem.nu</email>
<name>Johan Bergström</name>
<description>Maintainer. Assign bugs to him</description>
</maintainer>
<maintainer>
<email>hwoarang@gentoo.org</email>
<name>Markos Chandras</name>
<description>Proxy maintainer. CC him on bugs</description>
</maintainer>
<longdescription lang="en">
</longdescription>
</pkgmetadata>

@ -0,0 +1,30 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/uthash/uthash-1.9.4.ebuild,v 1.1 2011/11/14 18:54:00 hwoarang Exp $
inherit toolchain-funcs
DESCRIPTION="An easy-to-use hash implementation for C programmers"
HOMEPAGE="http://uthash.sourceforge.net"
SRC_URI="mirror://sourceforge/uthash/${P}.tar.bz2"
LICENSE="BSD-1"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
IUSE="test"
DEPEND="test? ( dev-lang/perl )"
RDEPEND=""
src_test() {
cd tests
sed -i "/CFLAGS/s/-O3/${CFLAGS}/" Makefile || die "sed cflags failed"
emake CC="$(tc-getCC)" || die "emake failed"
}
src_install() {
insinto /usr/include
doins src/*.h || die "doins failed"
dodoc doc/txt/{ChangeLog,userguide,ut*}.txt || die "dodoc failed"
}

@ -4,4 +4,5 @@ DIST MogileFS-Server-2.50.tar.gz 278807 RMD160 864950ff82ee3c650192c15314a778944
DIST MogileFS-Server-2.51.tar.gz 279038 RMD160 657d2b4c1f9c5491a2c488ed875b5f4475b970d1 SHA1 c0f3dd91f057fb8987b7f95557528b96de3b4375 SHA256 8b02b5cd6760495c00bacd09bba77223d92a32bfa03d3e3db7c097ed623a844a
DIST MogileFS-Server-2.53.tar.gz 277664 RMD160 ae0ce3b1637996c3b5742f4ead390e82be87f00c SHA1 b8f5be66b7ad6f047ac5771884ee5f44fa76092e SHA256 e2e451efe4bad5cca4e0715883198bfcff0a1bec0655248bcadba50ff3722c21
DIST MogileFS-Server-2.54.tar.gz 278578 RMD160 59de5f1c9142b7c01a3f2c662c1eeacf82bf94ea SHA1 1219d845de6bd8bd608f26ee97d761b4bab9afeb SHA256 1ba639d82da72390576f4c13d64bd9843fd2ddbd09e2275a5c670ba97e392e33
DIST MogileFS-Server-2.55.tar.gz 278915 RMD160 7a5c95b5adc59b9c7bf4550ce135bec1425ed53e SHA1 f916538496e71c085c93a418d858fe148e2db8ab SHA256 479e4b36f0ca1aa54a3ab482ee89c34a65d3323575929e287d1b21c531b1715c
DIST mogilefs-server-2.37.tar.gz 267909 RMD160 a6e25bb945770bb6a1d395620a277b7798c77b39 SHA1 d4b0f4177e6401bab6676725edaad66baea47d3a SHA256 1fcac070057c54599b99c2836b5ff157fd8433a1315363949b2f0d601c114ca6

@ -0,0 +1,100 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/mogilefs-server/mogilefs-server-2.550.0.ebuild,v 1.1 2011/11/14 23:45:51 robbat2 Exp $
EAPI=4
MY_PN=MogileFS-Server
MODULE_AUTHOR=DORMANDO
MODULE_VERSION=${PV:0:4}
inherit perl-module
DESCRIPTION="Server for the MogileFS distributed file system"
HOMEPAGE="http://www.danga.com/mogilefs/ ${HOMEPAGE}"
IUSE="mysql sqlite postgres"
SLOT="0"
LICENSE="|| ( Artistic GPL-2 )"
KEYWORDS="~amd64 ~ppc ~x86"
# Upstream site recommends this,
# but it breaks Perlbal
# dev-perl/Perlbal-XS-HTTPHeaders
RDEPEND="dev-perl/Net-Netmask
>=dev-perl/Danga-Socket-1.61
>=dev-perl/Sys-Syscall-0.22
>=dev-perl/Perlbal-1.790
dev-perl/IO-AIO
dev-perl/libwww-perl
>=dev-perl/MogileFS-Client-1.14
>=dev-perl/MogileFS-Utils-2.20
dev-perl/Cache-Memcached
mysql? ( dev-perl/DBD-mysql )
postgres? ( dev-perl/DBD-Pg )
sqlite? ( dev-perl/DBD-SQLite )"
DEPEND="${RDEPEND}"
# You need a local MySQL or Postgresql server for this
#SRC_TEST="do"
#PATCHES=( )
MOGILE_USER="mogile"
pkg_setup() {
# Warning! It is important that the uid is constant over Gentoo machines
# As mogilefs may be used with non-local block devices that move!
enewuser ${MOGILE_USER} 460 -1 -1
}
src_prepare() {
for f in Makefile.PL MANIFEST ; do
if [ -f "${S}"/${f}.orig ]; then
cp -f "${S}"/${f}{.orig,}
else
cp -f "${S}"/${f}{,.orig}
fi
done
# If we are not in a cutting edge Git source, we would prefer to not install
# duplicates of these.
sed -i -e '/directory.*mogdeps/d' "${S}"/Makefile.PL
sed -i -e '/^lib\/mogdeps/d' "${S}"/MANIFEST
mv -f "${S}/lib/mogdeps" "${S}"
}
src_compile() {
export MOGILE_NO_BUILTIN_DEPS=1
perl-module_src_compile || die "perl-module_src_compile failed"
}
src_install() {
export MOGILE_NO_BUILTIN_DEPS=1
perl-module_src_install || die "perl-module_src_install failed"
cd "${S}"
newconfd "${FILESDIR}"/mogilefsd-conf.d-2.16 mogilefsd
newinitd "${FILESDIR}"/mogilefsd-init.d-2.16 mogilefsd
newconfd "${FILESDIR}"/mogstored-conf.d-2.30 mogstored
newinitd "${FILESDIR}"/mogstored-init.d-2.50 mogstored
newinitd "${FILESDIR}"/mogautomount-init.d-2.50 mogautomount
diropts -m 700 -o ${MOGILE_USER}
keepdir /var/run/mogile
keepdir /var/mogdata
keepdir /mnt/mogilefs
diropts -m 755 -o root
dodir /etc/mogilefs
insinto /etc/mogilefs
insopts -m 600 -o root -g ${MOGILE_USER}
newins "${FILESDIR}"/mogilefsd.conf-2.30 mogilefsd.conf
newins "${FILESDIR}"/mogstored.conf-2.16 mogstored.conf
}
pkg_postinst() {
chmod 640 "${ROOT}"/etc/mogilefs/{mogilefsd,mogstored}.conf
chown root:${MOGILE_USER} "${ROOT}"/etc/mogilefs/{mogilefsd,mogstored}.conf
}

@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/eclass/autotools.eclass,v 1.109 2011/10/05 13:44:25 vapier Exp $
# $Header: /var/cvsroot/gentoo-x86/eclass/autotools.eclass,v 1.110 2011/11/14 17:08:49 vapier Exp $
# @ECLASS: autotools.eclass
# @MAINTAINER:
@ -146,7 +146,7 @@ eautoreconf() {
# Call it here to prevent failures due to elibtoolize called _before_
# eautoreconf. We set $S because elibtoolize runs on that #265319
S=${PWD} elibtoolize
S=${PWD} elibtoolize --force
return 0
}

@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/eclass/flag-o-matic.eclass,v 1.157 2011/11/11 07:06:25 dirtyepic Exp $
# $Header: /var/cvsroot/gentoo-x86/eclass/flag-o-matic.eclass,v 1.158 2011/11/14 20:29:03 vapier Exp $
# @ECLASS: flag-o-matic.eclass
# @MAINTAINER:
@ -143,7 +143,7 @@ filter-lfs-flags() {
# @DESCRIPTION:
# Add extra <flags> to the current CPPFLAGS.
append-cppflags() {
[[ -z $* ]] && return 0
[[ $# -eq 0 ]] && return 0
export CPPFLAGS="${CPPFLAGS} $*"
return 0
}
@ -153,8 +153,8 @@ append-cppflags() {
# @DESCRIPTION:
# Add extra <flags> to the current CFLAGS.
append-cflags() {
[[ -z $* ]] && return 0
export CFLAGS=$(test-flags-CC ${CFLAGS} $*)
[[ $# -eq 0 ]] && return 0
export CFLAGS=$(test-flags-CC ${CFLAGS} "$@")
return 0
}
@ -163,8 +163,8 @@ append-cflags() {
# @DESCRIPTION:
# Add extra <flags> to the current CXXFLAGS.
append-cxxflags() {
[[ -z $* ]] && return 0
export CXXFLAGS=$(test-flags-CXX ${CXXFLAGS} $*)
[[ $# -eq 0 ]] && return 0
export CXXFLAGS=$(test-flags-CXX ${CXXFLAGS} "$@")
return 0
}
@ -173,9 +173,9 @@ append-cxxflags() {
# @DESCRIPTION:
# Add extra <flags> to the current {F,FC}FLAGS.
append-fflags() {
[[ -z $* ]] && return 0
export FFLAGS=$(test-flags-F77 ${FFLAGS} $*)
export FCFLAGS=$(test-flags-FC ${FCFLAGS} $*)
[[ $# -eq 0 ]] && return 0
export FFLAGS=$(test-flags-F77 ${FFLAGS} "$@")
export FCFLAGS=$(test-flags-FC ${FCFLAGS} "$@")
return 0
}
@ -193,7 +193,7 @@ append-lfs-flags() {
# @DESCRIPTION:
# Add extra <flags> to your current {C,CXX,F,FC}FLAGS.
append-flags() {
[[ -z $* ]] && return 0
[[ $# -eq 0 ]] && return 0
append-cflags "$@"
append-cxxflags "$@"
append-fflags "$@"
@ -450,7 +450,6 @@ test-flags-PROG() {
[[ -z ${comp} ]] && return 1
x=""
for x in "$@" ; do
test-flag-${comp} "${x}" && flags="${flags}${flags:+ }${x}"
done
@ -622,7 +621,7 @@ replace-sparc64-flags() {
# @DESCRIPTION:
# Add extra <libs> to the current LIBS.
append-libs() {
[[ -z $* ]] && return 0
[[ $# -eq 0 ]] && return 0
local flag
for flag in "$@"; do
[[ ${flag} == -l* ]] && flag=${flag#-l}
@ -637,7 +636,7 @@ append-libs() {
# @DESCRIPTION:
# Add extra <flags> to the current LDFLAGS.
append-ldflags() {
[[ -z $* ]] && return 0
[[ $# -eq 0 ]] && return 0
local flag
for flag in "$@"; do
[[ ${flag} == -l* ]] && \

@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/eclass/libtool.eclass,v 1.94 2011/10/03 04:04:46 vapier Exp $
# $Header: /var/cvsroot/gentoo-x86/eclass/libtool.eclass,v 1.95 2011/11/14 17:08:49 vapier Exp $
# @ECLASS: libtool.eclass
# @MAINTAINER:
@ -119,6 +119,7 @@ elibtoolize() {
local do_uclibc="yes"
local deptoremove=
local do_shallow="no"
local force="false"
local elt_patches="install-sh ltmain portage relink max_cmd_len sed test tmp cross as-needed"
for x in "$@" ; do
@ -153,6 +154,9 @@ elibtoolize() {
--no-uclibc)
do_uclibc="no"
;;
--force)
force="true"
;;
*)
eerror "Invalid elibtoolize option: ${x}"
die "elibtoolize called with ${x} ??"
@ -186,9 +190,15 @@ elibtoolize() {
for d in "$@" ; do
export ELT_APPLIED_PATCHES=
[[ -f ${d}/.elibtoolized ]] && continue
if [[ -f ${d}/.elibtoolized ]] ; then
${force} || continue
fi
einfo "Running elibtoolize in: ${d#${WORKDIR}/}/"
if [[ -f ${d}/.elibtoolized ]] ; then
ewarn " We've already been run in this tree; you should"
ewarn " avoid this if possible (perhaps by filing a bug)"
fi
for p in ${elt_patches} ; do
local ret=0

@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/eclass/mozconfig-3.eclass,v 1.24 2011/11/11 01:37:44 anarchy Exp $
# $Header: /var/cvsroot/gentoo-x86/eclass/mozconfig-3.eclass,v 1.25 2011/11/14 15:54:08 nirbheek Exp $
#
# mozconfig.eclass: the new mozilla.eclass
@ -18,7 +18,6 @@ RDEPEND="app-arch/zip
dev-libs/expat
>=dev-libs/libIDL-0.8.0
>=dev-libs/libevent-1.4.7
!<x11-base/xorg-x11-6.7.0-r2
>=x11-libs/cairo-1.8[X]
>=x11-libs/gtk+-2.8.6:2
>=x11-libs/pango-1.10.1[X]

@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain.eclass,v 1.478 2011/11/09 17:25:43 vapier Exp $
# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain.eclass,v 1.479 2011/11/14 17:40:06 vapier Exp $
#
# Maintainer: Toolchain Ninjas <toolchain@gentoo.org>
@ -84,7 +84,7 @@ STDCXX_INCDIR=${TOOLCHAIN_STDCXX_INCDIR:-${LIBPATH}/include/g++-v${GCC_BRANCH_VE
IUSE="build multislot nls nptl test vanilla"
if [[ ${PN} != "kgcc64" && ${PN} != gcc-* ]] ; then
IUSE+=" altivec fortran nocxx"
IUSE+=" altivec cxx fortran nocxx"
[[ -n ${PIE_VER} ]] && IUSE+=" nopie"
[[ -n ${HTB_VER} ]] && IUSE+=" boundschecking"
[[ -n ${D_VER} ]] && IUSE+=" d"
@ -776,10 +776,10 @@ toolchain_pkg_setup() {
# we dont want to use the installed compiler's specs to build gcc!
unset GCC_SPECS
if use nocxx ; then
use_if_iuse go && ewarn 'Go requires a C++ compiler, disabled due to USE="nocxx"'
use_if_iuse objc++ && ewarn 'Obj-C++ requires a C++ compiler, disabled due to USE="nocxx"'
use_if_iuse gcj && ewarn 'GCJ requires a C++ compiler, disabled due to USE="nocxx"'
if ! use cxx ; then
use_if_iuse go && ewarn 'Go requires a C++ compiler, disabled due to USE="-cxx"'
use_if_iuse objc++ && ewarn 'Obj-C++ requires a C++ compiler, disabled due to USE="-cxx"'
use_if_iuse gcj && ewarn 'GCJ requires a C++ compiler, disabled due to USE="-cxx"'
fi
want_libssp && libc_has_ssp && \
@ -1250,6 +1250,13 @@ gcc-compiler-configure() {
gcc_do_configure() {
local confgcc
# Sanity check for USE=nocxx -> USE=cxx migration
if (use cxx && use nocxx) || (use !cxx && use !nocxx) ; then
eerror "We are migrating USE=nocxx to USE=cxx, but your USE settings do not make"
eerror "sense. Please make sure these two flags line up logically in your setup."
die "USE='cxx nocxx' and USE='-cxx -nocxx' make no sense"
fi
# Set configuration based on path variables
confgcc+=" \
--prefix=${PREFIX} \
@ -1513,7 +1520,7 @@ gcc_do_make() {
${GCC_MAKE_TARGET} \
|| die "emake failed with ${GCC_MAKE_TARGET}"
if ! is_crosscompile && ! use nocxx && use doc ; then
if ! is_crosscompile && use cxx && use doc ; then
if type -p doxygen > /dev/null ; then
if tc_version_is_at_least 4.3 ; then
cd "${CTARGET}"/libstdc++-v3/doc
@ -2366,7 +2373,7 @@ is_multilib() {
is_cxx() {
gcc-lang-supported 'c++' || return 1
! use nocxx
use cxx
}
is_d() {
@ -2391,12 +2398,12 @@ is_fortran() {
is_gcj() {
gcc-lang-supported java || return 1
! use nocxx && use_if_iuse gcj
use cxx && use_if_iuse gcj
}
is_go() {
gcc-lang-supported go || return 1
! use nocxx && use_if_iuse go
use cxx && use_if_iuse go
}
is_libffi() {
@ -2410,7 +2417,7 @@ is_objc() {
is_objcxx() {
gcc-lang-supported 'obj-c++' || return 1
! use nocxx && use_if_iuse objc++
use cxx && use_if_iuse objc++
}
is_ada() {

@ -1 +1,2 @@
DIST GNUMail-1.2.0.tar.gz 1380032 RMD160 020e9095db9cfdea77747bf2e6e53d0d48f1b1b4 SHA1 cb4a0600c709a2ca53274bc12e355bfbdbde4670 SHA256 792512276b253d79362736fb0cb7d614d5a980ea356d03d6adec4d0dd0f6ef2c
DIST GNUMail-1.2.0pre3.tar.gz 1327521 RMD160 5d8ff5d6d520f586eca5eb194ed2bafa3e718d0c SHA1 a03e8cc6281c5c050a6fee204d1057be17d69a36 SHA256 29127a65f35208a461436853b41de81f46db7d735958b40e06776805114d7b37

@ -0,0 +1,81 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/gnumail/gnumail-1.2.0.ebuild,v 1.1 2011/11/14 20:13:53 voyageur Exp $
EAPI=4
inherit gnustep-2
MY_P=${P/gnum/GNUM}
S=${WORKDIR}/${MY_P}
DESCRIPTION="A fully featured mail application for GNUstep"
HOMEPAGE="http://www.collaboration-world.com/gnumail/"
SRC_URI="http://download.gna.org/gnustep-nonfsf/${MY_P}.tar.gz"
KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd"
LICENSE="GPL-2"
SLOT="0"
IUSE="crypt +emoticon +xface"
DEPEND="~gnustep-libs/pantomime-${PV}
>=gnustep-base/gnustep-gui-0.11.0
|| ( gnustep-apps/addresses gnustep-libs/addresseskit )"
RDEPEND="crypt? ( app-crypt/gnupg )"
src_prepare() {
sed -i -e 's|GNUMail_GUI_LIBS =|LIBRARIES_DEPEND_UPON +=|' \
Framework/GNUMail/GNUmakefile || die "as-needed sed failed"
}
src_compile() {
egnustep_env
egnustep_make
cd Bundles/Clock
egnustep_make
cd "${S}"
if use xface ; then
cd Bundles/Face
egnustep_make
cd "${S}"
fi
if use crypt ; then
cd Bundles/PGP
egnustep_make
cd "${S}"
fi
if use emoticon ; then
cd Bundles/Emoticon
egnustep_make
cd "${S}"
fi
}
src_install() {
gnustep-base_src_install
cd Bundles/Clock
egnustep_install
cd "${S}"
if use xface ; then
cd Bundles/Face
egnustep_install
cd "${S}"
fi
if use crypt ; then
cd Bundles/PGP
egnustep_install
cd "${S}"
fi
if use emoticon ; then
cd Bundles/Emoticon
egnustep_install
cd "${S}"
fi
dodoc "${S}"/Documentation/*
}

@ -1 +1,2 @@
DIST Pantomime-1.2.0.tar.gz 466206 RMD160 d551702bc358d5dd2f63d2638ae30bb0599f4b8f SHA1 9ad253ae70a53f53404222c4d4fd6f41f8a7c6ce SHA256 c6484634dd0611d07108e7e006a2c6bdbe3e72b23de7473440df9a559f6b6218
DIST Pantomime-1.2.0pre3.tar.gz 441478 RMD160 25c397080f0826d7b266e018246658707e9bbd00 SHA1 beddf538d239513bdd46f67db04e9b4d4bd7441c SHA256 84227a08ca9131f14fdc6aa1365b15d75d82ca84fc3ceaec2d936f38d38f2ff2

@ -0,0 +1,36 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/gnustep-libs/pantomime/pantomime-1.2.0.ebuild,v 1.1 2011/11/14 20:11:20 voyageur Exp $
EAPI=4
inherit eutils gnustep-2
MY_P=${P/p/P}
S=${WORKDIR}/${MY_P}
DESCRIPTION="A set of Objective-C classes that model a mail system."
HOMEPAGE="http://www.collaboration-world.com/pantomime/"
SRC_URI="http://download.gna.org/gnustep-nonfsf/${MY_P}.tar.gz"
LICENSE="LGPL-2.1 Elm"
KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd"
SLOT="0"
IUSE=""
DEPEND="dev-libs/openssl"
RDEPEND="${DEPEND}"
src_prepare() {
sed -i -e "s|ADDITIONAL_LDFLAGS|LIBRARIES_DEPEND_UPON|" \
Framework/Pantomime/GNUmakefile || die "as-needed sed failed"
}
src_install() {
gnustep-base_src_install
cd "${S}"/Documentation
dodoc AUTHORS README TODO
docinto rfc
dodoc RFC/*
}

@ -0,0 +1,20 @@
Copyright (c) <YEAR>, <OWNER>
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above copyright notice,
this list of conditions and the following disclaimer.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.

@ -45,52 +45,6 @@ DIST thunderbird-3.1.10-uk.xpi 244817 RMD160 ef681eb41258f9dd5cc56f859a5386f6e5d
DIST thunderbird-3.1.10-zh-CN.xpi 219651 RMD160 aa029ae3f40a1d3ba715a734f31e94db5e505154 SHA1 cac129db77c856452c84818b77797e0cb917bab7 SHA256 cba81e7a1dceefe27c4effabb83e41f45871f62abf9d0f0f1cc590fee88eb1e4
DIST thunderbird-3.1.10-zh-TW.xpi 220629 RMD160 ff309998b59cd7eb9577109df89625538ccc966b SHA1 3ee5ac72ccd6eea4deeb40d71cdacf1ae71b902f SHA256 9ddf34a06f6555175ca8ad999b8ceadf9040e424bb203f7cfb2ca8e0d8c2a180
DIST thunderbird-3.1.10.tar.bz2 11539452 RMD160 c06c80a20d0e9c2f7d6f28842d824617ba7ff7b3 SHA1 52856cb7f844fa9241d584f2aecfcab430fc0ab3 SHA256 0dff466c9ce12adfd51d9cd9a1688e42d3c25e23fd379b677672589db1e8e98b
DIST thunderbird-3.1.11-af.xpi 210615 RMD160 4b9b2fc6c26669f1df921b32e30786c7751acdf7 SHA1 21b4cfcbf256383195dcb2dc72a584e3022188c5 SHA256 d2676300f8fea683c381b07c046316cc9259b2ec762642cbd9bcb66214d0dc2f
DIST thunderbird-3.1.11-ar.xpi 230384 RMD160 11451543e6e270b9894f460003967b6282b6d62f SHA1 39683ff7c37483b42eee6a2cd236a51be85e04b6 SHA256 30649cdcc5cce17c0322932698133efb3ecae0da3bed18b5622a2029be4c812a
DIST thunderbird-3.1.11-be.xpi 194430 RMD160 f8f3502ec92a941b82839a4bfdb19148b9a25e37 SHA1 acbe2f27422a8159f18fe2e9db1beee447e1d5e9 SHA256 b5d2d70496baf0cd5475ed416dbcc87110eab7163eabe71c4291cf7332ad1d0a
DIST thunderbird-3.1.11-bg.xpi 235125 RMD160 3d454d1956345e2f98aacc7e223fa85ae0a734d2 SHA1 dca3d2c1936826f69cb2b7b38ac133efb2d59735 SHA256 2b4b023866113eccb07e5090852d410d6d85d2f071178ed4fc4d30934a451eb3
DIST thunderbird-3.1.11-bn-BD.xpi 244827 RMD160 f236b157b4b3a019ddfafdf74b37e458244c9ce9 SHA1 d8eb164a558022c4bd28874000c98ed5cf0f3f54 SHA256 18e0cf60c411be7a7ad29f0e8f20dddd598703979df2c7a65549738aad47671e
DIST thunderbird-3.1.11-ca.xpi 219359 RMD160 d01aa156362ac89cfbae72a803e10de72212cd67 SHA1 96edc8a92b021108eb2021f996f7cf1e8d446c6d SHA256 5e1b3002068406612f13b68514a6f44b9ffc30c70dab159172ddd48884c929db
DIST thunderbird-3.1.11-cs.xpi 218194 RMD160 336027cf7df43443129e9ad990d7b429417ce5db SHA1 46a35451751d6ab0c59fa11b40eaf2a63307471b SHA256 de60a3b46922507659a804f8d4c22481b1c3de8e1d08d6f85baa9e7a51b9cd37
DIST thunderbird-3.1.11-da.xpi 203226 RMD160 a9f9ae5d8384e068602fffe5ed13efde7fbe794a SHA1 12f5b8ac7193d6dc278875aae2b921f7c03797b0 SHA256 a609ed3e1fcf4ae4ba36fffcf0b3b6a1ec421b3651a26c96a2db4f625e8954a9
DIST thunderbird-3.1.11-de.xpi 222817 RMD160 362f3168136b693a92c746d0f9ea6496930ef4a9 SHA1 38a92c534c8cf4cb9de0b06aa6708e53a7ecd376 SHA256 8c66b7b527e025e148f11fbe19fd0b8acc45bf8b2baac6400cbb30b248c9c355
DIST thunderbird-3.1.11-el.xpi 210073 RMD160 beae1e0c68a1c3c4b96a1cea0f252fba8775810d SHA1 f3888e6cf8f7d52c044027e0114f8d9151223081 SHA256 0bfe08f807b4b529bf12053526c803fa104b6c38d132f8f262a498f846ca9762
DIST thunderbird-3.1.11-en-GB.xpi 203675 RMD160 0c2500b0443bb508fd4a526acd4322830624fd02 SHA1 283682a0696d66cf7891ad529f16289d1e084d35 SHA256 0e8bfde8e4e442f03afb8f9d85deb1b7b99324194ad9306dd771305ce60d1a11
DIST thunderbird-3.1.11-es-AR.xpi 218588 RMD160 0567b880b6af557c8d53f05965080e67e772cfeb SHA1 9db561ded3ef100379cd6de16b858d1f1f2e8e43 SHA256 ee7e5ffb47d60e47dcd1c40f747541a358eca46b2cc3d950921d144b2dd7e1c7
DIST thunderbird-3.1.11-es-ES.xpi 172879 RMD160 51c0e1659346f1ea6a1ab224433db52e453a1ce7 SHA1 fcd702f742a42e876be4380c5a77b3b5c92cc750 SHA256 691410443b2ea2db2b7ced24de3c0628985991ce55e35200ddf474bb93110dc1
DIST thunderbird-3.1.11-et.xpi 221753 RMD160 cae87a516f3e6469c3838d988e4d13c55a78ea5b SHA1 de4947ebb68f01d4afca131ddec1e837c46b05b3 SHA256 e4fe7777c73d32cf64bc8d4689d18e7e4f670d8f965bfdd3edcad81bceee3091
DIST thunderbird-3.1.11-eu.xpi 211283 RMD160 ad52be240bf25f3689b3929c526d22890a1dc97a SHA1 dce9fe2ff5eabb5ad0d1da960972a985df0602ea SHA256 84793c78d3d9120adc189df98c94c4d73511d7f805449fc67a43d4a6482990a3
DIST thunderbird-3.1.11-fi.xpi 219474 RMD160 577410cc5c0538f4f91e3dc5c6c26cef94d48aa3 SHA1 613b3212834500c06dfb46d6c8ee35e8125b8431 SHA256 786054a681a8a7077f1810930c9210fbd0e9ec708e58b344840cfdb2241f3afa
DIST thunderbird-3.1.11-fr.xpi 221771 RMD160 df79cad4265bc00f00b36981ec03527adf5e3c86 SHA1 224cd62e317b4fd9c666bb248f733a8de5dd9638 SHA256 184cfde6453301b5fdfa0549a5793134917f9d3729a953e280161ec9a2cbc9de
DIST thunderbird-3.1.11-fy-NL.xpi 220800 RMD160 caa3c2581fe952785698363ab90f5424aab48cd2 SHA1 0d9c72013bd0a0d9ab5e190403d199b698cc27dc SHA256 c71c158840e3f7c9a2b48db7c4eb887783983e0d221ffacc08ca6a34226509ff
DIST thunderbird-3.1.11-ga-IE.xpi 219429 RMD160 751950c6084dc8bc9b2f8fe1a9af052512816076 SHA1 83bae079d7c4a11d123b7c9336638f755c30b3c3 SHA256 a809fabd7328ecb5e60b9bb6626abd5e44fa8078ac5d597ecd4dfdf5f8d597cf
DIST thunderbird-3.1.11-he.xpi 204908 RMD160 c2c36b4a41c37a76e87ea306c7fe962217feabb4 SHA1 bf3f64e0f5c258c38c0cf2475718e31a1c736b27 SHA256 05d3daad9c69694611513fcbb7dd63ec99468412d6e076d3a8c774fb4f4092a8
DIST thunderbird-3.1.11-hu.xpi 226159 RMD160 3b78d2538ba0621b0a4cd6b6c4fac01688707cfc SHA1 0e2a1ff89db41b38ae2438cc2867c8ab49f0f93c SHA256 6210fc89e67c1f08c4260b23b5a114114df852498d271ec839bc7b5a0a929257
DIST thunderbird-3.1.11-id.xpi 185845 RMD160 68b14d1a4c2c8483fb95b87e0fefb1863ca4d79a SHA1 eaca08e8990e9789b7f89d578980146920eeed09 SHA256 b1de7097b7be766685aedbe814b1c8a2b2e9c08b393fcd5cb9ae987d20ce9120
DIST thunderbird-3.1.11-is.xpi 214017 RMD160 46f3506a94ba3540d0318b775de8087b351c6c1b SHA1 4c62cfdee60cac1ca2bdcf1d17d56b484b222531 SHA256 b4446bcc95fa68bda9f8f1880f1b60f9aecffa28db1d4493130572b5d66b6c02
DIST thunderbird-3.1.11-it.xpi 171393 RMD160 68408fb4f879c7688976c6d56bc1779b5a648b7c SHA1 cfc87c7e8f9c8368dcbd9af195f478b96be5c54e SHA256 c450d0f68c2f0982fc9cc9f3279439715d7b8fa7559bb75bb59b31955ef671b7
DIST thunderbird-3.1.11-ja.xpi 236626 RMD160 bba72d3fadd10907406350d56947d2602eec7eff SHA1 5aba241c61d594367a2e176b7856273a08b1f748 SHA256 c2191f03aca9b32ac07a7d195f64424a3f1d5ed82d8a75c4a0b7c0dffc5d4b55
DIST thunderbird-3.1.11-ko.xpi 194783 RMD160 6c76a57d0c8d561543e44e74444e114f636a01e0 SHA1 fdc3f6b5d4776a8d04f2847eae2c851ee20ad5de SHA256 f53b79ffa380f54b226a3a61e2d2277742cf70527e4c186f019d651e1d26f3b3
DIST thunderbird-3.1.11-lt.xpi 235296 RMD160 0f0828984c51972725462dce58776d2bcea2e579 SHA1 37dc05a8f55c22d798aa1509fd55abf5662c69b6 SHA256 1648ea194666162de0c8ad742df2fcc673916b2b342511cb6f2944f48f27654c
DIST thunderbird-3.1.11-nb-NO.xpi 213869 RMD160 288ceb92f8560acdb80e94b458ae22a6d406d9ef SHA1 4171d999a136a6d49a08e7f2f4fa719cfbb6a2d6 SHA256 6dd25c3ba6b5c482a4ea124111b61d6d43e0d791d4c9944a1cfa736a111efbc5
DIST thunderbird-3.1.11-nl.xpi 216584 RMD160 7e1b0133bdfbb66968d0cb1cca6830aad3b1c653 SHA1 249695d2ca2fe73381609a745eb9301c0207efb7 SHA256 6d98d6181ed04ca66798a3e8511b650ab4cb301400685cc065da69e950d1dc7f
DIST thunderbird-3.1.11-nn-NO.xpi 215631 RMD160 9c11765df3d780e440fbe0f68d1db72c53670941 SHA1 d7ed503ee917f8d9bbe77897e62c0595893ce01a SHA256 3a9ab5f556968292866f5a492406d4c09f10dde4fb0f6165486f6602115cad72
DIST thunderbird-3.1.11-pa-IN.xpi 241100 RMD160 4d289d9cdfc7ce40f4cbeccb6d0fe36e973ef1b9 SHA1 a78b956c06a0a0c1a733cef1c6dd417a65280f33 SHA256 654ee53022ee53a75b9716775ab0e5421b04923178c0ba3d307b46b3897a48f8
DIST thunderbird-3.1.11-pl.xpi 203878 RMD160 449c857160086b5849686854c0f2889705dcdc71 SHA1 0d90ab14abfe9f809ba9b89975f1a04e9d2ca5ca SHA256 d4ba0ba503d213a4a821ab99678743bd156540ae1a7459b80fa4e078c46ed3b3
DIST thunderbird-3.1.11-pt-BR.xpi 215018 RMD160 6e4110959f67a503ab687ceaa634d4976e796df7 SHA1 aed86967b22b4b881001a0a22ca0b7685cb801bf SHA256 c0529bf7af12a245b7c55f5e0c3c9d9ee4e8f168462a123cc8d91983ad21d44c
DIST thunderbird-3.1.11-pt-PT.xpi 214252 RMD160 f06c1eca35fd5bdaf70cb1c35f49248454949c63 SHA1 47a5a9454974e3941cce947f29293924beaca02b SHA256 ed8f735f7433dbe78c2a767d7dfb65e165d7946a256a0bdc600f05fd6f222b67
DIST thunderbird-3.1.11-ro.xpi 221215 RMD160 0515c641df30fe1c08ee09487eeab784d1c51147 SHA1 4b56018603d9ec2c45b47513bbbbf0fbc5a7b538 SHA256 53b54449117ee582197c97b527a5a2f3213e6be575ba5c1853bd7d5e062b1fce
DIST thunderbird-3.1.11-ru.xpi 198272 RMD160 29298e3139574c644011a55d1430342056b07cc1 SHA1 aa0c20c9d15eb57fc14c871a7719d742fb58eef8 SHA256 e1d500dd8c51cbe585e4c0702bfdf6ba5e6aef61064703718dd33ee6a3f4170a
DIST thunderbird-3.1.11-si.xpi 246153 RMD160 b790ce42060b48d04c12afbf0d50441af94207a3 SHA1 3a649a620f9d6390a49c88767fffa84d4e6126d7 SHA256 23fee1ef7b12266892d0c8311a6bb0c54299dd477c5bcc1bfc9502b9c2f415a4
DIST thunderbird-3.1.11-sk.xpi 224600 RMD160 d27696b289f8797daba5de26f7d4db46667e9cd3 SHA1 4496f88fdee2be35956cf4dc23ae2f90fde84174 SHA256 2ae452e53ce3ace687d5ca6d413cd50f68c947568fe96a598bf78be3bb1f7811
DIST thunderbird-3.1.11-sl.xpi 218485 RMD160 be6e79564f13d5692642007b163b30d07bfe4a8e SHA1 217fd26262137f13be36948aca14143a6a2cdf54 SHA256 cd04565d38131759fc2ab455cd94e228f3d1f4ae351ed75544eb75b26b224b64
DIST thunderbird-3.1.11-sq.xpi 211283 RMD160 8a36bc2023105b75c6bc1c6addf39d35b23ecc88 SHA1 356f14a6fc0a61f13e8d3c7a934ab53084ca077d SHA256 8a9443f06d1bd34f282639fc9ea127a851ab46387213e32aca4960f730ab99aa
DIST thunderbird-3.1.11-sv-SE.xpi 221171 RMD160 be1bbb8547fbaf4aacbd66ba4df0da0f789e9e07 SHA1 e434ffa39e8d09a2e56589c5e67bf6d1e2da7b42 SHA256 42b9e49a41d0684937cbcb3576dfb962cd721cd09415d96373c36e216611769d
DIST thunderbird-3.1.11-tr.xpi 215821 RMD160 869183414503caeb2249f5004aaac240089926f2 SHA1 78b54e29f1c4be9fa03567fb5160cd1d77848608 SHA256 8d458a6eded9e4eb0985b9601918f7424922db549e4fd6eece7889b670b79202
DIST thunderbird-3.1.11-uk.xpi 244808 RMD160 2172220c5ae67fd9cebc8267dd2dd0c1a5bb982d SHA1 2812504bdddbe21d2b9d775609e2b097a314c50e SHA256 0df41a6bf414778e9274dad896b3d8e116a3994564bf6e74fdda87e4edc83b7c
DIST thunderbird-3.1.11-zh-CN.xpi 219649 RMD160 33d1f1c34aaeb52b110c54f136066bb9fddc4944 SHA1 84987ffbcb2103f6f366c173f9fe664c8ffd178b SHA256 c8c3b092a4a999bb30d47797f9c0850634282ad561a233132f28ced48a0be01f
DIST thunderbird-3.1.11-zh-TW.xpi 220607 RMD160 9d5e191913300c6919a951deeaea2959b07cca55 SHA1 8acc959dc88247bffd83f5eb868b1f78e747ccdc SHA256 5719a75ab55111a2adfff2c982aa7fba6dae91e0977479060f2bf259c2de9024
DIST thunderbird-3.1.11.tar.bz2 11601754 RMD160 99cc974fb634fc84a21a1c00ce81522232a23da0 SHA1 ecb357b9e977ad08b5c4d2af251663787cd540d4 SHA256 36d11cf0a699425086d7653239aef57fca1fc98ab9716d54f4af5c5090f5e09b
DIST thunderbird-3.1.12-af.xpi 210617 RMD160 0d8a79d8066b6706090f6c0a55a0c89423542eab SHA1 abadfd892e896e87a8a394bdc5a1ee6c4aa7f65f SHA256 00d47a4b1443689a328d4903ccea06a058d2d847789442d4a044212bb6813b56
DIST thunderbird-3.1.12-ar.xpi 230333 RMD160 a9ddde633984f2c431c960870e5d33eac78089ad SHA1 beeff8853f470b9c24f308ce0ad93a95686c7378 SHA256 706f67296c7058d694c712964239b44dcfc4a93ab1148b70fee22ed1056c6832
DIST thunderbird-3.1.12-be.xpi 194476 RMD160 986f590f22d7e3abb3d9faba7ef03d516018d04c SHA1 272a9b74790b21133b3d87bfa6e87ffb76e2ec38 SHA256 20fb419f9da957b5130a01fe590b134bb5c4f0da7b43a5c1d6a8c6912fb4bd7a
@ -137,6 +91,56 @@ DIST thunderbird-3.1.12-uk.xpi 244865 RMD160 529b11665f6f52cfa12efaf1a3e6ad05475
DIST thunderbird-3.1.12-zh-CN.xpi 219647 RMD160 159cf73f955c0fd8df394104271622f2ac26af88 SHA1 d1e56854ae9b83e29183d4c897b8c56cde09bd0e SHA256 6293366577bf2893e09768c81167fa5cdd42a8fff15c44b1f6c16e652f2a5591
DIST thunderbird-3.1.12-zh-TW.xpi 220634 RMD160 fa25c1d5c1c4c7b1366099c7ae0b07df3b4e4f40 SHA1 2f1a228c7c60f4e9b0bd9c4964661b92053882cc SHA256 b63fb7b26cf7f91d53b6acaa0d9c47b7739afce1cdba82ddee2cfee6b0b70657
DIST thunderbird-3.1.12.tar.bz2 11559948 RMD160 6fc2d1457d61ced8730d93f255694d7635e3fab9 SHA1 9ca6b8e7e7bb8253361f97ac2737e2d5ac0f7cde SHA256 55ed2acf667bf852a8d6a961753f9cc3586d3be10f86d94f0e41318700ce929d
DIST thunderbird-3.1.16-af.xpi 210580 RMD160 bc70dd58334c3b8ea945ad814b41f923ed8be9ca SHA1 b7fd21bc320d0ec350e33d1e2992cf72ad7c2715 SHA256 3ab41981d5110af12fb1c3708259cafd1f764abca5e7ce6b58b354e9b5c0a5c1
DIST thunderbird-3.1.16-ar.xpi 230316 RMD160 62d59d346eb3530d19ea1c279501bbb1b8e6746d SHA1 1de589fd1779ac49bc08350676ce7ed0440f75e4 SHA256 5e5227f590f837e0ac77b8b620dfd1a16aa5a8cead53dbb10ed0e9851058e7f8
DIST thunderbird-3.1.16-be.xpi 194464 RMD160 f2632b11ff837f48866d2a0d219d5ebb9b5f164c SHA1 1aa752615fc5b71720c9f9f75f24c2fc5a9b5470 SHA256 79c12294607bf5086a0273300e923ef88b0bbb205f783c5a0441af7e779e8240
DIST thunderbird-3.1.16-bg.xpi 235182 RMD160 835083e6ae3b710ae33e1e8a020b8320a5fcdc64 SHA1 1fb69d13cae0cca96818a643567122ee532e7e5e SHA256 f7471302bd43cfd289e06312d7d91aacc94591fad70ddac8dcfc7820a5f0f2f3
DIST thunderbird-3.1.16-bn-BD.xpi 244750 RMD160 b6744dbd3b17e53409772ff4d1ebe593bbfec8e7 SHA1 6f1bb6f7e9d4368ef68bc36069c74c7c0a79257c SHA256 b2f9db9f6fab832ecd4fa5d094dcb6bf7e9e287eda870c9cf645f69fe8218402
DIST thunderbird-3.1.16-ca.xpi 219329 RMD160 6dd2a60d7e0025e784806078a111c116a7cea90e SHA1 1f88a830dbba873c40929a0416cc52b614963859 SHA256 c1e6fd2370abe8c79a219abe5c5dea93b140eeb1ae908a8117af0f64e220fc8d
DIST thunderbird-3.1.16-cs.xpi 218136 RMD160 09c1f27c28271f05b19f86976f7b590de2c717a8 SHA1 e957ae1fde7608d3d86083c3e03ad23d6a7a913f SHA256 3e1bc6bdc9e5f694252faf0c2b8786cd9223fd9632f3ec48eb4e95b28a911d87
DIST thunderbird-3.1.16-da.xpi 203172 RMD160 b380b04ce3442a3de782ecd5056d969445f18109 SHA1 4277ad70d011b63dccaaf4d1a98a45af1f31f649 SHA256 e4499eefde006c3734c54d71c91d404827eba95653d151fb001c0dd58ee8c475
DIST thunderbird-3.1.16-de.xpi 222819 RMD160 038505f90467376a2cd35abce9335c490c6e6d1e SHA1 df993b56f30dcf8259e3bc94cfad869dd4d48a02 SHA256 598fe9948aab00f5b2461e8c85e8d05ca428f80340eeb7bef2ee14b61c695756
DIST thunderbird-3.1.16-el.xpi 210068 RMD160 0813cca7d3b4a2d7864a9fcd8790a1c2cd6c2668 SHA1 bf288adbad7e6357a50f9e4bb3b4e0e4275b5ec8 SHA256 916a06ec84e7e422ed8eac23622425af521d5e2af3261ce8eb9fad8a06757df0
DIST thunderbird-3.1.16-en-GB.xpi 203668 RMD160 bc0ef4fce6b63aa1f0aaa18466111478667ecc46 SHA1 5467bd3528bfe3ef17db8e98b2d078a893aa016d SHA256 a15318cf608714bda292bcb719dc0e9af70d6d20cf98160ebf5dfbcfc2028fcd
DIST thunderbird-3.1.16-es-AR.xpi 218601 RMD160 c9e3fa1142a14765f9ca33416514b4f53ab14c4d SHA1 248742ceb361a4db5582882337bc9b3a594f5752 SHA256 3e03dfa33d3a867856f14670b4b51e35e7f6e02f24aa56abe06a528dafb620eb
DIST thunderbird-3.1.16-es-ES.xpi 172890 RMD160 3418c10df053850c3ff9fcb185a4447ecb441e98 SHA1 5c238ed236df407670829869911e827c8b882269 SHA256 007527cae7ee5daacb7132251500861335f9f300020f6259dd3889654e1b1288
DIST thunderbird-3.1.16-et.xpi 221755 RMD160 9783e3cc2ee1e44861bde018fd41e4fd98cc3f98 SHA1 07434ef09f928184a205187e999fcebab1208e35 SHA256 a6bda4667b6151474c46eaa579e661dd2519202720632a0bcc0a9da3e7bf37fb
DIST thunderbird-3.1.16-eu.xpi 211330 RMD160 4d268e5793203c0d613cc260a2beb04a95f78de3 SHA1 024dc0ceea1cbab5101cc679c6da8a439453a471 SHA256 c86eb7166892fc5ed5677a766103e8e891ab396a4917c078206cf77d3474f502
DIST thunderbird-3.1.16-fi.xpi 219491 RMD160 d7c5c775b920248edf33ddacbbe11417e336cdd5 SHA1 00a984bac6083a4fa39fb6bad50d35504c7b5424 SHA256 32ba3d3c8efed474d17317023fed2e83ba133655cfc3b9cd480addb3add0b81b
DIST thunderbird-3.1.16-fr.xpi 221707 RMD160 f1c595f42f022725722da6d67b6ca0cd114fb85c SHA1 8cbc92b715ba5674f2142cd5cfe0dc9cc4c75581 SHA256 74dc7a3eade7963bbe84e8248e733a3b2ea2074a9722daa1f498231446caf022
DIST thunderbird-3.1.16-fy-NL.xpi 220796 RMD160 ea6d426f69eab65364449a65771aeddf77c48946 SHA1 cdd3ee67b6b482dc14b97072739d9369de63d070 SHA256 2923d61cee452d3cba67e3ec86ad89fea70c60268a647860b4c35f8cdade3cac
DIST thunderbird-3.1.16-ga-IE.xpi 219425 RMD160 0b0cc08b468ad8934d75323a59caf7bbb014559a SHA1 84168566e3ec596f37f38369485bb7ce3d4a70a2 SHA256 501343d07710370e5f3725c67227b153dfed3ac12bfdb0e8cff59690f55de3ba
DIST thunderbird-3.1.16-gd.xpi 225172 RMD160 e9c5b13a4d1aedac8f445a2b7186090009a64f67 SHA1 25b141fda46982df68dd0012d50a7ed074d0c01d SHA256 502f013f30150e15eff4b2f068b59ef2257048fad47aa2fe3157a71883ad9423
DIST thunderbird-3.1.16-gl.xpi 216060 RMD160 a997a361e925e02d35d8c4dca672b9a45a31465c SHA1 976fffc5a31c1499145eb31eba86560645c5cd56 SHA256 bb2e805325e055f9126244dfe5baf290382766b0029b2e9efa11aa36e6f5a3ea
DIST thunderbird-3.1.16-he.xpi 204926 RMD160 3436db6e432a8dfc89be16e4b4fd3874fd2a1012 SHA1 633bdd233f4ebfbb84c6d6cdd22b5b1ffafbb8c5 SHA256 5c8b948353ec5638a7e7dfd787222feb37b3d5927523d7d3b97c2b24619df011
DIST thunderbird-3.1.16-hu.xpi 226084 RMD160 a1b133d8e76605e4c44af2c35c161e2ae49ea77d SHA1 8e423cb57e22ad41ab00bb5e784881aecaf5b412 SHA256 a96d3e5502133efe8d0dc79b720ec76352c51cb426bfb15a305dadaa17c4c923
DIST thunderbird-3.1.16-id.xpi 185902 RMD160 f4cb88791f2cffc03e0ee61a3d250664a33fd0b0 SHA1 9a601d963e59d44714b168fc3e4e54f5afbb6cb0 SHA256 a2403545d65862a881d0b0170b8e266b39ad4779908474e07a297d4c62a33e08
DIST thunderbird-3.1.16-is.xpi 214014 RMD160 8d926f56948a8edc336373699f961b9289b5a7c6 SHA1 954c1dcff63db1e55044f06f83fa0a67baf6f3b9 SHA256 f3b49151f4d215e5d500f0b3975c534ee2e76744f7112745e1b6d9d2cdca6143
DIST thunderbird-3.1.16-it.xpi 171455 RMD160 ec777326c3367d68149dce4de8e8e7d813487703 SHA1 ce127916628a60a6d30d563606dff3cfeb664458 SHA256 e78448b9a4af95529b73ea2b3a051d0268140a9c5b6ebf63e0a04da46c06f0a9
DIST thunderbird-3.1.16-ja.xpi 236588 RMD160 8fc8da8c3c221dc307f15779e13103637f329e2f SHA1 b24e9ab111d7b1d696b26e5c693748dd4ea183e7 SHA256 cbf358334f3122ac96a5922f29f57ce5b2e563e7c964c604135f49edda495171
DIST thunderbird-3.1.16-ko.xpi 194728 RMD160 ea17b8a25fee6e6b25af1c061f7fa7af214140b5 SHA1 b3b5d6fe24d9feb937a686f91bd40662989fafab SHA256 35f6f142198f7a1728c45d6ed2b7c88561d0a3ae0bb256e2f227a82ed3de4070
DIST thunderbird-3.1.16-lt.xpi 235293 RMD160 52dc552b7140b0d77a318801c86eefc2097041cb SHA1 9d682bf8980108832f8168f12d39837c6bf44a90 SHA256 492b42a231ab4124d1a99739778161496db58125153ba7a2ac7ff8a8fc93a8ce
DIST thunderbird-3.1.16-nb-NO.xpi 213924 RMD160 92fba184cd84847cf6f5e5625027d300d164b192 SHA1 73a3899e310946f9706b2c87673747a9553a65da SHA256 cf265ec6813d85bbe4ece2310e85db41ffa9cf8ab41547e11f57dc76ec178647
DIST thunderbird-3.1.16-nl.xpi 216628 RMD160 c293ab9f8cabe128741c5b58de6d83d1280bcd5a SHA1 288ee5276ea48086d23493c23335ed5fba7c183c SHA256 169d8c463cedbb5a262d5354c2b34d4161dffb85a97fd1c010a195936aa4ab7c
DIST thunderbird-3.1.16-nn-NO.xpi 215631 RMD160 52e4a46b3795088c16637c55e48a88144b3830b4 SHA1 5b3e485be3e1e1a2e80794172fb6b0c84c194dd0 SHA256 be785caf74d150ff5da22327158ffc532700c6cbbf4cb2a949e2c71121db66dd
DIST thunderbird-3.1.16-pa-IN.xpi 241048 RMD160 da6543110fc9d28a8ee3df2b57657e3390598a82 SHA1 fd61a5279fa51360a6370d96d83fc8bd2017267a SHA256 7c317586b2ffef10d3a9fa48f9e0cce5eae139bfcc601e2b9e00ed1f6f1d0e11
DIST thunderbird-3.1.16-pl.xpi 203869 RMD160 e6e2df219593856ca340429a22b5126f0a36c697 SHA1 6eac2ca1a5a572e867b6c1a48028c5f500ecdd61 SHA256 dff43a05b0319afe903f28cd3630690fedcd173556caed0c86191ec43024eb88
DIST thunderbird-3.1.16-pt-BR.xpi 215018 RMD160 156b003b5e55845324644521cc3d98c5102d4403 SHA1 6c06441bb38d2b922853db342e6777b24a775fcc SHA256 7105caaac8fb7bc597eb47755736499ed20c386a6e14fb6ca6794e8e88eba559
DIST thunderbird-3.1.16-pt-PT.xpi 214220 RMD160 b17c986452783e22c68897d8bed4bc9480da224a SHA1 9f4b8e49fde22d1774e0a297b73b75362c8c006c SHA256 29ac67b3972cc798465514f3b36ce45111635b60a02da4706fcbca77338f3b26
DIST thunderbird-3.1.16-ro.xpi 221193 RMD160 fc3087a0c4ba38555f9769a9404a9a50c389936c SHA1 b0cfbf7b2ed491d914e624016f4ed633cb3da0bd SHA256 32f820ca9efcbe812c319642e5c1cd3ac82ecb10f18466f43fb7526395fc5409
DIST thunderbird-3.1.16-ru.xpi 198278 RMD160 6f647c3ffc64db2d9cbc202a9b327ffd6e780da3 SHA1 bb0e1173dbe82a47a5ab5ea5a8d47625b5b95ed0 SHA256 feed2e26decab7bbe43430e1921512a69b74fcff80a4eda4e1ee9419f2917b68
DIST thunderbird-3.1.16-si.xpi 246120 RMD160 a8c452761a07ba9d0898e4cc286a0f4dbe1f4e43 SHA1 b598a7f4d4ddfbd775d0398a5aee1a76294d6cf3 SHA256 cfcba66de22aa3e12c3c08a457ac8b1b3e488aea5f833c666159291d650026f4
DIST thunderbird-3.1.16-sk.xpi 224546 RMD160 6b97a9539641c7edb378731c238f6dffc4a2e00f SHA1 8861c6069a3f422c88ea799a6d958976db2a2d11 SHA256 552fa317d008891517d9f4a03342c733a0f035591656979c7f7c96adfb07ad7b
DIST thunderbird-3.1.16-sl.xpi 218493 RMD160 7e59765e188ea08038354db741da8f3e1ff46233 SHA1 9d20361a299794576f5be60de0188325baf9dd3d SHA256 f0475f2fc3a6d783b94e0fa7938056cb19e7aa7e366ccf8c493332263694a242
DIST thunderbird-3.1.16-sq.xpi 211242 RMD160 bffc06fd7e0d7b83c8680eb9d522092dfef66083 SHA1 5e9da96f88dbdae45118c50237ae1929d86dd8d6 SHA256 69575c0fe8315ec318d692299615f885512845569f54640f88f88f203b2880c9
DIST thunderbird-3.1.16-sr.xpi 239286 RMD160 e31ce8e1e94bfbba41551b155cb9a405eec840d7 SHA1 86f5992ba58727ae57b88a948ac7f0dcb6872f71 SHA256 a78e81afb2071c248d5c2c6ca4e82e40418eee12568b6a188507e765d5a2af34
DIST thunderbird-3.1.16-sv-SE.xpi 221187 RMD160 41083417bbcd8e43f41ac51d0b17b17eb89f522e SHA1 57f86c49cbc310e6bb8440dfeded22a317e32328 SHA256 6df8aec0a0a7abc4e80220654922fbbf5fccf1f466efe4b46e204efd4a6415f1
DIST thunderbird-3.1.16-tr.xpi 215745 RMD160 cbc7a5cd3409edb8fb7c9dff9fc5f02e5525ef66 SHA1 f54187ad1427058df5d44ae38f1346b91c249dc6 SHA256 74975b64889879d196df21067a206214064af403d6dedc3d78dc4deb8ba8132d
DIST thunderbird-3.1.16-uk.xpi 244868 RMD160 4a307444fd63391a4d49d1bf7d0b617c7cc82cb0 SHA1 03a3e99086473bc08891f7711b043e4a3504c4ff SHA256 644c340091190ec67ed811c2d07603c4b3c21a8af904cba06b3df6a10715e577
DIST thunderbird-3.1.16-vi.xpi 220994 RMD160 5a7ec9a67b9b853a56599f6ede6ed3f0b9029dcc SHA1 368c968dab48b8023b6747ab0cf1504c23102f63 SHA256 a61e244d64be3f96792e51136f2479f05b73715532383228dcef9a724109adb8
DIST thunderbird-3.1.16-zh-CN.xpi 219707 RMD160 34660bbf425d3c6e75dd725f012920bdfca5e125 SHA1 4dae256573e5963ee4243339f15c7fc8821ec830 SHA256 fb64339eada88a687c1b1c544a41f198033c052c19bdeba78f876edecec55068
DIST thunderbird-3.1.16-zh-TW.xpi 220591 RMD160 f1b4e48d07852a912769209f76c66476a671000a SHA1 397e2ed783eccbc1c91112e55380f3fe132f78e8 SHA256 792e89acffb92aea711db71cc3ee8561b4bd60dbb580636dcb55ae565f3a9ae0
DIST thunderbird-3.1.16.tar.bz2 11583777 RMD160 49ae04c8c780a7f10695b2d2224135a4efcc065b SHA1 7c45f468b8ad5d1ea019110ba8aabeea1288aa31 SHA256 7ec7991fc40aafe611f1d4a4225786985536b9c3cc14bf62fb18a77c2224c7a6
DIST thunderbird-6.0-ar.xpi 427494 RMD160 4532e9315bc6fe5793b80314b235f016035a4c2b SHA1 c8104bdcc654388ea744cf1d17a5e3df374d6936 SHA256 3a451c2f0d127a9d27b8a350b08e4e081ad355465f11340d20cc0e451e8b8a89
DIST thunderbird-6.0-be.xpi 386317 RMD160 99ff0d78932a82f8e9c9bd1ebbcb0a09a193d4e3 SHA1 a3b18de8291ed8506e0eb3c59ccadd7e998591c1 SHA256 21f88f8e3c358c443bb2ce0680958864f0c66eba99baa8c28fdb8968820bc8fb
DIST thunderbird-6.0-bn-BD.xpi 464527 RMD160 edf2e295b02e228a6f47fd0def697670914b1d6c SHA1 d6facc7fe373ab7cd370ba04411035149d7c06dc SHA256 d6d16cd89673c1ef3abab059a849b2a6678434cfd0f683b71ec8632fd29565ea
@ -181,5 +185,57 @@ DIST thunderbird-6.0-sv-SE.xpi 468587 RMD160 63139d49daa44d05036f7bcb657beab5c3d
DIST thunderbird-6.0-ta-LK.xpi 463618 RMD160 8d44ca9b451d034cde2bc52bc0a66bb6f9a851f2 SHA1 9bee4431eb5f2461d1fcacd61fb9c83b0f3a930f SHA256 6614445d8c29a4287469dc781d62630f580e240b0156931d8f32f886effa1963
DIST thunderbird-6.0-tr.xpi 403273 RMD160 0a1bbbae82a0378016d0dd6185d604b5b608da15 SHA1 5d44b1a3e50015e5a92f672aac6882025b61af99 SHA256 595b22151201dc4b9d08a0321530c1f1f2494d5b6edb5527cd56648b245f1493
DIST thunderbird-6.0-uk.xpi 452775 RMD160 f1915e4ae3fa8f667540dde3d31c3e36749c0b57 SHA1 54e21c3baff6bf833d18df047cc849d2b9258c65 SHA256 a7030f7f6aa9d52b4a39c344ef1d5aeae9114dca9590e2eabf24b3c2849601ec
DIST thunderbird-8.0-ar.xpi 429682 RMD160 ac02f62b746232efcbbf622e7d2a84269194441f SHA1 da148179119926bfb2305e2157ccbe6edee86e79 SHA256 ac50815d26c950b51a930239facf46c1225f8c052dc7610106fa74573b187b96
DIST thunderbird-8.0-be.xpi 388182 RMD160 b76fa607aef8a84430fd174f53bdca2d542e7f92 SHA1 7e606ae1e580242a62e6a136155b8a478ec09dce SHA256 c744b02fe1cb2acc1254d9c7b34af80710dc5de523d077187b87fd53e061aa9f
DIST thunderbird-8.0-bg.xpi 447619 RMD160 e13ac28e4b34e08308364418b5aab97518bbde84 SHA1 25d48b7d9fbaea3ab2b60e3361185fa3d72e34fa SHA256 aec72e7de903f79775456926e255c39346f8b52d0e12db90246f9401055e6405
DIST thunderbird-8.0-bn-BD.xpi 467423 RMD160 de9d84e240110fd178b4eb0807e9b18709306892 SHA1 cf1185820ee431ec1f8928526fd866316d80350b SHA256 f4812cb69d83f94b31a6cab11672946dc9ae0afd3166553aa05df837971fc46f
DIST thunderbird-8.0-br.xpi 407854 RMD160 ce49a786c8608852d42d3230743fbb362a77e6b0 SHA1 f4b227d70f87b707cb1ab8ad203e2aefa5c5fa64 SHA256 bfe0a405db47e62cf4f2037f10592f37e6f4804ff141c98f03a708c8b76886c9
DIST thunderbird-8.0-ca.xpi 407844 RMD160 f0860202c3b3ca2117373a657f08585e79b8fb23 SHA1 676c0b2904b282649323ee8287eede0fd011f31d SHA256 f9cbd66875016bf18e84d0ffcae1b394d020c6166f1626b95cdb04ea431c20b8
DIST thunderbird-8.0-cs.xpi 410932 RMD160 efb7559493f30a25d0707b36240d28c4fb5e9647 SHA1 4a1efdaa8b7cc497a48dc91d35e69464cfa2695c SHA256 1fd879a3802d455a10db9b94c74449663920b6dd9e7dec487c9a782898fc4c6e
DIST thunderbird-8.0-da.xpi 353524 RMD160 ef82b894d5c104f20a301f498e4ecb778343c50f SHA1 f60819da07a43405faf6d88a9163ed964ac5095f SHA256 db28f6e245304488923e153e5e692b3ade8d736bc42c2fd8c1af065c973370ef
DIST thunderbird-8.0-de.xpi 409617 RMD160 65e0a6ff2e8f1dd192ae06235def1d269bef7202 SHA1 514cc2f40cca34be61a0e4287f1f01a00c96def8 SHA256 d8047dafbcf85f520ec268c633e0a704bd276b0e46d972302d54356f558883f2
DIST thunderbird-8.0-el.xpi 392612 RMD160 433f3350a94aa8e1c815a821c718dea1b0af180a SHA1 7d026284b05903e5fe20eae6abc46246d9c3f79c SHA256 ebb6e4e5cdb20a3d19c72d5bc8967ff1d5ce65b479426ffa7f7cb2a367ea9d9f
DIST thunderbird-8.0-en-GB.xpi 384202 RMD160 37331b2e48c0fc12c25d1e290c352187ab326332 SHA1 95dbc9cd72a58d6d2b6cc7e6d38846eef15ff6cc SHA256 77a53b255f1a526166415eb2c7398a6d7a07a23f46d2737714bfbded8972bb8f
DIST thunderbird-8.0-es-AR.xpi 402208 RMD160 7f9cb8d89f54e5b8e022b152f69a542d978c3612 SHA1 83dba6b048b1fd6132bf9ff286e3e492208b1dc9 SHA256 3d23032bc87e257a749ce7a877897ee4e05c64930ebec9e743eec07c52ac26dc
DIST thunderbird-8.0-es-ES.xpi 345966 RMD160 87b19f178bcd1dae36dc2896b1e751efb934a7af SHA1 9f9e2965fb1786f44a9e4998d4bbceb6ffb2eb30 SHA256 9e4d21fa3b1387977ae4a6bf69395b48de8560e0330ee964c210a06fbf0c0327
DIST thunderbird-8.0-et.xpi 402614 RMD160 f8b05fbb5b6a84da11fd7827c3400b9d8fb91916 SHA1 c6c9d8a80d7bff3e909a955f7e8653a65b306439 SHA256 7e866bb4f163e8aac567266414e20877bb9c6d0525d6621d717cdef1a9715ed2
DIST thunderbird-8.0-eu.xpi 398556 RMD160 71c8a71728fb9bfa9b71fcb682aa145d7e64ec7a SHA1 1fcb6c067f2d5355b6940fc9693ff584eca81741 SHA256 af1a9e5cd29befc818ab5b93ce3b5058766f80fe0feeaedd261a702e56d1853c
DIST thunderbird-8.0-fi.xpi 403666 RMD160 0889d030e832d3f1a894bf3641ef3b98af3c7265 SHA1 fb984fbcbb0cbbc97779bc3abf87ebfefad24782 SHA256 e2c94b11072377e3ce6758a6f3b607e03fa7a0073e167b31ee097e0363b6c50c
DIST thunderbird-8.0-fr.xpi 406258 RMD160 8e6684d7cb942b34c69d467619c42599dd1f02cd SHA1 55d3d5117f36bb5451cf3e040317cdd67b444487 SHA256 5384e5e75061ab504ea3f6284d9f6232826f596d6785c392e795dbf27a2139b2
DIST thunderbird-8.0-fy-NL.xpi 406182 RMD160 18b02278929414909101c8d550a05ef5407484ac SHA1 b1df077e7fe68ebb69133655821f640915ea4a79 SHA256 fbf0e7e59f36aa2770ddc129b0da453c5ccec1fc26ab08c1d37bb2ea1baec890
DIST thunderbird-8.0-ga-IE.xpi 414791 RMD160 5f5843a6fdfcbb47c84266ed57aa03bed0d197f0 SHA1 e8f77908d61f82796fa80c974b821aed7a82f421 SHA256 6f193c7ab8d86e01bd305cb480ce4d1d3c40952b29d451ad53a87f7d25c399db
DIST thunderbird-8.0-gd.xpi 417258 RMD160 4fa9be2ddc45716832dc62a8d4d9a5613c6da22b SHA1 d699f7432c42b43ae339e7cb1fbbd6dd7a710a6f SHA256 a79cd6a967aa6023953e1b24cf784e5600b05bd77f081c11fa1ab53c145f19e8
DIST thunderbird-8.0-gl.xpi 401200 RMD160 53401ac6094f275ddb536da38ebaf54cdfeda097 SHA1 dc343fcf130314eaef14bb70d6770f79c37a2edb SHA256 bd164a1c8b5a1fa7514323a6fad15f43765c42886ab46cd0995edf29e19ec25e
DIST thunderbird-8.0-he.xpi 429157 RMD160 cbcd11073637c0a8ffb4200ca7b93caf6a78f1fc SHA1 d58b666d5a7ec7cd8c3ea6215f9a48a84fde8316 SHA256 15049fbc3a1d41d4c69013ab18679994e6530a65c47051388dd51ec605e82562
DIST thunderbird-8.0-hu.xpi 418308 RMD160 d5c39902eb580bfe74cb0d9f8fd50927c52418b3 SHA1 47bd74822aafe1326d4a86bc998edafcec9bf45e SHA256 2ba9485a7d3ed1fc7962f5776ab02856a7b6c847345b03fd54c6bb80e10a8e08
DIST thunderbird-8.0-id.xpi 392824 RMD160 dcadd8a3480c88770da8189e37a39dc656419b55 SHA1 564d1f8a6348def0d6ef21f10508dcd642606434 SHA256 a03a86b388d79d15dc2ee09a99e11f492f9d11a6a72a75bc26896b09125a4604
DIST thunderbird-8.0-is.xpi 404491 RMD160 4b3f8f95b25bfcd49e1a58f90d0f1138a1134820 SHA1 88336dc416de62a1f021233fee8c66e9c88e07cc SHA256 60110ee7c61ccfeca0560a49eacb50423f73f183a964f58b74ae37d8e564443c
DIST thunderbird-8.0-it.xpi 338611 RMD160 f5e5a492c30dcafa6d8858419dec3adb2f551d88 SHA1 acdba9e5a105d855e18e244b73c7e6c348421e33 SHA256 61c243264edee5bb95bc947b0732401f189b184863d2640128e00a19fac426b2
DIST thunderbird-8.0-ja.xpi 450381 RMD160 71cafc3ebe76704b22a976d446cecd0c82fdecb9 SHA1 40f500176e13716c2f74ddb620be3d3681a89751 SHA256 1ffc9c291893601172be91f50b25b651c18ea008def94b858a12147872da2ce9
DIST thunderbird-8.0-ko.xpi 362650 RMD160 9a55eea99af12cc333b3aceff54a6e2e1d45057a SHA1 5d55df5d8451c875ccafd8247f0e971102fae5c9 SHA256 b7063cad1f6ebe4c21dce881eb748a88aa906d23f248593d9bb53ba14381efba
DIST thunderbird-8.0-lt.xpi 527185 RMD160 eab4cf6c9dba554aecd83647df27f79d217d9939 SHA1 727ae314f34aedbeda861ed3df7a93466810b901 SHA256 fcd2c44bdebe7866f087b088ce5103366e2241bc341cc24b771684bc1d06d253
DIST thunderbird-8.0-nb-NO.xpi 399860 RMD160 b959cdbe5e5e5e061c9e414f5719c76e4f0e9d80 SHA1 a37e40e894e4f1dfaf5b77555d533c000087a667 SHA256 83b800ea6ddcf098f309a8e71f3de741973d0177c145be9b8bf896d23df5204d
DIST thunderbird-8.0-nl.xpi 399870 RMD160 aa6068ebf5370de95b8118823b90e76d08b820ae SHA1 d9b71812e16505867c3d64a48d91cf203a3c6ed8 SHA256 bce99a6e95ae72bf6040d38c7fdfc5cd222b3362dd97e79e5af90f2e752adfcf
DIST thunderbird-8.0-nn-NO.xpi 401462 RMD160 547fc9ea77a2e43c9c58f24f5c9299db9f793c50 SHA1 a91a42860fa6ab81e3ba381a2dd32bd16be8aa5a SHA256 7e93e1e0ed7c6e942c6858b4e003be1e9a7180822a251436cc8349be1784d5f9
DIST thunderbird-8.0-pa-IN.xpi 434683 RMD160 1b5f27a2f25e9af0404583e7a3047f49c25763e6 SHA1 ef1dccae1fb0c439aa48678827c84b0728389e6e SHA256 56c0e6bd4e5cccbb486fadcf7cddd6b0a75acaddc07d319e9bf39e679b98f900
DIST thunderbird-8.0-pl.xpi 386210 RMD160 9f393faab5504a98c876ac42fb6562a5115fd270 SHA1 5aa92c952156673ef354a2763f59430622447221 SHA256 040b62774df7f1e66b8af5d42031ac3bcd148c3646ee7815504aa2cc89322c4a
DIST thunderbird-8.0-pt-BR.xpi 408964 RMD160 f53215aa67880eacea3108063b3ec0d14895c202 SHA1 eed871c5b8af96bc7c36391d3796ae6feb7acaeb SHA256 669f7ad7db9b02e8dd9e41be42cac56ff9a2826c971f656d17f0fee0a22bc397
DIST thunderbird-8.0-pt-PT.xpi 405968 RMD160 29121ec74b43cd321a94eb83f761b091c4e272c2 SHA1 b2889c50eac0c0b583dd3f20e5d6d4f641f00397 SHA256 b2ff74fa2f888b8e29ae158d55ded0ce7660498460930ff0697f17e6e481a91f
DIST thunderbird-8.0-rm.xpi 406577 RMD160 611076b8da1aaede20c05a50bbc708d40bca8fdc SHA1 d6bf1db0ef2c5c2f0077933587dc50822f5be27e SHA256 0110cfd35cd8354930ba5511ccde62539e75e69d31f4d428a20bd8aa113cfaef
DIST thunderbird-8.0-ro.xpi 430139 RMD160 9ed6a3c834d8c8d748f7d57d26129f0c2c2e0c51 SHA1 0c53963d16221bf0d609d3772994b14fdde2f4dc SHA256 57d2dfa73581629a305ea11fd98b7ff6e2ec971a1a031f635fad103104760084
DIST thunderbird-8.0-ru.xpi 400687 RMD160 8ad0c810a54131cc344edf662c34b208f4e9c842 SHA1 823c97ed7a93c0c10c8cf2555ef4bb0556e0027a SHA256 a412dd6f6763972727007d76f837b5f1d8dd32ec35afc9490a3722437330dee6
DIST thunderbird-8.0-si.xpi 448334 RMD160 7340edc0cf0326213dc7832931779f186fa76eaf SHA1 c48cace01c7659a87dfcf9beb045728b958767fc SHA256 fce2b953375d5b6fcf58d94bc4b676ae843103b5899fd3f5af5c5f7275e75631
DIST thunderbird-8.0-sk.xpi 416338 RMD160 573654a59aa83e083182b00b4c81603d0ea5c83a SHA1 53b0146da50a8a5cbc3bbd9c4c3077c294e337af SHA256 e09edb3471eb06d3e21d85cbf2b889ccb041680150b28f43db2f46ae21ba6dff
DIST thunderbird-8.0-sl.xpi 402625 RMD160 3da5c058d1953947b4fdb1f30371db296c3dc892 SHA1 34ac589a09b759507ef7a58e9e81d5a8fa367a66 SHA256 91c6151d3c9c74ff937539c2c59a4f04f381403d72e43402a9466fffbdda5a71
DIST thunderbird-8.0-sq.xpi 351703 RMD160 9fe4bd4663d1c9eee57eb31feb98ff32e7e68f43 SHA1 775103b7eac89e52ad2600462146c20d16841da0 SHA256 f14b7ca5d4049ee6218fd6377759bd6cfc32d37d180204510737ad4814c56893
DIST thunderbird-8.0-sv-SE.xpi 470499 RMD160 edfe10d92fec7767b62782f34d0148a89608721c SHA1 4ecb7e9462fd43bb2665d6ed8dbdb6dc3d1fa0f2 SHA256 c7cc27527961c0435fa8bb1563fe04edee234188b0abe001e10159c48bda8a2b
DIST thunderbird-8.0-ta-LK.xpi 466437 RMD160 14e348e400a24d4e12679ce3b55b2e4a127721e4 SHA1 a1fafc13181f41ba9b93854594807b3e5cf65b49 SHA256 a49d999804b2925dc87b5fd990cbd373489b007bfd67a862ca1f775eb5448c04
DIST thunderbird-8.0-tr.xpi 405974 RMD160 4f80a26fc871135b850851bb06ddbd7b8de60574 SHA1 12c21c981fb65ee8c8d7a1720e567c1166da4177 SHA256 984f7bcae3a51a3dcbe83b2098037c43fe929d14713f8b0818c362122f507a2d
DIST thunderbird-8.0-uk.xpi 456674 RMD160 95c1009e180d50940e8ecedc1d373c834c278bc1 SHA1 59cd3d8a0b47ba087d4493374bd6ba8b233758e8 SHA256 cdf663bdc0f85857cd41ead2c058abf01f6542089da94ada9f5a2bcf95214dbe
DIST thunderbird-8.0-vi.xpi 425968 RMD160 5412aefbf05179354fb4fa2f3865a58b53552041 SHA1 561e797859bb118e54e50e24dbe826558900d96c SHA256 fa82a8f09cc3adaa8e816c953bfef03a385e84662f886061d0a6712dfad576c0
DIST thunderbird-8.0-zh-CN.xpi 422519 RMD160 ef881e92de682aa3d807a53a7f536f51e6740b94 SHA1 564f90305e0458f57cd27a876f90e8c12b5ade8f SHA256 bb46c2b4d395488104528ac225f2c129e9c4ddb500e6f44082df549560013132
DIST thunderbird-8.0-zh-TW.xpi 423019 RMD160 3326d286df45aee39ea4dc9303c6e4459b41dba2 SHA1 a81c24ab001eb521a1b4e49da16c8f6914676641 SHA256 a6c78df16a242b1731709fdacae8fcfde630fe10469abfd6a696b46076e9059a
DIST thunderbird-bin_i686-6.0.tar.bz2 16411468 RMD160 0727fb1603e1cfa965a20d0140ed0e4795290b4d SHA1 88b90b9b89d80d1b287d69fd3d7a9693d356f72b SHA256 cef34bcf2c9990f70c0631858719848b80ce4ab05dfecf33572e06fb9d8ee10e
DIST thunderbird-bin_i686-8.0.tar.bz2 18055050 RMD160 c6a66698cdd2aebb128520d6be190e287ff724f5 SHA1 357250be44bd77d7cdd86e86cdd5986aba5758c6 SHA256 b8a54c480d5c09df1da7411b9f54b9f2c9b02eb563e5842d6856431f5a261752
DIST thunderbird-bin_x86_64-6.0.tar.bz2 18868715 RMD160 7c3afac77239956d8edf84613ace0cc07520d85d SHA1 8fd81e99be035cb49698e871bbad9da6396c36be SHA256 1bf657d79e37a88126307571d84cedcaf6676b757c517ab4528ee3c5db01cd01
DIST thunderbird-bin_x86_64-8.0.tar.bz2 20886942 RMD160 c271c3021d9ccc246be21d519930ed444672ec32 SHA1 c2f2fd60386eefe6abd56a46d10ee5faa47cd219 SHA256 c921b31ecef27cdb9c526824f728c47d20bfe4cf8af529bc16ceaedd94585761

@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/mail-client/thunderbird-bin/thunderbird-bin-3.1.11.ebuild,v 1.1 2011/06/23 14:13:51 polynomial-c Exp $
# $Header: /var/cvsroot/gentoo-x86/mail-client/thunderbird-bin/thunderbird-bin-3.1.16.ebuild,v 1.1 2011/11/14 15:33:14 nirbheek Exp $
EAPI="2"
@ -8,9 +8,9 @@ inherit eutils multilib mozextension
# Can be updated using scripts/get_langs.sh from mozilla overlay
# '\' at EOL is needed for ${LANG} matching in linguas() below
LANGS="af ar be bg bn-BD ca cs da de el en en-GB en-US es-AR es-ES et eu fi fr \
fy-NL ga-IE he hu id is it ja ko lt nb-NO nl nn-NO pa-IN pl pt-BR pt-PT ro ru \
si sk sl sq sv-SE tr uk zh-CN zh-TW"
LANGS="af ar be bg bn-BD ca cs da de el en en-GB en-US es-AR es-ES et eu fi \
fr fy-NL ga-IE gd gl he hu id is it ja ko lt nb-NO nl nn-NO pa-IN pl pt-BR \
pt-PT ro ru si sk sl sq sr sv-SE tr uk vi zh-CN zh-TW"
NOSHORTLANGS="en-GB es-AR pt-BR zh-TW"
MY_PN="${PN/-bin}"

@ -0,0 +1,156 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/mail-client/thunderbird-bin/thunderbird-bin-8.0.ebuild,v 1.1 2011/11/14 15:33:14 nirbheek Exp $
EAPI="3"
inherit eutils multilib mozextension
# Can be updated using scripts/get_langs.sh from mozilla overlay
LANGS=(ar be bg bn-BD br ca cs da de el en en-GB en-US es-AR es-ES et eu fi fr
fy-NL ga-IE gd gl he hu id is it ja ko lt nb-NO nl nn-NO pa-IN pl pt-BR pt-PT rm
ro ru si sk sl sq sv-SE ta-LK tr uk vi zh-CN zh-TW)
MY_PN="${PN/-bin}"
MY_PV="${PV/_beta/b}"
MY_P="${MY_PN}-${MY_PV}"
DESCRIPTION="Thunderbird Mail Client"
FTP_URI="ftp://ftp.mozilla.org/pub/mozilla.org/${MY_PN}/releases/"
SRC_URI="
amd64? ( ${FTP_URI}/${MY_PV}/linux-x86_64/en-US/${MY_P}.tar.bz2 -> ${PN}_x86_64-${PV}.tar.bz2 )
x86? ( ${FTP_URI}/${MY_PV}/linux-i686/en-US/${MY_P}.tar.bz2 -> ${PN}_i686-${PV}.tar.bz2 )"
HOMEPAGE="http://www.mozilla.com/firefox"
HOMEPAGE="http://www.mozilla.com/thunderbird"
RESTRICT="strip"
KEYWORDS="-* ~amd64 ~x86"
SLOT="0"
LICENSE="|| ( MPL-1.1 GPL-2 LGPL-2.1 )"
IUSE=""
for X in "${LANGS[@]}" ; do
# en and en_US are handled internally
if [[ ${X} != en ]] && [[ ${X} != en-US ]]; then
SRC_URI="${SRC_URI}
linguas_${X/-/_}? ( ${FTP_URI}/${MY_PV}/linux-i686/xpi/${X}.xpi -> ${P/-bin}-${X}.xpi )"
fi
IUSE="${IUSE} linguas_${X/-/_}"
# Install all the specific locale xpis if there's no generic locale xpi
# Example: there's no pt.xpi, so install all pt-*.xpi
if ! has ${X%%-*} "${LANGS[@]}"; then
SRC_URI="${SRC_URI}
linguas_${X%%-*}? ( ${FTP_URI}/${MY_PV}/linux-i686/xpi/${X}.xpi -> ${P/-bin}-${X}.xpi )"
IUSE="${IUSE} linguas_${X%%-*}"
fi
done
DEPEND="app-arch/unzip"
RDEPEND="x11-libs/libXrender
x11-libs/libXt
x11-libs/libXmu
>=x11-libs/gtk+-2.2:2
net-misc/curl[nss]
"
S="${WORKDIR}/thunderbird"
# TODO: Move all the linguas crap to an eclass
linguas() {
# Generate the list of language packs called "linguas"
# This list is used to install the xpi language packs
local LINGUA
for LINGUA in ${LINGUAS}; do
if has ${LINGUA} en en_US; then
# For mozilla products, en and en_US are handled internally
continue
# If this language is supported by ${P},
elif has ${LINGUA} "${LANGS[@]//-/_}"; then
# Add the language to linguas, if it isn't already there
has ${LINGUA//_/-} "${linguas[@]}" || linguas+=(${LINGUA//_/-})
continue
# For each short LINGUA that isn't in LANGS,
# add *all* long LANGS to the linguas list
elif ! has ${LINGUA%%-*} "${LANGS[@]}"; then
for LANG in "${LANGS[@]}"; do
if [[ ${LANG} == ${LINGUA}-* ]]; then
has ${LANG} "${linguas[@]}" || linguas+=(${LANG})
continue 2
fi
done
fi
ewarn "Sorry, but ${P} does not support the ${LINGUA} locale"
done
}
src_unpack() {
unpack ${A}
linguas
for X in "${linguas[@]}"; do
xpi_unpack "${P/-bin}-${X}.xpi"
done
}
src_install() {
declare MOZILLA_FIVE_HOME="/opt/${MY_PN}"
# Install thunderbird in /opt
dodir ${MOZILLA_FIVE_HOME%/*}
mv "${S}" "${D}"${MOZILLA_FIVE_HOME}
linguas
for X in "${linguas[@]}"; do
xpi_install "${WORKDIR}/${P/-bin}-${X}"
done
# Create /usr/bin/thunderbird-bin
dodir /usr/bin/
cat <<EOF >"${D}"/usr/bin/${PN}
#!/bin/sh
unset LD_PRELOAD
LD_LIBRARY_PATH="${MOZILLA_FIVE_HOME}"
exec ${MOZILLA_FIVE_HOME}/thunderbird "\$@"
EOF
fperms 0755 /usr/bin/${PN}
# Install icon and .desktop for menu entry
doicon "${FILESDIR}"/icon/${PN}-icon.png
domenu "${FILESDIR}"/icon/${PN}.desktop
# revdep-rebuild entry
insinto /etc/revdep-rebuild
doins "${FILESDIR}"/10${PN}
# Enable very specific settings for thunderbird-3
cp "${FILESDIR}"/thunderbird-gentoo-default-prefs.js \
"${D}/${MOZILLA_FIVE_HOME}/defaults/pref/all-gentoo.js" || \
die "failed to cp thunderbird-gentoo-default-prefs.js"
}
pkg_postinst() {
#elog "For enigmail, please see instructions at"
#elog " http://enigmail.mozdev.org/"
if use x86; then
if ! has_version 'gnome-base/gconf' || ! has_version 'gnome-base/orbit' ; then
einfo
einfo "For using the crashreporter, you need gnome-base/gconf,"
einfo "gnome-base/orbit and net-misc/curl emerged."
einfo
fi
else
einfo
einfo "NB: You just installed a 32-bit thunderbird"
einfo
einfo "Crashreporter won't work on amd64"
einfo
fi
einfo
elog 'We have moved away from mozilla-launcher, as it has major design flaws.'
elog 'You will need to update your symlinks to use thunderbird-bin as the executable'
elog 'to launch thunderbird-bin. If you are used to just typing thunderbird to start, you'
elog 'can create an alias in your ${HOME}/.bashrc. Example: alias thunderbird="thunderbird-bin"'
}

@ -180,10 +180,15 @@ DIST thunderbird-7.0.1-uk.xpi 454368 RMD160 a3f00a485bd9236a02b466f34f1d0634df8a
DIST thunderbird-7.0.1-zh-TW.xpi 420847 RMD160 95095a3f45c4dd38983d9e5d9b6087e57600564e SHA1 defbc32b529699297e8f58642d0530ab2ee0d609 SHA256 7362f1cc5541006c06f1373d1cd90a4c04d496b5b79443524af7d1654a73d668
DIST thunderbird-7.0.1.source.tar.bz2 87405591 RMD160 04d39464b5c7c3128a00b0eaff806b3307e0a22e SHA1 ccfc6fe3fe4ad07b214e20bc440d20e14d3ffbe5 SHA256 83f578bbfa0cb5d0f7faba6214993806050fab3e2039996344a11c9457525242
DIST thunderbird-8.0-ar.xpi 429682 RMD160 ac02f62b746232efcbbf622e7d2a84269194441f SHA1 da148179119926bfb2305e2157ccbe6edee86e79 SHA256 ac50815d26c950b51a930239facf46c1225f8c052dc7610106fa74573b187b96
DIST thunderbird-8.0-be.xpi 388182 RMD160 b76fa607aef8a84430fd174f53bdca2d542e7f92 SHA1 7e606ae1e580242a62e6a136155b8a478ec09dce SHA256 c744b02fe1cb2acc1254d9c7b34af80710dc5de523d077187b87fd53e061aa9f
DIST thunderbird-8.0-bg.xpi 447619 RMD160 e13ac28e4b34e08308364418b5aab97518bbde84 SHA1 25d48b7d9fbaea3ab2b60e3361185fa3d72e34fa SHA256 aec72e7de903f79775456926e255c39346f8b52d0e12db90246f9401055e6405
DIST thunderbird-8.0-bn-BD.xpi 467423 RMD160 de9d84e240110fd178b4eb0807e9b18709306892 SHA1 cf1185820ee431ec1f8928526fd866316d80350b SHA256 f4812cb69d83f94b31a6cab11672946dc9ae0afd3166553aa05df837971fc46f
DIST thunderbird-8.0-br.xpi 407854 RMD160 ce49a786c8608852d42d3230743fbb362a77e6b0 SHA1 f4b227d70f87b707cb1ab8ad203e2aefa5c5fa64 SHA256 bfe0a405db47e62cf4f2037f10592f37e6f4804ff141c98f03a708c8b76886c9
DIST thunderbird-8.0-ca.xpi 407844 RMD160 f0860202c3b3ca2117373a657f08585e79b8fb23 SHA1 676c0b2904b282649323ee8287eede0fd011f31d SHA256 f9cbd66875016bf18e84d0ffcae1b394d020c6166f1626b95cdb04ea431c20b8
DIST thunderbird-8.0-cs.xpi 410932 RMD160 efb7559493f30a25d0707b36240d28c4fb5e9647 SHA1 4a1efdaa8b7cc497a48dc91d35e69464cfa2695c SHA256 1fd879a3802d455a10db9b94c74449663920b6dd9e7dec487c9a782898fc4c6e
DIST thunderbird-8.0-da.xpi 353524 RMD160 ef82b894d5c104f20a301f498e4ecb778343c50f SHA1 f60819da07a43405faf6d88a9163ed964ac5095f SHA256 db28f6e245304488923e153e5e692b3ade8d736bc42c2fd8c1af065c973370ef
DIST thunderbird-8.0-de.xpi 409617 RMD160 65e0a6ff2e8f1dd192ae06235def1d269bef7202 SHA1 514cc2f40cca34be61a0e4287f1f01a00c96def8 SHA256 d8047dafbcf85f520ec268c633e0a704bd276b0e46d972302d54356f558883f2
DIST thunderbird-8.0-el.xpi 392612 RMD160 433f3350a94aa8e1c815a821c718dea1b0af180a SHA1 7d026284b05903e5fe20eae6abc46246d9c3f79c SHA256 ebb6e4e5cdb20a3d19c72d5bc8967ff1d5ce65b479426ffa7f7cb2a367ea9d9f
DIST thunderbird-8.0-en-GB.xpi 384202 RMD160 37331b2e48c0fc12c25d1e290c352187ab326332 SHA1 95dbc9cd72a58d6d2b6cc7e6d38846eef15ff6cc SHA256 77a53b255f1a526166415eb2c7398a6d7a07a23f46d2737714bfbded8972bb8f
DIST thunderbird-8.0-es-AR.xpi 402208 RMD160 7f9cb8d89f54e5b8e022b152f69a542d978c3612 SHA1 83dba6b048b1fd6132bf9ff286e3e492208b1dc9 SHA256 3d23032bc87e257a749ce7a877897ee4e05c64930ebec9e743eec07c52ac26dc
DIST thunderbird-8.0-es-ES.xpi 345966 RMD160 87b19f178bcd1dae36dc2896b1e751efb934a7af SHA1 9f9e2965fb1786f44a9e4998d4bbceb6ffb2eb30 SHA256 9e4d21fa3b1387977ae4a6bf69395b48de8560e0330ee964c210a06fbf0c0327
@ -193,8 +198,11 @@ DIST thunderbird-8.0-fi.xpi 403666 RMD160 0889d030e832d3f1a894bf3641ef3b98af3c72
DIST thunderbird-8.0-fr.xpi 406258 RMD160 8e6684d7cb942b34c69d467619c42599dd1f02cd SHA1 55d3d5117f36bb5451cf3e040317cdd67b444487 SHA256 5384e5e75061ab504ea3f6284d9f6232826f596d6785c392e795dbf27a2139b2
DIST thunderbird-8.0-fy-NL.xpi 406182 RMD160 18b02278929414909101c8d550a05ef5407484ac SHA1 b1df077e7fe68ebb69133655821f640915ea4a79 SHA256 fbf0e7e59f36aa2770ddc129b0da453c5ccec1fc26ab08c1d37bb2ea1baec890
DIST thunderbird-8.0-ga-IE.xpi 414791 RMD160 5f5843a6fdfcbb47c84266ed57aa03bed0d197f0 SHA1 e8f77908d61f82796fa80c974b821aed7a82f421 SHA256 6f193c7ab8d86e01bd305cb480ce4d1d3c40952b29d451ad53a87f7d25c399db
DIST thunderbird-8.0-gd.xpi 417258 RMD160 4fa9be2ddc45716832dc62a8d4d9a5613c6da22b SHA1 d699f7432c42b43ae339e7cb1fbbd6dd7a710a6f SHA256 a79cd6a967aa6023953e1b24cf784e5600b05bd77f081c11fa1ab53c145f19e8
DIST thunderbird-8.0-gl.xpi 401200 RMD160 53401ac6094f275ddb536da38ebaf54cdfeda097 SHA1 dc343fcf130314eaef14bb70d6770f79c37a2edb SHA256 bd164a1c8b5a1fa7514323a6fad15f43765c42886ab46cd0995edf29e19ec25e
DIST thunderbird-8.0-he.xpi 429157 RMD160 cbcd11073637c0a8ffb4200ca7b93caf6a78f1fc SHA1 d58b666d5a7ec7cd8c3ea6215f9a48a84fde8316 SHA256 15049fbc3a1d41d4c69013ab18679994e6530a65c47051388dd51ec605e82562
DIST thunderbird-8.0-hu.xpi 418308 RMD160 d5c39902eb580bfe74cb0d9f8fd50927c52418b3 SHA1 47bd74822aafe1326d4a86bc998edafcec9bf45e SHA256 2ba9485a7d3ed1fc7962f5776ab02856a7b6c847345b03fd54c6bb80e10a8e08
DIST thunderbird-8.0-id.xpi 392824 RMD160 dcadd8a3480c88770da8189e37a39dc656419b55 SHA1 564d1f8a6348def0d6ef21f10508dcd642606434 SHA256 a03a86b388d79d15dc2ee09a99e11f492f9d11a6a72a75bc26896b09125a4604
DIST thunderbird-8.0-is.xpi 404491 RMD160 4b3f8f95b25bfcd49e1a58f90d0f1138a1134820 SHA1 88336dc416de62a1f021233fee8c66e9c88e07cc SHA256 60110ee7c61ccfeca0560a49eacb50423f73f183a964f58b74ae37d8e564443c
DIST thunderbird-8.0-it.xpi 338611 RMD160 f5e5a492c30dcafa6d8858419dec3adb2f551d88 SHA1 acdba9e5a105d855e18e244b73c7e6c348421e33 SHA256 61c243264edee5bb95bc947b0732401f189b184863d2640128e00a19fac426b2
DIST thunderbird-8.0-ja.xpi 450381 RMD160 71cafc3ebe76704b22a976d446cecd0c82fdecb9 SHA1 40f500176e13716c2f74ddb620be3d3681a89751 SHA256 1ffc9c291893601172be91f50b25b651c18ea008def94b858a12147872da2ce9
@ -203,18 +211,23 @@ DIST thunderbird-8.0-lt.xpi 527185 RMD160 eab4cf6c9dba554aecd83647df27f79d217d99
DIST thunderbird-8.0-nb-NO.xpi 399860 RMD160 b959cdbe5e5e5e061c9e414f5719c76e4f0e9d80 SHA1 a37e40e894e4f1dfaf5b77555d533c000087a667 SHA256 83b800ea6ddcf098f309a8e71f3de741973d0177c145be9b8bf896d23df5204d
DIST thunderbird-8.0-nl.xpi 399870 RMD160 aa6068ebf5370de95b8118823b90e76d08b820ae SHA1 d9b71812e16505867c3d64a48d91cf203a3c6ed8 SHA256 bce99a6e95ae72bf6040d38c7fdfc5cd222b3362dd97e79e5af90f2e752adfcf
DIST thunderbird-8.0-nn-NO.xpi 401462 RMD160 547fc9ea77a2e43c9c58f24f5c9299db9f793c50 SHA1 a91a42860fa6ab81e3ba381a2dd32bd16be8aa5a SHA256 7e93e1e0ed7c6e942c6858b4e003be1e9a7180822a251436cc8349be1784d5f9
DIST thunderbird-8.0-pa-IN.xpi 434683 RMD160 1b5f27a2f25e9af0404583e7a3047f49c25763e6 SHA1 ef1dccae1fb0c439aa48678827c84b0728389e6e SHA256 56c0e6bd4e5cccbb486fadcf7cddd6b0a75acaddc07d319e9bf39e679b98f900
DIST thunderbird-8.0-patches-0.1.tar.xz 532 RMD160 4fd95b36f692fe6852eb65fe8bb8052913132047 SHA1 61eb8c40ad4b31025cd21b096c00a45ab8483193 SHA256 7dfee7ee0289645a5de7e3132d16412cd93713188d86a0a1ff4570a25cbe92c4
DIST thunderbird-8.0-pl.xpi 386210 RMD160 9f393faab5504a98c876ac42fb6562a5115fd270 SHA1 5aa92c952156673ef354a2763f59430622447221 SHA256 040b62774df7f1e66b8af5d42031ac3bcd148c3646ee7815504aa2cc89322c4a
DIST thunderbird-8.0-pt-BR.xpi 408964 RMD160 f53215aa67880eacea3108063b3ec0d14895c202 SHA1 eed871c5b8af96bc7c36391d3796ae6feb7acaeb SHA256 669f7ad7db9b02e8dd9e41be42cac56ff9a2826c971f656d17f0fee0a22bc397
DIST thunderbird-8.0-pt-PT.xpi 405968 RMD160 29121ec74b43cd321a94eb83f761b091c4e272c2 SHA1 b2889c50eac0c0b583dd3f20e5d6d4f641f00397 SHA256 b2ff74fa2f888b8e29ae158d55ded0ce7660498460930ff0697f17e6e481a91f
DIST thunderbird-8.0-rm.xpi 406577 RMD160 611076b8da1aaede20c05a50bbc708d40bca8fdc SHA1 d6bf1db0ef2c5c2f0077933587dc50822f5be27e SHA256 0110cfd35cd8354930ba5511ccde62539e75e69d31f4d428a20bd8aa113cfaef
DIST thunderbird-8.0-ro.xpi 430139 RMD160 9ed6a3c834d8c8d748f7d57d26129f0c2c2e0c51 SHA1 0c53963d16221bf0d609d3772994b14fdde2f4dc SHA256 57d2dfa73581629a305ea11fd98b7ff6e2ec971a1a031f635fad103104760084
DIST thunderbird-8.0-ru.xpi 400687 RMD160 8ad0c810a54131cc344edf662c34b208f4e9c842 SHA1 823c97ed7a93c0c10c8cf2555ef4bb0556e0027a SHA256 a412dd6f6763972727007d76f837b5f1d8dd32ec35afc9490a3722437330dee6
DIST thunderbird-8.0-si.xpi 448334 RMD160 7340edc0cf0326213dc7832931779f186fa76eaf SHA1 c48cace01c7659a87dfcf9beb045728b958767fc SHA256 fce2b953375d5b6fcf58d94bc4b676ae843103b5899fd3f5af5c5f7275e75631
DIST thunderbird-8.0-sk.xpi 416338 RMD160 573654a59aa83e083182b00b4c81603d0ea5c83a SHA1 53b0146da50a8a5cbc3bbd9c4c3077c294e337af SHA256 e09edb3471eb06d3e21d85cbf2b889ccb041680150b28f43db2f46ae21ba6dff
DIST thunderbird-8.0-sl.xpi 402625 RMD160 3da5c058d1953947b4fdb1f30371db296c3dc892 SHA1 34ac589a09b759507ef7a58e9e81d5a8fa367a66 SHA256 91c6151d3c9c74ff937539c2c59a4f04f381403d72e43402a9466fffbdda5a71
DIST thunderbird-8.0-sq.xpi 351703 RMD160 9fe4bd4663d1c9eee57eb31feb98ff32e7e68f43 SHA1 775103b7eac89e52ad2600462146c20d16841da0 SHA256 f14b7ca5d4049ee6218fd6377759bd6cfc32d37d180204510737ad4814c56893
DIST thunderbird-8.0-sv-SE.xpi 470499 RMD160 edfe10d92fec7767b62782f34d0148a89608721c SHA1 4ecb7e9462fd43bb2665d6ed8dbdb6dc3d1fa0f2 SHA256 c7cc27527961c0435fa8bb1563fe04edee234188b0abe001e10159c48bda8a2b
DIST thunderbird-8.0-ta-LK.xpi 466437 RMD160 14e348e400a24d4e12679ce3b55b2e4a127721e4 SHA1 a1fafc13181f41ba9b93854594807b3e5cf65b49 SHA256 a49d999804b2925dc87b5fd990cbd373489b007bfd67a862ca1f775eb5448c04
DIST thunderbird-8.0-tr.xpi 405974 RMD160 4f80a26fc871135b850851bb06ddbd7b8de60574 SHA1 12c21c981fb65ee8c8d7a1720e567c1166da4177 SHA256 984f7bcae3a51a3dcbe83b2098037c43fe929d14713f8b0818c362122f507a2d
DIST thunderbird-8.0-uk.xpi 456674 RMD160 95c1009e180d50940e8ecedc1d373c834c278bc1 SHA1 59cd3d8a0b47ba087d4493374bd6ba8b233758e8 SHA256 cdf663bdc0f85857cd41ead2c058abf01f6542089da94ada9f5a2bcf95214dbe
DIST thunderbird-8.0-vi.xpi 425968 RMD160 5412aefbf05179354fb4fa2f3865a58b53552041 SHA1 561e797859bb118e54e50e24dbe826558900d96c SHA256 fa82a8f09cc3adaa8e816c953bfef03a385e84662f886061d0a6712dfad576c0
DIST thunderbird-8.0-zh-CN.xpi 422519 RMD160 ef881e92de682aa3d807a53a7f536f51e6740b94 SHA1 564f90305e0458f57cd27a876f90e8c12b5ade8f SHA256 bb46c2b4d395488104528ac225f2c129e9c4ddb500e6f44082df549560013132
DIST thunderbird-8.0-zh-TW.xpi 423019 RMD160 3326d286df45aee39ea4dc9303c6e4459b41dba2 SHA1 a81c24ab001eb521a1b4e49da16c8f6914676641 SHA256 a6c78df16a242b1731709fdacae8fcfde630fe10469abfd6a696b46076e9059a
DIST thunderbird-8.0.source.tar.bz2 89435206 RMD160 373420ec009a7f28f12a64a0d55e9d959573974e SHA1 18b77e44f1653eb3d59056870f535e3c373d99fd SHA256 f728bd2dbc04e6c3a096d79a9ee320740f53794a28be307da8655c8fd90f77f5

@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/mail-client/thunderbird/thunderbird-3.1.12.ebuild,v 1.5 2011/09/11 11:02:08 armin76 Exp $
# $Header: /var/cvsroot/gentoo-x86/mail-client/thunderbird/thunderbird-3.1.12.ebuild,v 1.6 2011/11/14 15:58:24 nirbheek Exp $
EAPI="3"
WANT_AUTOCONF="2.1"
@ -57,8 +57,7 @@ RDEPEND=">=sys-devel/binutils-2.16.1
>=gnome-base/libgnome-2.16.0 )
libnotify? ( >=x11-libs/libnotify-0.4 )
system-sqlite? ( >=dev-db/sqlite-3.7.1[fts3,secure-delete,threadsafe] )
wifi? ( net-wireless/wireless-tools )
!x11-plugins/lightning"
wifi? ( net-wireless/wireless-tools )"
DEPEND="${RDEPEND}
=dev-lang/python-2*[threads]"

@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/mail-client/thunderbird/thunderbird-3.1.13.ebuild,v 1.1 2011/08/31 21:14:22 polynomial-c Exp $
# $Header: /var/cvsroot/gentoo-x86/mail-client/thunderbird/thunderbird-3.1.13.ebuild,v 1.2 2011/11/14 15:58:24 nirbheek Exp $
EAPI="3"
WANT_AUTOCONF="2.1"
@ -57,8 +57,7 @@ RDEPEND=">=sys-devel/binutils-2.16.1
>=gnome-base/libgnome-2.16.0 )
libnotify? ( >=x11-libs/libnotify-0.4 )
system-sqlite? ( >=dev-db/sqlite-3.7.1[fts3,secure-delete,threadsafe] )
wifi? ( net-wireless/wireless-tools )
!x11-plugins/lightning"
wifi? ( net-wireless/wireless-tools )"
DEPEND="${RDEPEND}
=dev-lang/python-2*[threads]"

@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/mail-client/thunderbird/thunderbird-3.1.14.ebuild,v 1.1 2011/09/26 15:50:46 polynomial-c Exp $
# $Header: /var/cvsroot/gentoo-x86/mail-client/thunderbird/thunderbird-3.1.14.ebuild,v 1.2 2011/11/14 15:58:24 nirbheek Exp $
EAPI="3"
WANT_AUTOCONF="2.1"
@ -57,8 +57,7 @@ RDEPEND=">=sys-devel/binutils-2.16.1
>=gnome-base/libgnome-2.16.0 )
libnotify? ( >=x11-libs/libnotify-0.4 )
system-sqlite? ( >=dev-db/sqlite-3.7.1[fts3,secure-delete,threadsafe] )
wifi? ( net-wireless/wireless-tools )
!x11-plugins/lightning"
wifi? ( net-wireless/wireless-tools )"
DEPEND="${RDEPEND}
=dev-lang/python-2*[threads]"

@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/mail-client/thunderbird/thunderbird-7.0.1-r1.ebuild,v 1.5 2011/11/13 14:46:32 maekke Exp $
# $Header: /var/cvsroot/gentoo-x86/mail-client/thunderbird/thunderbird-7.0.1-r1.ebuild,v 1.6 2011/11/14 15:58:24 nirbheek Exp $
EAPI="3"
WANT_AUTOCONF="2.1"
@ -58,7 +58,6 @@ RDEPEND=">=sys-devel/binutils-2.16.1
gconf? ( >=gnome-base/gconf-1.2.1:2 )
media-libs/libpng[apng]
virtual/libffi
!x11-plugins/lightning
!x11-plugins/enigmail
system-sqlite? ( >=dev-db/sqlite-3.7.5[fts3,secure-delete,unlock-notify,debug=] )
crypt? ( || (

@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/mail-client/thunderbird/thunderbird-8.0.ebuild,v 1.3 2011/11/13 17:13:47 polynomial-c Exp $
# $Header: /var/cvsroot/gentoo-x86/mail-client/thunderbird/thunderbird-8.0.ebuild,v 1.5 2011/11/14 15:58:24 nirbheek Exp $
EAPI="3"
WANT_AUTOCONF="2.1"
@ -28,25 +28,23 @@ SRC_URI="${FTP_URI}/${TB_PV}/source/${TB_P}.source.tar.bz2
http://dev.gentoo.org/~anarchy/mozilla/patchsets/${PATCHFF}.tar.xz"
if ! [[ ${PV} =~ alpha|beta ]]; then
# This list can be updated using get_langs.sh from the mozilla overlay
# Not supported yet bn-BD ro id be af el pa-IN bg
LANGS="ar ca cs da de en en-GB en-US es-AR es-ES et eu fi fr \
fy-NL ga-IE he hu is it ja ko lt nb-NO nl nn-NO pl pt-BR pt-PT ru si \
sk sl sq sv-SE tr uk zh-TW zh-CN"
NOSHORTLANGS="en-GB es-AR pt-BR zh-TW zh-CN"
for X in ${LANGS} ; do
if [ "${X}" != "en" ] && [ "${X}" != "en-US" ]; then
# This list can be updated using scripts/get_langs.sh from the mozilla overlay
LANGS=(ar be bg bn-BD br ca cs da de el en en-GB en-US es-AR es-ES et eu fi
fr fy-NL ga-IE gd gl he hu id is it ja ko lt nb-NO nl nn-NO pa-IN pl pt-BR
pt-PT rm ro ru si sk sl sq sv-SE ta-LK tr uk vi zh-CN zh-TW)
for X in "${LANGS[@]}" ; do
# en and en_US are handled internally
if [[ ${X} != en ]] && [[ ${X} != en-US ]]; then
SRC_URI="${SRC_URI}
linguas_${X/-/_}? ( ${FTP_URI}/${TB_PV}/linux-i686/xpi/${X}.xpi -> ${P}-${X}.xpi )"
linguas_${X/-/_}? ( ${FTP_URI}/${MY_PV}/linux-i686/xpi/${X}.xpi -> ${P}-${X}.xpi )"
fi
IUSE="${IUSE} linguas_${X/-/_}"
# english is handled internally
if [ "${#X}" == 5 ] && ! has ${X} ${NOSHORTLANGS}; then
if [ "${X}" != "en-US" ]; then
SRC_URI="${SRC_URI}
linguas_${X%%-*}? ( ${FTP_URI}/${TB_PV}/linux-i686/xpi/${X}.xpi -> ${P}-${X}.xpi )"
fi
# Install all the specific locale xpis if there's no generic locale xpi
# Example: there's no pt.xpi, so install all pt-*.xpi
if ! has ${X%%-*} "${LANGS[@]}"; then
SRC_URI="${SRC_URI}
linguas_${X%%-*}? ( ${FTP_URI}/${MY_PV}/linux-i686/xpi/${X}.xpi -> ${P}-${X}.xpi )"
IUSE="${IUSE} linguas_${X%%-*}"
fi
done
@ -60,7 +58,6 @@ RDEPEND=">=sys-devel/binutils-2.16.1
webm? ( media-libs/libvpx
media-libs/alsa-lib )
virtual/libffi
!x11-plugins/lightning
!x11-plugins/enigmail
system-sqlite? ( >=dev-db/sqlite-3.7.5[fts3,secure-delete,unlock-notify,debug=] )
crypt? ( || (
@ -77,25 +74,31 @@ DEPEND="${RDEPEND}"
S="${WORKDIR}"/comm-release
# TODO: Move all the linguas crap to an eclass
linguas() {
local LANG SLANG
for LANG in ${LINGUAS}; do
if has ${LANG} en en_US; then
has en ${linguas} || linguas="${linguas:+"${linguas} "}en"
# Generate the list of language packs called "linguas"
# This list is used to install the xpi language packs
local LINGUA
for LINGUA in ${LINGUAS}; do
if has ${LINGUA} en en_US; then
# For mozilla products, en and en_US are handled internally
continue
elif has ${LANG} ${LANGS//-/_}; then
has ${LANG//_/-} ${linguas} || linguas="${linguas:+"${linguas} "}${LANG//_/-}"
# If this language is supported by ${P},
elif has ${LINGUA} "${LANGS[@]//-/_}"; then
# Add the language to linguas, if it isn't already there
has ${LINGUA//_/-} "${linguas[@]}" || linguas+=(${LINGUA//_/-})
continue
elif [[ " ${LANGS} " == *" ${LANG}-"* ]]; then
for X in ${LANGS}; do
if [[ "${X}" == "${LANG}-"* ]] && \
[[ " ${NOSHORTLANGS} " != *" ${X} "* ]]; then
has ${X} ${linguas} || linguas="${linguas:+"${linguas} "}${X}"
# For each short LINGUA that isn't in LANGS,
# add *all* long LANGS to the linguas list
elif ! has ${LINGUA%%-*} "${LANGS[@]}"; then
for LANG in "${LANGS[@]}"; do
if [[ ${LANG} == ${LINGUA}-* ]]; then
has ${LANG} "${linguas[@]}" || linguas+=(${LANG})
continue 2
fi
done
fi
ewarn "Sorry, but ${PN} does not support the ${LANG} LINGUA"
ewarn "Sorry, but ${P} does not support the ${LINGUA} locale"
done
}
@ -123,13 +126,9 @@ src_unpack() {
if ! [[ ${PV} =~ alpha|beta ]]; then
linguas
for X in ${linguas}; do
# FIXME: Add support for unpacking xpis to portage
[[ ${X} != "en" ]] && xpi_unpack "${P}-${X}.xpi"
for X in "${linguas[@]}"; do
xpi_unpack "${P}-${X}.xpi"
done
if [[ ${linguas} != "" && ${linguas} != "en" ]]; then
einfo "Selected language packs (first will be default): ${linguas}"
fi
fi
}
@ -297,8 +296,8 @@ src_install() {
if ! [[ ${PV} =~ alpha|beta ]]; then
linguas
for X in ${linguas}; do
[[ ${X} != "en" ]] && xpi_install "${WORKDIR}"/"${P}-${X}"
for X in "${linguas[@]}"; do
xpi_install "${WORKDIR}/${P}-${X}"
done
fi

@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-gfx/darktable/darktable-0.9.3.ebuild,v 1.1 2011/11/09 17:48:17 radhermit Exp $
# $Header: /var/cvsroot/gentoo-x86/media-gfx/darktable/darktable-0.9.3.ebuild,v 1.2 2011/11/14 21:15:51 radhermit Exp $
EAPI="4"
GCONF_DEBUG="no"
@ -27,7 +27,7 @@ RDEPEND="
gnome-base/librsvg:2
gphoto2? ( media-libs/libgphoto2 )
kde? ( dev-libs/dbus-glib )
media-gfx/exiv2
media-gfx/exiv2[xmp]
media-libs/lcms:2
>=media-libs/lensfun-0.2.3
media-libs/libpng

@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-plugins/audacious-plugins/audacious-plugins-3.0.3.ebuild,v 1.5 2011/11/14 11:08:41 chainsaw Exp $
# $Header: /var/cvsroot/gentoo-x86/media-plugins/audacious-plugins/audacious-plugins-3.0.3.ebuild,v 1.6 2011/11/14 13:09:54 chainsaw Exp $
EAPI=4
@ -70,7 +70,6 @@ src_configure() {
--enable-chardet \
--enable-modplug \
--enable-neon \
--disable-projectm-1.0 \
$(use_enable adplug) \
$(use_enable aac) \
$(use_enable alsa) \

@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-plugins/audacious-plugins/audacious-plugins-3.1.ebuild,v 1.2 2011/11/14 11:08:41 chainsaw Exp $
# $Header: /var/cvsroot/gentoo-x86/media-plugins/audacious-plugins/audacious-plugins-3.1.ebuild,v 1.3 2011/11/14 13:09:54 chainsaw Exp $
EAPI=4
@ -70,7 +70,6 @@ src_configure() {
--enable-chardet \
--enable-modplug \
--enable-neon \
--disable-projectm-1.0 \
$(use_enable adplug) \
$(use_enable aac) \
$(use_enable alsa) \

@ -0,0 +1,22 @@
dev-lang/lua
dev-lang/lua net-misc/rsync
0
http://lsyncd.googlecode.com/files/lsyncd-2.0.5.tar.gz
http://code.google.com/p/lsyncd/
GPL-2
Live Syncing (Mirror) Daemon
~amd64 ~x86 ~amd64-linux ~x86-linux
multilib toolchain-funcs
4
configure

@ -1,5 +1,5 @@
dev-util/pkgconfig >=app-emulation/spice-protocol-0.8.1 >=x11-libs/pixman-0.17.7 media-libs/alsa-lib media-libs/celt:0.5.1 dev-libs/openssl >=x11-libs/libXrandr-1.2 x11-libs/libX11 x11-libs/libXext x11-libs/libXrender x11-libs/libXfixes virtual/jpeg sys-libs/zlib client? ( gui? ( =dev-games/cegui-0.6* ) ) sasl? ( dev-libs/cyrus-sasl )
>=app-emulation/spice-protocol-0.8.1 >=x11-libs/pixman-0.17.7 media-libs/alsa-lib media-libs/celt:0.5.1 dev-libs/openssl >=x11-libs/libXrandr-1.2 x11-libs/libX11 x11-libs/libXext x11-libs/libXrender x11-libs/libXfixes virtual/jpeg sys-libs/zlib client? ( gui? ( =dev-games/cegui-0.6* ) ) sasl? ( dev-libs/cyrus-sasl )
dev-util/pkgconfig >=app-emulation/spice-protocol-0.10.0 >=x11-libs/pixman-0.17.7 media-libs/alsa-lib media-libs/celt:0.5.1 dev-libs/openssl >=x11-libs/libXrandr-1.2 x11-libs/libX11 x11-libs/libXext x11-libs/libXrender x11-libs/libXfixes virtual/jpeg sys-libs/zlib client? ( gui? ( =dev-games/cegui-0.6* ) ) sasl? ( dev-libs/cyrus-sasl )
>=app-emulation/spice-protocol-0.10.0 >=x11-libs/pixman-0.17.7 media-libs/alsa-lib media-libs/celt:0.5.1 dev-libs/openssl >=x11-libs/libXrandr-1.2 x11-libs/libX11 x11-libs/libXext x11-libs/libXrender x11-libs/libXfixes virtual/jpeg sys-libs/zlib client? ( gui? ( =dev-games/cegui-0.6* ) ) sasl? ( dev-libs/cyrus-sasl )
0
http://spice-space.org/download/releases/spice-0.10.0.tar.bz2

@ -1,5 +1,5 @@
virtual/libiconv >=dev-libs/xapian-1.0.12 sys-libs/zlib spell? ( app-text/aspell ) !inotify? ( fam? ( virtual/fam ) ) qt4? ( x11-libs/qt-core:4[qt3support] ) session? ( inotify? ( x11-libs/libX11 x11-libs/libSM x11-libs/libICE ) !inotify? ( fam? ( x11-libs/libX11 x11-libs/libSM x11-libs/libICE ) ) )
virtual/libiconv >=dev-libs/xapian-1.0.12 sys-libs/zlib spell? ( app-text/aspell ) !inotify? ( fam? ( virtual/fam ) ) qt4? ( x11-libs/qt-core:4[qt3support] ) session? ( inotify? ( x11-libs/libX11 x11-libs/libSM x11-libs/libICE ) !inotify? ( fam? ( x11-libs/libX11 x11-libs/libSM x11-libs/libICE ) ) ) app-arch/unzip sys-apps/sed || ( sys-apps/gawk sys-apps/mawk ) pdf? ( app-text/poppler ) gs? ( app-text/pstotext ) msdoc? ( app-text/antiword ) msxls? ( app-text/catdoc ) msppt? ( app-text/catdoc ) wordperfect? ( app-text/libwpd ) rtf? ( app-text/unrtf ) tex? ( dev-tex/detex ) dvi? ( virtual/tex-base ) djvu? ( >=app-text/djvu-3.5.15 ) exif? ( media-libs/exiftool ) chm? ( dev-python/pychm ) ics? ( dev-python/icalendar ) lyx? ( app-office/lyx ) audio? ( media-libs/mutagen ) xml? ( dev-libs/libxslt ) info? ( sys-apps/texinfo )
virtual/libiconv >=dev-libs/xapian-1.0.12 sys-libs/zlib spell? ( app-text/aspell ) !inotify? ( fam? ( virtual/fam ) ) qt4? ( x11-libs/qt-core:4[qt3support] ) session? ( inotify? ( x11-libs/libX11 x11-libs/libSM x11-libs/libICE ) !inotify? ( fam? ( x11-libs/libX11 x11-libs/libSM x11-libs/libICE ) ) ) app-arch/unzip sys-apps/sed || ( sys-apps/gawk sys-apps/mawk ) pdf? ( app-text/poppler ) ps? ( app-text/pstotext ) msdoc? ( app-text/antiword ) msxls? ( app-text/catdoc ) msppt? ( app-text/catdoc ) wordperfect? ( app-text/libwpd ) rtf? ( app-text/unrtf ) tex? ( dev-tex/detex ) dvi? ( virtual/tex-base ) djvu? ( >=app-text/djvu-3.5.15 ) exif? ( media-libs/exiftool ) chm? ( dev-python/pychm ) ics? ( dev-python/icalendar ) lyx? ( app-office/lyx ) audio? ( media-libs/mutagen ) xml? ( dev-libs/libxslt ) info? ( sys-apps/texinfo )
0
http://www.lesbonscomptes.com/recoll/recoll-1.16.0.tar.gz
@ -8,8 +8,8 @@ GPL-2
A personal full text search package
~amd64 ~x86
base eutils linux-info multilib portability qt4-r2 toolchain-funcs user versionator
+spell +inotify +qt4 +session camelcase xattr fam audio chm djvu dvi exif gs ics info lyx msdoc msppt msxls pdf rtf tex wordperfect xml
^^ ( fam inotify ) session? ( || ( fam inotify ) )
+spell +inotify +qt4 +session camelcase xattr fam audio chm djvu dvi exif ps ics info lyx msdoc msppt msxls pdf rtf tex wordperfect xml
^^ ( fam inotify ( !fam !inotify ) ) session? ( || ( fam inotify ) )
4

@ -0,0 +1,22 @@
app-arch/unzip
x11-libs/qt-gui:4
0
http://qtadb.com/qtadb/QtADB_0.8.1_src.zip
http://qtadb.wordpress.com
Apache-2.0
Android phone manager via ADB
~amd64 ~x86
base eutils multilib portability qt4-r2 toolchain-funcs user
4
compile configure install postinst prepare unpack

@ -1,7 +1,7 @@
doc? ( dev-python/epydoc ) >=app-admin/eselect-python-20091230 || ( =dev-lang/python-3.2* =dev-lang/python-3.1* =dev-lang/python-2.7* =dev-lang/python-2.6* )
|| ( >=sys-apps/portage-2.1.10.3 sys-apps/pkgcore >=sys-apps/paludis-0.64.2[python-bindings] ) >=app-admin/eselect-python-20091230 || ( =dev-lang/python-3.2* =dev-lang/python-3.1* =dev-lang/python-2.7* =dev-lang/python-2.6* )
doc? ( dev-python/epydoc ) >=app-admin/eselect-python-20091230 || ( =dev-lang/python-3.2* =dev-lang/python-2.7* =dev-lang/python-2.6* )
|| ( >=sys-apps/portage-2.1.10.3 sys-apps/pkgcore >=sys-apps/paludis-0.64.2[python-bindings] ) >=app-admin/eselect-python-20091230 || ( =dev-lang/python-3.2* =dev-lang/python-2.7* =dev-lang/python-2.6* )
0
http://cloud.github.com/downloads/mgorny/gentoopm/gentoopm-0.1.6.tar.bz2
mirror://github/mgorny/gentoopm/gentoopm-0.2.2.tar.bz2
https://github.com/mgorny/gentoopm/
BSD-2
@ -12,9 +12,9 @@ doc
app-admin/eselect-package-manager
3
4
compile configure install postinst postrm prepare test unpack
compile configure install postinst postrm prepare setup test unpack

@ -7,8 +7,8 @@ http://www.mozilla.org/js/spidermonkey/
NPL-1.1
Stand-alone JavaScript C library
~alpha ~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd
eutils multilib portability python toolchain-funcs user versionator
static-libs test
eutils multilib pax-utils portability python toolchain-funcs user versionator
debug static-libs test

@ -1,4 +1,4 @@
virtual/libiconv virtual/libffi sys-libs/zlib xattr? ( sys-apps/attr ) fam? ( virtual/fam ) utils? ( >=dev-util/gdbus-codegen-2.30.2 ) >=sys-devel/gettext-0.11 >=dev-util/gtk-doc-am-1.15 doc? ( >=dev-libs/libxslt-1.0 >=dev-util/gdbus-codegen-2.30.2 >=dev-util/gtk-doc-1.15 ~app-text/docbook-xml-dtd-4.1.2 ) systemtap? ( >=dev-util/systemtap-1.3 ) test? ( sys-devel/gdb =dev-lang/python-2* >=dev-util/gdbus-codegen-2.30.2 >=sys-apps/dbus-1.2.14 ) !<dev-util/gtk-doc-1.15-r2 !<sys-apps/dbus-1.4.16-r2 || ( =sys-devel/automake-1.11* ) >=sys-devel/autoconf-2.61 sys-devel/libtool app-arch/xz-utils >=app-admin/eselect-python-20091230 utils? ( =dev-lang/python-2* ) test? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost )
virtual/libiconv virtual/libffi sys-libs/zlib xattr? ( sys-apps/attr ) fam? ( virtual/fam ) utils? ( >=dev-util/gdbus-codegen-2.30.2 ) >=sys-devel/gettext-0.11 >=dev-util/gtk-doc-am-1.15 doc? ( >=dev-libs/libxslt-1.0 >=dev-util/gdbus-codegen-2.30.2 >=dev-util/gtk-doc-1.15 ~app-text/docbook-xml-dtd-4.1.2 ) systemtap? ( >=dev-util/systemtap-1.3 ) test? ( sys-devel/gdb =dev-lang/python-2* >=dev-util/gdbus-codegen-2.30.2 >=sys-apps/dbus-1.2.14 ) !<dev-util/gtk-doc-1.15-r2 || ( =sys-devel/automake-1.11* ) >=sys-devel/autoconf-2.61 sys-devel/libtool app-arch/xz-utils >=app-admin/eselect-python-20091230 utils? ( =dev-lang/python-2* ) test? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost )
virtual/libiconv virtual/libffi sys-libs/zlib xattr? ( sys-apps/attr ) fam? ( virtual/fam ) utils? ( >=dev-util/gdbus-codegen-2.30.2 ) >=app-admin/eselect-python-20091230 utils? ( =dev-lang/python-2* )
2
mirror://gnome/sources/glib/2.30/glib-2.30.2.tar.xz http://pkgconfig.freedesktop.org/releases/pkg-config-0.26.tar.gz

@ -0,0 +1,22 @@
test? ( dev-lang/perl )
0
mirror://sourceforge/uthash/uthash-1.9.4.tar.bz2
http://uthash.sourceforge.net
BSD-1
An easy-to-use hash implementation for C programmers
~amd64 ~ppc ~sparc ~x86
multilib toolchain-funcs
test
install test

@ -0,0 +1,22 @@
dev-perl/Net-Netmask >=dev-perl/Danga-Socket-1.61 >=dev-perl/Sys-Syscall-0.22 >=dev-perl/Perlbal-1.790 dev-perl/IO-AIO dev-perl/libwww-perl >=dev-perl/MogileFS-Client-1.14 >=dev-perl/MogileFS-Utils-2.20 dev-perl/Cache-Memcached mysql? ( dev-perl/DBD-mysql ) postgres? ( dev-perl/DBD-Pg ) sqlite? ( dev-perl/DBD-SQLite ) dev-lang/perl[-build]
dev-perl/Net-Netmask >=dev-perl/Danga-Socket-1.61 >=dev-perl/Sys-Syscall-0.22 >=dev-perl/Perlbal-1.790 dev-perl/IO-AIO dev-perl/libwww-perl >=dev-perl/MogileFS-Client-1.14 >=dev-perl/MogileFS-Utils-2.20 dev-perl/Cache-Memcached mysql? ( dev-perl/DBD-mysql ) postgres? ( dev-perl/DBD-Pg ) sqlite? ( dev-perl/DBD-SQLite ) dev-lang/perl[-build]
0
mirror://cpan/authors/id/D/DO/DORMANDO/MogileFS-Server-2.55.tar.gz
http://www.danga.com/mogilefs/ http://search.cpan.org/dist/MogileFS-Server/
|| ( Artistic GPL-2 )
Server for the MogileFS distributed file system
~amd64 ~ppc ~x86
base eutils multilib perl-module portability toolchain-funcs user
mysql sqlite postgres
4
compile configure install postinst prepare setup test unpack

@ -0,0 +1,22 @@
~gnustep-libs/pantomime-1.2.0 >=gnustep-base/gnustep-gui-0.11.0 || ( gnustep-apps/addresses gnustep-libs/addresseskit ) >=gnustep-base/gnustep-make-2.0 virtual/gnustep-back
crypt? ( app-crypt/gnupg ) >=gnustep-base/gnustep-make-2.0 virtual/gnustep-back debug? ( >=sys-devel/gdb-6.0 )
0
http://download.gna.org/gnustep-nonfsf/GNUMail-1.2.0.tar.gz
http://www.collaboration-world.com/gnumail/
GPL-2
A fully featured mail application for GNUstep
~amd64 ~ppc ~x86 ~x86-fbsd
eutils flag-o-matic gnustep-2 gnustep-base multilib portability toolchain-funcs user
crypt +emoticon +xface debug doc
4
compile configure install postinst prepare setup

@ -0,0 +1,22 @@
dev-libs/openssl >=gnustep-base/gnustep-make-2.0 virtual/gnustep-back
dev-libs/openssl >=gnustep-base/gnustep-make-2.0 virtual/gnustep-back debug? ( >=sys-devel/gdb-6.0 )
0
http://download.gna.org/gnustep-nonfsf/Pantomime-1.2.0.tar.gz
http://www.collaboration-world.com/pantomime/
LGPL-2.1 Elm
A set of Objective-C classes that model a mail system.
~amd64 ~ppc ~x86 ~x86-fbsd
eutils flag-o-matic gnustep-2 gnustep-base multilib portability toolchain-funcs user
debug doc
4
compile configure install postinst prepare setup

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

@ -1,5 +1,5 @@
dev-db/sqlite:3 dev-libs/libxml2:2 flickr? ( media-libs/flickcurl ) gnome? ( gnome-base/gconf gnome-base/gnome-keyring ) gnome-base/librsvg:2 gphoto2? ( media-libs/libgphoto2 ) kde? ( dev-libs/dbus-glib ) media-gfx/exiv2 media-libs/lcms:2 >=media-libs/lensfun-0.2.3 media-libs/libpng >=media-libs/libraw-0.13.4[demosaic] media-libs/openexr media-libs/tiff net-misc/curl opencl? ( video_cards_nvidia? ( x11-drivers/nvidia-drivers >=dev-util/nvidia-cuda-toolkit-3.1 ) ) slideshow? ( media-libs/libsdl virtual/opengl ) virtual/jpeg x11-libs/cairo x11-libs/gdk-pixbuf:2 x11-libs/gtk+:2 dev-util/pkgconfig nls? ( sys-devel/gettext ) app-arch/xz-utils >=sys-apps/sed-4 >=dev-util/cmake-2.8.4 userland_GNU? ( >=sys-apps/findutils-4.4.0 )
dev-db/sqlite:3 dev-libs/libxml2:2 flickr? ( media-libs/flickcurl ) gnome? ( gnome-base/gconf gnome-base/gnome-keyring ) gnome-base/librsvg:2 gphoto2? ( media-libs/libgphoto2 ) kde? ( dev-libs/dbus-glib ) media-gfx/exiv2 media-libs/lcms:2 >=media-libs/lensfun-0.2.3 media-libs/libpng >=media-libs/libraw-0.13.4[demosaic] media-libs/openexr media-libs/tiff net-misc/curl opencl? ( video_cards_nvidia? ( x11-drivers/nvidia-drivers >=dev-util/nvidia-cuda-toolkit-3.1 ) ) slideshow? ( media-libs/libsdl virtual/opengl ) virtual/jpeg x11-libs/cairo x11-libs/gdk-pixbuf:2 x11-libs/gtk+:2
dev-db/sqlite:3 dev-libs/libxml2:2 flickr? ( media-libs/flickcurl ) gnome? ( gnome-base/gconf gnome-base/gnome-keyring ) gnome-base/librsvg:2 gphoto2? ( media-libs/libgphoto2 ) kde? ( dev-libs/dbus-glib ) media-gfx/exiv2[xmp] media-libs/lcms:2 >=media-libs/lensfun-0.2.3 media-libs/libpng >=media-libs/libraw-0.13.4[demosaic] media-libs/openexr media-libs/tiff net-misc/curl opencl? ( video_cards_nvidia? ( x11-drivers/nvidia-drivers >=dev-util/nvidia-cuda-toolkit-3.1 ) ) slideshow? ( media-libs/libsdl virtual/opengl ) virtual/jpeg x11-libs/cairo x11-libs/gdk-pixbuf:2 x11-libs/gtk+:2 dev-util/pkgconfig nls? ( sys-devel/gettext ) app-arch/xz-utils >=sys-apps/sed-4 >=dev-util/cmake-2.8.4 userland_GNU? ( >=sys-apps/findutils-4.4.0 )
dev-db/sqlite:3 dev-libs/libxml2:2 flickr? ( media-libs/flickcurl ) gnome? ( gnome-base/gconf gnome-base/gnome-keyring ) gnome-base/librsvg:2 gphoto2? ( media-libs/libgphoto2 ) kde? ( dev-libs/dbus-glib ) media-gfx/exiv2[xmp] media-libs/lcms:2 >=media-libs/lensfun-0.2.3 media-libs/libpng >=media-libs/libraw-0.13.4[demosaic] media-libs/openexr media-libs/tiff net-misc/curl opencl? ( video_cards_nvidia? ( x11-drivers/nvidia-drivers >=dev-util/nvidia-cuda-toolkit-3.1 ) ) slideshow? ( media-libs/libsdl virtual/opengl ) virtual/jpeg x11-libs/cairo x11-libs/gdk-pixbuf:2 x11-libs/gtk+:2
0
mirror://sourceforge/darktable/darktable-0.9.3.tar.gz

@ -0,0 +1,22 @@
idoutils? ( dev-db/libdbi-drivers[mysql?,postgres?] ) perl? ( dev-lang/perl ) virtual/mailx web? ( media-libs/gd[jpeg,png] lighttpd? ( www-servers/lighttpd dev-lang/php[cgi] ) apache2? ( || ( dev-lang/php[apache2] dev-lang/php[cgi] ) ) ) !net-analyzer/nagios-core apache2? ( =www-servers/apache-2* )
idoutils? ( dev-db/libdbi-drivers[mysql?,postgres?] ) perl? ( dev-lang/perl ) virtual/mailx web? ( media-libs/gd[jpeg,png] lighttpd? ( www-servers/lighttpd dev-lang/php[cgi] ) apache2? ( || ( dev-lang/php[apache2] dev-lang/php[cgi] ) ) ) !net-analyzer/nagios-core plugins? ( net-analyzer/nagios-plugins ) apache2? ( =www-servers/apache-2* )
0
mirror://sourceforge/icinga/icinga-1.5.1.tar.gz
http://www.icinga.org/
GPL-2
Nagios Fork - Check daemon, CGIs, docs, IDOutils
~amd64 ~x86
depend.apache eutils multilib portability toolchain-funcs user
+apache2 api debug +idoutils lighttpd +mysql perl plugins postgres ssl +vim-syntax +web apache2
2
compile configure install postinst prepare setup

@ -6,7 +6,7 @@ ftp://ftp.proftpd.org/distrib/source/proftpd-1.3.3g.tar.bz2 case? ( http://www.c
http://www.proftpd.org/ http://www.castaglia.org/proftpd/ http://www.thrallingpenguin.com/resources/mod_clamav.htm http://gssmod.sourceforge.net/
GPL-2
An advanced and very configurable FTP server.
~alpha ~amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86
~alpha ~amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86
autotools eutils libtool multilib portability toolchain-funcs user
acl authfile ban +caps case clamav +ctrls deflate doc exec ifsession ident ipv6 kerberos ldap mysql ncurses nls pam postgres radius ratio readme rewrite selinux sftp shaper sitemisc softquota ssl tcpd trace vroot xinetd

@ -0,0 +1,22 @@
purple? ( net-im/pidgin ) libevent? ( dev-libs/libevent ) !libevent? ( >=dev-libs/glib-2.4 ) otr? ( net-libs/libotr ) gnutls? ( net-libs/gnutls ) !gnutls? ( nss? ( dev-libs/nss ) !nss? ( ssl? ( dev-libs/openssl ) ) ) dev-util/pkgconfig test? ( dev-libs/check )
purple? ( net-im/pidgin ) libevent? ( dev-libs/libevent ) !libevent? ( >=dev-libs/glib-2.4 ) otr? ( net-libs/libotr ) gnutls? ( net-libs/gnutls ) !gnutls? ( nss? ( dev-libs/nss ) !nss? ( ssl? ( dev-libs/openssl ) ) ) virtual/logger xinetd? ( sys-apps/xinetd )
0
http://get.bitlbee.org/src/bitlbee-3.0.3.tar.gz
http://www.bitlbee.org/
GPL-2
irc to IM gateway that support multiple IM protocols
~amd64 ~ppc ~x86 ~x86-fbsd
eutils multilib portability toolchain-funcs user
debug gnutls ipv6 +jabber libevent msn nss +oscar otr +plugins purple ssl test twitter +yahoo xinetd
^^ ( purple || ( jabber msn oscar yahoo ) ) msn? ( || ( gnutls nss ssl ) ) jabber? ( !nss )
4
configure install postinst prepare setup

@ -1,5 +1,5 @@
java? ( >=virtual/jdk-1.4 ) >=sys-devel/binutils-2.16.1 >=dev-libs/nss-3.12.8 >=dev-libs/nspr-4.8.6 system-sqlite? ( >=dev-db/sqlite-3.7.1[fts3,secure-delete] ) alsa? ( media-libs/alsa-lib ) >=app-text/hunspell-1.2 >=x11-libs/cairo-1.8.8[X] x11-libs/libXt x11-libs/pixman >=dev-libs/libevent-1.4.7 gnome? ( >=gnome-base/gnome-vfs-2.16.3 >=gnome-base/libgnomeui-2.16.1 >=gnome-base/gconf-2.16.0 >=gnome-base/libgnome-2.16.0 ) wifi? ( net-wireless/wireless-tools ) libnotify? ( >=x11-libs/libnotify-0.4 ) =dev-lang/python-2*[threads] dev-util/pkgconfig >=app-admin/eselect-python-20091230 x11-libs/libXrender x11-libs/libXt x11-libs/libXmu >=sys-libs/zlib-1.1.4 dev-util/pkgconfig =dev-lang/python-2*[threads] app-arch/zip app-arch/unzip >=app-text/hunspell-1.2 dev-libs/expat >=dev-libs/libIDL-0.8.0 >=dev-libs/libevent-1.4.7 !<x11-base/xorg-x11-6.7.0-r2 >=x11-libs/cairo-1.8[X] >=x11-libs/gtk+-2.8.6:2 >=x11-libs/pango-1.10.1[X] virtual/jpeg alsa? ( media-libs/alsa-lib ) dbus? ( >=dev-libs/dbus-glib-0.72 ) libnotify? ( >=x11-libs/libnotify-0.4 ) startup-notification? ( >=x11-libs/startup-notification-0.8 ) wifi? ( net-wireless/wireless-tools ) java? ( >=dev-java/java-config-2.1.9-r1 ) || ( =sys-devel/automake-1.11* ) =sys-devel/autoconf-2.1* sys-devel/libtool >=app-admin/eselect-python-20091230
java? ( >=virtual/jre-1.4 ) >=sys-devel/binutils-2.16.1 >=dev-libs/nss-3.12.8 >=dev-libs/nspr-4.8.6 system-sqlite? ( >=dev-db/sqlite-3.7.1[fts3,secure-delete] ) alsa? ( media-libs/alsa-lib ) >=app-text/hunspell-1.2 >=x11-libs/cairo-1.8.8[X] x11-libs/libXt x11-libs/pixman >=dev-libs/libevent-1.4.7 gnome? ( >=gnome-base/gnome-vfs-2.16.3 >=gnome-base/libgnomeui-2.16.1 >=gnome-base/gconf-2.16.0 >=gnome-base/libgnome-2.16.0 ) wifi? ( net-wireless/wireless-tools ) libnotify? ( >=x11-libs/libnotify-0.4 ) >=app-admin/eselect-python-20091230 x11-libs/libXrender x11-libs/libXt x11-libs/libXmu >=sys-libs/zlib-1.1.4 app-arch/zip app-arch/unzip >=app-text/hunspell-1.2 dev-libs/expat >=dev-libs/libIDL-0.8.0 >=dev-libs/libevent-1.4.7 !<x11-base/xorg-x11-6.7.0-r2 >=x11-libs/cairo-1.8[X] >=x11-libs/gtk+-2.8.6:2 >=x11-libs/pango-1.10.1[X] virtual/jpeg alsa? ( media-libs/alsa-lib ) dbus? ( >=dev-libs/dbus-glib-0.72 ) libnotify? ( >=x11-libs/libnotify-0.4 ) startup-notification? ( >=x11-libs/startup-notification-0.8 ) wifi? ( net-wireless/wireless-tools ) java? ( >=dev-java/java-config-2.1.9-r1 ) >=app-admin/eselect-python-20091230
java? ( >=virtual/jdk-1.4 ) >=sys-devel/binutils-2.16.1 >=dev-libs/nss-3.12.8 >=dev-libs/nspr-4.8.6 system-sqlite? ( >=dev-db/sqlite-3.7.1[fts3,secure-delete] ) alsa? ( media-libs/alsa-lib ) >=app-text/hunspell-1.2 >=x11-libs/cairo-1.8.8[X] x11-libs/libXt x11-libs/pixman >=dev-libs/libevent-1.4.7 gnome? ( >=gnome-base/gnome-vfs-2.16.3 >=gnome-base/libgnomeui-2.16.1 >=gnome-base/gconf-2.16.0 >=gnome-base/libgnome-2.16.0 ) wifi? ( net-wireless/wireless-tools ) libnotify? ( >=x11-libs/libnotify-0.4 ) =dev-lang/python-2*[threads] dev-util/pkgconfig >=app-admin/eselect-python-20091230 x11-libs/libXrender x11-libs/libXt x11-libs/libXmu >=sys-libs/zlib-1.1.4 dev-util/pkgconfig =dev-lang/python-2*[threads] app-arch/zip app-arch/unzip >=app-text/hunspell-1.2 dev-libs/expat >=dev-libs/libIDL-0.8.0 >=dev-libs/libevent-1.4.7 >=x11-libs/cairo-1.8[X] >=x11-libs/gtk+-2.8.6:2 >=x11-libs/pango-1.10.1[X] virtual/jpeg alsa? ( media-libs/alsa-lib ) dbus? ( >=dev-libs/dbus-glib-0.72 ) libnotify? ( >=x11-libs/libnotify-0.4 ) startup-notification? ( >=x11-libs/startup-notification-0.8 ) wifi? ( net-wireless/wireless-tools ) java? ( >=dev-java/java-config-2.1.9-r1 ) || ( =sys-devel/automake-1.11* ) =sys-devel/autoconf-2.1* sys-devel/libtool >=app-admin/eselect-python-20091230
java? ( >=virtual/jre-1.4 ) >=sys-devel/binutils-2.16.1 >=dev-libs/nss-3.12.8 >=dev-libs/nspr-4.8.6 system-sqlite? ( >=dev-db/sqlite-3.7.1[fts3,secure-delete] ) alsa? ( media-libs/alsa-lib ) >=app-text/hunspell-1.2 >=x11-libs/cairo-1.8.8[X] x11-libs/libXt x11-libs/pixman >=dev-libs/libevent-1.4.7 gnome? ( >=gnome-base/gnome-vfs-2.16.3 >=gnome-base/libgnomeui-2.16.1 >=gnome-base/gconf-2.16.0 >=gnome-base/libgnome-2.16.0 ) wifi? ( net-wireless/wireless-tools ) libnotify? ( >=x11-libs/libnotify-0.4 ) >=app-admin/eselect-python-20091230 x11-libs/libXrender x11-libs/libXt x11-libs/libXmu >=sys-libs/zlib-1.1.4 app-arch/zip app-arch/unzip >=app-text/hunspell-1.2 dev-libs/expat >=dev-libs/libIDL-0.8.0 >=dev-libs/libevent-1.4.7 >=x11-libs/cairo-1.8[X] >=x11-libs/gtk+-2.8.6:2 >=x11-libs/pango-1.10.1[X] virtual/jpeg alsa? ( media-libs/alsa-lib ) dbus? ( >=dev-libs/dbus-glib-0.72 ) libnotify? ( >=x11-libs/libnotify-0.4 ) startup-notification? ( >=x11-libs/startup-notification-0.8 ) wifi? ( net-wireless/wireless-tools ) java? ( >=dev-java/java-config-2.1.9-r1 ) >=app-admin/eselect-python-20091230
1.9
http://releases.mozilla.org/pub/mozilla.org/firefox/releases/3.6.12/source/firefox-3.6.12.source.tar.bz2 http://dev.gentoo.org/~anarchy/mozilla/patchsets/xulrunner-1.9.2-patches-0.7.tar.bz2

@ -1,5 +1,5 @@
java? ( >=virtual/jdk-1.4 ) >=sys-devel/binutils-2.16.1 >=dev-libs/nss-3.12.8 >=dev-libs/nspr-4.8.6 system-sqlite? ( >=dev-db/sqlite-3.7.4[fts3,secure-delete] ) alsa? ( media-libs/alsa-lib ) >=app-text/hunspell-1.2 >=x11-libs/cairo-1.8.8[X] x11-libs/libXt x11-libs/pixman >=dev-libs/libevent-1.4.7 gnome? ( >=gnome-base/gnome-vfs-2.16.3 >=gnome-base/libgnomeui-2.16.1 >=gnome-base/gconf-2.16.0 >=gnome-base/libgnome-2.16.0 ) wifi? ( net-wireless/wireless-tools ) libnotify? ( >=x11-libs/libnotify-0.4 ) =dev-lang/python-2*[threads] dev-util/pkgconfig >=app-admin/eselect-python-20091230 x11-libs/libXrender x11-libs/libXt x11-libs/libXmu >=sys-libs/zlib-1.1.4 dev-util/pkgconfig =dev-lang/python-2*[threads] app-arch/zip app-arch/unzip >=app-text/hunspell-1.2 dev-libs/expat >=dev-libs/libIDL-0.8.0 >=dev-libs/libevent-1.4.7 !<x11-base/xorg-x11-6.7.0-r2 >=x11-libs/cairo-1.8[X] >=x11-libs/gtk+-2.8.6:2 >=x11-libs/pango-1.10.1[X] virtual/jpeg alsa? ( media-libs/alsa-lib ) dbus? ( >=dev-libs/dbus-glib-0.72 ) libnotify? ( >=x11-libs/libnotify-0.4 ) startup-notification? ( >=x11-libs/startup-notification-0.8 ) wifi? ( net-wireless/wireless-tools ) java? ( >=dev-java/java-config-2.1.9-r1 ) || ( =sys-devel/automake-1.11* ) =sys-devel/autoconf-2.1* sys-devel/libtool >=app-admin/eselect-python-20091230
java? ( >=virtual/jre-1.4 ) >=sys-devel/binutils-2.16.1 >=dev-libs/nss-3.12.8 >=dev-libs/nspr-4.8.6 system-sqlite? ( >=dev-db/sqlite-3.7.4[fts3,secure-delete] ) alsa? ( media-libs/alsa-lib ) >=app-text/hunspell-1.2 >=x11-libs/cairo-1.8.8[X] x11-libs/libXt x11-libs/pixman >=dev-libs/libevent-1.4.7 gnome? ( >=gnome-base/gnome-vfs-2.16.3 >=gnome-base/libgnomeui-2.16.1 >=gnome-base/gconf-2.16.0 >=gnome-base/libgnome-2.16.0 ) wifi? ( net-wireless/wireless-tools ) libnotify? ( >=x11-libs/libnotify-0.4 ) >=app-admin/eselect-python-20091230 x11-libs/libXrender x11-libs/libXt x11-libs/libXmu >=sys-libs/zlib-1.1.4 app-arch/zip app-arch/unzip >=app-text/hunspell-1.2 dev-libs/expat >=dev-libs/libIDL-0.8.0 >=dev-libs/libevent-1.4.7 !<x11-base/xorg-x11-6.7.0-r2 >=x11-libs/cairo-1.8[X] >=x11-libs/gtk+-2.8.6:2 >=x11-libs/pango-1.10.1[X] virtual/jpeg alsa? ( media-libs/alsa-lib ) dbus? ( >=dev-libs/dbus-glib-0.72 ) libnotify? ( >=x11-libs/libnotify-0.4 ) startup-notification? ( >=x11-libs/startup-notification-0.8 ) wifi? ( net-wireless/wireless-tools ) java? ( >=dev-java/java-config-2.1.9-r1 ) >=app-admin/eselect-python-20091230
java? ( >=virtual/jdk-1.4 ) >=sys-devel/binutils-2.16.1 >=dev-libs/nss-3.12.8 >=dev-libs/nspr-4.8.6 system-sqlite? ( >=dev-db/sqlite-3.7.4[fts3,secure-delete] ) alsa? ( media-libs/alsa-lib ) >=app-text/hunspell-1.2 >=x11-libs/cairo-1.8.8[X] x11-libs/libXt x11-libs/pixman >=dev-libs/libevent-1.4.7 gnome? ( >=gnome-base/gnome-vfs-2.16.3 >=gnome-base/libgnomeui-2.16.1 >=gnome-base/gconf-2.16.0 >=gnome-base/libgnome-2.16.0 ) wifi? ( net-wireless/wireless-tools ) libnotify? ( >=x11-libs/libnotify-0.4 ) =dev-lang/python-2*[threads] dev-util/pkgconfig >=app-admin/eselect-python-20091230 x11-libs/libXrender x11-libs/libXt x11-libs/libXmu >=sys-libs/zlib-1.1.4 dev-util/pkgconfig =dev-lang/python-2*[threads] app-arch/zip app-arch/unzip >=app-text/hunspell-1.2 dev-libs/expat >=dev-libs/libIDL-0.8.0 >=dev-libs/libevent-1.4.7 >=x11-libs/cairo-1.8[X] >=x11-libs/gtk+-2.8.6:2 >=x11-libs/pango-1.10.1[X] virtual/jpeg alsa? ( media-libs/alsa-lib ) dbus? ( >=dev-libs/dbus-glib-0.72 ) libnotify? ( >=x11-libs/libnotify-0.4 ) startup-notification? ( >=x11-libs/startup-notification-0.8 ) wifi? ( net-wireless/wireless-tools ) java? ( >=dev-java/java-config-2.1.9-r1 ) || ( =sys-devel/automake-1.11* ) =sys-devel/autoconf-2.1* sys-devel/libtool >=app-admin/eselect-python-20091230
java? ( >=virtual/jre-1.4 ) >=sys-devel/binutils-2.16.1 >=dev-libs/nss-3.12.8 >=dev-libs/nspr-4.8.6 system-sqlite? ( >=dev-db/sqlite-3.7.4[fts3,secure-delete] ) alsa? ( media-libs/alsa-lib ) >=app-text/hunspell-1.2 >=x11-libs/cairo-1.8.8[X] x11-libs/libXt x11-libs/pixman >=dev-libs/libevent-1.4.7 gnome? ( >=gnome-base/gnome-vfs-2.16.3 >=gnome-base/libgnomeui-2.16.1 >=gnome-base/gconf-2.16.0 >=gnome-base/libgnome-2.16.0 ) wifi? ( net-wireless/wireless-tools ) libnotify? ( >=x11-libs/libnotify-0.4 ) >=app-admin/eselect-python-20091230 x11-libs/libXrender x11-libs/libXt x11-libs/libXmu >=sys-libs/zlib-1.1.4 app-arch/zip app-arch/unzip >=app-text/hunspell-1.2 dev-libs/expat >=dev-libs/libIDL-0.8.0 >=dev-libs/libevent-1.4.7 >=x11-libs/cairo-1.8[X] >=x11-libs/gtk+-2.8.6:2 >=x11-libs/pango-1.10.1[X] virtual/jpeg alsa? ( media-libs/alsa-lib ) dbus? ( >=dev-libs/dbus-glib-0.72 ) libnotify? ( >=x11-libs/libnotify-0.4 ) startup-notification? ( >=x11-libs/startup-notification-0.8 ) wifi? ( net-wireless/wireless-tools ) java? ( >=dev-java/java-config-2.1.9-r1 ) >=app-admin/eselect-python-20091230
1.9
http://releases.mozilla.org/pub/mozilla.org/firefox/releases/3.6.17/source/firefox-3.6.17.source.tar.bz2 http://dev.gentoo.org/~anarchy/mozilla/patchsets/xulrunner-1.9.2-patches-0.9.tar.bz2

@ -1,5 +1,5 @@
java? ( >=virtual/jdk-1.4 ) >=sys-devel/binutils-2.16.1 >=dev-libs/nss-3.12.8 >=dev-libs/nspr-4.8.6 system-sqlite? ( >=dev-db/sqlite-3.7.4[fts3,secure-delete] ) alsa? ( media-libs/alsa-lib ) >=app-text/hunspell-1.2 >=x11-libs/cairo-1.8.8[X] x11-libs/libXt x11-libs/pixman >=dev-libs/libevent-1.4.7 gnome? ( >=gnome-base/gnome-vfs-2.16.3 >=gnome-base/libgnomeui-2.16.1 >=gnome-base/gconf-2.16.0 >=gnome-base/libgnome-2.16.0 ) wifi? ( net-wireless/wireless-tools ) libnotify? ( >=x11-libs/libnotify-0.4 ) =dev-lang/python-2*[threads] dev-util/pkgconfig >=app-admin/eselect-python-20091230 x11-libs/libXrender x11-libs/libXt x11-libs/libXmu >=sys-libs/zlib-1.1.4 dev-util/pkgconfig =dev-lang/python-2*[threads] app-arch/zip app-arch/unzip >=app-text/hunspell-1.2 dev-libs/expat >=dev-libs/libIDL-0.8.0 >=dev-libs/libevent-1.4.7 !<x11-base/xorg-x11-6.7.0-r2 >=x11-libs/cairo-1.8[X] >=x11-libs/gtk+-2.8.6:2 >=x11-libs/pango-1.10.1[X] virtual/jpeg alsa? ( media-libs/alsa-lib ) dbus? ( >=dev-libs/dbus-glib-0.72 ) libnotify? ( >=x11-libs/libnotify-0.4 ) startup-notification? ( >=x11-libs/startup-notification-0.8 ) wifi? ( net-wireless/wireless-tools ) java? ( >=dev-java/java-config-2.1.9-r1 ) || ( =sys-devel/automake-1.11* ) =sys-devel/autoconf-2.1* sys-devel/libtool >=app-admin/eselect-python-20091230
java? ( >=virtual/jre-1.4 ) >=sys-devel/binutils-2.16.1 >=dev-libs/nss-3.12.8 >=dev-libs/nspr-4.8.6 system-sqlite? ( >=dev-db/sqlite-3.7.4[fts3,secure-delete] ) alsa? ( media-libs/alsa-lib ) >=app-text/hunspell-1.2 >=x11-libs/cairo-1.8.8[X] x11-libs/libXt x11-libs/pixman >=dev-libs/libevent-1.4.7 gnome? ( >=gnome-base/gnome-vfs-2.16.3 >=gnome-base/libgnomeui-2.16.1 >=gnome-base/gconf-2.16.0 >=gnome-base/libgnome-2.16.0 ) wifi? ( net-wireless/wireless-tools ) libnotify? ( >=x11-libs/libnotify-0.4 ) >=app-admin/eselect-python-20091230 x11-libs/libXrender x11-libs/libXt x11-libs/libXmu >=sys-libs/zlib-1.1.4 app-arch/zip app-arch/unzip >=app-text/hunspell-1.2 dev-libs/expat >=dev-libs/libIDL-0.8.0 >=dev-libs/libevent-1.4.7 !<x11-base/xorg-x11-6.7.0-r2 >=x11-libs/cairo-1.8[X] >=x11-libs/gtk+-2.8.6:2 >=x11-libs/pango-1.10.1[X] virtual/jpeg alsa? ( media-libs/alsa-lib ) dbus? ( >=dev-libs/dbus-glib-0.72 ) libnotify? ( >=x11-libs/libnotify-0.4 ) startup-notification? ( >=x11-libs/startup-notification-0.8 ) wifi? ( net-wireless/wireless-tools ) java? ( >=dev-java/java-config-2.1.9-r1 ) >=app-admin/eselect-python-20091230
java? ( >=virtual/jdk-1.4 ) >=sys-devel/binutils-2.16.1 >=dev-libs/nss-3.12.8 >=dev-libs/nspr-4.8.6 system-sqlite? ( >=dev-db/sqlite-3.7.4[fts3,secure-delete] ) alsa? ( media-libs/alsa-lib ) >=app-text/hunspell-1.2 >=x11-libs/cairo-1.8.8[X] x11-libs/libXt x11-libs/pixman >=dev-libs/libevent-1.4.7 gnome? ( >=gnome-base/gnome-vfs-2.16.3 >=gnome-base/libgnomeui-2.16.1 >=gnome-base/gconf-2.16.0 >=gnome-base/libgnome-2.16.0 ) wifi? ( net-wireless/wireless-tools ) libnotify? ( >=x11-libs/libnotify-0.4 ) =dev-lang/python-2*[threads] dev-util/pkgconfig >=app-admin/eselect-python-20091230 x11-libs/libXrender x11-libs/libXt x11-libs/libXmu >=sys-libs/zlib-1.1.4 dev-util/pkgconfig =dev-lang/python-2*[threads] app-arch/zip app-arch/unzip >=app-text/hunspell-1.2 dev-libs/expat >=dev-libs/libIDL-0.8.0 >=dev-libs/libevent-1.4.7 >=x11-libs/cairo-1.8[X] >=x11-libs/gtk+-2.8.6:2 >=x11-libs/pango-1.10.1[X] virtual/jpeg alsa? ( media-libs/alsa-lib ) dbus? ( >=dev-libs/dbus-glib-0.72 ) libnotify? ( >=x11-libs/libnotify-0.4 ) startup-notification? ( >=x11-libs/startup-notification-0.8 ) wifi? ( net-wireless/wireless-tools ) java? ( >=dev-java/java-config-2.1.9-r1 ) || ( =sys-devel/automake-1.11* ) =sys-devel/autoconf-2.1* sys-devel/libtool >=app-admin/eselect-python-20091230
java? ( >=virtual/jre-1.4 ) >=sys-devel/binutils-2.16.1 >=dev-libs/nss-3.12.8 >=dev-libs/nspr-4.8.6 system-sqlite? ( >=dev-db/sqlite-3.7.4[fts3,secure-delete] ) alsa? ( media-libs/alsa-lib ) >=app-text/hunspell-1.2 >=x11-libs/cairo-1.8.8[X] x11-libs/libXt x11-libs/pixman >=dev-libs/libevent-1.4.7 gnome? ( >=gnome-base/gnome-vfs-2.16.3 >=gnome-base/libgnomeui-2.16.1 >=gnome-base/gconf-2.16.0 >=gnome-base/libgnome-2.16.0 ) wifi? ( net-wireless/wireless-tools ) libnotify? ( >=x11-libs/libnotify-0.4 ) >=app-admin/eselect-python-20091230 x11-libs/libXrender x11-libs/libXt x11-libs/libXmu >=sys-libs/zlib-1.1.4 app-arch/zip app-arch/unzip >=app-text/hunspell-1.2 dev-libs/expat >=dev-libs/libIDL-0.8.0 >=dev-libs/libevent-1.4.7 >=x11-libs/cairo-1.8[X] >=x11-libs/gtk+-2.8.6:2 >=x11-libs/pango-1.10.1[X] virtual/jpeg alsa? ( media-libs/alsa-lib ) dbus? ( >=dev-libs/dbus-glib-0.72 ) libnotify? ( >=x11-libs/libnotify-0.4 ) startup-notification? ( >=x11-libs/startup-notification-0.8 ) wifi? ( net-wireless/wireless-tools ) java? ( >=dev-java/java-config-2.1.9-r1 ) >=app-admin/eselect-python-20091230
1.9
http://releases.mozilla.org/pub/mozilla.org/firefox/releases/3.6.20/source/firefox-3.6.20.source.tar.bz2 http://dev.gentoo.org/~anarchy/mozilla/patchsets/xulrunner-1.9.2-patches-0.9.tar.bz2

@ -1,5 +1,5 @@
java? ( >=virtual/jdk-1.4 ) >=sys-devel/binutils-2.16.1 >=dev-libs/nss-3.12.8 >=dev-libs/nspr-4.8.6 system-sqlite? ( >=dev-db/sqlite-3.7.4[fts3,secure-delete] ) alsa? ( media-libs/alsa-lib ) >=app-text/hunspell-1.2 >=x11-libs/cairo-1.8.8[X] x11-libs/libXt x11-libs/pixman >=dev-libs/libevent-1.4.7 gnome? ( >=gnome-base/gnome-vfs-2.16.3 >=gnome-base/libgnomeui-2.16.1 >=gnome-base/gconf-2.16.0 >=gnome-base/libgnome-2.16.0 ) wifi? ( net-wireless/wireless-tools ) libnotify? ( >=x11-libs/libnotify-0.4 ) =dev-lang/python-2*[threads] dev-util/pkgconfig >=app-admin/eselect-python-20091230 x11-libs/libXrender x11-libs/libXt x11-libs/libXmu >=sys-libs/zlib-1.1.4 dev-util/pkgconfig =dev-lang/python-2*[threads] app-arch/zip app-arch/unzip >=app-text/hunspell-1.2 dev-libs/expat >=dev-libs/libIDL-0.8.0 >=dev-libs/libevent-1.4.7 !<x11-base/xorg-x11-6.7.0-r2 >=x11-libs/cairo-1.8[X] >=x11-libs/gtk+-2.8.6:2 >=x11-libs/pango-1.10.1[X] virtual/jpeg alsa? ( media-libs/alsa-lib ) dbus? ( >=dev-libs/dbus-glib-0.72 ) libnotify? ( >=x11-libs/libnotify-0.4 ) startup-notification? ( >=x11-libs/startup-notification-0.8 ) wifi? ( net-wireless/wireless-tools ) java? ( >=dev-java/java-config-2.1.9-r1 ) || ( =sys-devel/automake-1.11* ) =sys-devel/autoconf-2.1* sys-devel/libtool >=app-admin/eselect-python-20091230
java? ( >=virtual/jre-1.4 ) >=sys-devel/binutils-2.16.1 >=dev-libs/nss-3.12.8 >=dev-libs/nspr-4.8.6 system-sqlite? ( >=dev-db/sqlite-3.7.4[fts3,secure-delete] ) alsa? ( media-libs/alsa-lib ) >=app-text/hunspell-1.2 >=x11-libs/cairo-1.8.8[X] x11-libs/libXt x11-libs/pixman >=dev-libs/libevent-1.4.7 gnome? ( >=gnome-base/gnome-vfs-2.16.3 >=gnome-base/libgnomeui-2.16.1 >=gnome-base/gconf-2.16.0 >=gnome-base/libgnome-2.16.0 ) wifi? ( net-wireless/wireless-tools ) libnotify? ( >=x11-libs/libnotify-0.4 ) >=app-admin/eselect-python-20091230 x11-libs/libXrender x11-libs/libXt x11-libs/libXmu >=sys-libs/zlib-1.1.4 app-arch/zip app-arch/unzip >=app-text/hunspell-1.2 dev-libs/expat >=dev-libs/libIDL-0.8.0 >=dev-libs/libevent-1.4.7 !<x11-base/xorg-x11-6.7.0-r2 >=x11-libs/cairo-1.8[X] >=x11-libs/gtk+-2.8.6:2 >=x11-libs/pango-1.10.1[X] virtual/jpeg alsa? ( media-libs/alsa-lib ) dbus? ( >=dev-libs/dbus-glib-0.72 ) libnotify? ( >=x11-libs/libnotify-0.4 ) startup-notification? ( >=x11-libs/startup-notification-0.8 ) wifi? ( net-wireless/wireless-tools ) java? ( >=dev-java/java-config-2.1.9-r1 ) >=app-admin/eselect-python-20091230
java? ( >=virtual/jdk-1.4 ) >=sys-devel/binutils-2.16.1 >=dev-libs/nss-3.12.8 >=dev-libs/nspr-4.8.6 system-sqlite? ( >=dev-db/sqlite-3.7.4[fts3,secure-delete] ) alsa? ( media-libs/alsa-lib ) >=app-text/hunspell-1.2 >=x11-libs/cairo-1.8.8[X] x11-libs/libXt x11-libs/pixman >=dev-libs/libevent-1.4.7 gnome? ( >=gnome-base/gnome-vfs-2.16.3 >=gnome-base/libgnomeui-2.16.1 >=gnome-base/gconf-2.16.0 >=gnome-base/libgnome-2.16.0 ) wifi? ( net-wireless/wireless-tools ) libnotify? ( >=x11-libs/libnotify-0.4 ) =dev-lang/python-2*[threads] dev-util/pkgconfig >=app-admin/eselect-python-20091230 x11-libs/libXrender x11-libs/libXt x11-libs/libXmu >=sys-libs/zlib-1.1.4 dev-util/pkgconfig =dev-lang/python-2*[threads] app-arch/zip app-arch/unzip >=app-text/hunspell-1.2 dev-libs/expat >=dev-libs/libIDL-0.8.0 >=dev-libs/libevent-1.4.7 >=x11-libs/cairo-1.8[X] >=x11-libs/gtk+-2.8.6:2 >=x11-libs/pango-1.10.1[X] virtual/jpeg alsa? ( media-libs/alsa-lib ) dbus? ( >=dev-libs/dbus-glib-0.72 ) libnotify? ( >=x11-libs/libnotify-0.4 ) startup-notification? ( >=x11-libs/startup-notification-0.8 ) wifi? ( net-wireless/wireless-tools ) java? ( >=dev-java/java-config-2.1.9-r1 ) || ( =sys-devel/automake-1.11* ) =sys-devel/autoconf-2.1* sys-devel/libtool >=app-admin/eselect-python-20091230
java? ( >=virtual/jre-1.4 ) >=sys-devel/binutils-2.16.1 >=dev-libs/nss-3.12.8 >=dev-libs/nspr-4.8.6 system-sqlite? ( >=dev-db/sqlite-3.7.4[fts3,secure-delete] ) alsa? ( media-libs/alsa-lib ) >=app-text/hunspell-1.2 >=x11-libs/cairo-1.8.8[X] x11-libs/libXt x11-libs/pixman >=dev-libs/libevent-1.4.7 gnome? ( >=gnome-base/gnome-vfs-2.16.3 >=gnome-base/libgnomeui-2.16.1 >=gnome-base/gconf-2.16.0 >=gnome-base/libgnome-2.16.0 ) wifi? ( net-wireless/wireless-tools ) libnotify? ( >=x11-libs/libnotify-0.4 ) >=app-admin/eselect-python-20091230 x11-libs/libXrender x11-libs/libXt x11-libs/libXmu >=sys-libs/zlib-1.1.4 app-arch/zip app-arch/unzip >=app-text/hunspell-1.2 dev-libs/expat >=dev-libs/libIDL-0.8.0 >=dev-libs/libevent-1.4.7 >=x11-libs/cairo-1.8[X] >=x11-libs/gtk+-2.8.6:2 >=x11-libs/pango-1.10.1[X] virtual/jpeg alsa? ( media-libs/alsa-lib ) dbus? ( >=dev-libs/dbus-glib-0.72 ) libnotify? ( >=x11-libs/libnotify-0.4 ) startup-notification? ( >=x11-libs/startup-notification-0.8 ) wifi? ( net-wireless/wireless-tools ) java? ( >=dev-java/java-config-2.1.9-r1 ) >=app-admin/eselect-python-20091230
1.9
http://releases.mozilla.org/pub/mozilla.org/firefox/releases/3.6.21/source/firefox-3.6.21.source.tar.bz2 http://dev.gentoo.org/~anarchy/mozilla/patchsets/xulrunner-1.9.2-patches-0.9.tar.bz2

@ -1,5 +1,5 @@
java? ( >=virtual/jdk-1.4 ) >=sys-devel/binutils-2.16.1 >=dev-libs/nss-3.12.8 >=dev-libs/nspr-4.8.6 system-sqlite? ( >=dev-db/sqlite-3.7.4[fts3,secure-delete] ) alsa? ( media-libs/alsa-lib ) >=app-text/hunspell-1.2 >=x11-libs/cairo-1.8.8[X] x11-libs/libXt x11-libs/pixman >=dev-libs/libevent-1.4.7 gnome? ( >=gnome-base/gnome-vfs-2.16.3 >=gnome-base/libgnomeui-2.16.1 >=gnome-base/gconf-2.16.0 >=gnome-base/libgnome-2.16.0 ) wifi? ( net-wireless/wireless-tools ) libnotify? ( >=x11-libs/libnotify-0.4 ) =dev-lang/python-2*[threads] dev-util/pkgconfig >=app-admin/eselect-python-20091230 x11-libs/libXrender x11-libs/libXt x11-libs/libXmu >=sys-libs/zlib-1.1.4 dev-util/pkgconfig =dev-lang/python-2*[threads] app-arch/zip app-arch/unzip >=app-text/hunspell-1.2 dev-libs/expat >=dev-libs/libIDL-0.8.0 >=dev-libs/libevent-1.4.7 !<x11-base/xorg-x11-6.7.0-r2 >=x11-libs/cairo-1.8[X] >=x11-libs/gtk+-2.8.6:2 >=x11-libs/pango-1.10.1[X] virtual/jpeg alsa? ( media-libs/alsa-lib ) dbus? ( >=dev-libs/dbus-glib-0.72 ) libnotify? ( >=x11-libs/libnotify-0.4 ) startup-notification? ( >=x11-libs/startup-notification-0.8 ) wifi? ( net-wireless/wireless-tools ) java? ( >=dev-java/java-config-2.1.9-r1 ) || ( =sys-devel/automake-1.11* ) =sys-devel/autoconf-2.1* sys-devel/libtool >=app-admin/eselect-python-20091230
java? ( >=virtual/jre-1.4 ) >=sys-devel/binutils-2.16.1 >=dev-libs/nss-3.12.8 >=dev-libs/nspr-4.8.6 system-sqlite? ( >=dev-db/sqlite-3.7.4[fts3,secure-delete] ) alsa? ( media-libs/alsa-lib ) >=app-text/hunspell-1.2 >=x11-libs/cairo-1.8.8[X] x11-libs/libXt x11-libs/pixman >=dev-libs/libevent-1.4.7 gnome? ( >=gnome-base/gnome-vfs-2.16.3 >=gnome-base/libgnomeui-2.16.1 >=gnome-base/gconf-2.16.0 >=gnome-base/libgnome-2.16.0 ) wifi? ( net-wireless/wireless-tools ) libnotify? ( >=x11-libs/libnotify-0.4 ) >=app-admin/eselect-python-20091230 x11-libs/libXrender x11-libs/libXt x11-libs/libXmu >=sys-libs/zlib-1.1.4 app-arch/zip app-arch/unzip >=app-text/hunspell-1.2 dev-libs/expat >=dev-libs/libIDL-0.8.0 >=dev-libs/libevent-1.4.7 !<x11-base/xorg-x11-6.7.0-r2 >=x11-libs/cairo-1.8[X] >=x11-libs/gtk+-2.8.6:2 >=x11-libs/pango-1.10.1[X] virtual/jpeg alsa? ( media-libs/alsa-lib ) dbus? ( >=dev-libs/dbus-glib-0.72 ) libnotify? ( >=x11-libs/libnotify-0.4 ) startup-notification? ( >=x11-libs/startup-notification-0.8 ) wifi? ( net-wireless/wireless-tools ) java? ( >=dev-java/java-config-2.1.9-r1 ) >=app-admin/eselect-python-20091230
java? ( >=virtual/jdk-1.4 ) >=sys-devel/binutils-2.16.1 >=dev-libs/nss-3.12.8 >=dev-libs/nspr-4.8.6 system-sqlite? ( >=dev-db/sqlite-3.7.4[fts3,secure-delete] ) alsa? ( media-libs/alsa-lib ) >=app-text/hunspell-1.2 >=x11-libs/cairo-1.8.8[X] x11-libs/libXt x11-libs/pixman >=dev-libs/libevent-1.4.7 gnome? ( >=gnome-base/gnome-vfs-2.16.3 >=gnome-base/libgnomeui-2.16.1 >=gnome-base/gconf-2.16.0 >=gnome-base/libgnome-2.16.0 ) wifi? ( net-wireless/wireless-tools ) libnotify? ( >=x11-libs/libnotify-0.4 ) =dev-lang/python-2*[threads] dev-util/pkgconfig >=app-admin/eselect-python-20091230 x11-libs/libXrender x11-libs/libXt x11-libs/libXmu >=sys-libs/zlib-1.1.4 dev-util/pkgconfig =dev-lang/python-2*[threads] app-arch/zip app-arch/unzip >=app-text/hunspell-1.2 dev-libs/expat >=dev-libs/libIDL-0.8.0 >=dev-libs/libevent-1.4.7 >=x11-libs/cairo-1.8[X] >=x11-libs/gtk+-2.8.6:2 >=x11-libs/pango-1.10.1[X] virtual/jpeg alsa? ( media-libs/alsa-lib ) dbus? ( >=dev-libs/dbus-glib-0.72 ) libnotify? ( >=x11-libs/libnotify-0.4 ) startup-notification? ( >=x11-libs/startup-notification-0.8 ) wifi? ( net-wireless/wireless-tools ) java? ( >=dev-java/java-config-2.1.9-r1 ) || ( =sys-devel/automake-1.11* ) =sys-devel/autoconf-2.1* sys-devel/libtool >=app-admin/eselect-python-20091230
java? ( >=virtual/jre-1.4 ) >=sys-devel/binutils-2.16.1 >=dev-libs/nss-3.12.8 >=dev-libs/nspr-4.8.6 system-sqlite? ( >=dev-db/sqlite-3.7.4[fts3,secure-delete] ) alsa? ( media-libs/alsa-lib ) >=app-text/hunspell-1.2 >=x11-libs/cairo-1.8.8[X] x11-libs/libXt x11-libs/pixman >=dev-libs/libevent-1.4.7 gnome? ( >=gnome-base/gnome-vfs-2.16.3 >=gnome-base/libgnomeui-2.16.1 >=gnome-base/gconf-2.16.0 >=gnome-base/libgnome-2.16.0 ) wifi? ( net-wireless/wireless-tools ) libnotify? ( >=x11-libs/libnotify-0.4 ) >=app-admin/eselect-python-20091230 x11-libs/libXrender x11-libs/libXt x11-libs/libXmu >=sys-libs/zlib-1.1.4 app-arch/zip app-arch/unzip >=app-text/hunspell-1.2 dev-libs/expat >=dev-libs/libIDL-0.8.0 >=dev-libs/libevent-1.4.7 >=x11-libs/cairo-1.8[X] >=x11-libs/gtk+-2.8.6:2 >=x11-libs/pango-1.10.1[X] virtual/jpeg alsa? ( media-libs/alsa-lib ) dbus? ( >=dev-libs/dbus-glib-0.72 ) libnotify? ( >=x11-libs/libnotify-0.4 ) startup-notification? ( >=x11-libs/startup-notification-0.8 ) wifi? ( net-wireless/wireless-tools ) java? ( >=dev-java/java-config-2.1.9-r1 ) >=app-admin/eselect-python-20091230
1.9
http://releases.mozilla.org/pub/mozilla.org/firefox/releases/3.6.22/source/firefox-3.6.22.source.tar.bz2 http://dev.gentoo.org/~anarchy/mozilla/patchsets/xulrunner-1.9.2-patches-0.9.tar.bz2

@ -1,5 +1,5 @@
>=sys-devel/binutils-2.16.1 >=dev-libs/nss-3.12.9 >=dev-libs/nspr-4.8.7 >=dev-libs/glib-2.26 gconf? ( >=gnome-base/gconf-1.2.1:2 ) media-libs/libpng[apng] virtual/libffi system-sqlite? ( >=dev-db/sqlite-3.7.4[fts3,secure-delete,unlock-notify,debug=] ) webm? ( media-libs/libvpx media-libs/alsa-lib media-libs/mesa ) !www-plugins/weave dev-util/pkgconfig webm? ( amd64? ( >=dev-lang/yasm-1.1.0 ) x86? ( >=dev-lang/yasm-1.1.0 ) ) >=app-admin/eselect-python-20091230 x11-libs/libXrender x11-libs/libXt x11-libs/libXmu >=sys-libs/zlib-1.1.4 dev-util/pkgconfig =dev-lang/python-2*[threads] app-arch/zip app-arch/unzip >=app-text/hunspell-1.2 dev-libs/expat >=dev-libs/libIDL-0.8.0 >=dev-libs/libevent-1.4.7 !<x11-base/xorg-x11-6.7.0-r2 >=x11-libs/cairo-1.8[X] >=x11-libs/gtk+-2.8.6:2 >=x11-libs/pango-1.10.1[X] virtual/jpeg alsa? ( media-libs/alsa-lib ) dbus? ( >=dev-libs/dbus-glib-0.72 ) libnotify? ( >=x11-libs/libnotify-0.4 ) startup-notification? ( >=x11-libs/startup-notification-0.8 ) wifi? ( net-wireless/wireless-tools ) || ( =sys-devel/automake-1.11* ) =sys-devel/autoconf-2.1* sys-devel/libtool >=app-admin/eselect-python-20091230
>=sys-devel/binutils-2.16.1 >=dev-libs/nss-3.12.9 >=dev-libs/nspr-4.8.7 >=dev-libs/glib-2.26 gconf? ( >=gnome-base/gconf-1.2.1:2 ) media-libs/libpng[apng] virtual/libffi system-sqlite? ( >=dev-db/sqlite-3.7.4[fts3,secure-delete,unlock-notify,debug=] ) webm? ( media-libs/libvpx media-libs/alsa-lib media-libs/mesa ) !www-plugins/weave >=app-admin/eselect-python-20091230 x11-libs/libXrender x11-libs/libXt x11-libs/libXmu >=sys-libs/zlib-1.1.4 app-arch/zip app-arch/unzip >=app-text/hunspell-1.2 dev-libs/expat >=dev-libs/libIDL-0.8.0 >=dev-libs/libevent-1.4.7 !<x11-base/xorg-x11-6.7.0-r2 >=x11-libs/cairo-1.8[X] >=x11-libs/gtk+-2.8.6:2 >=x11-libs/pango-1.10.1[X] virtual/jpeg alsa? ( media-libs/alsa-lib ) dbus? ( >=dev-libs/dbus-glib-0.72 ) libnotify? ( >=x11-libs/libnotify-0.4 ) startup-notification? ( >=x11-libs/startup-notification-0.8 ) wifi? ( net-wireless/wireless-tools ) >=app-admin/eselect-python-20091230
>=sys-devel/binutils-2.16.1 >=dev-libs/nss-3.12.9 >=dev-libs/nspr-4.8.7 >=dev-libs/glib-2.26 gconf? ( >=gnome-base/gconf-1.2.1:2 ) media-libs/libpng[apng] virtual/libffi system-sqlite? ( >=dev-db/sqlite-3.7.4[fts3,secure-delete,unlock-notify,debug=] ) webm? ( media-libs/libvpx media-libs/alsa-lib media-libs/mesa ) !www-plugins/weave dev-util/pkgconfig webm? ( amd64? ( >=dev-lang/yasm-1.1.0 ) x86? ( >=dev-lang/yasm-1.1.0 ) ) >=app-admin/eselect-python-20091230 x11-libs/libXrender x11-libs/libXt x11-libs/libXmu >=sys-libs/zlib-1.1.4 dev-util/pkgconfig =dev-lang/python-2*[threads] app-arch/zip app-arch/unzip >=app-text/hunspell-1.2 dev-libs/expat >=dev-libs/libIDL-0.8.0 >=dev-libs/libevent-1.4.7 >=x11-libs/cairo-1.8[X] >=x11-libs/gtk+-2.8.6:2 >=x11-libs/pango-1.10.1[X] virtual/jpeg alsa? ( media-libs/alsa-lib ) dbus? ( >=dev-libs/dbus-glib-0.72 ) libnotify? ( >=x11-libs/libnotify-0.4 ) startup-notification? ( >=x11-libs/startup-notification-0.8 ) wifi? ( net-wireless/wireless-tools ) || ( =sys-devel/automake-1.11* ) =sys-devel/autoconf-2.1* sys-devel/libtool >=app-admin/eselect-python-20091230
>=sys-devel/binutils-2.16.1 >=dev-libs/nss-3.12.9 >=dev-libs/nspr-4.8.7 >=dev-libs/glib-2.26 gconf? ( >=gnome-base/gconf-1.2.1:2 ) media-libs/libpng[apng] virtual/libffi system-sqlite? ( >=dev-db/sqlite-3.7.4[fts3,secure-delete,unlock-notify,debug=] ) webm? ( media-libs/libvpx media-libs/alsa-lib media-libs/mesa ) !www-plugins/weave >=app-admin/eselect-python-20091230 x11-libs/libXrender x11-libs/libXt x11-libs/libXmu >=sys-libs/zlib-1.1.4 app-arch/zip app-arch/unzip >=app-text/hunspell-1.2 dev-libs/expat >=dev-libs/libIDL-0.8.0 >=dev-libs/libevent-1.4.7 >=x11-libs/cairo-1.8[X] >=x11-libs/gtk+-2.8.6:2 >=x11-libs/pango-1.10.1[X] virtual/jpeg alsa? ( media-libs/alsa-lib ) dbus? ( >=dev-libs/dbus-glib-0.72 ) libnotify? ( >=x11-libs/libnotify-0.4 ) startup-notification? ( >=x11-libs/startup-notification-0.8 ) wifi? ( net-wireless/wireless-tools ) >=app-admin/eselect-python-20091230
1.9
http://dev.gentoo.org/~anarchy/mozilla/patchsets/xulrunner-2.0-patches-1.8.tar.bz2 http://releases.mozilla.org/pub/mozilla.org/firefox/releases/4.0.1/source/firefox-4.0.1.source.tar.bz2

@ -1,5 +1,5 @@
ldap? ( net-nds/openldap ) ssl? ( gnutls? ( net-libs/gnutls dev-libs/libgcrypt app-misc/ca-certificates ) nss? ( !gnutls? ( dev-libs/nss app-misc/ca-certificates ) ) !gnutls? ( !nss? ( dev-libs/openssl ) ) ) idn? ( net-dns/libidn ) ares? ( >=net-dns/c-ares-1.6 ) kerberos? ( virtual/krb5 ) libssh2? ( >=net-libs/libssh2-0.16 ) sys-apps/ed test? ( sys-apps/diffutils dev-lang/perl ) || ( =sys-devel/automake-1.11* ) >=sys-devel/autoconf-2.61 sys-devel/libtool
ldap? ( net-nds/openldap ) ssl? ( gnutls? ( net-libs/gnutls dev-libs/libgcrypt app-misc/ca-certificates ) nss? ( !gnutls? ( dev-libs/nss app-misc/ca-certificates ) ) !gnutls? ( !nss? ( dev-libs/openssl ) ) ) idn? ( net-dns/libidn ) ares? ( >=net-dns/c-ares-1.6 ) kerberos? ( virtual/krb5 ) libssh2? ( >=net-libs/libssh2-0.16 )
ldap? ( net-nds/openldap ) gnutls? ( net-libs/gnutls dev-libs/libgcrypt app-misc/ca-certificates ) ssl? ( !gnutls? ( dev-libs/openssl ) ) nss? ( !gnutls? ( !ssl? ( dev-libs/nss app-misc/ca-certificates ) ) ) idn? ( net-dns/libidn ) ares? ( >=net-dns/c-ares-1.6 ) kerberos? ( virtual/krb5 ) libssh2? ( >=net-libs/libssh2-0.16 ) sys-apps/ed test? ( sys-apps/diffutils dev-lang/perl ) || ( =sys-devel/automake-1.11* ) >=sys-devel/autoconf-2.61 sys-devel/libtool
ldap? ( net-nds/openldap ) gnutls? ( net-libs/gnutls dev-libs/libgcrypt app-misc/ca-certificates ) ssl? ( !gnutls? ( dev-libs/openssl ) ) nss? ( !gnutls? ( !ssl? ( dev-libs/nss app-misc/ca-certificates ) ) ) idn? ( net-dns/libidn ) ares? ( >=net-dns/c-ares-1.6 ) kerberos? ( virtual/krb5 ) libssh2? ( >=net-libs/libssh2-0.16 )
0
http://curl.haxx.se/download/curl-7.22.0.tar.bz2
@ -9,7 +9,7 @@ A Client that groks URLs
~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris
autotools eutils libtool multilib portability prefix toolchain-funcs user
ares gnutls idn ipv6 kerberos ldap libssh2 nss ssl static-libs test threads
threads? ( !ares ) gnutls? ( ssl ) nss? ( ssl ) nss? ( !gnutls )
threads? ( !ares ) nss? ( !gnutls )
4

@ -8,7 +8,7 @@ Apache-2.0
Client-side implementation of the Remote Desktop Protocol
~amd64 ~x86
base cmake-utils eutils flag-o-matic multilib portability toolchain-funcs user
+alsa +cups directfb ffmpeg pulseaudio smartcard sse2 test +X +xcursor +xext +xinerama +xkbfile +xv debug-transport debug-chanman debug-svc debug-dvc debug-kbd debug-nla debug-nego debug-certificate debug-license debug-gdi debug-rfx debug-x11 debug-rail debug-xv
+alsa +cups directfb ffmpeg pulseaudio smartcard sse2 test +X +xcursor +xext +xinerama +xkbfile +xv debug-transport debug-chanman debug-svc debug-dvc debug-kbd debug-nla debug-nego debug-certificate debug-license debug-gdi debug-rfx debug-x11 debug-rail debug-xv debug-scard debug-orders debug-redir

@ -0,0 +1,22 @@
sys-libs/ncurses
sys-libs/ncurses !sys-apps/ccs-tools
0
mirror://sourceforge.jp/tomoyo/53357/tomoyo-tools-2.5.0-20111025.tar.gz
http://tomoyo.sourceforge.jp/
GPL-2
TOMOYO Linux tools
~amd64 ~x86
eutils multilib portability toolchain-funcs user
2
config install postinst prepare

@ -1,22 +0,0 @@
net-misc/curl dev-vcs/cvs dev-vcs/subversion
0
http://ymorin.is-a-geek.org/download/crosstool-ng/crosstool-ng-1.12.3.tar.bz2
http://ymorin.is-a-geek.org/projects/crosstool
GPL-2
crosstool-ng is a tool to build cross-compiling toolchains
~amd64 ~x86
bash-completion-r1
bash-completion
4
install

@ -1,7 +1,7 @@
net-misc/curl dev-vcs/cvs dev-vcs/subversion
0
http://ymorin.is-a-geek.org/download/crosstool-ng/crosstool-ng-1.12.2.tar.bz2
http://ymorin.is-a-geek.org/download/crosstool-ng/crosstool-ng-1.13.1.tar.bz2
http://ymorin.is-a-geek.org/projects/crosstool
GPL-2

@ -8,7 +8,7 @@ GPL-2 LGPL-2.1
The GNU Compiler Collection
~alpha ~ppc ~sparc ~x86
eutils fixheadtails flag-o-matic gnuconfig libtool multilib portability toolchain toolchain-funcs user versionator
build multislot nls nptl test vanilla altivec fortran nocxx
build multislot nls nptl test vanilla altivec cxx fortran nocxx
>=sys-devel/gcc-config-1.4

@ -8,7 +8,7 @@ GPL-2 LGPL-2.1
The GNU Compiler Collection
eutils fixheadtails flag-o-matic gnuconfig libtool multilib portability toolchain toolchain-funcs user versionator
build multislot nls nptl test vanilla altivec fortran nocxx bootstrap doc gcj gtk hardened libffi multilib objc
build multislot nls nptl test vanilla altivec cxx fortran nocxx bootstrap doc gcj gtk hardened libffi multilib objc
>=sys-devel/gcc-config-1.4

@ -8,7 +8,7 @@ GPL-2 LGPL-2.1
The GNU Compiler Collection
~amd64 ~x86
eutils fixheadtails flag-o-matic gnuconfig libtool multilib portability toolchain toolchain-funcs user versionator
build multislot nls nptl test vanilla altivec fortran nocxx nopie boundschecking nossp bootstrap doc gcj gtk hardened libffi multilib objc
build multislot nls nptl test vanilla altivec cxx fortran nocxx nopie boundschecking nossp bootstrap doc gcj gtk hardened libffi multilib objc
>=sys-devel/gcc-config-1.4

@ -8,7 +8,7 @@ GPL-2 LGPL-2.1
The GNU Compiler Collection
-* alpha amd64 arm ~ia64 ~mips ppc ppc64 ~s390 sh sparc x86 ~x86-fbsd
eutils fixheadtails flag-o-matic gnuconfig libtool multilib portability toolchain toolchain-funcs user versionator
ip28 ip32r10k n32 n64 build multislot nls nptl test vanilla altivec fortran nocxx nopie boundschecking d nossp bootstrap doc gcj gtk hardened libffi multilib objc
ip28 ip32r10k n32 n64 build multislot nls nptl test vanilla altivec cxx fortran nocxx nopie boundschecking d nossp bootstrap doc gcj gtk hardened libffi multilib objc
>=sys-devel/gcc-config-1.4

@ -8,7 +8,7 @@ GPL-2 LGPL-2.1 FDL-1.2
The GNU Compiler Collection
-* ~ia64 ~m68k
eutils fixheadtails flag-o-matic gnuconfig libtool multilib portability toolchain toolchain-funcs user versionator
build multislot nls nptl test vanilla altivec fortran nocxx nopie bootstrap doc gcj gtk hardened libffi multilib objc objc-gc mudflap
build multislot nls nptl test vanilla altivec cxx fortran nocxx nopie bootstrap doc gcj gtk hardened libffi multilib objc objc-gc mudflap
>=sys-devel/gcc-config-1.4

@ -8,7 +8,7 @@ GPL-2 LGPL-2.1 FDL-1.2
The GNU Compiler Collection
-* alpha amd64 arm hppa ia64 ~m68k ~mips ppc ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd
eutils fixheadtails flag-o-matic gnuconfig libtool multilib portability toolchain toolchain-funcs user versionator
build multislot nls nptl test vanilla altivec fortran nocxx d bootstrap doc gcj gtk hardened libffi multilib objc objc-gc mudflap objc++
build multislot nls nptl test vanilla altivec cxx fortran nocxx d bootstrap doc gcj gtk hardened libffi multilib objc objc-gc mudflap objc++
>=sys-devel/gcc-config-1.4

@ -8,7 +8,7 @@ GPL-3 LGPL-2.1 || ( GPL-3 libgcc libstdc++ ) FDL-1.2
The GNU Compiler Collection
~alpha ~amd64 ~arm hppa ~ia64 ~m68k ~ppc ~ppc64 ~sparc ~x86 ~sparc-fbsd ~x86-fbsd
eutils fixheadtails flag-o-matic gnuconfig libtool multilib portability toolchain toolchain-funcs user versionator
build multislot nls nptl test vanilla altivec fortran nocxx bootstrap doc gcj gtk hardened libffi multilib objc objc-gc mudflap objc++ openmp
build multislot nls nptl test vanilla altivec cxx fortran nocxx bootstrap doc gcj gtk hardened libffi multilib objc objc-gc mudflap objc++ openmp
>=sys-devel/gcc-config-1.4

@ -8,7 +8,7 @@ GPL-3 LGPL-3 || ( GPL-3 libgcc libstdc++ ) FDL-1.2
The GNU Compiler Collection
~alpha ~amd64 ~arm -hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd
eutils fixheadtails flag-o-matic gnuconfig libtool multilib portability toolchain toolchain-funcs user versionator
build multislot nls nptl test vanilla altivec fortran nocxx nopie nossp bootstrap doc gcj gtk hardened libffi multilib objc objc-gc mudflap objc++ openmp fixed-point
build multislot nls nptl test vanilla altivec cxx fortran nocxx nopie nossp bootstrap doc gcj gtk hardened libffi multilib objc objc-gc mudflap objc++ openmp fixed-point
elibc_glibc? ( >=sys-libs/glibc-2.8 ) >=sys-devel/gcc-config-1.4

@ -8,7 +8,7 @@ GPL-3 LGPL-3 || ( GPL-3 libgcc libstdc++ ) FDL-1.2
The GNU Compiler Collection
alpha amd64 arm -hppa ia64 ~m68k ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd
eutils fixheadtails flag-o-matic gnuconfig libtool multilib portability toolchain toolchain-funcs user versionator
build multislot nls nptl test vanilla altivec fortran nocxx nopie nossp bootstrap doc gcj gtk hardened libffi multilib objc objc-gc mudflap objc++ openmp fixed-point
build multislot nls nptl test vanilla altivec cxx fortran nocxx nopie nossp bootstrap doc gcj gtk hardened libffi multilib objc objc-gc mudflap objc++ openmp fixed-point
elibc_glibc? ( >=sys-libs/glibc-2.8 ) >=sys-devel/gcc-config-1.4

@ -8,7 +8,7 @@ GPL-3 LGPL-3 || ( GPL-3 libgcc libstdc++ ) FDL-1.2
The GNU Compiler Collection
~alpha ~amd64 ~arm -hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd
eutils fixheadtails flag-o-matic gnuconfig libtool multilib portability toolchain toolchain-funcs user versionator
build multislot nls nptl test vanilla altivec fortran nocxx nopie nossp bootstrap doc gcj gtk hardened libffi multilib objc objc-gc mudflap objc++ openmp fixed-point
build multislot nls nptl test vanilla altivec cxx fortran nocxx nopie nossp bootstrap doc gcj gtk hardened libffi multilib objc objc-gc mudflap objc++ openmp fixed-point
elibc_glibc? ( >=sys-libs/glibc-2.8 ) >=sys-devel/gcc-config-1.4

@ -8,7 +8,7 @@ GPL-3 LGPL-3 || ( GPL-3 libgcc libstdc++ ) FDL-1.2
The GNU Compiler Collection
~alpha ~amd64 ~arm -hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd
eutils fixheadtails flag-o-matic gnuconfig libtool multilib portability toolchain toolchain-funcs user versionator
build multislot nls nptl test vanilla altivec fortran nocxx nopie nossp bootstrap doc gcj gtk hardened libffi multilib objc objc-gc mudflap objc++ openmp fixed-point
build multislot nls nptl test vanilla altivec cxx fortran nocxx nopie nossp bootstrap doc gcj gtk hardened libffi multilib objc objc-gc mudflap objc++ openmp fixed-point
elibc_glibc? ( >=sys-libs/glibc-2.8 ) >=sys-devel/gcc-config-1.4

@ -8,7 +8,7 @@ GPL-3 LGPL-3 || ( GPL-3 libgcc libstdc++ gcc-runtime-library-exception-3.1 ) FDL
The GNU Compiler Collection
~alpha ~amd64 ~arm -hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 -sparc ~x86 ~x86-fbsd
eutils fixheadtails flag-o-matic gnuconfig libtool multilib portability toolchain toolchain-funcs user versionator
build multislot nls nptl test vanilla altivec fortran nocxx bootstrap doc gcj gtk hardened libffi multilib objc objc-gc mudflap objc++ openmp fixed-point graphite
build multislot nls nptl test vanilla altivec cxx fortran nocxx bootstrap doc gcj gtk hardened libffi multilib objc objc-gc mudflap objc++ openmp fixed-point graphite
elibc_glibc? ( >=sys-libs/glibc-2.8 ) >=sys-devel/gcc-config-1.4

@ -8,7 +8,7 @@ GPL-3 LGPL-3 || ( GPL-3 libgcc libstdc++ gcc-runtime-library-exception-3.1 ) FDL
The GNU Compiler Collection
~alpha ~amd64 arm -hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 sh ~sparc ~x86 ~x86-fbsd
eutils fixheadtails flag-o-matic gnuconfig libtool multilib portability toolchain toolchain-funcs user versionator
build multislot nls nptl test vanilla altivec fortran nocxx nopie nossp bootstrap doc gcj gtk hardened libffi multilib objc objc-gc mudflap objc++ openmp fixed-point graphite
build multislot nls nptl test vanilla altivec cxx fortran nocxx nopie nossp bootstrap doc gcj gtk hardened libffi multilib objc objc-gc mudflap objc++ openmp fixed-point graphite
elibc_glibc? ( >=sys-libs/glibc-2.8 ) >=sys-devel/gcc-config-1.4

@ -8,7 +8,7 @@ GPL-3 LGPL-3 || ( GPL-3 libgcc libstdc++ gcc-runtime-library-exception-3.1 ) FDL
The GNU Compiler Collection
alpha amd64 arm hppa ia64 ~m68k ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd
eutils fixheadtails flag-o-matic gnuconfig libtool multilib portability toolchain toolchain-funcs user versionator
build multislot nls nptl test vanilla altivec fortran nocxx nopie nossp bootstrap doc gcj gtk hardened libffi multilib objc objc-gc mudflap objc++ openmp fixed-point graphite
build multislot nls nptl test vanilla altivec cxx fortran nocxx nopie nossp bootstrap doc gcj gtk hardened libffi multilib objc objc-gc mudflap objc++ openmp fixed-point graphite
elibc_glibc? ( >=sys-libs/glibc-2.8 ) >=sys-devel/gcc-config-1.4

@ -8,7 +8,7 @@ GPL-3 LGPL-3 || ( GPL-3 libgcc libstdc++ gcc-runtime-library-exception-3.1 ) FDL
The GNU Compiler Collection
alpha amd64 arm hppa ia64 ~m68k ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd
eutils fixheadtails flag-o-matic gnuconfig libtool multilib portability toolchain toolchain-funcs user versionator
build multislot nls nptl test vanilla altivec fortran nocxx nopie nossp bootstrap doc gcj gtk hardened libffi multilib objc objc-gc mudflap objc++ openmp fixed-point graphite
build multislot nls nptl test vanilla altivec cxx fortran nocxx nopie nossp bootstrap doc gcj gtk hardened libffi multilib objc objc-gc mudflap objc++ openmp fixed-point graphite
elibc_glibc? ( >=sys-libs/glibc-2.8 ) >=sys-devel/gcc-config-1.4

@ -8,7 +8,7 @@ GPL-3 LGPL-3 || ( GPL-3 libgcc libstdc++ gcc-runtime-library-exception-3.1 ) FDL
The GNU Compiler Collection
~alpha ~amd64 ~arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd
eutils fixheadtails flag-o-matic gnuconfig libtool multilib portability toolchain toolchain-funcs user versionator
build multislot nls nptl test vanilla altivec fortran nocxx nopie nossp bootstrap doc gcj gtk hardened libffi multilib objc objc-gc mudflap objc++ openmp fixed-point graphite
build multislot nls nptl test vanilla altivec cxx fortran nocxx nopie nossp bootstrap doc gcj gtk hardened libffi multilib objc objc-gc mudflap objc++ openmp fixed-point graphite
elibc_glibc? ( >=sys-libs/glibc-2.8 ) >=sys-devel/gcc-config-1.4

@ -8,7 +8,7 @@ GPL-3 LGPL-3 || ( GPL-3 libgcc libstdc++ gcc-runtime-library-exception-3.1 ) FDL
The GNU Compiler Collection
~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd
eutils fixheadtails flag-o-matic gnuconfig libtool multilib portability toolchain toolchain-funcs user versionator
build multislot nls nptl test vanilla altivec fortran nocxx nopie nossp bootstrap doc gcj gtk hardened libffi multilib objc objc-gc mudflap objc++ openmp fixed-point graphite lto
build multislot nls nptl test vanilla altivec cxx fortran nocxx nopie nossp bootstrap doc gcj gtk hardened libffi multilib objc objc-gc mudflap objc++ openmp fixed-point graphite lto
elibc_glibc? ( >=sys-libs/glibc-2.8 ) >=sys-devel/gcc-config-1.4

@ -8,7 +8,7 @@ GPL-3 LGPL-3 || ( GPL-3 libgcc libstdc++ gcc-runtime-library-exception-3.1 ) FDL
The GNU Compiler Collection
~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd
eutils fixheadtails flag-o-matic gnuconfig libtool multilib portability toolchain toolchain-funcs user versionator
build multislot nls nptl test vanilla altivec fortran nocxx nopie nossp bootstrap doc gcj gtk hardened libffi multilib objc objc-gc mudflap objc++ openmp fixed-point graphite lto
build multislot nls nptl test vanilla altivec cxx fortran nocxx nopie nossp bootstrap doc gcj gtk hardened libffi multilib objc objc-gc mudflap objc++ openmp fixed-point graphite lto
elibc_glibc? ( >=sys-libs/glibc-2.8 ) >=sys-devel/gcc-config-1.4

@ -8,7 +8,7 @@ GPL-3 LGPL-3 || ( GPL-3 libgcc libstdc++ gcc-runtime-library-exception-3.1 ) FDL
The GNU Compiler Collection
alpha amd64 arm hppa ia64 ~m68k ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd
eutils fixheadtails flag-o-matic gnuconfig libtool multilib portability toolchain toolchain-funcs user versionator
build multislot nls nptl test vanilla altivec fortran nocxx nopie nossp bootstrap doc gcj gtk hardened libffi multilib objc objc-gc mudflap objc++ openmp fixed-point graphite lto
build multislot nls nptl test vanilla altivec cxx fortran nocxx nopie nossp bootstrap doc gcj gtk hardened libffi multilib objc objc-gc mudflap objc++ openmp fixed-point graphite lto
elibc_glibc? ( >=sys-libs/glibc-2.8 ) >=sys-devel/gcc-config-1.4

@ -8,7 +8,7 @@ GPL-3 LGPL-3 || ( GPL-3 libgcc libstdc++ gcc-runtime-library-exception-3.1 ) FDL
The GNU Compiler Collection
eutils fixheadtails flag-o-matic gnuconfig libtool multilib portability toolchain toolchain-funcs user versionator
build multislot nls nptl test vanilla altivec fortran nocxx nopie nossp bootstrap doc gcj gtk hardened libffi multilib objc objc-gc mudflap objc++ openmp fixed-point graphite go
build multislot nls nptl test vanilla altivec cxx fortran nocxx nopie nossp bootstrap doc gcj gtk hardened libffi multilib objc objc-gc mudflap objc++ openmp fixed-point graphite go
go? ( >=sys-devel/gcc-config-1.5 ) elibc_glibc? ( >=sys-libs/glibc-2.8 ) >=sys-devel/gcc-config-1.4

@ -8,7 +8,7 @@ GPL-3 LGPL-3 || ( GPL-3 libgcc libstdc++ gcc-runtime-library-exception-3.1 ) FDL
The GNU Compiler Collection
eutils fixheadtails flag-o-matic gnuconfig libtool multilib portability toolchain toolchain-funcs user versionator
build multislot nls nptl test vanilla altivec fortran nocxx nopie nossp bootstrap doc gcj gtk hardened libffi multilib objc objc-gc mudflap objc++ openmp fixed-point graphite go
build multislot nls nptl test vanilla altivec cxx fortran nocxx nopie nossp bootstrap doc gcj gtk hardened libffi multilib objc objc-gc mudflap objc++ openmp fixed-point graphite go
go? ( >=sys-devel/gcc-config-1.5 ) elibc_glibc? ( >=sys-libs/glibc-2.8 ) >=sys-devel/gcc-config-1.4

@ -8,7 +8,7 @@ GPL-3 LGPL-3 || ( GPL-3 libgcc libstdc++ gcc-runtime-library-exception-3.1 ) FDL
The GNU Compiler Collection
eutils fixheadtails flag-o-matic gnuconfig libtool multilib portability toolchain toolchain-funcs user versionator
build multislot nls nptl test vanilla altivec fortran nocxx nopie nossp bootstrap doc gcj gtk hardened libffi multilib objc objc-gc mudflap objc++ openmp fixed-point graphite go
build multislot nls nptl test vanilla altivec cxx fortran nocxx nopie nossp bootstrap doc gcj gtk hardened libffi multilib objc objc-gc mudflap objc++ openmp fixed-point graphite go
go? ( >=sys-devel/gcc-config-1.5 ) elibc_glibc? ( >=sys-libs/glibc-2.8 ) >=sys-devel/gcc-config-1.4

@ -1,5 +1,5 @@
|| ( sys-apps/less sys-apps/more sys-apps/most !prefix? ( sys-apps/util-linux[ncurses] ) app-text/lv )
|| ( sys-apps/less sys-apps/more sys-apps/most !prefix? ( sys-apps/util-linux[ncurses] ) app-text/lv app-editors/vim[vim-pager] )
0

@ -0,0 +1,22 @@
test? ( ruby_targets_ruby18? ( ~dev-ruby/coderay-0.9.7[ruby_targets_ruby18] >=dev-ruby/rubygems-1.3.7[ruby_targets_ruby18] >=dev-ruby/ruby-net-ldap-0.0.4[ruby_targets_ruby18] ~dev-ruby/i18n-0.4.2[ruby_targets_ruby18] ~dev-ruby/rack-1.1.0[ruby_targets_ruby18] dev-ruby/rake[ruby_targets_ruby18] ) ) test? ( ruby_targets_ruby18? ( dev-ruby/rails:2.3[ruby_targets_ruby18] ) ) test? ( ruby_targets_ruby18? ( dev-ruby/activerecord:2.3[ruby_targets_ruby18,mysql?,postgres?,sqlite3?] ) ) test? ( ruby_targets_ruby18? ( fastcgi? ( dev-ruby/ruby-fcgi[ruby_targets_ruby18] ) ) ) test? ( ruby_targets_ruby18? ( imagemagick? ( dev-ruby/rmagick[ruby_targets_ruby18] ) ) ) test? ( ruby_targets_ruby18? ( openid? ( dev-ruby/ruby-openid[ruby_targets_ruby18] ) ) ) test? ( ruby_targets_ruby18? ( passenger? ( www-apache/passenger[ruby_targets_ruby18] ) ) ) ruby_targets_ruby18? ( dev-lang/ruby:1.8 )
>=dev-lang/ruby-1.8.6:1.8[ssl] ruby_targets_ruby18? ( ~dev-ruby/coderay-0.9.7[ruby_targets_ruby18] >=dev-ruby/rubygems-1.3.7[ruby_targets_ruby18] >=dev-ruby/ruby-net-ldap-0.0.4[ruby_targets_ruby18] ~dev-ruby/i18n-0.4.2[ruby_targets_ruby18] ~dev-ruby/rack-1.1.0[ruby_targets_ruby18] dev-ruby/rake[ruby_targets_ruby18] ) ruby_targets_ruby18? ( dev-ruby/rails:2.3[ruby_targets_ruby18] ) ruby_targets_ruby18? ( dev-ruby/activerecord:2.3[ruby_targets_ruby18,mysql?,postgres?,sqlite3?] ) ruby_targets_ruby18? ( fastcgi? ( dev-ruby/ruby-fcgi[ruby_targets_ruby18] ) ) ruby_targets_ruby18? ( imagemagick? ( dev-ruby/rmagick[ruby_targets_ruby18] ) ) ruby_targets_ruby18? ( openid? ( dev-ruby/ruby-openid[ruby_targets_ruby18] ) ) ruby_targets_ruby18? ( passenger? ( www-apache/passenger[ruby_targets_ruby18] ) ) ruby_targets_ruby18? ( dev-lang/ruby:1.8 )
0
mirror://rubyforge/redmine/redmine-1.2.2.tar.gz
http://www.redmine.org/
GPL-2
Redmine is a flexible project management web application written using Ruby on Rails framework
~amd64 ~x86
confutils depend.apache eutils java-utils-2 multilib portability ruby-ng toolchain-funcs user versionator
fastcgi imagemagick mysql openid passenger postgres sqlite3 test test test test test test test elibc_FreeBSD ruby_targets_ruby18
3
compile config configure install postinst prepare setup test unpack

File diff suppressed because one or more lines are too long

Some files were not shown because too many files have changed in this diff Show More

Loading…
Cancel
Save