Sync with portage [Wed Feb 15 02:20:37 MSK 2012].
This commit is contained in:
parent
cb2714207c
commit
d25e40e552
174 changed files with 1772 additions and 1722 deletions
|
@ -1,6 +1,6 @@
|
|||
# Copyright 1999-2011 Gentoo Foundation
|
||||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/app-arch/lbzip2/lbzip2-0.23-r2.ebuild,v 1.9 2011/11/20 10:13:05 xarthisius Exp $
|
||||
# $Header: /var/cvsroot/gentoo-x86/app-arch/lbzip2/lbzip2-0.23-r2.ebuild,v 1.10 2012/02/14 21:25:31 jer Exp $
|
||||
|
||||
EAPI="3"
|
||||
|
||||
|
@ -12,7 +12,7 @@ SRC_URI="http://lacos.web.elte.hu/pub/${PN}/${P}.tar.gz"
|
|||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="alpha amd64 arm ~hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd"
|
||||
KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd"
|
||||
IUSE="symlink test"
|
||||
|
||||
RDEPEND="app-arch/bzip2"
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/app-editors/qxmledit/qxmledit-0.6.1.ebuild,v 1.3 2012/02/14 17:14:28 tove Exp $
|
||||
|
||||
EAPI="2"
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Copyright 1999-2011 Gentoo Foundation
|
||||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/app-misc/g15macro/g15macro-1.0.3-r1.ebuild,v 1.2 2011/11/17 11:31:36 scarabeus Exp $
|
||||
# $Header: /var/cvsroot/gentoo-x86/app-misc/g15macro/g15macro-1.0.3-r1.ebuild,v 1.3 2012/02/14 21:22:11 scarabeus Exp $
|
||||
|
||||
EAPI=4
|
||||
|
||||
|
@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/g15daemon/${P}.tar.gz"
|
|||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
|
||||
KEYWORDS="amd64 ~ppc ~ppc64 x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND=">=app-misc/g15daemon-1.9.0
|
||||
|
@ -29,6 +29,6 @@ src_configure() {
|
|||
}
|
||||
|
||||
src_install() {
|
||||
emake DESTDIR="${D}" install || die "make install failed"
|
||||
rm "${ED}"/usr/share/doc/${P}/{COPYING,NEWS}
|
||||
default
|
||||
rm -rf "${ED}"/usr/share/doc/${P}
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice-l10n/libreoffice-l10n-3.5.0-r3.ebuild,v 1.1 2012/02/14 14:56:30 scarabeus Exp $
|
||||
# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice-l10n/libreoffice-l10n-3.5.0-r4.ebuild,v 1.1 2012/02/14 18:41:50 scarabeus Exp $
|
||||
|
||||
EAPI=4
|
||||
|
||||
|
@ -140,7 +140,7 @@ src_configure() { :; }
|
|||
src_compile() { :; }
|
||||
|
||||
src_install() {
|
||||
local dir="${S}"/opt/lodev$(get_version_component_range 1-2 ${MY_PV})/
|
||||
local dir="${S}"/opt/${PN/-l10n/}$(get_version_component_range 1-2 ${MY_PV})/
|
||||
# Condition required for people that do not install anything eg no linguas
|
||||
# or just english with no offlinehelp.
|
||||
if [[ -d "${dir}" ]] ; then
|
|
@ -1,6 +1,6 @@
|
|||
# Copyright 1999-2011 Gentoo Foundation
|
||||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice/libreoffice-3.4.3.2-r1.ebuild,v 1.18 2011/12/18 20:52:15 halcy0n Exp $
|
||||
# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice/libreoffice-3.4.3.2-r1.ebuild,v 1.19 2012/02/14 19:29:27 scarabeus Exp $
|
||||
|
||||
EAPI=3
|
||||
|
||||
|
@ -138,7 +138,7 @@ COMMON_DEPEND="
|
|||
sci-mathematics/lpsolve
|
||||
>=sys-libs/db-4.8
|
||||
virtual/jpeg
|
||||
>=x11-libs/cairo-1.10.0
|
||||
>=x11-libs/cairo-1.10.0[X]
|
||||
x11-libs/libXaw
|
||||
x11-libs/libXinerama
|
||||
x11-libs/libXrandr
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice/libreoffice-3.4.5.2.ebuild,v 1.4 2012/01/16 11:52:51 ago Exp $
|
||||
# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice/libreoffice-3.4.5.2.ebuild,v 1.5 2012/02/14 19:29:27 scarabeus Exp $
|
||||
|
||||
EAPI=4
|
||||
|
||||
|
@ -98,7 +98,7 @@ COMMON_DEPEND="
|
|||
sci-mathematics/lpsolve
|
||||
>=sys-libs/db-4.8
|
||||
virtual/jpeg
|
||||
>=x11-libs/cairo-1.10.0
|
||||
>=x11-libs/cairo-1.10.0[X]
|
||||
x11-libs/libXaw
|
||||
x11-libs/libXinerama
|
||||
x11-libs/libXrandr
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice/libreoffice-3.5.0.3.ebuild,v 1.1 2012/02/14 15:02:00 scarabeus Exp $
|
||||
# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice/libreoffice-3.5.0.3.ebuild,v 1.3 2012/02/14 19:29:27 scarabeus Exp $
|
||||
|
||||
EAPI=4
|
||||
|
||||
|
@ -107,7 +107,7 @@ COMMON_DEPEND="
|
|||
sci-mathematics/lpsolve
|
||||
>=sys-libs/db-4.8
|
||||
virtual/jpeg
|
||||
>=x11-libs/cairo-1.10.0
|
||||
>=x11-libs/cairo-1.10.0[X]
|
||||
x11-libs/libXinerama
|
||||
x11-libs/libXrandr
|
||||
x11-libs/libXrender
|
||||
|
@ -442,7 +442,7 @@ src_configure() {
|
|||
$(use_enable odk) \
|
||||
$(use_enable opengl) \
|
||||
$(use_enable pdfimport ext-pdfimport) \
|
||||
$(use_enable postgres ext-postgresql-sdbc) \
|
||||
$(use_enable postgres postgresql-sdbc) \
|
||||
$(use_enable svg librsvg system) \
|
||||
$(use_enable test linkoo) \
|
||||
$(use_enable vba) \
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice/libreoffice-3.5.9999.ebuild,v 1.7 2012/01/13 14:56:43 scarabeus Exp $
|
||||
# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice/libreoffice-3.5.9999.ebuild,v 1.9 2012/02/14 19:29:27 scarabeus Exp $
|
||||
|
||||
EAPI=4
|
||||
|
||||
|
@ -107,7 +107,7 @@ COMMON_DEPEND="
|
|||
sci-mathematics/lpsolve
|
||||
>=sys-libs/db-4.8
|
||||
virtual/jpeg
|
||||
>=x11-libs/cairo-1.10.0
|
||||
>=x11-libs/cairo-1.10.0[X]
|
||||
x11-libs/libXinerama
|
||||
x11-libs/libXrandr
|
||||
x11-libs/libXrender
|
||||
|
@ -443,7 +443,7 @@ src_configure() {
|
|||
$(use_enable odk) \
|
||||
$(use_enable opengl) \
|
||||
$(use_enable pdfimport ext-pdfimport) \
|
||||
$(use_enable postgres ext-postgresql-sdbc) \
|
||||
$(use_enable postgres postgresql-sdbc) \
|
||||
$(use_enable svg librsvg system) \
|
||||
$(use_enable test linkoo) \
|
||||
$(use_enable vba) \
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice/libreoffice-9999-r2.ebuild,v 1.20 2012/01/13 14:56:43 scarabeus Exp $
|
||||
# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice/libreoffice-9999-r2.ebuild,v 1.22 2012/02/14 19:29:27 scarabeus Exp $
|
||||
|
||||
EAPI=4
|
||||
|
||||
|
@ -108,7 +108,7 @@ COMMON_DEPEND="
|
|||
sci-mathematics/lpsolve
|
||||
>=sys-libs/db-4.8
|
||||
virtual/jpeg
|
||||
>=x11-libs/cairo-1.10.0
|
||||
>=x11-libs/cairo-1.10.0[X]
|
||||
x11-libs/libXinerama
|
||||
x11-libs/libXrandr
|
||||
x11-libs/libXrender
|
||||
|
@ -448,7 +448,7 @@ src_configure() {
|
|||
$(use_enable odk) \
|
||||
$(use_enable opengl) \
|
||||
$(use_enable pdfimport ext-pdfimport) \
|
||||
$(use_enable postgres ext-postgresql-sdbc) \
|
||||
$(use_enable postgres postgresql-sdbc) \
|
||||
$(use_enable svg librsvg system) \
|
||||
$(use_enable test linkoo) \
|
||||
$(use_enable vba) \
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Copyright owners: Gentoo Foundation
|
||||
# Arfrever Frehtes Taifersar Arahesis
|
||||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.48.0-r1.ebuild,v 1.3 2012/02/14 19:57:04 hwoarang Exp $
|
||||
|
||||
EAPI="4"
|
||||
PYTHON_DEPEND="python? *"
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Data-Random/Data-Random-0.60.0.ebuild,v 1.1 2012/01/10 18:46:06 tove Exp $
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Data-Random/Data-Random-0.60.0.ebuild,v 1.2 2012/02/14 16:54:18 tove Exp $
|
||||
|
||||
EAPI=4
|
||||
|
||||
MODULE_AUTHOR=ADEO
|
||||
MODULE_AUTHOR=BAREFOOT
|
||||
MODULE_VERSION=0.06
|
||||
inherit perl-module
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Copyright 1999-2011 Gentoo Foundation
|
||||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-mysqlnd_ms/pecl-mysqlnd_ms-1.1.1.ebuild,v 1.2 2012/02/14 17:15:38 tove Exp $
|
||||
|
||||
PHP_EXT_NAME="mysqlnd_ms"
|
||||
PHP_EXT_INI="yes"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Copyright 1999-2011 Gentoo Foundation
|
||||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-mysqlnd_qc/pecl-mysqlnd_qc-1.0.1.ebuild,v 1.2 2012/02/14 17:16:27 tove Exp $
|
||||
|
||||
PHP_EXT_NAME="mysqlnd_qc"
|
||||
PHP_EXT_INI="yes"
|
||||
|
|
1
dev-python/tox/Manifest
Normal file
1
dev-python/tox/Manifest
Normal file
|
@ -0,0 +1 @@
|
|||
DIST tox-1.3.zip 67862 RMD160 b81cadfbf596ab96412f14171bca5e64c9a5efa9 SHA1 35b3ceef43be4605eeb5f57f9637b41cf9402be7 SHA256 24d9b264183de202f871b1c8d6f557e40fd14e2f2b4aac4640fccde00e503094
|
5
dev-python/tox/metadata.xml
Normal file
5
dev-python/tox/metadata.xml
Normal file
|
@ -0,0 +1,5 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<herd>python</herd>
|
||||
</pkgmetadata>
|
31
dev-python/tox/tox-1.3.ebuild
Normal file
31
dev-python/tox/tox-1.3.ebuild
Normal file
|
@ -0,0 +1,31 @@
|
|||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-python/tox/tox-1.3.ebuild,v 1.1 2012/02/14 20:49:40 djc Exp $
|
||||
|
||||
EAPI=4
|
||||
|
||||
PYTHON_DEPEND="*"
|
||||
SUPPORT_PYTHON_ABIS="1"
|
||||
|
||||
inherit distutils
|
||||
|
||||
DESCRIPTION="virtualenv-based automation of test activities"
|
||||
HOMEPAGE="http://tox.testrun.org http://pypi.python.org/pypi/tox"
|
||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip"
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND="dev-python/setuptools
|
||||
dev-python/virtualenv
|
||||
dev-python/pytest"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
#src_test() {
|
||||
# testing() {
|
||||
# py.test -x
|
||||
# }
|
||||
# python_execute_function testing
|
||||
#}
|
1
dev-python/virtualenvwrapper/Manifest
Normal file
1
dev-python/virtualenvwrapper/Manifest
Normal file
|
@ -0,0 +1 @@
|
|||
DIST virtualenvwrapper-3.0.tar.gz 717845 RMD160 d545191f411d204f21a82eb8b7daa3b3a2b9aca5 SHA1 a64657711da33a32956a385470f3f1698c633445 SHA256 c203125e8cca88b5eef2d4aded76818d42393cb02da27af677db91d5c6d57151
|
3
dev-python/virtualenvwrapper/files/tox.ini
Normal file
3
dev-python/virtualenvwrapper/files/tox.ini
Normal file
|
@ -0,0 +1,3 @@
|
|||
[testenv]
|
||||
commands = bash ./tests/run_tests {envdir} []
|
||||
deps = virtualenv
|
5
dev-python/virtualenvwrapper/metadata.xml
Normal file
5
dev-python/virtualenvwrapper/metadata.xml
Normal file
|
@ -0,0 +1,5 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<herd>python</herd>
|
||||
</pkgmetadata>
|
36
dev-python/virtualenvwrapper/virtualenvwrapper-3.0.ebuild
Normal file
36
dev-python/virtualenvwrapper/virtualenvwrapper-3.0.ebuild
Normal file
|
@ -0,0 +1,36 @@
|
|||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenvwrapper/virtualenvwrapper-3.0.ebuild,v 1.1 2012/02/14 21:00:24 djc Exp $
|
||||
|
||||
EAPI=4
|
||||
|
||||
PYTHON_DEPEND="*"
|
||||
SUPPORT_PYTHON_ABIS="1"
|
||||
|
||||
inherit distutils
|
||||
inherit python
|
||||
|
||||
DESCRIPTION="virtualenvwrapper is a set of extensions to Ian Bicking's virtualenv tool"
|
||||
HOMEPAGE="http://www.doughellmann.com/projects/virtualenvwrapper http://pypi.python.org/pypi/virtualenvwrapper"
|
||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND="dev-python/virtualenv"
|
||||
DEPEND="${DEPEND}
|
||||
dev-python/setuptools
|
||||
test? ( dev-python/tox )"
|
||||
|
||||
#src_test() {
|
||||
# testing() {
|
||||
# PYTHON_MAJOR="$(python_get_version --major)"
|
||||
# PYTHON_MINOR="$(python_get_version --minor)"
|
||||
# cp ${FILESDIR}/tox.ini .
|
||||
# export TMPDIR=${T}
|
||||
# tox -e py${PYTHON_MAJOR}${PYTHON_MINOR} tests/test_cp.sh
|
||||
# }
|
||||
# python_execute_function testing
|
||||
#}
|
55
dev-scheme/guile-gnome-platform/files/2.16.1-gdk-color.patch
Normal file
55
dev-scheme/guile-gnome-platform/files/2.16.1-gdk-color.patch
Normal file
|
@ -0,0 +1,55 @@
|
|||
# Bazaar merge directive format 2 (Bazaar 0.90)
|
||||
# revision_id: gbenison@gmail.com-20080728153014-9cmh3qp4879910dg
|
||||
# target_branch: http://arch.gna.org/guile-gnome/bzr/gtk/
|
||||
# testament_sha1: 1dd74795aba452934a0810f47bfe1ad34b958e4b
|
||||
# timestamp: 2008-07-28 08:36:30 -0700
|
||||
# base_revision_id: wingo@pobox.com-20080703151735-je9a72h0nlq3eere
|
||||
#
|
||||
# Begin patch
|
||||
=== modified file 'gnome/gw/gdk-support.c'
|
||||
--- gtk/gnome/gw/gdk-support.c 2008-04-24 11:17:07 +0000
|
||||
+++ gtk/gnome/gw/gdk-support.c 2008-07-28 15:30:14 +0000
|
||||
@@ -228,11 +228,22 @@
|
||||
return ret;
|
||||
}
|
||||
|
||||
+/*
|
||||
+ * Allocate a new GdkColor* which must be freed using
|
||||
+ * gdk_color_free().
|
||||
+ */
|
||||
+static GdkColor*
|
||||
+gdk_color_new()
|
||||
+{
|
||||
+ GdkColor tmp;
|
||||
+ return gdk_color_copy(&tmp);
|
||||
+}
|
||||
+
|
||||
GdkColor*
|
||||
scm_scm_to_gdk_color (SCM scm)
|
||||
#define FUNC_NAME "%scm->gdk-rectangle"
|
||||
{
|
||||
- GdkColor *ret = g_new0 (GdkColor, 1);
|
||||
+ GdkColor *ret = gdk_color_new();
|
||||
|
||||
if (scm_is_string (scm)) {
|
||||
char *chars;
|
||||
|
||||
# Begin bundle
|
||||
IyBCYXphYXIgcmV2aXNpb24gYnVuZGxlIHY0CiMKQlpoOTFBWSZTWZjPJ74AAbHfgEAQUXP//3qA
|
||||
AAC////6UAPZV7KKmigbBkSKemTJNjQBMKepo9RkZNGQ00MAAAABoAAAAAEomgmgaCTNBR6NQHpD
|
||||
0TTT1GjDAAAAAaAAAAABJIQ0j0TBJ5JiGmAppkZBoZHetMt0dHeL+Zs1essYZwmiipWtmW5noD6t
|
||||
JP2bTdtsv1JJPzNyeehztVVSPROr6m0YKZQFaOWu+z06Rud5U/7D6/HzSd7loXjOuOtTyhUB1+CF
|
||||
uquimbPJylUSYlaqGEDm3OnfJaLqj2yQ6r3QgKpKtA0pmW2HITLziKOTjm/fVLt6fxQHZtkGFTeB
|
||||
FuHcCiRWzsuJDoOcpYPAVFiEB8InMDl4naQHikc4a1XMxmYpaVYnPm2xrL3exYl0MEuEnlJO+JM5
|
||||
UFYwKS8BCwsgYhIWS2kuWGPMseMJO8ncXBIuJJ/X3ZRKMVCSIGaSULHRgmhOe9tGooKytZCskgmJ
|
||||
VS3QycULqKoxuNQ40lJoxtNxRyHHy7M0nUOE7BicXaUrMD5NrgsTCJtL8C5FPpE4MOJhg9nMJwT3
|
||||
DIsLzYUpCYlqPMWnEscKgQYSs2YjyQ6qxhXiYYlgxArte4UW+sCwwi2FpYQLks5oURZypVRHaVFP
|
||||
pJwmgV89TYjcTRROinDCUijL3O+eY5U1957/RoOIq5mRPALX3Kin8fYD/w9R85hVuGpzKzOiC8oV
|
||||
dPSyI6qB4jHE1b13nz11zltZaFSX1tLIcaRTqymf46deB05hZeUhBjGBqRcFZ2XkTb8hmPQXCMP0
|
||||
tfrRiWC4H2BiBEq5zGkSOGJoLiorU6aBWik6E8Rdxl/gYWG3ds790ppnbBuHeVHwr+HA0EfQlKAc
|
||||
q/E8AntpuJ1obUmOUEnfKYWm3NSt+oNhgoiNKKE+jOcy30xMx7eHGTLe33vIVOBzpxG8omhwPoNo
|
||||
PUmADruvHqaAVsAj5wgV2JksOsiBgWJZJ5ceoZqpB76oTzAbgKgLn8+qwLOWhwi4O5KK3uWHx6y8
|
||||
xGhbXvEVnkl2qk3YyJxYRuKNpjChsznCTyZ4PfeDxdm8DFXuCDIZbZWg3Yr6/kuYYAypBkmDrMiE
|
||||
4iIZlSOUreq0/wTGBllkoFAYcVIzkYjT/nQq/MW2bYwSTILXX3uG2etAsP61m91rJ9MZK6x94QmG
|
||||
YZNAZtZGfFMR1gOijgJD1tiHFaPr3/XjtiadSQ2LOpiSg+seT5OMoANJeQvIZNTBh4134wCOLGE6
|
||||
SCzdOZStqOnvfsWpi8GtD3xaP8XckU4UJCYzye+A
|
|
@ -0,0 +1,70 @@
|
|||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-scheme/guile-gnome-platform/guile-gnome-platform-2.16.1-r1.ebuild,v 1.1 2012/02/14 19:47:24 jlec Exp $
|
||||
|
||||
EAPI=4
|
||||
|
||||
AUTOTOOLS_AUTORECONF=true
|
||||
|
||||
inherit autotools-utils eutils multilib
|
||||
|
||||
DESCRIPTION="Guile Scheme code that wraps the GNOME developer platform"
|
||||
HOMEPAGE="http://www.gnu.org/software/guile-gnome/"
|
||||
SRC_URI="http://ftp.gnu.org/pub/gnu/guile-gnome/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
|
||||
IUSE="static-libs"
|
||||
|
||||
RDEPEND="
|
||||
dev-libs/atk
|
||||
dev-libs/g-wrap
|
||||
dev-libs/glib:2
|
||||
dev-scheme/guile:12
|
||||
dev-scheme/guile-cairo
|
||||
dev-scheme/guile-lib
|
||||
gnome-base/gconf:2
|
||||
gnome-base/gnome-vfs:2
|
||||
gnome-base/libbonobo
|
||||
gnome-base/libglade:2.0
|
||||
gnome-base/libgnomecanvas
|
||||
gnome-base/libgnomeui
|
||||
gnome-base/orbit:2
|
||||
x11-libs/gtk+:2
|
||||
x11-libs/pango"
|
||||
DEPEND="${RDEPEND}
|
||||
dev-util/pkgconfig"
|
||||
|
||||
#needs guile with networking
|
||||
RESTRICT=test
|
||||
|
||||
MAKEOPTS+=" -j1"
|
||||
|
||||
src_prepare() {
|
||||
PATCHES=(
|
||||
"${FILESDIR}/${PV}-conflicting-types.patch"
|
||||
"${FILESDIR}/${PV}-gcc45.patch"
|
||||
"${FILESDIR}/${PV}-gdk-color.patch"
|
||||
)
|
||||
autotools-utils_src_prepare
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
local myeconfargs=(
|
||||
--disable-Werror
|
||||
)
|
||||
autotools-utils_src_configure
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
autotools-utils_src_compile \
|
||||
guilegnomedir=/usr/share/guile/site \
|
||||
guilegnomelibdir=/usr/$(get_libdir)
|
||||
}
|
||||
|
||||
src_install() {
|
||||
autotools-utils_src_install \
|
||||
guilegnomedir=/usr/share/guile/site \
|
||||
guilegnomelibdir=/usr/$(get_libdir)
|
||||
}
|
|
@ -1 +1,2 @@
|
|||
DIST kdevelop-pg-qt-0.9.5.tar.bz2 179637 RMD160 e7b01a182da7162b0cc9034e70b06c8196420462 SHA1 b5bcb46a490bfb6a2d04c48cb28e0c77cdde183f SHA256 6f6e8b50a0f405667dc51b95a0ac3371e7f74939e4d33e0d5e15b3a21272035e
|
||||
DIST kdevelop-pg-qt-1.0.0.tar.bz2 830040 RMD160 fc219b07709db54163d63c5f970a5a7f54f33961 SHA1 468bc91c5be16061dc265e9471f75462b32b73d5 SHA256 49b395f5b45bc0aa094d6a283627bc53581a5eaae7892fd850df2f97d68bcdcc
|
||||
|
|
23
dev-util/kdevelop-pg-qt/kdevelop-pg-qt-1.0.0.ebuild
Normal file
23
dev-util/kdevelop-pg-qt/kdevelop-pg-qt-1.0.0.ebuild
Normal file
|
@ -0,0 +1,23 @@
|
|||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-util/kdevelop-pg-qt/kdevelop-pg-qt-1.0.0.ebuild,v 1.1 2012/02/14 16:11:33 johu Exp $
|
||||
|
||||
EAPI=4
|
||||
|
||||
KDE_SCM="git"
|
||||
inherit kde4-base
|
||||
|
||||
DESCRIPTION="A LL(1) parser generator used mainly by KDevelop language plugins"
|
||||
HOMEPAGE="http://www.kdevelop.org"
|
||||
SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.bz2"
|
||||
|
||||
LICENSE="LGPL-2"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
SLOT="0"
|
||||
IUSE="debug"
|
||||
|
||||
RDEPEND=""
|
||||
DEPEND="
|
||||
sys-devel/bison
|
||||
sys-devel/flex
|
||||
"
|
|
@ -1,6 +1,6 @@
|
|||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/eclass/eutils.eclass,v 1.380 2012/01/31 06:55:37 ulm Exp $
|
||||
# $Header: /var/cvsroot/gentoo-x86/eclass/eutils.eclass,v 1.382 2012/02/14 16:08:54 vapier Exp $
|
||||
|
||||
# @ECLASS: eutils.eclass
|
||||
# @MAINTAINER:
|
||||
|
@ -214,6 +214,7 @@ eumask_push() {
|
|||
# @DESCRIPTION:
|
||||
# Restore the previous umask state.
|
||||
eumask_pop() {
|
||||
[[ $# -eq 0 ]] || die "${FUNCNAME}: we take no options"
|
||||
local s
|
||||
estack_pop eumask s || die "${FUNCNAME}: unbalanced push"
|
||||
umask ${s} || die "${FUNCNAME}: sanity: could not restore umask: ${s}"
|
||||
|
@ -944,217 +945,6 @@ newicon() {
|
|||
)
|
||||
}
|
||||
|
||||
# for internal use only (unpack_pdv and unpack_makeself)
|
||||
find_unpackable_file() {
|
||||
local src=$1
|
||||
if [[ -z ${src} ]] ; then
|
||||
src=${DISTDIR}/${A}
|
||||
else
|
||||
if [[ -e ${DISTDIR}/${src} ]] ; then
|
||||
src=${DISTDIR}/${src}
|
||||
elif [[ -e ${PWD}/${src} ]] ; then
|
||||
src=${PWD}/${src}
|
||||
elif [[ -e ${src} ]] ; then
|
||||
src=${src}
|
||||
fi
|
||||
fi
|
||||
[[ ! -e ${src} ]] && return 1
|
||||
echo "${src}"
|
||||
}
|
||||
|
||||
# @FUNCTION: unpack_pdv
|
||||
# @USAGE: <file to unpack> <size of off_t>
|
||||
# @DESCRIPTION:
|
||||
# Unpack those pesky pdv generated files ...
|
||||
# They're self-unpacking programs with the binary package stuffed in
|
||||
# the middle of the archive. Valve seems to use it a lot ... too bad
|
||||
# it seems to like to segfault a lot :(. So lets take it apart ourselves.
|
||||
#
|
||||
# You have to specify the off_t size ... I have no idea how to extract that
|
||||
# information out of the binary executable myself. Basically you pass in
|
||||
# the size of the off_t type (in bytes) on the machine that built the pdv
|
||||
# archive.
|
||||
#
|
||||
# One way to determine this is by running the following commands:
|
||||
#
|
||||
# @CODE
|
||||
# strings <pdv archive> | grep lseek
|
||||
# strace -elseek <pdv archive>
|
||||
# @CODE
|
||||
#
|
||||
# Basically look for the first lseek command (we do the strings/grep because
|
||||
# sometimes the function call is _llseek or something) and steal the 2nd
|
||||
# parameter. Here is an example:
|
||||
#
|
||||
# @CODE
|
||||
# vapier@vapier 0 pdv_unpack # strings hldsupdatetool.bin | grep lseek
|
||||
# lseek
|
||||
# vapier@vapier 0 pdv_unpack # strace -elseek ./hldsupdatetool.bin
|
||||
# lseek(3, -4, SEEK_END) = 2981250
|
||||
# @CODE
|
||||
#
|
||||
# Thus we would pass in the value of '4' as the second parameter.
|
||||
unpack_pdv() {
|
||||
local src=$(find_unpackable_file "$1")
|
||||
local sizeoff_t=$2
|
||||
|
||||
[[ -z ${src} ]] && die "Could not locate source for '$1'"
|
||||
[[ -z ${sizeoff_t} ]] && die "No idea what off_t size was used for this pdv :("
|
||||
|
||||
local shrtsrc=$(basename "${src}")
|
||||
echo ">>> Unpacking ${shrtsrc} to ${PWD}"
|
||||
local metaskip=$(tail -c ${sizeoff_t} "${src}" | hexdump -e \"%i\")
|
||||
local tailskip=$(tail -c $((${sizeoff_t}*2)) "${src}" | head -c ${sizeoff_t} | hexdump -e \"%i\")
|
||||
|
||||
# grab metadata for debug reasons
|
||||
local metafile=$(emktemp)
|
||||
tail -c +$((${metaskip}+1)) "${src}" > "${metafile}"
|
||||
|
||||
# rip out the final file name from the metadata
|
||||
local datafile=$(tail -c +$((${metaskip}+1)) "${src}" | strings | head -n 1)
|
||||
datafile=$(basename "${datafile}")
|
||||
|
||||
# now lets uncompress/untar the file if need be
|
||||
local tmpfile=$(emktemp)
|
||||
tail -c +$((${tailskip}+1)) ${src} 2>/dev/null | head -c 512 > ${tmpfile}
|
||||
|
||||
local iscompressed=$(file -b "${tmpfile}")
|
||||
if [[ ${iscompressed:0:8} == "compress" ]] ; then
|
||||
iscompressed=1
|
||||
mv ${tmpfile}{,.Z}
|
||||
gunzip ${tmpfile}
|
||||
else
|
||||
iscompressed=0
|
||||
fi
|
||||
local istar=$(file -b "${tmpfile}")
|
||||
if [[ ${istar:0:9} == "POSIX tar" ]] ; then
|
||||
istar=1
|
||||
else
|
||||
istar=0
|
||||
fi
|
||||
|
||||
#for some reason gzip dies with this ... dd cant provide buffer fast enough ?
|
||||
#dd if=${src} ibs=${metaskip} count=1 \
|
||||
# | dd ibs=${tailskip} skip=1 \
|
||||
# | gzip -dc \
|
||||
# > ${datafile}
|
||||
if [ ${iscompressed} -eq 1 ] ; then
|
||||
if [ ${istar} -eq 1 ] ; then
|
||||
tail -c +$((${tailskip}+1)) ${src} 2>/dev/null \
|
||||
| head -c $((${metaskip}-${tailskip})) \
|
||||
| tar -xzf -
|
||||
else
|
||||
tail -c +$((${tailskip}+1)) ${src} 2>/dev/null \
|
||||
| head -c $((${metaskip}-${tailskip})) \
|
||||
| gzip -dc \
|
||||
> ${datafile}
|
||||
fi
|
||||
else
|
||||
if [ ${istar} -eq 1 ] ; then
|
||||
tail -c +$((${tailskip}+1)) ${src} 2>/dev/null \
|
||||
| head -c $((${metaskip}-${tailskip})) \
|
||||
| tar --no-same-owner -xf -
|
||||
else
|
||||
tail -c +$((${tailskip}+1)) ${src} 2>/dev/null \
|
||||
| head -c $((${metaskip}-${tailskip})) \
|
||||
> ${datafile}
|
||||
fi
|
||||
fi
|
||||
true
|
||||
#[ -s "${datafile}" ] || die "failure unpacking pdv ('${metaskip}' '${tailskip}' '${datafile}')"
|
||||
#assert "failure unpacking pdv ('${metaskip}' '${tailskip}' '${datafile}')"
|
||||
}
|
||||
|
||||
# @FUNCTION: unpack_makeself
|
||||
# @USAGE: [file to unpack] [offset] [tail|dd]
|
||||
# @DESCRIPTION:
|
||||
# Unpack those pesky makeself generated files ...
|
||||
# They're shell scripts with the binary package tagged onto
|
||||
# the end of the archive. Loki utilized the format as does
|
||||
# many other game companies.
|
||||
#
|
||||
# If the file is not specified, then ${A} is used. If the
|
||||
# offset is not specified then we will attempt to extract
|
||||
# the proper offset from the script itself.
|
||||
unpack_makeself() {
|
||||
local src_input=${1:-${A}}
|
||||
local src=$(find_unpackable_file "${src_input}")
|
||||
local skip=$2
|
||||
local exe=$3
|
||||
|
||||
[[ -z ${src} ]] && die "Could not locate source for '${src_input}'"
|
||||
|
||||
local shrtsrc=$(basename "${src}")
|
||||
echo ">>> Unpacking ${shrtsrc} to ${PWD}"
|
||||
if [[ -z ${skip} ]] ; then
|
||||
local ver=$(grep -m1 -a '#.*Makeself' "${src}" | awk '{print $NF}')
|
||||
local skip=0
|
||||
exe=tail
|
||||
case ${ver} in
|
||||
1.5.*|1.6.0-nv) # tested 1.5.{3,4,5} ... guessing 1.5.x series is same
|
||||
skip=$(grep -a ^skip= "${src}" | cut -d= -f2)
|
||||
;;
|
||||
2.0|2.0.1)
|
||||
skip=$(grep -a ^$'\t'tail "${src}" | awk '{print $2}' | cut -b2-)
|
||||
;;
|
||||
2.1.1)
|
||||
skip=$(grep -a ^offset= "${src}" | awk '{print $2}' | cut -b2-)
|
||||
(( skip++ ))
|
||||
;;
|
||||
2.1.2)
|
||||
skip=$(grep -a ^offset= "${src}" | awk '{print $3}' | head -n 1)
|
||||
(( skip++ ))
|
||||
;;
|
||||
2.1.3)
|
||||
skip=`grep -a ^offset= "${src}" | awk '{print $3}'`
|
||||
(( skip++ ))
|
||||
;;
|
||||
2.1.4|2.1.5)
|
||||
skip=$(grep -a offset=.*head.*wc "${src}" | awk '{print $3}' | head -n 1)
|
||||
skip=$(head -n ${skip} "${src}" | wc -c)
|
||||
exe="dd"
|
||||
;;
|
||||
*)
|
||||
eerror "I'm sorry, but I was unable to support the Makeself file."
|
||||
eerror "The version I detected was '${ver}'."
|
||||
eerror "Please file a bug about the file ${shrtsrc} at"
|
||||
eerror "http://bugs.gentoo.org/ so that support can be added."
|
||||
die "makeself version '${ver}' not supported"
|
||||
;;
|
||||
esac
|
||||
debug-print "Detected Makeself version ${ver} ... using ${skip} as offset"
|
||||
fi
|
||||
case ${exe} in
|
||||
tail) exe="tail -n +${skip} '${src}'";;
|
||||
dd) exe="dd ibs=${skip} skip=1 if='${src}'";;
|
||||
*) die "makeself cant handle exe '${exe}'"
|
||||
esac
|
||||
|
||||
# lets grab the first few bytes of the file to figure out what kind of archive it is
|
||||
local filetype tmpfile=$(emktemp)
|
||||
eval ${exe} 2>/dev/null | head -c 512 > "${tmpfile}"
|
||||
filetype=$(file -b "${tmpfile}") || die
|
||||
case ${filetype} in
|
||||
*tar\ archive*)
|
||||
eval ${exe} | tar --no-same-owner -xf -
|
||||
;;
|
||||
bzip2*)
|
||||
eval ${exe} | bzip2 -dc | tar --no-same-owner -xf -
|
||||
;;
|
||||
gzip*)
|
||||
eval ${exe} | tar --no-same-owner -xzf -
|
||||
;;
|
||||
compress*)
|
||||
eval ${exe} | gunzip | tar --no-same-owner -xf -
|
||||
;;
|
||||
*)
|
||||
eerror "Unknown filetype \"${filetype}\" ?"
|
||||
false
|
||||
;;
|
||||
esac
|
||||
assert "failure unpacking (${filetype}) makeself ${shrtsrc} ('${ver}' +${skip})"
|
||||
}
|
||||
|
||||
# @FUNCTION: cdrom_get_cds
|
||||
# @USAGE: <file on cd1> [file on cd2] [file on cd3] [...]
|
||||
# @DESCRIPTION:
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/eclass/subversion.eclass,v 1.73 2012/02/02 03:17:56 floppym Exp $
|
||||
# $Header: /var/cvsroot/gentoo-x86/eclass/subversion.eclass,v 1.74 2012/02/14 16:08:11 vapier Exp $
|
||||
|
||||
# @ECLASS: subversion.eclass
|
||||
# @MAINTAINER:
|
||||
|
@ -158,8 +158,12 @@ ESVN_OFFLINE="${ESVN_OFFLINE:-${ESCM_OFFLINE}}"
|
|||
|
||||
# @ECLASS-VARIABLE: ESVN_UMASK
|
||||
# @DESCRIPTION:
|
||||
# Set this variable to custom umask.
|
||||
# This is intended to be set by users.
|
||||
# Set this variable to a custom umask. This is intended to be set by users.
|
||||
# By setting this to something like 002, it can make life easier for people
|
||||
# who do development as non-root (but are in the portage group), and then
|
||||
# switch over to building with FEATURES=userpriv. Or vice-versa. Shouldn't
|
||||
# be a security issue here as anyone who has portage group write access
|
||||
# already can screw the system over in more creative ways.
|
||||
ESVN_UMASK="${ESVN_UMASK:-${EVCS_UMASK}}"
|
||||
|
||||
# @ECLASS-VARIABLE: ESVN_UP_FREQ
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Copyright 1999-2011 Gentoo Foundation
|
||||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/games-puzzle/neverball/neverball-1.5.4.ebuild,v 1.5 2011/06/22 04:48:42 tupone Exp $
|
||||
# $Header: /var/cvsroot/gentoo-x86/games-puzzle/neverball/neverball-1.5.4.ebuild,v 1.6 2012/02/14 19:33:14 tristan Exp $
|
||||
|
||||
EAPI=2
|
||||
inherit eutils games
|
||||
|
@ -39,15 +39,10 @@ src_prepare() {
|
|||
-e "/^MAPC_TARG/s/mapc/${PN}-mapc/" \
|
||||
Makefile \
|
||||
|| die "sed failed"
|
||||
sed -i \
|
||||
-e "s/LOCALEDIR/LLOCALEDIR/g" \
|
||||
po/Makefile \
|
||||
|| die "sed failed"
|
||||
epatch "${FILESDIR}"/${P}-underlink.patch
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
LINGUAS= \
|
||||
emake \
|
||||
ENABLE_NLS=$(use nls && echo 1 || echo 0) \
|
||||
E_CFLAGS="${CFLAGS}" \
|
||||
|
@ -61,8 +56,9 @@ src_install() {
|
|||
insinto "${GAMES_DATADIR}/${PN}"
|
||||
doins -r data/* || die
|
||||
rm -f "${D}${GAMES_DATADIR}/${PN}"/ttf/DejaVuSans-Bold.ttf
|
||||
dosym /usr/share/fonts/dejavu/DejaVuSans-Bold.ttf "${GAMES_DATADIR}/${PN}"/ttf/ || die
|
||||
if use nls ; then
|
||||
dosym /usr/share/fonts/dejavu/DejaVuSans-Bold.ttf \
|
||||
"${GAMES_DATADIR}/${PN}"/ttf/DejaVuSans-Bold.ttf || die
|
||||
if [[ -d locale ]] ; then
|
||||
insinto /usr/share
|
||||
doins -r locale || die
|
||||
fi
|
||||
|
|
|
@ -6,8 +6,6 @@
|
|||
<email>jlec@gentoo.org</email>
|
||||
</maintainer>
|
||||
<use>
|
||||
<flag name="ayatana">Build in support for Ayatana notification using the
|
||||
libindicate plugin</flag>
|
||||
<flag name="plugins">Build support for plugins using librest</flag>
|
||||
<flag name="zeitgeist">Add support for Zeitgeist event tracking system</flag>
|
||||
</use>
|
||||
|
|
|
@ -0,0 +1,67 @@
|
|||
http://svn.gna.org/viewcvs/gnustep?view=revision&revision=32788
|
||||
* Modules/Parsers/ProjectCenter/PCParser.m [-parse]: Move the
|
||||
selector and IMP definitions inside the method. Global IMP caching
|
||||
is always wrong! And this broke compilation with llvm.
|
||||
|
||||
http://svn.gna.org/viewcvs/gnustep?view=revision&revision=33818
|
||||
use setAllowedFileTypes method instead of private method which was removed
|
||||
|
||||
--- apps/projectcenter/trunk/Modules/Parsers/ProjectCenter/PCParser.m 2011/04/06 18:40:59 32787
|
||||
+++ apps/projectcenter/trunk/Modules/Parsers/ProjectCenter/PCParser.m 2011/04/06 18:46:03 32788
|
||||
@@ -124,23 +124,21 @@
|
||||
}
|
||||
}
|
||||
|
||||
-static SEL selString = @selector(string:);
|
||||
-static SEL selNumber = @selector(number:);
|
||||
-static SEL selSpaceAndNewLine = @selector(spaceAndNewLine:);
|
||||
-static SEL selInvisible = @selector(invisible:);
|
||||
-static SEL selSymbol = @selector(symbol:);
|
||||
-
|
||||
-static void (*impString)(id, SEL, id);
|
||||
-static void (*impNumber)(id, SEL, id);
|
||||
-static void (*impSpaceAndNewLine)(id, SEL, unichar);
|
||||
-static void (*impInvisible)(id, SEL, unichar);
|
||||
-static void (*impSymbol)(id, SEL, unichar);
|
||||
-
|
||||
- (void)parse
|
||||
{
|
||||
unsigned int i, start, end;
|
||||
CodeType startType, endType;
|
||||
NSString *out;
|
||||
+ SEL selString = @selector(string:);
|
||||
+ SEL selNumber = @selector(number:);
|
||||
+ SEL selSpaceAndNewLine = @selector(spaceAndNewLine:);
|
||||
+ SEL selInvisible = @selector(invisible:);
|
||||
+ SEL selSymbol = @selector(symbol:);
|
||||
+ void (*impString)(id, SEL, id);
|
||||
+ void (*impNumber)(id, SEL, id);
|
||||
+ void (*impSpaceAndNewLine)(id, SEL, unichar);
|
||||
+ void (*impInvisible)(id, SEL, unichar);
|
||||
+ void (*impSymbol)(id, SEL, unichar);
|
||||
|
||||
NSLog(@"CodeParser begin...");
|
||||
|
||||
--- apps/projectcenter/trunk/Framework/PCAddFilesPanel.m 2011/09/08 05:59:20 33817
|
||||
+++ apps/projectcenter/trunk/Framework/PCAddFilesPanel.m 2011/09/08 13:05:29 33818
|
||||
@@ -1,9 +1,10 @@
|
||||
/*
|
||||
GNUstep ProjectCenter - http://www.gnustep.org/experience/ProjectCenter.html
|
||||
|
||||
- Copyright (C) 2004 Free Software Foundation
|
||||
+ Copyright (C) 2004-2011 Free Software Foundation
|
||||
|
||||
Authors: Serg Stoyan
|
||||
+ Riccardo Mottola
|
||||
|
||||
This file is part of GNUstep.
|
||||
|
||||
@@ -93,7 +94,7 @@
|
||||
{
|
||||
NSString *path = nil;
|
||||
|
||||
- ASSIGN(_fileTypes, fileTypes);
|
||||
+ [super setAllowedFileTypes: fileTypes];
|
||||
|
||||
path = [_browser path];
|
||||
[self validateVisibleColumns];
|
|
@ -1,8 +1,8 @@
|
|||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/projectcenter/projectcenter-0.6.0.ebuild,v 1.2 2012/02/04 14:09:53 ago Exp $
|
||||
# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/projectcenter/projectcenter-0.6.0.ebuild,v 1.3 2012/02/14 18:25:52 voyageur Exp $
|
||||
|
||||
EAPI=3
|
||||
EAPI=4
|
||||
inherit gnustep-2
|
||||
|
||||
MY_P=${P/projectc/ProjectC}
|
||||
|
@ -18,3 +18,7 @@ SLOT="0"
|
|||
IUSE=""
|
||||
|
||||
RDEPEND=">=sys-devel/gdb-6.0"
|
||||
|
||||
src_prepare() {
|
||||
epatch "${FILESDIR}"/${P}-32788+33818.patch
|
||||
}
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
DIST gnustep-make-2.6.1.tar.gz 565262 RMD160 a72970e1bf0fa93622981e991717714795cdb7a5 SHA1 32144e6f9474dff0001372ade68674620f9ed20c SHA256 c48b0a4c85eee4799b12cceeb327c470b168100cbcda4f111b1edad71f8762eb
|
||||
DIST gnustep-make-2.6.2.tar.gz 562770 RMD160 683b6a034d4bb7e17b64209c7e7e289e9e94a042 SHA1 3f85cb25f4f7fd35cdcbd8d948a2673c84c605ff SHA256 7a95b3fc5bf14f6b06c4f1f716b48e9de13a11c1fa972aa3cc87736cd98f3e3a
|
||||
DIST libobjc2-1.6.tar.bz2 114767 RMD160 17beadf52dea0b78dd9bede01f5c944561fdbd09 SHA1 2b092eb3cfa577207456c70b56e6643899790214 SHA256 cad4556d612e871f60ae19531474045075fab3ffab055f76140e3fed30a0c51d
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
# Copyright 1999-2011 Gentoo Foundation
|
||||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/gnustep-base/libobjc2/libobjc2-1.6.ebuild,v 1.1 2011/11/24 10:54:08 voyageur Exp $
|
||||
# $Header: /var/cvsroot/gentoo-x86/gnustep-base/libobjc2/libobjc2-1.6.ebuild,v 1.2 2012/02/14 18:49:56 voyageur Exp $
|
||||
|
||||
EAPI=4
|
||||
inherit multilib
|
||||
|
||||
# We need gnustep-make, but gnustep-make can depend on libobjc
|
||||
# Use a temporary setup to install in /usr/
|
||||
GSMAKE=gnustep-make-2.6.1
|
||||
GSMAKE=gnustep-make-2.6.2
|
||||
DESCRIPTION="GNUstep Objective-C runtime"
|
||||
HOMEPAGE="http://www.gnustep.org"
|
||||
SRC_URI="http://download.gna.org/gnustep/${P}.tar.bz2
|
||||
|
@ -16,11 +16,10 @@ SRC_URI="http://download.gna.org/gnustep/${P}.tar.bz2
|
|||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
IUSE="+boehm-gc"
|
||||
|
||||
DEPEND=">=sys-devel/gcc-3.3[objc]
|
||||
>=sys-devel/make-3.75"
|
||||
RDEPEND=""
|
||||
DEPEND="boehm-gc? ( dev-libs/boehm-gc )"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
GSMAKE_S=${WORKDIR}/${GSMAKE}
|
||||
|
||||
|
@ -37,7 +36,11 @@ src_configure() {
|
|||
}
|
||||
|
||||
src_compile() {
|
||||
emake GNUSTEP_MAKEFILES="${GSMAKE_S}" messages=yes
|
||||
local gb
|
||||
use boehm-gc \
|
||||
&& gb="boehm_gc=yes" \
|
||||
|| gb="boehm_gc=no"
|
||||
emake GNUSTEP_MAKEFILES="${GSMAKE_S}" messages=yes ${gb}
|
||||
}
|
||||
|
||||
src_install() {
|
||||
|
|
|
@ -24,4 +24,8 @@ Both ABIs support the following feature above and beyond the GCC runtime:
|
|||
- Type-dependent dispatch, eliminating stack corruption from mismatched
|
||||
selectors.
|
||||
</longdescription>
|
||||
<use>
|
||||
<flag name='boehm-gc'>Enable Hans Boehm's garbage collector
|
||||
(<pkg>dev-libs/boehm-gc</pkg>)</flag>
|
||||
</use>
|
||||
</pkgmetadata>
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
# Copyright 1999-2011 Gentoo Foundation
|
||||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/gnustep-libs/dbuskit/dbuskit-0.1.ebuild,v 1.2 2011/05/02 13:56:31 voyageur Exp $
|
||||
# $Header: /var/cvsroot/gentoo-x86/gnustep-libs/dbuskit/dbuskit-0.1.ebuild,v 1.3 2012/02/14 18:37:45 voyageur Exp $
|
||||
|
||||
EAPI=4
|
||||
inherit gnustep-2
|
||||
inherit autotools gnustep-2
|
||||
|
||||
DESCRIPTION="framework that interfaces Objective-C applications with the D-Bus IPC service"
|
||||
HOMEPAGE="http://www.gnustep.org"
|
||||
|
@ -18,9 +18,12 @@ DEPEND=">=sys-apps/dbus-1.2.1"
|
|||
RDEPEND="${DEPEND}"
|
||||
|
||||
src_prepare() {
|
||||
epatch "${FILESDIR}"/${P}-configure.patch
|
||||
if ! use doc; then
|
||||
# Remove doc target
|
||||
sed -i -e "/SUBPROJECTS/s/Documentation//" GNUmakefile \
|
||||
|| die "doc sed failed"
|
||||
fi
|
||||
|
||||
eautoreconf
|
||||
}
|
||||
|
|
31
gnustep-libs/dbuskit/files/dbuskit-0.1-configure.patch
Normal file
31
gnustep-libs/dbuskit/files/dbuskit-0.1-configure.patch
Normal file
|
@ -0,0 +1,31 @@
|
|||
http://svn.gna.org/viewcvs/gnustep?view=revision&revision=34602
|
||||
Backport configure script improvements.
|
||||
--- libs/dbuskit/branches/0.1/configure.ac 2012/01/20 14:38:55 34601
|
||||
+++ libs/dbuskit/branches/0.1/configure.ac 2012/01/20 14:39:24 34602
|
||||
@@ -4,8 +4,17 @@
|
||||
LT_INIT
|
||||
AC_CONFIG_MACRO_DIR([m4])
|
||||
AC_CANONICAL_SYSTEM
|
||||
+
|
||||
+#Override the OBJC variable if it is empty and CC is also set.
|
||||
+if test -n "$CC"; then
|
||||
+ if test -z "$OBJC"; then
|
||||
+ OBJC="$CC"
|
||||
+ fi
|
||||
+fi
|
||||
+
|
||||
AC_PROG_CC(clang gcc cc c1 egcs)
|
||||
AC_PROG_CPP
|
||||
+AC_PROG_OBJC(clang gcc objcc objc cc CC)
|
||||
AC_LANG(Objective C)
|
||||
PKG_PROG_PKG_CONFIG([])
|
||||
AC_LANG_PUSH(C)
|
||||
@@ -129,7 +138,7 @@
|
||||
fi
|
||||
|
||||
AC_SUBST(OBJC_RUNTIME_H)
|
||||
-
|
||||
+AC_SUBST(OBJC)
|
||||
CFLAGS="$saved_CFLAGS"
|
||||
CPPFLAGS="$saved_CPPFLAGS"
|
||||
LDFLAGS="$saved_LDFLAGS"
|
|
@ -1,6 +1,6 @@
|
|||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/kde-base/kimono/kimono-4.7.4.ebuild,v 1.3 2012/01/16 22:44:23 ago Exp $
|
||||
# $Header: /var/cvsroot/gentoo-x86/kde-base/kimono/kimono-4.7.4.ebuild,v 1.4 2012/02/14 19:35:40 nixnut Exp $
|
||||
|
||||
EAPI=4
|
||||
|
||||
|
@ -8,7 +8,7 @@ KDE_SCM="git"
|
|||
inherit kde4-base mono
|
||||
|
||||
DESCRIPTION="C# bindings for KDE"
|
||||
KEYWORDS="amd64 x86"
|
||||
KEYWORDS="amd64 ~ppc x86"
|
||||
IUSE="akonadi debug plasma semantic-desktop"
|
||||
|
||||
DEPEND="
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/kde-base/korundum/korundum-4.7.4.ebuild,v 1.4 2012/01/16 23:05:08 ago Exp $
|
||||
# $Header: /var/cvsroot/gentoo-x86/kde-base/korundum/korundum-4.7.4.ebuild,v 1.5 2012/02/14 19:31:47 nixnut Exp $
|
||||
|
||||
EAPI=4
|
||||
|
||||
|
@ -17,7 +17,7 @@ USE_RUBY="ruby18"
|
|||
inherit kde4-base ruby-ng
|
||||
|
||||
DESCRIPTION="KDE Ruby bindings"
|
||||
KEYWORDS="amd64 x86"
|
||||
KEYWORDS="amd64 ~ppc x86"
|
||||
IUSE="akonadi debug kate okular"
|
||||
|
||||
# unfortunately single modules cannot be disabled with cmake defines
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/kde-base/krossruby/krossruby-4.7.4.ebuild,v 1.3 2012/01/16 23:10:53 ago Exp $
|
||||
# $Header: /var/cvsroot/gentoo-x86/kde-base/krossruby/krossruby-4.7.4.ebuild,v 1.4 2012/02/14 19:32:03 nixnut Exp $
|
||||
|
||||
EAPI=4
|
||||
|
||||
|
@ -18,7 +18,7 @@ USE_RUBY="ruby18"
|
|||
inherit kde4-meta ruby-ng
|
||||
|
||||
DESCRIPTION="Kross scripting framework: Ruby interpreter"
|
||||
KEYWORDS="amd64 x86"
|
||||
KEYWORDS="amd64 ~ppc x86"
|
||||
IUSE="debug"
|
||||
|
||||
DEPEND=""
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/kde-base/perlkde/perlkde-4.7.4.ebuild,v 1.3 2012/01/16 23:44:04 ago Exp $
|
||||
# $Header: /var/cvsroot/gentoo-x86/kde-base/perlkde/perlkde-4.7.4.ebuild,v 1.4 2012/02/14 19:22:55 nixnut Exp $
|
||||
|
||||
EAPI=4
|
||||
|
||||
|
@ -8,7 +8,7 @@ KDE_SCM="git"
|
|||
inherit kde4-base
|
||||
|
||||
DESCRIPTION="KDE Perl bindings"
|
||||
KEYWORDS="amd64 x86"
|
||||
KEYWORDS="amd64 ~ppc x86"
|
||||
IUSE="akonadi attica debug kate okular semantic-desktop test"
|
||||
|
||||
RDEPEND="
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/kde-base/perlqt/perlqt-4.7.4.ebuild,v 1.3 2012/01/16 23:44:23 ago Exp $
|
||||
# $Header: /var/cvsroot/gentoo-x86/kde-base/perlqt/perlqt-4.7.4.ebuild,v 1.4 2012/02/14 19:46:34 nixnut Exp $
|
||||
|
||||
EAPI=4
|
||||
|
||||
|
@ -13,7 +13,7 @@ KDE_SCM="git"
|
|||
inherit kde4-base
|
||||
|
||||
DESCRIPTION="Qt Perl bindings"
|
||||
KEYWORDS="amd64 x86"
|
||||
KEYWORDS="amd64 ~ppc x86"
|
||||
IUSE="debug phonon qimageblitz qscintilla qwt webkit"
|
||||
|
||||
RDEPEND="
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/kde-base/qtruby/qtruby-4.7.4.ebuild,v 1.3 2012/01/16 23:48:52 ago Exp $
|
||||
# $Header: /var/cvsroot/gentoo-x86/kde-base/qtruby/qtruby-4.7.4.ebuild,v 1.4 2012/02/14 19:28:02 nixnut Exp $
|
||||
|
||||
EAPI=4
|
||||
|
||||
|
@ -18,7 +18,7 @@ USE_RUBY="ruby18"
|
|||
inherit kde4-base ruby-ng
|
||||
|
||||
DESCRIPTION="Qt Ruby bindings"
|
||||
KEYWORDS="amd64 x86"
|
||||
KEYWORDS="amd64 ~ppc x86"
|
||||
IUSE="debug phonon qscintilla qwt webkit"
|
||||
|
||||
DEPEND="
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/kde-base/qyoto/qyoto-4.7.4.ebuild,v 1.3 2012/01/16 23:49:09 ago Exp $
|
||||
# $Header: /var/cvsroot/gentoo-x86/kde-base/qyoto/qyoto-4.7.4.ebuild,v 1.4 2012/02/14 19:28:03 nixnut Exp $
|
||||
|
||||
EAPI=4
|
||||
|
||||
|
@ -9,7 +9,7 @@ KDE_SCM="git"
|
|||
inherit kde4-base mono
|
||||
|
||||
DESCRIPTION="C# bindings for Qt"
|
||||
KEYWORDS="amd64 x86"
|
||||
KEYWORDS="amd64 ~ppc x86"
|
||||
IUSE="debug +phonon qscintilla webkit"
|
||||
|
||||
DEPEND="
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/kde-base/smokegen/smokegen-4.7.4-r1.ebuild,v 1.3 2012/01/16 23:50:22 ago Exp $
|
||||
# $Header: /var/cvsroot/gentoo-x86/kde-base/smokegen/smokegen-4.7.4-r1.ebuild,v 1.4 2012/02/14 19:35:36 nixnut Exp $
|
||||
|
||||
EAPI=4
|
||||
|
||||
|
@ -9,7 +9,7 @@ KDE_SCM="git"
|
|||
inherit kde4-base
|
||||
|
||||
DESCRIPTION="Scripting Meta Object Kompiler Engine - generators"
|
||||
KEYWORDS="amd64 x86"
|
||||
KEYWORDS="amd64 ~ppc x86"
|
||||
IUSE="aqua debug"
|
||||
|
||||
DEPEND="
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/kde-base/smokekde/smokekde-4.7.4.ebuild,v 1.3 2012/01/16 23:50:47 ago Exp $
|
||||
# $Header: /var/cvsroot/gentoo-x86/kde-base/smokekde/smokekde-4.7.4.ebuild,v 1.4 2012/02/14 19:20:42 nixnut Exp $
|
||||
|
||||
EAPI=4
|
||||
|
||||
|
@ -9,7 +9,7 @@ KDE_SCM="git"
|
|||
inherit kde4-base
|
||||
|
||||
DESCRIPTION="Scripting Meta Object Kompiler Engine - KDE bindings"
|
||||
KEYWORDS="amd64 x86"
|
||||
KEYWORDS="amd64 ~ppc x86"
|
||||
IUSE="akonadi attica debug kate okular semantic-desktop"
|
||||
|
||||
DEPEND="
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/kde-base/smokeqt/smokeqt-4.7.4.ebuild,v 1.3 2012/01/16 23:51:12 ago Exp $
|
||||
# $Header: /var/cvsroot/gentoo-x86/kde-base/smokeqt/smokeqt-4.7.4.ebuild,v 1.4 2012/02/14 19:17:31 nixnut Exp $
|
||||
|
||||
EAPI=4
|
||||
|
||||
|
@ -15,7 +15,7 @@ KDE_SCM="git"
|
|||
inherit kde4-base
|
||||
|
||||
DESCRIPTION="Scripting Meta Object Kompiler Engine - Qt bindings"
|
||||
KEYWORDS="amd64 x86"
|
||||
KEYWORDS="amd64 ~ppc x86"
|
||||
IUSE="debug +phonon qimageblitz qscintilla qwt webkit"
|
||||
|
||||
# Maybe make more of Qt optional?
|
||||
|
|
|
@ -2,8 +2,4 @@
|
|||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<herd>xfce</herd>
|
||||
<use>
|
||||
<flag name='ayatana'>Enable Messaging Menu support via
|
||||
<pkg>dev-libs/libindicate</pkg></flag>
|
||||
</use>
|
||||
</pkgmetadata>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $
|
||||
# $Header: /var/cvsroot/gentoo-x86/media-fonts/liberation-fonts/liberation-fonts-1.07.0-r2.ebuild,v 1.7 2012/02/14 17:17:26 tove Exp $
|
||||
|
||||
EAPI=3
|
||||
|
||||
|
|
|
@ -2,4 +2,5 @@ DIST dispcalGUI-0.7.0.7.tar.gz 2611899 RMD160 daa002442a92316be5f2c82a34bab0eaaf
|
|||
DIST dispcalGUI-0.7.3.7.tar.gz 2617915 RMD160 b70ec8bb844ff91d690a138e29706d95f8005749 SHA1 f56d85cc8845d315d1a835134d6124792b0d5004 SHA256 f204f164ff068bc0f1629e2d5adfa2c6b8d68625dfebb4547858761b79202291
|
||||
DIST dispcalGUI-0.7.8.9.tar.gz 2991685 RMD160 7986a67da4afdb8403c6fdd8653c46ba86f2cdd6 SHA1 420ff9d36281398bce37db73a594a3101d8022f0 SHA256 aa2716c372253715bc5b19050f90642e0dad600d926f16a1e9619dc1c531da68
|
||||
DIST dispcalGUI-0.8.5.2.tar.gz 3021315 RMD160 f07629588f5e21e0474968e0ddb21ae1a0b4c239 SHA1 37c7361dbff65a1e70c610355a440d4d88590b70 SHA256 248ef33294326efa2ec7959e88e08ae341c99563f410ab2bd3051e785948dc8a
|
||||
DIST dispcalGUI-0.8.9.3.tar.gz 3099452 RMD160 48e17ff7e2e191c187a7bcb9f7252dcb28591034 SHA1 297f31b200aa02afac895ddb715a3974aeb2dbad SHA256 65cc651694b419de7157e2ea39df29eb796a058a35992e56b357249d12ffb4cd
|
||||
DIST download.php?version=0.8.1.9&suffix=.tar.gz 3009554 RMD160 333c3a3a391d323ea40f4caab1033868885ea0d6 SHA1 e359b7805c67790cbe7abd7505cbb7ce469f4f43 SHA256 8c9c6067cdb009e22434828051ce9173c534da78d3c29f742c8f72f8f5e0188c
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/media-gfx/dispcalgui/dispcalgui-0.8.5.2.ebuild,v 1.2 2012/02/14 17:18:15 tove Exp $
|
||||
|
||||
EAPI="2"
|
||||
PYTHON_DEPEND="2"
|
||||
|
|
63
media-gfx/dispcalgui/dispcalgui-0.8.9.3.ebuild
Normal file
63
media-gfx/dispcalgui/dispcalgui-0.8.9.3.ebuild
Normal file
|
@ -0,0 +1,63 @@
|
|||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/media-gfx/dispcalgui/dispcalgui-0.8.9.3.ebuild,v 1.1 2012/02/14 21:21:09 hwoarang Exp $
|
||||
|
||||
EAPI="2"
|
||||
PYTHON_DEPEND="2"
|
||||
SUPPORT_PYTHON_ABIS="1"
|
||||
RESTRICT_PYTHON_ABIS="2.4 3.*"
|
||||
|
||||
inherit distutils fdo-mime
|
||||
|
||||
MY_PN="dispcalGUI"
|
||||
MY_P="${MY_PN}-${PV}"
|
||||
|
||||
DESCRIPTION="Display Calibration and Characterization powered by Argyll CMS"
|
||||
HOMEPAGE="http://dispcalgui.hoech.net/"
|
||||
SRC_URI="http://dev.gentoo.org/~hwoarang/distfiles/${MY_P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND=">=media-gfx/argyllcms-1.1.0
|
||||
>=dev-python/wxpython-2.8.10.1
|
||||
>=x11-libs/libX11-1.3.3
|
||||
>=x11-apps/xrandr-1.3.2
|
||||
>=x11-libs/libXxf86vm-1.1.0
|
||||
>=x11-proto/xineramaproto-1.2
|
||||
>=x11-libs/libXinerama-1.1"
|
||||
RDEPEND="${DEPEND}
|
||||
>=dev-python/numpy-1.2.1"
|
||||
|
||||
# Just in case someone renames the ebuild
|
||||
S=${WORKDIR}/${MY_P}
|
||||
|
||||
DOCS=(
|
||||
README.html
|
||||
)
|
||||
|
||||
src_prepare() {
|
||||
# Prohibit setup from running xdg-* programs, resulting to sandbox violation
|
||||
cd "${S}/dispcalGUI" || die "Cannot cd to source directory."
|
||||
sed -e 's/if which(\"xdg-icon-resource\"):/if which(\"xdg-icon-resource-non-existant\"):/' \
|
||||
-e 's/if which(\"xdg-desktop-menu\"):/if which(\"xdg-desktop-menu-non-existant\"):/' \
|
||||
-i postinstall.py || die "sed'ing out the xdg-* setup functions failed"
|
||||
|
||||
distutils_src_prepare
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
# Run xdg-* programs the Gentoo way since we removed this functionality from the original package
|
||||
fdo-mime_mime_database_update
|
||||
fdo-mime_desktop_database_update
|
||||
distutils_pkg_postinst
|
||||
}
|
||||
|
||||
pkg_postrm() {
|
||||
# Run xdg-* programs the Gentoo way since we removed this functionality from the original package
|
||||
fdo-mime_mime_database_update
|
||||
fdo-mime_desktop_database_update
|
||||
distutils_pkg_postrm
|
||||
}
|
|
@ -1,6 +1,6 @@
|
|||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/media-gfx/sane-backends/sane-backends-1.0.22-r2.ebuild,v 1.3 2012/01/21 22:52:52 phosphan Exp $
|
||||
# $Header: /var/cvsroot/gentoo-x86/media-gfx/sane-backends/sane-backends-1.0.22-r2.ebuild,v 1.4 2012/02/14 20:57:41 phosphan Exp $
|
||||
|
||||
EAPI="4"
|
||||
|
||||
|
@ -191,6 +191,15 @@ src_configure() {
|
|||
if ! ( use sane_backends_canon_pp || use sane_backends_hpsj5s || use sane_backends_mustek_pp ); then
|
||||
myconf="${myconf} sane_cv_use_libieee1284=no"
|
||||
fi
|
||||
# if LINGUAS is set, just use the listed and supported localizations.
|
||||
if [ "${LINGUAS-NoLocalesSet}" != NoLocalesSet ]; then
|
||||
echo > po/LINGUAS
|
||||
for lang in ${LINGUAS}; do
|
||||
if [ -a po/${lang}.po ]; then
|
||||
echo ${lang} >> po/LINGUAS
|
||||
fi
|
||||
done
|
||||
fi
|
||||
SANEI_JPEG="sanei_jpeg.o" SANEI_JPEG_LO="sanei_jpeg.lo" \
|
||||
BACKENDS="${BACKENDS}" econf \
|
||||
$(use_with gphoto2) \
|
||||
|
|
|
@ -1,11 +1,12 @@
|
|||
# Copyright 1999-2011 Gentoo Foundation
|
||||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/media-libs/libchamplain/libchamplain-0.6.0.ebuild,v 1.12 2011/10/17 16:15:32 pacho Exp $
|
||||
# $Header: /var/cvsroot/gentoo-x86/media-libs/libchamplain/libchamplain-0.6.0.ebuild,v 1.13 2012/02/14 18:30:07 jlec Exp $
|
||||
|
||||
EAPI="3"
|
||||
|
||||
PYTHON_DEPEND="python? 2"
|
||||
SUPPORT_PYTHON_ABIS="1"
|
||||
RESTRICT_PYTHON_ABIS="3.*"
|
||||
|
||||
inherit gnome2 python
|
||||
|
||||
|
@ -37,8 +38,7 @@ DEPEND="${RDEPEND}
|
|||
doc? ( >=dev-util/gtk-doc-1.9 )
|
||||
introspection? ( >=dev-libs/gobject-introspection-0.6.3 )"
|
||||
|
||||
RESTRICT_PYTHON_ABIS="3.*"
|
||||
|
||||
pkg_setup() {
|
||||
DOCS="AUTHORS ChangeLog NEWS README"
|
||||
|
||||
G2CONF="${G2CONF}
|
||||
|
@ -50,6 +50,7 @@ G2CONF="${G2CONF}
|
|||
$(use_enable html gtk-doc-html)
|
||||
$(use_enable introspection)
|
||||
$(use_enable python)"
|
||||
}
|
||||
|
||||
src_prepare() {
|
||||
gnome2_src_prepare
|
||||
|
|
|
@ -5,9 +5,9 @@
|
|||
<email>jlec@gentoo.org</email>
|
||||
</maintainer>
|
||||
<use>
|
||||
<flag name='introspection'>Use <pkg>dev-libs/gobject-introspection</pkg> for
|
||||
<flag name="introspection">Use <pkg>dev-libs/gobject-introspection</pkg> for
|
||||
introspection</flag>
|
||||
<flag name='html'>Install gtk-doc html version for this package</flag>
|
||||
<flag name='vala'>Generate bindings for <pkg>dev-lang/vala</pkg></flag>
|
||||
<flag name="html">Install gtk-doc html version for this package</flag>
|
||||
<flag name="vala">Generate bindings for <pkg>dev-lang/vala</pkg></flag>
|
||||
</use>
|
||||
</pkgmetadata>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/media-libs/libvisio/libvisio-0.0.14.ebuild,v 1.1 2012/01/25 12:19:09 scarabeus Exp $
|
||||
# $Header: /var/cvsroot/gentoo-x86/media-libs/libvisio/libvisio-0.0.14.ebuild,v 1.2 2012/02/14 19:27:02 scarabeus Exp $
|
||||
|
||||
EAPI=4
|
||||
|
||||
|
@ -22,7 +22,7 @@ RDEPEND="
|
|||
app-text/libwpd:0.9
|
||||
app-text/libwpg:0.2
|
||||
"
|
||||
DEPEND="${DEPEND}
|
||||
DEPEND="${RDEPEND}
|
||||
>=dev-libs/boost-1.46
|
||||
dev-util/pkgconfig
|
||||
sys-devel/libtool
|
||||
|
|
|
@ -5,7 +5,4 @@
|
|||
<email>jlec@gentoo.org</email>
|
||||
<name>Justin Lecher</name>
|
||||
</maintainer>
|
||||
<use>
|
||||
<flag name="ayatana">Build in support for Ayatana notification using the libindicate plugin.</flag>
|
||||
</use>
|
||||
</pkgmetadata>
|
||||
|
|
2
metadata/cache/app-arch/lbzip2-0.23-r2
vendored
2
metadata/cache/app-arch/lbzip2-0.23-r2
vendored
|
@ -6,7 +6,7 @@ http://lacos.web.elte.hu/pub/lbzip2/lbzip2-0.23.tar.gz
|
|||
http://lacos.hu/
|
||||
GPL-2
|
||||
Parallel bzip2 utility
|
||||
alpha amd64 arm ~hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd
|
||||
alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd
|
||||
eutils flag-o-matic multilib portability toolchain-funcs user
|
||||
symlink test
|
||||
|
||||
|
|
2
metadata/cache/app-misc/g15macro-1.0.3-r1
vendored
2
metadata/cache/app-misc/g15macro-1.0.3-r1
vendored
|
@ -6,7 +6,7 @@ mirror://sourceforge/g15daemon/g15macro-1.0.3.tar.gz
|
|||
http://g15daemon.sourceforge.net/
|
||||
GPL-2
|
||||
Macro recording plugin to G15daemon
|
||||
~amd64 ~ppc ~ppc64 ~x86
|
||||
amd64 ~ppc ~ppc64 x86
|
||||
|
||||
|
||||
|
||||
|
|
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 @@
|
|||
app-arch/zip app-arch/unzip >=app-text/hunspell-1.3.2-r3 app-text/mythes >=app-text/libexttextcat-3.2 app-text/libwpd:0.9[tools] app-text/libwpg:0.2 >=app-text/libwps-0.2.2 dev-cpp/libcmis dev-db/unixODBC dev-libs/expat >=dev-libs/glib-2.28 >=dev-libs/hyphen-2.7.1 >=dev-libs/icu-4.8.1-r1 >=dev-lang/perl-5.0 >=dev-libs/openssl-1.0.0d >=dev-libs/redland-1.0.14[ssl] >=media-libs/fontconfig-2.8.0 media-libs/freetype:2 >=media-libs/libpng-1.4 media-libs/libvisio net-print/cups sci-mathematics/lpsolve >=sys-libs/db-4.8 virtual/jpeg >=x11-libs/cairo-1.10.0 x11-libs/libXinerama x11-libs/libXrandr x11-libs/libXrender dbus? ( >=dev-libs/dbus-glib-0.92 ) eds? ( gnome-extra/evolution-data-server ) gnome? ( gnome-base/gconf:2 gnome-base/orbit ) gtk? ( >=x11-libs/gtk+-2.24:2 ) gtk3? ( >=x11-libs/gtk+-3.2:3 ) graphite? ( media-gfx/graphite2 ) gstreamer? ( >=media-libs/gstreamer-0.10 >=media-libs/gst-plugins-base-0.10 ) java? ( >=dev-java/bsh-2.0_beta4 dev-java/lucene:2.9 dev-java/lucene-analyzers:2.3 ) jemalloc? ( dev-libs/jemalloc ) mysql? ( >=dev-db/mysql-connector-c++-1.1.0 ) opengl? ( virtual/opengl ) pdfimport? ( >=app-text/poppler-0.16[xpdf-headers,cxx] ) postgres? ( >=dev-db/postgresql-base-8.4.0 ) svg? ( gnome-base/librsvg ) webdav? ( net-libs/neon ) xmlsec? ( >=dev-libs/nspr-4.8.8 >=dev-libs/nss-3.12.9 ) >=dev-libs/boost-1.46 >=dev-libs/libxml2-2.7.8 dev-libs/libxslt dev-perl/Archive-Zip dev-util/cppunit >=dev-util/gperf-3 dev-util/intltool dev-util/mdds >=dev-util/pkgconfig-0.26 media-libs/sampleicc >=net-misc/curl-7.21.4 net-misc/npapi-sdk >=sys-apps/findutils-4.4.2 sys-devel/bison sys-apps/coreutils sys-devel/flex sys-devel/gettext >=sys-devel/make-3.82 sys-libs/zlib x11-libs/libXtst x11-proto/randrproto x11-proto/xextproto x11-proto/xineramaproto x11-proto/xproto java? ( =virtual/jdk-1.6* >=dev-java/ant-core-1.7 test? ( dev-java/junit:4 ) ) || ( =sys-devel/automake-1.11* ) >=sys-devel/autoconf-2.68 sys-devel/libtool java? ( >=dev-java/java-config-2.1.9-r1 ) >=sys-apps/sed-4 kde? ( dev-util/automoc dev-util/pkgconfig !aqua? ( >=x11-libs/libXtst-1.1.0 x11-proto/xf86vidmodeproto ) ) kde? ( dev-lang/perl >=x11-libs/qt-core-4.7.0:4[qt3support,ssl] >=x11-libs/qt-gui-4.7.0:4[accessibility,dbus] >=x11-libs/qt-qt3support-4.7.0:4[accessibility,kde] >=x11-libs/qt-script-4.7.0:4 >=x11-libs/qt-sql-4.7.0:4[qt3support] >=x11-libs/qt-svg-4.7.0:4 >=x11-libs/qt-test-4.7.0:4 >=x11-libs/qt-webkit-4.7.0:4[kde?] !aqua? ( x11-libs/libXext x11-libs/libXt x11-libs/libXxf86vm x11-libs/libXcomposite x11-libs/libxkbfile ) >=kde-base/kdelibs-4.4:4[aqua=] ) >=app-admin/eselect-python-20091230 =dev-lang/python-2* =dev-lang/python-2*[threads,xml]
|
||||
app-arch/zip app-arch/unzip >=app-text/hunspell-1.3.2-r3 app-text/mythes >=app-text/libexttextcat-3.2 app-text/libwpd:0.9[tools] app-text/libwpg:0.2 >=app-text/libwps-0.2.2 dev-cpp/libcmis dev-db/unixODBC dev-libs/expat >=dev-libs/glib-2.28 >=dev-libs/hyphen-2.7.1 >=dev-libs/icu-4.8.1-r1 >=dev-lang/perl-5.0 >=dev-libs/openssl-1.0.0d >=dev-libs/redland-1.0.14[ssl] >=media-libs/fontconfig-2.8.0 media-libs/freetype:2 >=media-libs/libpng-1.4 media-libs/libvisio net-print/cups sci-mathematics/lpsolve >=sys-libs/db-4.8 virtual/jpeg >=x11-libs/cairo-1.10.0 x11-libs/libXinerama x11-libs/libXrandr x11-libs/libXrender dbus? ( >=dev-libs/dbus-glib-0.92 ) eds? ( gnome-extra/evolution-data-server ) gnome? ( gnome-base/gconf:2 gnome-base/orbit ) gtk? ( >=x11-libs/gtk+-2.24:2 ) gtk3? ( >=x11-libs/gtk+-3.2:3 ) graphite? ( media-gfx/graphite2 ) gstreamer? ( >=media-libs/gstreamer-0.10 >=media-libs/gst-plugins-base-0.10 ) java? ( >=dev-java/bsh-2.0_beta4 dev-java/lucene:2.9 dev-java/lucene-analyzers:2.3 ) jemalloc? ( dev-libs/jemalloc ) mysql? ( >=dev-db/mysql-connector-c++-1.1.0 ) opengl? ( virtual/opengl ) pdfimport? ( >=app-text/poppler-0.16[xpdf-headers,cxx] ) postgres? ( >=dev-db/postgresql-base-8.4.0 ) svg? ( gnome-base/librsvg ) webdav? ( net-libs/neon ) xmlsec? ( >=dev-libs/nspr-4.8.8 >=dev-libs/nss-3.12.9 ) !app-office/libreoffice-bin !app-office/openoffice-bin !app-office/openoffice media-fonts/libertine-ttf media-fonts/liberation-fonts java? ( >=virtual/jre-1.6 ) java? ( >=dev-java/java-config-2.1.9-r1 ) kde? ( >=kde-base/oxygen-icons-4.4:4[aqua=] ) kde? ( dev-lang/perl >=x11-libs/qt-core-4.7.0:4[qt3support,ssl] >=x11-libs/qt-gui-4.7.0:4[accessibility,dbus] >=x11-libs/qt-qt3support-4.7.0:4[accessibility,kde] >=x11-libs/qt-script-4.7.0:4 >=x11-libs/qt-sql-4.7.0:4[qt3support] >=x11-libs/qt-svg-4.7.0:4 >=x11-libs/qt-test-4.7.0:4 >=x11-libs/qt-webkit-4.7.0:4[kde?] !aqua? ( x11-libs/libXext x11-libs/libXt x11-libs/libXxf86vm x11-libs/libXcomposite x11-libs/libxkbfile ) >=kde-base/kdelibs-4.4:4[aqua=] ) >=app-admin/eselect-python-20091230 =dev-lang/python-2* =dev-lang/python-2*[threads,xml]
|
||||
app-arch/zip app-arch/unzip >=app-text/hunspell-1.3.2-r3 app-text/mythes >=app-text/libexttextcat-3.2 app-text/libwpd:0.9[tools] app-text/libwpg:0.2 >=app-text/libwps-0.2.2 dev-cpp/libcmis dev-db/unixODBC dev-libs/expat >=dev-libs/glib-2.28 >=dev-libs/hyphen-2.7.1 >=dev-libs/icu-4.8.1-r1 >=dev-lang/perl-5.0 >=dev-libs/openssl-1.0.0d >=dev-libs/redland-1.0.14[ssl] >=media-libs/fontconfig-2.8.0 media-libs/freetype:2 >=media-libs/libpng-1.4 media-libs/libvisio net-print/cups sci-mathematics/lpsolve >=sys-libs/db-4.8 virtual/jpeg >=x11-libs/cairo-1.10.0[X] x11-libs/libXinerama x11-libs/libXrandr x11-libs/libXrender dbus? ( >=dev-libs/dbus-glib-0.92 ) eds? ( gnome-extra/evolution-data-server ) gnome? ( gnome-base/gconf:2 gnome-base/orbit ) gtk? ( >=x11-libs/gtk+-2.24:2 ) gtk3? ( >=x11-libs/gtk+-3.2:3 ) graphite? ( media-gfx/graphite2 ) gstreamer? ( >=media-libs/gstreamer-0.10 >=media-libs/gst-plugins-base-0.10 ) java? ( >=dev-java/bsh-2.0_beta4 dev-java/lucene:2.9 dev-java/lucene-analyzers:2.3 ) jemalloc? ( dev-libs/jemalloc ) mysql? ( >=dev-db/mysql-connector-c++-1.1.0 ) opengl? ( virtual/opengl ) pdfimport? ( >=app-text/poppler-0.16[xpdf-headers,cxx] ) postgres? ( >=dev-db/postgresql-base-8.4.0 ) svg? ( gnome-base/librsvg ) webdav? ( net-libs/neon ) xmlsec? ( >=dev-libs/nspr-4.8.8 >=dev-libs/nss-3.12.9 ) >=dev-libs/boost-1.46 >=dev-libs/libxml2-2.7.8 dev-libs/libxslt dev-perl/Archive-Zip dev-util/cppunit >=dev-util/gperf-3 dev-util/intltool dev-util/mdds >=dev-util/pkgconfig-0.26 media-libs/sampleicc >=net-misc/curl-7.21.4 net-misc/npapi-sdk >=sys-apps/findutils-4.4.2 sys-devel/bison sys-apps/coreutils sys-devel/flex sys-devel/gettext >=sys-devel/make-3.82 sys-libs/zlib x11-libs/libXtst x11-proto/randrproto x11-proto/xextproto x11-proto/xineramaproto x11-proto/xproto java? ( =virtual/jdk-1.6* >=dev-java/ant-core-1.7 test? ( dev-java/junit:4 ) ) || ( =sys-devel/automake-1.11* ) >=sys-devel/autoconf-2.68 sys-devel/libtool java? ( >=dev-java/java-config-2.1.9-r1 ) >=sys-apps/sed-4 kde? ( dev-util/automoc dev-util/pkgconfig !aqua? ( >=x11-libs/libXtst-1.1.0 x11-proto/xf86vidmodeproto ) ) kde? ( dev-lang/perl >=x11-libs/qt-core-4.7.0:4[qt3support,ssl] >=x11-libs/qt-gui-4.7.0:4[accessibility,dbus] >=x11-libs/qt-qt3support-4.7.0:4[accessibility,kde] >=x11-libs/qt-script-4.7.0:4 >=x11-libs/qt-sql-4.7.0:4[qt3support] >=x11-libs/qt-svg-4.7.0:4 >=x11-libs/qt-test-4.7.0:4 >=x11-libs/qt-webkit-4.7.0:4[kde?] !aqua? ( x11-libs/libXext x11-libs/libXt x11-libs/libXxf86vm x11-libs/libXcomposite x11-libs/libxkbfile ) >=kde-base/kdelibs-4.4:4[aqua=] ) >=app-admin/eselect-python-20091230 =dev-lang/python-2* =dev-lang/python-2*[threads,xml]
|
||||
app-arch/zip app-arch/unzip >=app-text/hunspell-1.3.2-r3 app-text/mythes >=app-text/libexttextcat-3.2 app-text/libwpd:0.9[tools] app-text/libwpg:0.2 >=app-text/libwps-0.2.2 dev-cpp/libcmis dev-db/unixODBC dev-libs/expat >=dev-libs/glib-2.28 >=dev-libs/hyphen-2.7.1 >=dev-libs/icu-4.8.1-r1 >=dev-lang/perl-5.0 >=dev-libs/openssl-1.0.0d >=dev-libs/redland-1.0.14[ssl] >=media-libs/fontconfig-2.8.0 media-libs/freetype:2 >=media-libs/libpng-1.4 media-libs/libvisio net-print/cups sci-mathematics/lpsolve >=sys-libs/db-4.8 virtual/jpeg >=x11-libs/cairo-1.10.0[X] x11-libs/libXinerama x11-libs/libXrandr x11-libs/libXrender dbus? ( >=dev-libs/dbus-glib-0.92 ) eds? ( gnome-extra/evolution-data-server ) gnome? ( gnome-base/gconf:2 gnome-base/orbit ) gtk? ( >=x11-libs/gtk+-2.24:2 ) gtk3? ( >=x11-libs/gtk+-3.2:3 ) graphite? ( media-gfx/graphite2 ) gstreamer? ( >=media-libs/gstreamer-0.10 >=media-libs/gst-plugins-base-0.10 ) java? ( >=dev-java/bsh-2.0_beta4 dev-java/lucene:2.9 dev-java/lucene-analyzers:2.3 ) jemalloc? ( dev-libs/jemalloc ) mysql? ( >=dev-db/mysql-connector-c++-1.1.0 ) opengl? ( virtual/opengl ) pdfimport? ( >=app-text/poppler-0.16[xpdf-headers,cxx] ) postgres? ( >=dev-db/postgresql-base-8.4.0 ) svg? ( gnome-base/librsvg ) webdav? ( net-libs/neon ) xmlsec? ( >=dev-libs/nspr-4.8.8 >=dev-libs/nss-3.12.9 ) !app-office/libreoffice-bin !app-office/openoffice-bin !app-office/openoffice media-fonts/libertine-ttf media-fonts/liberation-fonts java? ( >=virtual/jre-1.6 ) java? ( >=dev-java/java-config-2.1.9-r1 ) kde? ( >=kde-base/oxygen-icons-4.4:4[aqua=] ) kde? ( dev-lang/perl >=x11-libs/qt-core-4.7.0:4[qt3support,ssl] >=x11-libs/qt-gui-4.7.0:4[accessibility,dbus] >=x11-libs/qt-qt3support-4.7.0:4[accessibility,kde] >=x11-libs/qt-script-4.7.0:4 >=x11-libs/qt-sql-4.7.0:4[qt3support] >=x11-libs/qt-svg-4.7.0:4 >=x11-libs/qt-test-4.7.0:4 >=x11-libs/qt-webkit-4.7.0:4[kde?] !aqua? ( x11-libs/libXext x11-libs/libXt x11-libs/libXxf86vm x11-libs/libXcomposite x11-libs/libxkbfile ) >=kde-base/kdelibs-4.4:4[aqua=] ) >=app-admin/eselect-python-20091230 =dev-lang/python-2* =dev-lang/python-2*[threads,xml]
|
||||
0
|
||||
branding? ( http://dev.gentooexperimental.org/~scarabeus/libreoffice-branding-gentoo-0.3.tar.xz ) http://dev-builds.libreoffice.org/pre-releases/src/libreoffice-core-3.5.0.3.tar.xz binfilter? ( http://dev-builds.libreoffice.org/pre-releases/src/libreoffice-binfilter-3.5.0.3.tar.xz ) http://download.documentfoundation.org/libreoffice/src/libreoffice-core-3.5.0.3.tar.xz binfilter? ( http://download.documentfoundation.org/libreoffice/src/libreoffice-binfilter-3.5.0.3.tar.xz ) http://download.documentfoundation.org/libreoffice/old/src/libreoffice-core-3.5.0.3.tar.xz binfilter? ( http://download.documentfoundation.org/libreoffice/old/src/libreoffice-binfilter-3.5.0.3.tar.xz ) http://dev-www.libreoffice.org/src//ea91f2fb4212a21d708aced277e6e85a-vigra1.4.0.tar.gz xmlsec? ( http://dev-www.libreoffice.org/src//1f24ab1d39f4a51faf22244c94a6203f-xmlsec1-1.2.14.tar.gz ) java? ( http://dev-www.libreoffice.org/src//17410483b5b5f267aa18b7e00b65e6e0-hsqldb_1_8_0.zip ) java? ( http://dev-www.libreoffice.org/src//798b2ffdc8bcfe7bca2cf92b62caf685-rhino1_5R5.zip ) java? ( http://dev-www.libreoffice.org/src//35c94d2df8893241173de1d16b6034c0-swingExSrc.zip ) java? ( http://dev-www.libreoffice.org/src//ada24d37d8d638b3d8a9985e80bc2978-source-9.0.0.7-bj.zip ) odk? ( http://download.go-oo.org/extern/185d60944ea767075d27247c3162b3bc-unowinreg.dll )
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
app-arch/zip app-arch/unzip >=app-text/hunspell-1.3.2-r3 app-text/mythes >=app-text/libexttextcat-3.2 app-text/libwpd:0.9[tools] app-text/libwpg:0.2 >=app-text/libwps-0.2.2 dev-cpp/libcmis dev-db/unixODBC dev-libs/expat >=dev-libs/glib-2.28 >=dev-libs/hyphen-2.7.1 >=dev-libs/icu-4.8.1-r1 >=dev-lang/perl-5.0 >=dev-libs/openssl-1.0.0d >=dev-libs/redland-1.0.14[ssl] >=media-libs/fontconfig-2.8.0 media-libs/freetype:2 >=media-libs/libpng-1.4 media-libs/libvisio net-print/cups sci-mathematics/lpsolve >=sys-libs/db-4.8 virtual/jpeg >=x11-libs/cairo-1.10.0 x11-libs/libXinerama x11-libs/libXrandr x11-libs/libXrender dbus? ( >=dev-libs/dbus-glib-0.92 ) eds? ( gnome-extra/evolution-data-server ) gnome? ( gnome-base/gconf:2 gnome-base/orbit ) gtk? ( >=x11-libs/gtk+-2.24:2 ) gtk3? ( >=x11-libs/gtk+-3.2:3 ) graphite? ( media-gfx/graphite2 ) gstreamer? ( >=media-libs/gstreamer-0.10 >=media-libs/gst-plugins-base-0.10 ) java? ( >=dev-java/bsh-2.0_beta4 dev-java/lucene:2.9 dev-java/lucene-analyzers:2.3 ) jemalloc? ( dev-libs/jemalloc ) mysql? ( >=dev-db/mysql-connector-c++-1.1.0 ) opengl? ( virtual/opengl ) pdfimport? ( >=app-text/poppler-0.16[xpdf-headers,cxx] ) postgres? ( >=dev-db/postgresql-base-8.4.0 ) svg? ( gnome-base/librsvg ) webdav? ( net-libs/neon ) xmlsec? ( >=dev-libs/nspr-4.8.8 >=dev-libs/nss-3.12.9 ) >=dev-libs/boost-1.46 >=dev-libs/libxml2-2.7.8 dev-libs/libxslt dev-perl/Archive-Zip dev-util/cppunit >=dev-util/gperf-3 dev-util/intltool dev-util/mdds >=dev-util/pkgconfig-0.26 media-libs/sampleicc >=net-misc/curl-7.21.4 net-misc/npapi-sdk >=sys-apps/findutils-4.4.2 sys-devel/bison sys-apps/coreutils sys-devel/flex sys-devel/gettext >=sys-devel/make-3.82 sys-libs/zlib x11-libs/libXtst x11-proto/randrproto x11-proto/xextproto x11-proto/xineramaproto x11-proto/xproto java? ( =virtual/jdk-1.6* >=dev-java/ant-core-1.7 test? ( dev-java/junit:4 ) ) || ( =sys-devel/automake-1.11* ) >=sys-devel/autoconf-2.61 sys-devel/libtool java? ( >=dev-java/java-config-2.1.9-r1 ) >=sys-apps/sed-4 dev-vcs/git kde? ( dev-util/automoc dev-util/pkgconfig !aqua? ( >=x11-libs/libXtst-1.1.0 x11-proto/xf86vidmodeproto ) ) kde? ( dev-lang/perl >=x11-libs/qt-core-4.7.0:4[qt3support,ssl] >=x11-libs/qt-gui-4.7.0:4[accessibility,dbus] >=x11-libs/qt-qt3support-4.7.0:4[accessibility,kde] >=x11-libs/qt-script-4.7.0:4 >=x11-libs/qt-sql-4.7.0:4[qt3support] >=x11-libs/qt-svg-4.7.0:4 >=x11-libs/qt-test-4.7.0:4 >=x11-libs/qt-webkit-4.7.0:4[kde?] !aqua? ( x11-libs/libXext x11-libs/libXt x11-libs/libXxf86vm x11-libs/libXcomposite x11-libs/libxkbfile ) >=kde-base/kdelibs-4.4:4[aqua=] ) >=app-admin/eselect-python-20091230 =dev-lang/python-2* =dev-lang/python-2*[threads,xml] dev-vcs/git
|
||||
app-arch/zip app-arch/unzip >=app-text/hunspell-1.3.2-r3 app-text/mythes >=app-text/libexttextcat-3.2 app-text/libwpd:0.9[tools] app-text/libwpg:0.2 >=app-text/libwps-0.2.2 dev-cpp/libcmis dev-db/unixODBC dev-libs/expat >=dev-libs/glib-2.28 >=dev-libs/hyphen-2.7.1 >=dev-libs/icu-4.8.1-r1 >=dev-lang/perl-5.0 >=dev-libs/openssl-1.0.0d >=dev-libs/redland-1.0.14[ssl] >=media-libs/fontconfig-2.8.0 media-libs/freetype:2 >=media-libs/libpng-1.4 media-libs/libvisio net-print/cups sci-mathematics/lpsolve >=sys-libs/db-4.8 virtual/jpeg >=x11-libs/cairo-1.10.0 x11-libs/libXinerama x11-libs/libXrandr x11-libs/libXrender dbus? ( >=dev-libs/dbus-glib-0.92 ) eds? ( gnome-extra/evolution-data-server ) gnome? ( gnome-base/gconf:2 gnome-base/orbit ) gtk? ( >=x11-libs/gtk+-2.24:2 ) gtk3? ( >=x11-libs/gtk+-3.2:3 ) graphite? ( media-gfx/graphite2 ) gstreamer? ( >=media-libs/gstreamer-0.10 >=media-libs/gst-plugins-base-0.10 ) java? ( >=dev-java/bsh-2.0_beta4 dev-java/lucene:2.9 dev-java/lucene-analyzers:2.3 ) jemalloc? ( dev-libs/jemalloc ) mysql? ( >=dev-db/mysql-connector-c++-1.1.0 ) opengl? ( virtual/opengl ) pdfimport? ( >=app-text/poppler-0.16[xpdf-headers,cxx] ) postgres? ( >=dev-db/postgresql-base-8.4.0 ) svg? ( gnome-base/librsvg ) webdav? ( net-libs/neon ) xmlsec? ( >=dev-libs/nspr-4.8.8 >=dev-libs/nss-3.12.9 ) !app-office/libreoffice-bin !app-office/openoffice-bin !app-office/openoffice media-fonts/libertine-ttf media-fonts/liberation-fonts java? ( >=virtual/jre-1.6 ) java? ( >=dev-java/java-config-2.1.9-r1 ) kde? ( >=kde-base/oxygen-icons-4.4:4[aqua=] ) kde? ( dev-lang/perl >=x11-libs/qt-core-4.7.0:4[qt3support,ssl] >=x11-libs/qt-gui-4.7.0:4[accessibility,dbus] >=x11-libs/qt-qt3support-4.7.0:4[accessibility,kde] >=x11-libs/qt-script-4.7.0:4 >=x11-libs/qt-sql-4.7.0:4[qt3support] >=x11-libs/qt-svg-4.7.0:4 >=x11-libs/qt-test-4.7.0:4 >=x11-libs/qt-webkit-4.7.0:4[kde?] !aqua? ( x11-libs/libXext x11-libs/libXt x11-libs/libXxf86vm x11-libs/libXcomposite x11-libs/libxkbfile ) >=kde-base/kdelibs-4.4:4[aqua=] ) >=app-admin/eselect-python-20091230 =dev-lang/python-2* =dev-lang/python-2*[threads,xml]
|
||||
app-arch/zip app-arch/unzip >=app-text/hunspell-1.3.2-r3 app-text/mythes >=app-text/libexttextcat-3.2 app-text/libwpd:0.9[tools] app-text/libwpg:0.2 >=app-text/libwps-0.2.2 dev-cpp/libcmis dev-db/unixODBC dev-libs/expat >=dev-libs/glib-2.28 >=dev-libs/hyphen-2.7.1 >=dev-libs/icu-4.8.1-r1 >=dev-lang/perl-5.0 >=dev-libs/openssl-1.0.0d >=dev-libs/redland-1.0.14[ssl] >=media-libs/fontconfig-2.8.0 media-libs/freetype:2 >=media-libs/libpng-1.4 media-libs/libvisio net-print/cups sci-mathematics/lpsolve >=sys-libs/db-4.8 virtual/jpeg >=x11-libs/cairo-1.10.0[X] x11-libs/libXinerama x11-libs/libXrandr x11-libs/libXrender dbus? ( >=dev-libs/dbus-glib-0.92 ) eds? ( gnome-extra/evolution-data-server ) gnome? ( gnome-base/gconf:2 gnome-base/orbit ) gtk? ( >=x11-libs/gtk+-2.24:2 ) gtk3? ( >=x11-libs/gtk+-3.2:3 ) graphite? ( media-gfx/graphite2 ) gstreamer? ( >=media-libs/gstreamer-0.10 >=media-libs/gst-plugins-base-0.10 ) java? ( >=dev-java/bsh-2.0_beta4 dev-java/lucene:2.9 dev-java/lucene-analyzers:2.3 ) jemalloc? ( dev-libs/jemalloc ) mysql? ( >=dev-db/mysql-connector-c++-1.1.0 ) opengl? ( virtual/opengl ) pdfimport? ( >=app-text/poppler-0.16[xpdf-headers,cxx] ) postgres? ( >=dev-db/postgresql-base-8.4.0 ) svg? ( gnome-base/librsvg ) webdav? ( net-libs/neon ) xmlsec? ( >=dev-libs/nspr-4.8.8 >=dev-libs/nss-3.12.9 ) >=dev-libs/boost-1.46 >=dev-libs/libxml2-2.7.8 dev-libs/libxslt dev-perl/Archive-Zip dev-util/cppunit >=dev-util/gperf-3 dev-util/intltool dev-util/mdds >=dev-util/pkgconfig-0.26 media-libs/sampleicc >=net-misc/curl-7.21.4 net-misc/npapi-sdk >=sys-apps/findutils-4.4.2 sys-devel/bison sys-apps/coreutils sys-devel/flex sys-devel/gettext >=sys-devel/make-3.82 sys-libs/zlib x11-libs/libXtst x11-proto/randrproto x11-proto/xextproto x11-proto/xineramaproto x11-proto/xproto java? ( =virtual/jdk-1.6* >=dev-java/ant-core-1.7 test? ( dev-java/junit:4 ) ) || ( =sys-devel/automake-1.11* ) >=sys-devel/autoconf-2.68 sys-devel/libtool java? ( >=dev-java/java-config-2.1.9-r1 ) >=sys-apps/sed-4 dev-vcs/git kde? ( dev-util/automoc dev-util/pkgconfig !aqua? ( >=x11-libs/libXtst-1.1.0 x11-proto/xf86vidmodeproto ) ) kde? ( dev-lang/perl >=x11-libs/qt-core-4.7.0:4[qt3support,ssl] >=x11-libs/qt-gui-4.7.0:4[accessibility,dbus] >=x11-libs/qt-qt3support-4.7.0:4[accessibility,kde] >=x11-libs/qt-script-4.7.0:4 >=x11-libs/qt-sql-4.7.0:4[qt3support] >=x11-libs/qt-svg-4.7.0:4 >=x11-libs/qt-test-4.7.0:4 >=x11-libs/qt-webkit-4.7.0:4[kde?] !aqua? ( x11-libs/libXext x11-libs/libXt x11-libs/libXxf86vm x11-libs/libXcomposite x11-libs/libxkbfile ) >=kde-base/kdelibs-4.4:4[aqua=] ) >=app-admin/eselect-python-20091230 =dev-lang/python-2* =dev-lang/python-2*[threads,xml] dev-vcs/git
|
||||
app-arch/zip app-arch/unzip >=app-text/hunspell-1.3.2-r3 app-text/mythes >=app-text/libexttextcat-3.2 app-text/libwpd:0.9[tools] app-text/libwpg:0.2 >=app-text/libwps-0.2.2 dev-cpp/libcmis dev-db/unixODBC dev-libs/expat >=dev-libs/glib-2.28 >=dev-libs/hyphen-2.7.1 >=dev-libs/icu-4.8.1-r1 >=dev-lang/perl-5.0 >=dev-libs/openssl-1.0.0d >=dev-libs/redland-1.0.14[ssl] >=media-libs/fontconfig-2.8.0 media-libs/freetype:2 >=media-libs/libpng-1.4 media-libs/libvisio net-print/cups sci-mathematics/lpsolve >=sys-libs/db-4.8 virtual/jpeg >=x11-libs/cairo-1.10.0[X] x11-libs/libXinerama x11-libs/libXrandr x11-libs/libXrender dbus? ( >=dev-libs/dbus-glib-0.92 ) eds? ( gnome-extra/evolution-data-server ) gnome? ( gnome-base/gconf:2 gnome-base/orbit ) gtk? ( >=x11-libs/gtk+-2.24:2 ) gtk3? ( >=x11-libs/gtk+-3.2:3 ) graphite? ( media-gfx/graphite2 ) gstreamer? ( >=media-libs/gstreamer-0.10 >=media-libs/gst-plugins-base-0.10 ) java? ( >=dev-java/bsh-2.0_beta4 dev-java/lucene:2.9 dev-java/lucene-analyzers:2.3 ) jemalloc? ( dev-libs/jemalloc ) mysql? ( >=dev-db/mysql-connector-c++-1.1.0 ) opengl? ( virtual/opengl ) pdfimport? ( >=app-text/poppler-0.16[xpdf-headers,cxx] ) postgres? ( >=dev-db/postgresql-base-8.4.0 ) svg? ( gnome-base/librsvg ) webdav? ( net-libs/neon ) xmlsec? ( >=dev-libs/nspr-4.8.8 >=dev-libs/nss-3.12.9 ) !app-office/libreoffice-bin !app-office/openoffice-bin !app-office/openoffice media-fonts/libertine-ttf media-fonts/liberation-fonts java? ( >=virtual/jre-1.6 ) java? ( >=dev-java/java-config-2.1.9-r1 ) kde? ( >=kde-base/oxygen-icons-4.4:4[aqua=] ) kde? ( dev-lang/perl >=x11-libs/qt-core-4.7.0:4[qt3support,ssl] >=x11-libs/qt-gui-4.7.0:4[accessibility,dbus] >=x11-libs/qt-qt3support-4.7.0:4[accessibility,kde] >=x11-libs/qt-script-4.7.0:4 >=x11-libs/qt-sql-4.7.0:4[qt3support] >=x11-libs/qt-svg-4.7.0:4 >=x11-libs/qt-test-4.7.0:4 >=x11-libs/qt-webkit-4.7.0:4[kde?] !aqua? ( x11-libs/libXext x11-libs/libXt x11-libs/libXxf86vm x11-libs/libXcomposite x11-libs/libxkbfile ) >=kde-base/kdelibs-4.4:4[aqua=] ) >=app-admin/eselect-python-20091230 =dev-lang/python-2* =dev-lang/python-2*[threads,xml]
|
||||
0
|
||||
branding? ( http://dev.gentooexperimental.org/~scarabeus/libreoffice-branding-gentoo-0.3.tar.xz ) http://dev-www.libreoffice.org/src//ea91f2fb4212a21d708aced277e6e85a-vigra1.4.0.tar.gz xmlsec? ( http://dev-www.libreoffice.org/src//1f24ab1d39f4a51faf22244c94a6203f-xmlsec1-1.2.14.tar.gz ) java? ( http://dev-www.libreoffice.org/src//17410483b5b5f267aa18b7e00b65e6e0-hsqldb_1_8_0.zip ) java? ( http://dev-www.libreoffice.org/src//798b2ffdc8bcfe7bca2cf92b62caf685-rhino1_5R5.zip ) java? ( http://dev-www.libreoffice.org/src//35c94d2df8893241173de1d16b6034c0-swingExSrc.zip ) java? ( http://dev-www.libreoffice.org/src//ada24d37d8d638b3d8a9985e80bc2978-source-9.0.0.7-bj.zip ) odk? ( http://download.go-oo.org/extern/185d60944ea767075d27247c3162b3bc-unowinreg.dll )
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
app-arch/zip app-arch/unzip >=app-text/hunspell-1.3.2-r3 app-text/mythes >=app-text/libexttextcat-3.2 app-text/libwpd:0.9[tools] app-text/libwpg:0.2 >=app-text/libwps-0.2.2 dev-cpp/libcmis dev-db/unixODBC dev-libs/expat >=dev-libs/glib-2.28 >=dev-libs/hyphen-2.7.1 >=dev-libs/icu-4.8.1-r1 >=dev-lang/perl-5.0 >=dev-libs/openssl-1.0.0d >=dev-libs/redland-1.0.14[ssl] >=media-libs/fontconfig-2.8.0 media-libs/freetype:2 >=media-libs/libpng-1.4 media-libs/libcdr media-libs/libvisio net-print/cups sci-mathematics/lpsolve >=sys-libs/db-4.8 virtual/jpeg >=x11-libs/cairo-1.10.0 x11-libs/libXinerama x11-libs/libXrandr x11-libs/libXrender dbus? ( >=dev-libs/dbus-glib-0.92 ) eds? ( gnome-extra/evolution-data-server ) gnome? ( gnome-base/gconf:2 gnome-base/orbit ) gtk? ( x11-libs/gdk-pixbuf[X] >=x11-libs/gtk+-2.24:2 ) gtk3? ( >=x11-libs/gtk+-3.2:3 ) graphite? ( media-gfx/graphite2 ) gstreamer? ( >=media-libs/gstreamer-0.10 >=media-libs/gst-plugins-base-0.10 ) java? ( >=dev-java/bsh-2.0_beta4 dev-java/lucene:2.9 dev-java/lucene-analyzers:2.3 ) jemalloc? ( dev-libs/jemalloc ) mysql? ( >=dev-db/mysql-connector-c++-1.1.0 ) opengl? ( virtual/opengl ) pdfimport? ( >=app-text/poppler-0.16[xpdf-headers,cxx] ) postgres? ( >=dev-db/postgresql-base-8.4.0 ) svg? ( gnome-base/librsvg ) webdav? ( net-libs/neon ) xmlsec? ( >=dev-libs/nspr-4.8.8 >=dev-libs/nss-3.12.9 ) >=dev-libs/boost-1.46 >=dev-libs/libxml2-2.7.8 dev-libs/libxslt dev-perl/Archive-Zip dev-util/cppunit >=dev-util/gperf-3 dev-util/intltool dev-util/mdds >=dev-util/pkgconfig-0.26 media-libs/sampleicc >=net-misc/curl-7.21.4 net-misc/npapi-sdk >=sys-apps/findutils-4.4.2 sys-devel/bison sys-apps/coreutils sys-devel/flex sys-devel/gettext >=sys-devel/make-3.82 sys-libs/zlib x11-libs/libXtst x11-proto/randrproto x11-proto/xextproto x11-proto/xineramaproto x11-proto/xproto java? ( =virtual/jdk-1.6* >=dev-java/ant-core-1.7 test? ( dev-java/junit:4 ) ) || ( =sys-devel/automake-1.11* ) >=sys-devel/autoconf-2.61 sys-devel/libtool java? ( >=dev-java/java-config-2.1.9-r1 ) >=sys-apps/sed-4 dev-vcs/git kde? ( dev-util/automoc dev-util/pkgconfig !aqua? ( >=x11-libs/libXtst-1.1.0 x11-proto/xf86vidmodeproto ) ) kde? ( dev-lang/perl >=x11-libs/qt-core-4.7.0:4[qt3support,ssl] >=x11-libs/qt-gui-4.7.0:4[accessibility,dbus] >=x11-libs/qt-qt3support-4.7.0:4[accessibility,kde] >=x11-libs/qt-script-4.7.0:4 >=x11-libs/qt-sql-4.7.0:4[qt3support] >=x11-libs/qt-svg-4.7.0:4 >=x11-libs/qt-test-4.7.0:4 >=x11-libs/qt-webkit-4.7.0:4[kde?] !aqua? ( x11-libs/libXext x11-libs/libXt x11-libs/libXxf86vm x11-libs/libXcomposite x11-libs/libxkbfile ) >=kde-base/kdelibs-4.4:4[aqua=] ) >=app-admin/eselect-python-20091230 =dev-lang/python-2* =dev-lang/python-2*[threads,xml] dev-vcs/git
|
||||
app-arch/zip app-arch/unzip >=app-text/hunspell-1.3.2-r3 app-text/mythes >=app-text/libexttextcat-3.2 app-text/libwpd:0.9[tools] app-text/libwpg:0.2 >=app-text/libwps-0.2.2 dev-cpp/libcmis dev-db/unixODBC dev-libs/expat >=dev-libs/glib-2.28 >=dev-libs/hyphen-2.7.1 >=dev-libs/icu-4.8.1-r1 >=dev-lang/perl-5.0 >=dev-libs/openssl-1.0.0d >=dev-libs/redland-1.0.14[ssl] >=media-libs/fontconfig-2.8.0 media-libs/freetype:2 >=media-libs/libpng-1.4 media-libs/libcdr media-libs/libvisio net-print/cups sci-mathematics/lpsolve >=sys-libs/db-4.8 virtual/jpeg >=x11-libs/cairo-1.10.0 x11-libs/libXinerama x11-libs/libXrandr x11-libs/libXrender dbus? ( >=dev-libs/dbus-glib-0.92 ) eds? ( gnome-extra/evolution-data-server ) gnome? ( gnome-base/gconf:2 gnome-base/orbit ) gtk? ( x11-libs/gdk-pixbuf[X] >=x11-libs/gtk+-2.24:2 ) gtk3? ( >=x11-libs/gtk+-3.2:3 ) graphite? ( media-gfx/graphite2 ) gstreamer? ( >=media-libs/gstreamer-0.10 >=media-libs/gst-plugins-base-0.10 ) java? ( >=dev-java/bsh-2.0_beta4 dev-java/lucene:2.9 dev-java/lucene-analyzers:2.3 ) jemalloc? ( dev-libs/jemalloc ) mysql? ( >=dev-db/mysql-connector-c++-1.1.0 ) opengl? ( virtual/opengl ) pdfimport? ( >=app-text/poppler-0.16[xpdf-headers,cxx] ) postgres? ( >=dev-db/postgresql-base-8.4.0 ) svg? ( gnome-base/librsvg ) webdav? ( net-libs/neon ) xmlsec? ( >=dev-libs/nspr-4.8.8 >=dev-libs/nss-3.12.9 ) !app-office/libreoffice-bin !app-office/openoffice-bin !app-office/openoffice media-fonts/libertine-ttf media-fonts/liberation-fonts java? ( >=virtual/jre-1.6 ) java? ( >=dev-java/java-config-2.1.9-r1 ) kde? ( >=kde-base/oxygen-icons-4.4:4[aqua=] ) kde? ( dev-lang/perl >=x11-libs/qt-core-4.7.0:4[qt3support,ssl] >=x11-libs/qt-gui-4.7.0:4[accessibility,dbus] >=x11-libs/qt-qt3support-4.7.0:4[accessibility,kde] >=x11-libs/qt-script-4.7.0:4 >=x11-libs/qt-sql-4.7.0:4[qt3support] >=x11-libs/qt-svg-4.7.0:4 >=x11-libs/qt-test-4.7.0:4 >=x11-libs/qt-webkit-4.7.0:4[kde?] !aqua? ( x11-libs/libXext x11-libs/libXt x11-libs/libXxf86vm x11-libs/libXcomposite x11-libs/libxkbfile ) >=kde-base/kdelibs-4.4:4[aqua=] ) >=app-admin/eselect-python-20091230 =dev-lang/python-2* =dev-lang/python-2*[threads,xml]
|
||||
app-arch/zip app-arch/unzip >=app-text/hunspell-1.3.2-r3 app-text/mythes >=app-text/libexttextcat-3.2 app-text/libwpd:0.9[tools] app-text/libwpg:0.2 >=app-text/libwps-0.2.2 dev-cpp/libcmis dev-db/unixODBC dev-libs/expat >=dev-libs/glib-2.28 >=dev-libs/hyphen-2.7.1 >=dev-libs/icu-4.8.1-r1 >=dev-lang/perl-5.0 >=dev-libs/openssl-1.0.0d >=dev-libs/redland-1.0.14[ssl] >=media-libs/fontconfig-2.8.0 media-libs/freetype:2 >=media-libs/libpng-1.4 media-libs/libcdr media-libs/libvisio net-print/cups sci-mathematics/lpsolve >=sys-libs/db-4.8 virtual/jpeg >=x11-libs/cairo-1.10.0[X] x11-libs/libXinerama x11-libs/libXrandr x11-libs/libXrender dbus? ( >=dev-libs/dbus-glib-0.92 ) eds? ( gnome-extra/evolution-data-server ) gnome? ( gnome-base/gconf:2 gnome-base/orbit ) gtk? ( x11-libs/gdk-pixbuf[X] >=x11-libs/gtk+-2.24:2 ) gtk3? ( >=x11-libs/gtk+-3.2:3 ) graphite? ( media-gfx/graphite2 ) gstreamer? ( >=media-libs/gstreamer-0.10 >=media-libs/gst-plugins-base-0.10 ) java? ( >=dev-java/bsh-2.0_beta4 dev-java/lucene:2.9 dev-java/lucene-analyzers:2.3 ) jemalloc? ( dev-libs/jemalloc ) mysql? ( >=dev-db/mysql-connector-c++-1.1.0 ) opengl? ( virtual/opengl ) pdfimport? ( >=app-text/poppler-0.16[xpdf-headers,cxx] ) postgres? ( >=dev-db/postgresql-base-8.4.0 ) svg? ( gnome-base/librsvg ) webdav? ( net-libs/neon ) xmlsec? ( >=dev-libs/nspr-4.8.8 >=dev-libs/nss-3.12.9 ) >=dev-libs/boost-1.46 >=dev-libs/libxml2-2.7.8 dev-libs/libxslt dev-perl/Archive-Zip dev-util/cppunit >=dev-util/gperf-3 dev-util/intltool dev-util/mdds >=dev-util/pkgconfig-0.26 media-libs/sampleicc >=net-misc/curl-7.21.4 net-misc/npapi-sdk >=sys-apps/findutils-4.4.2 sys-devel/bison sys-apps/coreutils sys-devel/flex sys-devel/gettext >=sys-devel/make-3.82 sys-libs/zlib x11-libs/libXtst x11-proto/randrproto x11-proto/xextproto x11-proto/xineramaproto x11-proto/xproto java? ( =virtual/jdk-1.6* >=dev-java/ant-core-1.7 test? ( dev-java/junit:4 ) ) || ( =sys-devel/automake-1.11* ) >=sys-devel/autoconf-2.68 sys-devel/libtool java? ( >=dev-java/java-config-2.1.9-r1 ) >=sys-apps/sed-4 dev-vcs/git kde? ( dev-util/automoc dev-util/pkgconfig !aqua? ( >=x11-libs/libXtst-1.1.0 x11-proto/xf86vidmodeproto ) ) kde? ( dev-lang/perl >=x11-libs/qt-core-4.7.0:4[qt3support,ssl] >=x11-libs/qt-gui-4.7.0:4[accessibility,dbus] >=x11-libs/qt-qt3support-4.7.0:4[accessibility,kde] >=x11-libs/qt-script-4.7.0:4 >=x11-libs/qt-sql-4.7.0:4[qt3support] >=x11-libs/qt-svg-4.7.0:4 >=x11-libs/qt-test-4.7.0:4 >=x11-libs/qt-webkit-4.7.0:4[kde?] !aqua? ( x11-libs/libXext x11-libs/libXt x11-libs/libXxf86vm x11-libs/libXcomposite x11-libs/libxkbfile ) >=kde-base/kdelibs-4.4:4[aqua=] ) >=app-admin/eselect-python-20091230 =dev-lang/python-2* =dev-lang/python-2*[threads,xml] dev-vcs/git
|
||||
app-arch/zip app-arch/unzip >=app-text/hunspell-1.3.2-r3 app-text/mythes >=app-text/libexttextcat-3.2 app-text/libwpd:0.9[tools] app-text/libwpg:0.2 >=app-text/libwps-0.2.2 dev-cpp/libcmis dev-db/unixODBC dev-libs/expat >=dev-libs/glib-2.28 >=dev-libs/hyphen-2.7.1 >=dev-libs/icu-4.8.1-r1 >=dev-lang/perl-5.0 >=dev-libs/openssl-1.0.0d >=dev-libs/redland-1.0.14[ssl] >=media-libs/fontconfig-2.8.0 media-libs/freetype:2 >=media-libs/libpng-1.4 media-libs/libcdr media-libs/libvisio net-print/cups sci-mathematics/lpsolve >=sys-libs/db-4.8 virtual/jpeg >=x11-libs/cairo-1.10.0[X] x11-libs/libXinerama x11-libs/libXrandr x11-libs/libXrender dbus? ( >=dev-libs/dbus-glib-0.92 ) eds? ( gnome-extra/evolution-data-server ) gnome? ( gnome-base/gconf:2 gnome-base/orbit ) gtk? ( x11-libs/gdk-pixbuf[X] >=x11-libs/gtk+-2.24:2 ) gtk3? ( >=x11-libs/gtk+-3.2:3 ) graphite? ( media-gfx/graphite2 ) gstreamer? ( >=media-libs/gstreamer-0.10 >=media-libs/gst-plugins-base-0.10 ) java? ( >=dev-java/bsh-2.0_beta4 dev-java/lucene:2.9 dev-java/lucene-analyzers:2.3 ) jemalloc? ( dev-libs/jemalloc ) mysql? ( >=dev-db/mysql-connector-c++-1.1.0 ) opengl? ( virtual/opengl ) pdfimport? ( >=app-text/poppler-0.16[xpdf-headers,cxx] ) postgres? ( >=dev-db/postgresql-base-8.4.0 ) svg? ( gnome-base/librsvg ) webdav? ( net-libs/neon ) xmlsec? ( >=dev-libs/nspr-4.8.8 >=dev-libs/nss-3.12.9 ) !app-office/libreoffice-bin !app-office/openoffice-bin !app-office/openoffice media-fonts/libertine-ttf media-fonts/liberation-fonts java? ( >=virtual/jre-1.6 ) java? ( >=dev-java/java-config-2.1.9-r1 ) kde? ( >=kde-base/oxygen-icons-4.4:4[aqua=] ) kde? ( dev-lang/perl >=x11-libs/qt-core-4.7.0:4[qt3support,ssl] >=x11-libs/qt-gui-4.7.0:4[accessibility,dbus] >=x11-libs/qt-qt3support-4.7.0:4[accessibility,kde] >=x11-libs/qt-script-4.7.0:4 >=x11-libs/qt-sql-4.7.0:4[qt3support] >=x11-libs/qt-svg-4.7.0:4 >=x11-libs/qt-test-4.7.0:4 >=x11-libs/qt-webkit-4.7.0:4[kde?] !aqua? ( x11-libs/libXext x11-libs/libXt x11-libs/libXxf86vm x11-libs/libXcomposite x11-libs/libxkbfile ) >=kde-base/kdelibs-4.4:4[aqua=] ) >=app-admin/eselect-python-20091230 =dev-lang/python-2* =dev-lang/python-2*[threads,xml]
|
||||
0
|
||||
branding? ( http://dev.gentooexperimental.org/~scarabeus/libreoffice-branding-gentoo-0.3.tar.xz ) http://dev-www.libreoffice.org/src//ea91f2fb4212a21d708aced277e6e85a-vigra1.4.0.tar.gz xmlsec? ( http://dev-www.libreoffice.org/src//1f24ab1d39f4a51faf22244c94a6203f-xmlsec1-1.2.14.tar.gz ) java? ( http://dev-www.libreoffice.org/src//17410483b5b5f267aa18b7e00b65e6e0-hsqldb_1_8_0.zip ) java? ( http://dev-www.libreoffice.org/src//798b2ffdc8bcfe7bca2cf92b62caf685-rhino1_5R5.zip ) java? ( http://dev-www.libreoffice.org/src//35c94d2df8893241173de1d16b6034c0-swingExSrc.zip ) java? ( http://dev-www.libreoffice.org/src//ada24d37d8d638b3d8a9985e80bc2978-source-9.0.0.7-bj.zip ) odk? ( http://download.go-oo.org/extern/185d60944ea767075d27247c3162b3bc-unowinreg.dll )
|
||||
|
||||
|
|
2
metadata/cache/dev-perl/Data-Random-0.60.0
vendored
2
metadata/cache/dev-perl/Data-Random-0.60.0
vendored
|
@ -1,7 +1,7 @@
|
|||
test? ( dev-perl/Test-Pod dev-perl/Test-Pod-Coverage ) dev-lang/perl[-build]
|
||||
dev-lang/perl[-build]
|
||||
0
|
||||
mirror://cpan/authors/id/A/AD/ADEO/Data-Random-0.06.tar.gz
|
||||
mirror://cpan/authors/id/B/BA/BAREFOOT/Data-Random-0.06.tar.gz
|
||||
|
||||
http://search.cpan.org/dist/Data-Random/
|
||||
|| ( Artistic GPL-1 GPL-2 GPL-3 )
|
||||
|
|
2
metadata/cache/dev-php/pecl-mysqlnd_ms-1.1.1
vendored
2
metadata/cache/dev-php/pecl-mysqlnd_ms-1.1.1
vendored
|
@ -1,4 +1,4 @@
|
|||
dev-lang/php[mysqlnd] || ( =sys-devel/automake-1.11* ) >=sys-devel/autoconf-2.61 sys-devel/libtool >=sys-devel/m4-1.4.3 >=sys-devel/libtool-1.5.18 php_targets_php5-3? ( dev-lang/php:5.3 )
|
||||
dev-lang/php[mysqlnd] || ( =sys-devel/automake-1.11* ) >=sys-devel/autoconf-2.68 sys-devel/libtool >=sys-devel/m4-1.4.3 >=sys-devel/libtool-1.5.18 php_targets_php5-3? ( dev-lang/php:5.3 )
|
||||
dev-lang/php[mysqlnd] || ( =dev-php/pecl-mysqlnd_ms-1.1.1[php_targets_php5-3] ) php_targets_php5-3? ( dev-lang/php:5.3 )
|
||||
0
|
||||
http://pecl.php.net/get/mysqlnd_ms-1.1.1.tgz
|
||||
|
|
2
metadata/cache/dev-php/pecl-mysqlnd_qc-1.0.1
vendored
2
metadata/cache/dev-php/pecl-mysqlnd_qc-1.0.1
vendored
|
@ -1,4 +1,4 @@
|
|||
dev-lang/php[mysqlnd] || ( =sys-devel/automake-1.11* ) >=sys-devel/autoconf-2.61 sys-devel/libtool >=sys-devel/m4-1.4.3 >=sys-devel/libtool-1.5.18 php_targets_php5-3? ( dev-lang/php:5.3 )
|
||||
dev-lang/php[mysqlnd] || ( =sys-devel/automake-1.11* ) >=sys-devel/autoconf-2.68 sys-devel/libtool >=sys-devel/m4-1.4.3 >=sys-devel/libtool-1.5.18 php_targets_php5-3? ( dev-lang/php:5.3 )
|
||||
dev-lang/php[mysqlnd] || ( =dev-php/pecl-mysqlnd_qc-1.0.1[php_targets_php5-3] ) php_targets_php5-3? ( dev-lang/php:5.3 )
|
||||
0
|
||||
http://pecl.php.net/get/mysqlnd_qc-1.0.1.tgz
|
||||
|
|
22
metadata/cache/dev-python/tox-1.3
vendored
Normal file
22
metadata/cache/dev-python/tox-1.3
vendored
Normal file
|
@ -0,0 +1,22 @@
|
|||
dev-python/setuptools dev-python/virtualenv dev-python/pytest >=app-admin/eselect-python-20091230 dev-lang/python
|
||||
dev-python/setuptools dev-python/virtualenv dev-python/pytest >=app-admin/eselect-python-20091230 dev-lang/python
|
||||
0
|
||||
mirror://pypi/t/tox/tox-1.3.zip
|
||||
|
||||
http://tox.testrun.org http://pypi.python.org/pypi/tox
|
||||
BSD
|
||||
virtualenv-based automation of test activities
|
||||
~amd64 ~x86
|
||||
distutils multilib python toolchain-funcs
|
||||
|
||||
|
||||
|
||||
|
||||
4
|
||||
|
||||
compile install postinst postrm prepare setup
|
||||
|
||||
|
||||
|
||||
|
||||
|
22
metadata/cache/dev-python/virtualenvwrapper-3.0
vendored
Normal file
22
metadata/cache/dev-python/virtualenvwrapper-3.0
vendored
Normal file
|
@ -0,0 +1,22 @@
|
|||
dev-python/setuptools test? ( dev-python/tox ) >=app-admin/eselect-python-20091230 dev-lang/python
|
||||
dev-python/virtualenv >=app-admin/eselect-python-20091230 dev-lang/python
|
||||
0
|
||||
mirror://pypi/v/virtualenvwrapper/virtualenvwrapper-3.0.tar.gz
|
||||
|
||||
http://www.doughellmann.com/projects/virtualenvwrapper http://pypi.python.org/pypi/virtualenvwrapper
|
||||
BSD
|
||||
virtualenvwrapper is a set of extensions to Ian Bicking's virtualenv tool
|
||||
~amd64 ~x86
|
||||
distutils multilib python toolchain-funcs
|
||||
|
||||
|
||||
|
||||
|
||||
4
|
||||
|
||||
compile install postinst postrm prepare setup
|
||||
|
||||
|
||||
|
||||
|
||||
|
22
metadata/cache/dev-scheme/guile-gnome-platform-2.16.1-r1
vendored
Normal file
22
metadata/cache/dev-scheme/guile-gnome-platform-2.16.1-r1
vendored
Normal file
|
@ -0,0 +1,22 @@
|
|||
dev-libs/atk dev-libs/g-wrap dev-libs/glib:2 dev-scheme/guile:12 dev-scheme/guile-cairo dev-scheme/guile-lib gnome-base/gconf:2 gnome-base/gnome-vfs:2 gnome-base/libbonobo gnome-base/libglade:2.0 gnome-base/libgnomecanvas gnome-base/libgnomeui gnome-base/orbit:2 x11-libs/gtk+:2 x11-libs/pango dev-util/pkgconfig || ( =sys-devel/automake-1.11* ) >=sys-devel/autoconf-2.68 sys-devel/libtool
|
||||
dev-libs/atk dev-libs/g-wrap dev-libs/glib:2 dev-scheme/guile:12 dev-scheme/guile-cairo dev-scheme/guile-lib gnome-base/gconf:2 gnome-base/gnome-vfs:2 gnome-base/libbonobo gnome-base/libglade:2.0 gnome-base/libgnomecanvas gnome-base/libgnomeui gnome-base/orbit:2 x11-libs/gtk+:2 x11-libs/pango
|
||||
0
|
||||
http://ftp.gnu.org/pub/gnu/guile-gnome/guile-gnome-platform/guile-gnome-platform-2.16.1.tar.gz
|
||||
test
|
||||
http://www.gnu.org/software/guile-gnome/
|
||||
GPL-2
|
||||
Guile Scheme code that wraps the GNOME developer platform
|
||||
~amd64 ~ppc ~sparc ~x86
|
||||
autotools autotools-utils eutils libtool multilib portability toolchain-funcs user
|
||||
static-libs
|
||||
|
||||
|
||||
|
||||
4
|
||||
|
||||
compile configure install prepare test
|
||||
|
||||
|
||||
|
||||
|
||||
|
22
metadata/cache/dev-util/kdevelop-pg-qt-1.0.0
vendored
Normal file
22
metadata/cache/dev-util/kdevelop-pg-qt-1.0.0
vendored
Normal file
|
@ -0,0 +1,22 @@
|
|||
sys-devel/bison sys-devel/flex >=sys-apps/sed-4 >=dev-util/cmake-2.8.4 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) dev-util/automoc dev-util/pkgconfig !aqua? ( >=x11-libs/libXtst-1.1.0 x11-proto/xf86vidmodeproto ) dev-lang/perl >=x11-libs/qt-core-4.7.0:4[qt3support,ssl] >=x11-libs/qt-gui-4.7.0:4[accessibility,dbus] >=x11-libs/qt-qt3support-4.7.0:4[accessibility,kde] >=x11-libs/qt-script-4.7.0:4 >=x11-libs/qt-sql-4.7.0:4[qt3support] >=x11-libs/qt-svg-4.7.0:4 >=x11-libs/qt-test-4.7.0:4 >=x11-libs/qt-webkit-4.7.0:4[kde] !aqua? ( x11-libs/libXext x11-libs/libXt x11-libs/libXxf86vm x11-libs/libXcomposite x11-libs/libxkbfile ) >=kde-base/kdelibs-4.4:4[aqua=]
|
||||
>=kde-base/oxygen-icons-4.4:4[aqua=] dev-lang/perl >=x11-libs/qt-core-4.7.0:4[qt3support,ssl] >=x11-libs/qt-gui-4.7.0:4[accessibility,dbus] >=x11-libs/qt-qt3support-4.7.0:4[accessibility,kde] >=x11-libs/qt-script-4.7.0:4 >=x11-libs/qt-sql-4.7.0:4[qt3support] >=x11-libs/qt-svg-4.7.0:4 >=x11-libs/qt-test-4.7.0:4 >=x11-libs/qt-webkit-4.7.0:4[kde] !aqua? ( x11-libs/libXext x11-libs/libXt x11-libs/libXxf86vm x11-libs/libXcomposite x11-libs/libxkbfile ) >=kde-base/kdelibs-4.4:4[aqua=]
|
||||
0
|
||||
mirror://kde/stable/kdevelop-pg-qt/1.0.0/src/kdevelop-pg-qt-1.0.0.tar.bz2
|
||||
|
||||
http://www.kdevelop.org
|
||||
LGPL-2
|
||||
A LL(1) parser generator used mainly by KDevelop language plugins
|
||||
~amd64 ~x86
|
||||
base cmake-utils eutils fdo-mime flag-o-matic gnome2-utils kde4-base kde4-functions multilib portability toolchain-funcs user versionator virtualx
|
||||
debug aqua
|
||||
|
||||
|
||||
|
||||
4
|
||||
|
||||
compile configure install postinst postrm preinst prepare setup test unpack
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
@ -12,7 +12,7 @@ debug doc
|
|||
|
||||
|
||||
|
||||
3
|
||||
4
|
||||
|
||||
compile configure install postinst prepare setup
|
||||
|
||||
|
|
8
metadata/cache/gnustep-base/libobjc2-1.6
vendored
8
metadata/cache/gnustep-base/libobjc2-1.6
vendored
|
@ -1,14 +1,14 @@
|
|||
>=sys-devel/gcc-3.3[objc] >=sys-devel/make-3.75
|
||||
|
||||
boehm-gc? ( dev-libs/boehm-gc )
|
||||
boehm-gc? ( dev-libs/boehm-gc )
|
||||
0
|
||||
http://download.gna.org/gnustep/libobjc2-1.6.tar.bz2 ftp://ftp.gnustep.org/pub/gnustep/core/gnustep-make-2.6.1.tar.gz
|
||||
http://download.gna.org/gnustep/libobjc2-1.6.tar.bz2 ftp://ftp.gnustep.org/pub/gnustep/core/gnustep-make-2.6.2.tar.gz
|
||||
|
||||
http://www.gnustep.org
|
||||
MIT
|
||||
GNUstep Objective-C runtime
|
||||
~amd64 ~x86
|
||||
multilib toolchain-funcs
|
||||
|
||||
+boehm-gc
|
||||
|
||||
|
||||
|
||||
|
|
4
metadata/cache/gnustep-libs/dbuskit-0.1
vendored
4
metadata/cache/gnustep-libs/dbuskit-0.1
vendored
|
@ -1,4 +1,4 @@
|
|||
>=sys-apps/dbus-1.2.1 >=gnustep-base/gnustep-make-2.0 virtual/gnustep-back
|
||||
>=sys-apps/dbus-1.2.1 || ( =sys-devel/automake-1.11* ) >=sys-devel/autoconf-2.68 sys-devel/libtool >=gnustep-base/gnustep-make-2.0 virtual/gnustep-back
|
||||
>=sys-apps/dbus-1.2.1 >=gnustep-base/gnustep-make-2.0 virtual/gnustep-back debug? ( >=sys-devel/gdb-6.0 )
|
||||
0
|
||||
http://download.gna.org/gnustep/dbuskit-0.1.tar.bz2
|
||||
|
@ -7,7 +7,7 @@ http://www.gnustep.org
|
|||
LGPL-2.1
|
||||
framework that interfaces Objective-C applications with the D-Bus IPC service
|
||||
~amd64 ~ppc ~x86
|
||||
eutils flag-o-matic gnustep-2 gnustep-base multilib portability toolchain-funcs user
|
||||
autotools eutils flag-o-matic gnustep-2 gnustep-base libtool multilib portability toolchain-funcs user
|
||||
debug doc
|
||||
|
||||
|
||||
|
|
2
metadata/cache/kde-base/kimono-4.7.4
vendored
2
metadata/cache/kde-base/kimono-4.7.4
vendored
|
@ -6,7 +6,7 @@ mirror://kde/stable/4.7.4/src/kimono-4.7.4.tar.bz2
|
|||
http://www.kde.org/
|
||||
GPL-2
|
||||
C# bindings for KDE
|
||||
amd64 x86
|
||||
amd64 ~ppc x86
|
||||
base cmake-utils eutils fdo-mime flag-o-matic gnome2-utils kde4-base kde4-functions mono multilib portability toolchain-funcs user versionator virtualx
|
||||
akonadi debug plasma semantic-desktop aqua
|
||||
|
||||
|
|
2
metadata/cache/kde-base/korundum-4.7.4
vendored
2
metadata/cache/kde-base/korundum-4.7.4
vendored
|
@ -6,7 +6,7 @@ mirror://kde/stable/4.7.4/src/korundum-4.7.4.tar.bz2
|
|||
http://www.kde.org/
|
||||
GPL-2
|
||||
KDE Ruby bindings
|
||||
amd64 x86
|
||||
amd64 ~ppc x86
|
||||
base cmake-utils eutils fdo-mime flag-o-matic gnome2-utils java-utils-2 kde4-base kde4-functions multilib portability ruby-ng toolchain-funcs user versionator virtualx
|
||||
akonadi debug kate okular aqua elibc_FreeBSD ruby_targets_ruby18
|
||||
|| ( ruby_targets_ruby18 )
|
||||
|
|
2
metadata/cache/kde-base/krossruby-4.7.4
vendored
2
metadata/cache/kde-base/krossruby-4.7.4
vendored
|
@ -6,7 +6,7 @@ mirror://kde/stable/4.7.4/src/kross-interpreters-4.7.4.tar.bz2
|
|||
http://www.kde.org/
|
||||
GPL-2
|
||||
Kross scripting framework: Ruby interpreter
|
||||
amd64 x86
|
||||
amd64 ~ppc x86
|
||||
base cmake-utils eutils fdo-mime flag-o-matic gnome2-utils java-utils-2 kde4-base kde4-functions kde4-meta multilib portability ruby-ng toolchain-funcs user versionator virtualx
|
||||
debug aqua elibc_FreeBSD ruby_targets_ruby18
|
||||
|| ( ruby_targets_ruby18 )
|
||||
|
|
2
metadata/cache/kde-base/perlkde-4.7.4
vendored
2
metadata/cache/kde-base/perlkde-4.7.4
vendored
|
@ -6,7 +6,7 @@ mirror://kde/stable/4.7.4/src/perlkde-4.7.4.tar.bz2
|
|||
http://www.kde.org/
|
||||
GPL-2
|
||||
KDE Perl bindings
|
||||
amd64 x86
|
||||
amd64 ~ppc x86
|
||||
base cmake-utils eutils fdo-mime flag-o-matic gnome2-utils kde4-base kde4-functions multilib portability toolchain-funcs user versionator virtualx
|
||||
akonadi attica debug kate okular semantic-desktop test aqua
|
||||
|
||||
|
|
2
metadata/cache/kde-base/perlqt-4.7.4
vendored
2
metadata/cache/kde-base/perlqt-4.7.4
vendored
|
@ -6,7 +6,7 @@ mirror://kde/stable/4.7.4/src/perlqt-4.7.4.tar.bz2
|
|||
http://www.kde.org/
|
||||
GPL-2
|
||||
Qt Perl bindings
|
||||
amd64 x86
|
||||
amd64 ~ppc x86
|
||||
base cmake-utils eutils fdo-mime flag-o-matic gnome2-utils kde4-base kde4-functions multilib portability toolchain-funcs user versionator virtualx
|
||||
debug phonon qimageblitz qscintilla qwt webkit declarative qthelp opengl multimedia
|
||||
|
||||
|
|
2
metadata/cache/kde-base/qtruby-4.7.4
vendored
2
metadata/cache/kde-base/qtruby-4.7.4
vendored
|
@ -6,7 +6,7 @@ mirror://kde/stable/4.7.4/src/qtruby-4.7.4.tar.bz2
|
|||
http://www.kde.org/
|
||||
GPL-2
|
||||
Qt Ruby bindings
|
||||
amd64 x86
|
||||
amd64 ~ppc x86
|
||||
base cmake-utils eutils fdo-mime flag-o-matic gnome2-utils java-utils-2 kde4-base kde4-functions multilib portability ruby-ng toolchain-funcs user versionator virtualx
|
||||
debug phonon qscintilla qwt webkit declarative elibc_FreeBSD ruby_targets_ruby18
|
||||
|| ( ruby_targets_ruby18 )
|
||||
|
|
2
metadata/cache/kde-base/qyoto-4.7.4
vendored
2
metadata/cache/kde-base/qyoto-4.7.4
vendored
|
@ -6,7 +6,7 @@ mirror://kde/stable/4.7.4/src/qyoto-4.7.4.tar.bz2
|
|||
http://www.kde.org/
|
||||
GPL-2
|
||||
C# bindings for Qt
|
||||
amd64 x86
|
||||
amd64 ~ppc x86
|
||||
base cmake-utils eutils fdo-mime flag-o-matic gnome2-utils kde4-base kde4-functions mono multilib portability toolchain-funcs user versionator virtualx
|
||||
debug +phonon qscintilla webkit
|
||||
|
||||
|
|
2
metadata/cache/kde-base/smokegen-4.7.4-r1
vendored
2
metadata/cache/kde-base/smokegen-4.7.4-r1
vendored
|
@ -6,7 +6,7 @@ mirror://kde/stable/4.7.4/src/smokegen-4.7.4.tar.bz2
|
|||
http://www.kde.org/
|
||||
GPL-2
|
||||
Scripting Meta Object Kompiler Engine - generators
|
||||
amd64 x86
|
||||
amd64 ~ppc x86
|
||||
base cmake-utils eutils fdo-mime flag-o-matic gnome2-utils kde4-base kde4-functions multilib portability toolchain-funcs user versionator virtualx
|
||||
aqua debug
|
||||
|
||||
|
|
2
metadata/cache/kde-base/smokekde-4.7.4
vendored
2
metadata/cache/kde-base/smokekde-4.7.4
vendored
|
@ -6,7 +6,7 @@ mirror://kde/stable/4.7.4/src/smokekde-4.7.4.tar.bz2
|
|||
http://www.kde.org/
|
||||
GPL-2
|
||||
Scripting Meta Object Kompiler Engine - KDE bindings
|
||||
amd64 x86
|
||||
amd64 ~ppc x86
|
||||
base cmake-utils eutils fdo-mime flag-o-matic gnome2-utils kde4-base kde4-functions multilib portability toolchain-funcs user versionator virtualx
|
||||
akonadi attica debug kate okular semantic-desktop aqua
|
||||
|
||||
|
|
2
metadata/cache/kde-base/smokeqt-4.7.4
vendored
2
metadata/cache/kde-base/smokeqt-4.7.4
vendored
|
@ -6,7 +6,7 @@ mirror://kde/stable/4.7.4/src/smokeqt-4.7.4.tar.bz2
|
|||
http://www.kde.org/
|
||||
GPL-2
|
||||
Scripting Meta Object Kompiler Engine - Qt bindings
|
||||
amd64 x86
|
||||
amd64 ~ppc x86
|
||||
base cmake-utils eutils fdo-mime flag-o-matic gnome2-utils kde4-base kde4-functions multilib portability toolchain-funcs user versionator virtualx
|
||||
debug +phonon qimageblitz qscintilla qwt webkit declarative qthelp opengl multimedia
|
||||
|
||||
|
|
22
metadata/cache/media-gfx/dispcalgui-0.8.9.3
vendored
Normal file
22
metadata/cache/media-gfx/dispcalgui-0.8.9.3
vendored
Normal file
|
@ -0,0 +1,22 @@
|
|||
>=media-gfx/argyllcms-1.1.0 >=dev-python/wxpython-2.8.10.1 >=x11-libs/libX11-1.3.3 >=x11-apps/xrandr-1.3.2 >=x11-libs/libXxf86vm-1.1.0 >=x11-proto/xineramaproto-1.2 >=x11-libs/libXinerama-1.1 >=app-admin/eselect-python-20091230 =dev-lang/python-2*
|
||||
>=media-gfx/argyllcms-1.1.0 >=dev-python/wxpython-2.8.10.1 >=x11-libs/libX11-1.3.3 >=x11-apps/xrandr-1.3.2 >=x11-libs/libXxf86vm-1.1.0 >=x11-proto/xineramaproto-1.2 >=x11-libs/libXinerama-1.1 >=dev-python/numpy-1.2.1 >=app-admin/eselect-python-20091230 =dev-lang/python-2*
|
||||
0
|
||||
http://dev.gentoo.org/~hwoarang/distfiles/dispcalGUI-0.8.9.3.tar.gz
|
||||
|
||||
http://dispcalgui.hoech.net/
|
||||
GPL-3
|
||||
Display Calibration and Characterization powered by Argyll CMS
|
||||
~amd64 ~x86
|
||||
distutils fdo-mime multilib python toolchain-funcs
|
||||
|
||||
|
||||
|
||||
|
||||
2
|
||||
|
||||
compile install postinst postrm prepare
|
||||
|
||||
|
||||
|
||||
|
||||
|
2
metadata/cache/media-libs/libchamplain-0.6.0
vendored
2
metadata/cache/media-libs/libchamplain-0.6.0
vendored
|
@ -14,7 +14,7 @@ debug doc gtk html +introspection python debug
|
|||
|
||||
3
|
||||
|
||||
compile configure install postinst postrm preinst prepare unpack
|
||||
compile configure install postinst postrm preinst prepare setup unpack
|
||||
|
||||
|
||||
|
||||
|
|
2
metadata/cache/media-libs/libvisio-0.0.14
vendored
2
metadata/cache/media-libs/libvisio-0.0.14
vendored
|
@ -1,4 +1,4 @@
|
|||
>=dev-libs/boost-1.46 dev-util/pkgconfig sys-devel/libtool doc? ( app-doc/doxygen )
|
||||
app-text/libwpd:0.9 app-text/libwpg:0.2 >=dev-libs/boost-1.46 dev-util/pkgconfig sys-devel/libtool doc? ( app-doc/doxygen )
|
||||
app-text/libwpd:0.9 app-text/libwpg:0.2
|
||||
0
|
||||
http://dev-www.libreoffice.org/src/libvisio-0.0.14.tar.xz
|
||||
|
|
2
metadata/cache/net-misc/ipv6calc-0.90.0-r1
vendored
2
metadata/cache/net-misc/ipv6calc-0.90.0-r1
vendored
|
@ -6,7 +6,7 @@ ftp://ftp.bieringer.de/pub/linux/IPv6/ipv6calc/ipv6calc-0.90.0.tar.gz
|
|||
http://www.deepspace6.net/projects/ipv6calc.html
|
||||
GPL-2
|
||||
IPv6 address calculator
|
||||
~alpha amd64 hppa ~ppc sparc x86
|
||||
~alpha amd64 hppa ppc sparc x86
|
||||
fixheadtails
|
||||
geoip
|
||||
|
||||
|
|
22
metadata/cache/net-misc/tor-0.2.3.12_alpha
vendored
Normal file
22
metadata/cache/net-misc/tor-0.2.3.12_alpha
vendored
Normal file
|
@ -0,0 +1,22 @@
|
|||
dev-libs/openssl >=dev-libs/libevent-2.0.14 nat-pmp? ( net-libs/libnatpmp ) upnp? ( <net-libs/miniupnpc-1.6 ) selinux? ( sec-policy/selinux-tor )
|
||||
dev-libs/openssl >=dev-libs/libevent-2.0.14 nat-pmp? ( net-libs/libnatpmp ) upnp? ( <net-libs/miniupnpc-1.6 ) selinux? ( sec-policy/selinux-tor )
|
||||
0
|
||||
http://www.torproject.org/dist/tor-0.2.3.12-alpha.tar.gz
|
||||
|
||||
http://www.torproject.org/
|
||||
BSD
|
||||
Anonymizing overlay network for TCP
|
||||
~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd
|
||||
eutils flag-o-matic multilib portability toolchain-funcs user versionator
|
||||
+bufferevents doc nat-pmp tor-hardening transparent-proxy threads upnp selinux
|
||||
|
||||
|
||||
|
||||
4
|
||||
|
||||
configure install postinst prepare setup
|
||||
|
||||
|
||||
|
||||
|
||||
|
4
metadata/cache/net-misc/vpnc-0.5.3_p457-r2
vendored
4
metadata/cache/net-misc/vpnc-0.5.3_p457-r2
vendored
|
@ -1,5 +1,5 @@
|
|||
>=dev-libs/libgcrypt-1.1.91 >=sys-apps/iproute2-2.6.19.20061214[-minimal] bindist? ( net-libs/gnutls ) openssl? ( !bindist? ( dev-libs/openssl ) )
|
||||
>=dev-libs/libgcrypt-1.1.91 >=sys-apps/iproute2-2.6.19.20061214[-minimal] bindist? ( net-libs/gnutls ) openssl? ( !bindist? ( dev-libs/openssl ) ) resolvconf? ( net-dns/openresolv )
|
||||
>=dev-libs/libgcrypt-1.1.91 >=sys-apps/iproute2-2.6.19.20061214[-minimal] bindist? ( net-libs/gnutls ) !bindist? ( openssl? ( dev-libs/openssl ) !openssl? ( net-libs/gnutls ) )
|
||||
>=dev-libs/libgcrypt-1.1.91 >=sys-apps/iproute2-2.6.19.20061214[-minimal] bindist? ( net-libs/gnutls ) !bindist? ( openssl? ( dev-libs/openssl ) !openssl? ( net-libs/gnutls ) ) resolvconf? ( net-dns/openresolv )
|
||||
0
|
||||
mirror://gentoo/vpnc-0.5.3_p457-r2.tar.bz2
|
||||
|
||||
|
|
22
metadata/cache/net-misc/vpnc-0.5.3_p514
vendored
Normal file
22
metadata/cache/net-misc/vpnc-0.5.3_p514
vendored
Normal file
|
@ -0,0 +1,22 @@
|
|||
dev-lang/perl dev-libs/libgcrypt >=sys-apps/iproute2-2.6.19.20061214[-minimal] bindist? ( net-libs/gnutls ) !bindist? ( openssl? ( dev-libs/openssl ) !openssl? ( net-libs/gnutls ) )
|
||||
dev-lang/perl dev-libs/libgcrypt >=sys-apps/iproute2-2.6.19.20061214[-minimal] bindist? ( net-libs/gnutls ) !bindist? ( openssl? ( dev-libs/openssl ) !openssl? ( net-libs/gnutls ) ) resolvconf? ( net-dns/openresolv )
|
||||
0
|
||||
http://dev.gentoo.org/~jlec/distfiles/vpnc-0.5.3_p514.tar.xz
|
||||
|
||||
http://www.unix-ag.uni-kl.de/~massar/vpnc/
|
||||
GPL-2 BSD
|
||||
Free client for Cisco VPN routing software
|
||||
~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86
|
||||
eutils multilib portability toolchain-funcs user
|
||||
resolvconf openssl bindist
|
||||
|
||||
|
||||
|
||||
4
|
||||
|
||||
install postinst prepare
|
||||
|
||||
|
||||
|
||||
|
||||
|
4
metadata/cache/net-p2p/tribler-5.5.10
vendored
4
metadata/cache/net-p2p/tribler-5.5.10
vendored
|
@ -1,5 +1,5 @@
|
|||
>=dev-lang/python-2.5 >=dev-python/m2crypto-0.16 >=dev-python/wxpython-2.8 >=dev-python/apsw-3.6 >=media-video/vlc-1.0.1 >=dev-libs/openssl-0.9.8 app-arch/unzip
|
||||
>=dev-lang/python-2.5 >=dev-python/m2crypto-0.16 >=dev-python/wxpython-2.8 >=dev-python/apsw-3.6 >=media-video/vlc-1.0.1 >=dev-libs/openssl-0.9.8
|
||||
>=dev-lang/python-2.5[sqlite] >=dev-python/m2crypto-0.16 >=dev-python/wxpython-2.8 >=dev-python/apsw-3.6 >=media-video/vlc-1.0.1 >=dev-libs/openssl-0.9.8 app-arch/unzip
|
||||
>=dev-lang/python-2.5[sqlite] >=dev-python/m2crypto-0.16 >=dev-python/wxpython-2.8 >=dev-python/apsw-3.6 >=media-video/vlc-1.0.1 >=dev-libs/openssl-0.9.8
|
||||
0
|
||||
http://dl.tribler.org/tribler_5.5.10-1ubuntu1_all.deb
|
||||
|
||||
|
|
22
metadata/cache/net-p2p/tribler-5.5.10-r1
vendored
Normal file
22
metadata/cache/net-p2p/tribler-5.5.10-r1
vendored
Normal file
|
@ -0,0 +1,22 @@
|
|||
>=dev-lang/python-2.5[sqlite] >=dev-python/m2crypto-0.16 >=dev-python/wxpython-2.8 >=dev-python/apsw-3.6 >=dev-libs/openssl-0.9.8 vlc? ( >=media-video/vlc-1.0.1 ) app-arch/unzip >=app-admin/eselect-python-20091230 || ( =dev-lang/python-2.7* =dev-lang/python-2.6* =dev-lang/python-2.5* )
|
||||
>=dev-lang/python-2.5[sqlite] >=dev-python/m2crypto-0.16 >=dev-python/wxpython-2.8 >=dev-python/apsw-3.6 >=dev-libs/openssl-0.9.8 vlc? ( >=media-video/vlc-1.0.1 ) >=app-admin/eselect-python-20091230 || ( =dev-lang/python-2.7* =dev-lang/python-2.6* =dev-lang/python-2.5* )
|
||||
0
|
||||
http://dl.tribler.org/tribler_5.5.10-1ubuntu1_all.deb
|
||||
|
||||
http://www.tribler.org/
|
||||
LGPL-2.1
|
||||
Bittorrent client that does not require a website to discover content
|
||||
~amd64 ~x86
|
||||
eutils multilib portability python toolchain-funcs user
|
||||
vlc
|
||||
|
||||
|
||||
|
||||
4
|
||||
|
||||
compile install postinst postrm prepare setup unpack
|
||||
|
||||
|
||||
|
||||
|
||||
|
22
metadata/cache/sci-chemistry/burrow-owl-1.5
vendored
Normal file
22
metadata/cache/sci-chemistry/burrow-owl-1.5
vendored
Normal file
|
@ -0,0 +1,22 @@
|
|||
dev-libs/g-wrap dev-libs/glib:2 dev-scheme/guile[networking,regex] dev-scheme/guile-cairo dev-scheme/guile-gnome-platform sci-libs/starparse x11-libs/gtk+:2 dev-util/indent dev-util/pkgconfig doc? ( app-doc/doxygen ) || ( =sys-devel/automake-1.11* ) >=sys-devel/autoconf-2.68 sys-devel/libtool
|
||||
dev-libs/g-wrap dev-libs/glib:2 dev-scheme/guile[networking,regex] dev-scheme/guile-cairo dev-scheme/guile-gnome-platform sci-libs/starparse x11-libs/gtk+:2
|
||||
0
|
||||
mirror://sourceforge/burrow-owl/burrow-owl-1.5.tar.gz examples? ( mirror://sourceforge/burrow-owl/burrow-demos.tar )
|
||||
|
||||
http://burrow-owl.sourceforge.net/
|
||||
GPL-2
|
||||
Visualize multidimensional nuclear magnetic resonance (NMR) spectra
|
||||
~amd64 ~x86
|
||||
autotools autotools-utils eutils libtool multilib portability toolchain-funcs user
|
||||
doc examples static-libs
|
||||
|
||||
|
||||
|
||||
4
|
||||
|
||||
compile configure install prepare test
|
||||
|
||||
|
||||
|
||||
|
||||
|
22
metadata/cache/sys-apps/dbus-1.4.18
vendored
Normal file
22
metadata/cache/sys-apps/dbus-1.4.18
vendored
Normal file
|
@ -0,0 +1,22 @@
|
|||
>=dev-libs/expat-2 selinux? ( sec-policy/selinux-dbus sys-libs/libselinux ) X? ( x11-libs/libX11 x11-libs/libXt ) dev-util/pkgconfig doc? ( app-doc/doxygen app-text/docbook-xml-dtd:4.1.2 app-text/xmlto ) test? ( >=dev-libs/glib-2.28 ) !<dev-libs/glib-2.30.1-r2:2 || ( =sys-devel/automake-1.11* ) >=sys-devel/autoconf-2.68 sys-devel/libtool >=app-admin/eselect-python-20091230 test? ( =dev-lang/python-2.7* ) !<sys-apps/systemd-29-r4 !=sys-apps/systemd-37-r1 test? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost )
|
||||
>=dev-libs/expat-2 selinux? ( sec-policy/selinux-dbus sys-libs/libselinux ) X? ( x11-libs/libX11 x11-libs/libXt ) >=app-admin/eselect-python-20091230 test? ( =dev-lang/python-2.7* )
|
||||
0
|
||||
http://dbus.freedesktop.org/releases/dbus/dbus-1.4.18.tar.gz
|
||||
|
||||
http://dbus.freedesktop.org/
|
||||
|| ( GPL-2 AFL-2.1 )
|
||||
A message bus system, a simple way for applications to talk to each other
|
||||
~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd
|
||||
autotools eutils flag-o-matic libtool multilib portability python systemd toolchain-funcs user virtualx
|
||||
debug doc selinux static-libs test X test
|
||||
|
||||
|
||||
|
||||
4
|
||||
|
||||
compile configure install postinst prepare setup test
|
||||
|
||||
|
||||
|
||||
|
||||
|
4
metadata/cache/sys-apps/portage-9999
vendored
4
metadata/cache/sys-apps/portage-9999
vendored
|
@ -1,5 +1,5 @@
|
|||
python3? ( =dev-lang/python-3* ) !pypy1_8? ( !python2? ( !python3? ( build? ( || ( dev-lang/python:2.7 dev-lang/python:2.6[threads] ) ) !build? ( || ( dev-lang/python:2.7 dev-lang/python:2.6[threads] >=dev-lang/python-3 ) ) ) ) ) pypy1_8? ( !python2? ( !python3? ( dev-python/pypy:1.8 ) ) ) python2? ( !python3? ( || ( dev-lang/python:2.7 dev-lang/python:2.6[threads] ) ) ) !build? ( >=sys-apps/sed-4.0.5 ) doc? ( app-text/xmlto ~app-text/docbook-xml-dtd-4.4 ) epydoc? ( >=dev-python/epydoc-2.0 !<=dev-python/pysqlite-2.4.1 ) dev-vcs/git >=app-admin/eselect-python-20091230
|
||||
python3? ( =dev-lang/python-3* ) !pypy1_8? ( !python2? ( !python3? ( build? ( || ( dev-lang/python:2.7 dev-lang/python:2.6[threads] ) ) !build? ( || ( dev-lang/python:2.7 dev-lang/python:2.6[threads] >=dev-lang/python-3 ) ) ) ) ) pypy1_8? ( !python2? ( !python3? ( dev-python/pypy:1.8 ) ) ) python2? ( !python3? ( || ( dev-lang/python:2.7 dev-lang/python:2.6[threads] ) ) ) !build? ( >=sys-apps/sed-4.0.5 >=app-shells/bash-3.2_p17 >=app-admin/eselect-1.2 ) elibc_FreeBSD? ( sys-freebsd/freebsd-bin ) elibc_glibc? ( >=sys-apps/sandbox-2.2 ) elibc_uclibc? ( >=sys-apps/sandbox-2.2 ) >=app-misc/pax-utils-0.1.17 xattr? ( kernel_linux? ( || ( >=dev-lang/python-3.3_pre20110902 dev-python/pyxattr ) ) ) selinux? ( || ( >=sys-libs/libselinux-2.0.94[python] <sys-libs/libselinux-2.0.94 ) ) !<app-shells/bash-3.2_p17 !<app-admin/logrotate-3.8.0 >=app-admin/eselect-python-20091230
|
||||
python3? ( =dev-lang/python-3* ) !pypy1_8? ( !python2? ( !python3? ( build? ( || ( dev-lang/python:2.7 dev-lang/python:2.6[threads] ) ) !build? ( || ( dev-lang/python:2.7 dev-lang/python:2.6[threads] >=dev-lang/python-3 ) ) ) ) ) pypy1_8? ( !python2? ( !python3? ( dev-python/pypy:1.8[bzip2] ) ) ) python2? ( !python3? ( || ( dev-lang/python:2.7 dev-lang/python:2.6[threads] ) ) ) !build? ( >=sys-apps/sed-4.0.5 ) doc? ( app-text/xmlto ~app-text/docbook-xml-dtd-4.4 ) epydoc? ( >=dev-python/epydoc-2.0 !<=dev-python/pysqlite-2.4.1 ) dev-vcs/git >=app-admin/eselect-python-20091230
|
||||
python3? ( =dev-lang/python-3* ) !pypy1_8? ( !python2? ( !python3? ( build? ( || ( dev-lang/python:2.7 dev-lang/python:2.6[threads] ) ) !build? ( || ( dev-lang/python:2.7 dev-lang/python:2.6[threads] >=dev-lang/python-3 ) ) ) ) ) pypy1_8? ( !python2? ( !python3? ( dev-python/pypy:1.8[bzip2] ) ) ) python2? ( !python3? ( || ( dev-lang/python:2.7 dev-lang/python:2.6[threads] ) ) ) !build? ( >=sys-apps/sed-4.0.5 >=app-shells/bash-3.2_p17 >=app-admin/eselect-1.2 ) elibc_FreeBSD? ( sys-freebsd/freebsd-bin ) elibc_glibc? ( >=sys-apps/sandbox-2.2 ) elibc_uclibc? ( >=sys-apps/sandbox-2.2 ) >=app-misc/pax-utils-0.1.17 xattr? ( kernel_linux? ( || ( >=dev-lang/python-3.3_pre20110902 dev-python/pyxattr ) ) ) selinux? ( || ( >=sys-libs/libselinux-2.0.94[python] <sys-libs/libselinux-2.0.94 ) ) !<app-shells/bash-3.2_p17 !<app-admin/logrotate-3.8.0 >=app-admin/eselect-python-20091230
|
||||
0
|
||||
|
||||
|
||||
|
|
2
metadata/cache/sys-devel/crossdev-20111221
vendored
2
metadata/cache/sys-devel/crossdev-20111221
vendored
|
@ -6,7 +6,7 @@ mirror://gentoo/crossdev-20111221.tar.xz http://dev.gentoo.org/~vapier/dist/cros
|
|||
http://www.gentoo.org/
|
||||
GPL-2
|
||||
Gentoo Cross-toolchain generator
|
||||
~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd
|
||||
alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd
|
||||
|
||||
|
||||
|
||||
|
|
22
metadata/cache/sys-devel/crossdev-20120214
vendored
Normal file
22
metadata/cache/sys-devel/crossdev-20120214
vendored
Normal file
|
@ -0,0 +1,22 @@
|
|||
app-arch/xz-utils
|
||||
>=sys-apps/portage-2.1 app-shells/bash !sys-devel/crossdev-wrappers
|
||||
0
|
||||
mirror://gentoo/crossdev-20120214.tar.xz http://dev.gentoo.org/~vapier/dist/crossdev-20120214.tar.xz
|
||||
|
||||
http://www.gentoo.org/
|
||||
GPL-2
|
||||
Gentoo Cross-toolchain generator
|
||||
~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
3
|
||||
|
||||
install
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
@ -6,7 +6,7 @@ binchecks strip
|
|||
http://dev.gentoo.org/~mpagano/genpatches
|
||||
GPL-2 !deblob? ( freedist )
|
||||
Full sources including the Gentoo patchset for the 3.2 kernel tree
|
||||
~alpha amd64 arm -hppa ~ia64 ppc ppc64 ~s390 ~sh ~sparc ~x86
|
||||
~alpha amd64 arm hppa ~ia64 ppc ppc64 ~s390 ~sh ~sparc ~x86
|
||||
eutils kernel-2 multilib portability toolchain-funcs user versionator
|
||||
deblob symlink build deblob
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@ binchecks strip
|
|||
http://dev.gentoo.org/~mpagano/genpatches
|
||||
GPL-2 !deblob? ( freedist )
|
||||
Full sources including the Gentoo patchset for the 3.2 kernel tree
|
||||
~alpha ~amd64 ~arm -hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86
|
||||
~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86
|
||||
eutils kernel-2 multilib portability toolchain-funcs user versionator
|
||||
deblob symlink build deblob
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@ binchecks strip
|
|||
http://dev.gentoo.org/~mpagano/genpatches
|
||||
GPL-2 !deblob? ( freedist )
|
||||
Full sources including the Gentoo patchset for the 3.2 kernel tree
|
||||
~alpha ~amd64 ~arm -hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86
|
||||
~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86
|
||||
eutils kernel-2 multilib portability toolchain-funcs user versionator
|
||||
deblob symlink build deblob
|
||||
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Reference in a new issue