Sync with portage [Wed Nov 30 16:05:17 MSK 2011].
This commit is contained in:
parent
1439c4b032
commit
7ebf31e7dc
111 changed files with 1668 additions and 409 deletions
|
@ -1,6 +1,6 @@
|
|||
# Copyright 1999-2011 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/app-crypt/gnupg/gnupg-2.0.18.ebuild,v 1.2 2011/08/19 19:31:56 hwoarang Exp $
|
||||
# $Header: /var/cvsroot/gentoo-x86/app-crypt/gnupg/gnupg-2.0.18.ebuild,v 1.3 2011/11/30 04:14:30 vapier Exp $
|
||||
|
||||
EAPI="4"
|
||||
|
||||
|
@ -14,7 +14,7 @@ SRC_URI="mirror://gnupg/gnupg/${P}.tar.bz2"
|
|||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
|
||||
IUSE="adns bzip2 doc ldap nls static selinux smartcard usb"
|
||||
IUSE="adns bzip2 doc ldap nls readline static selinux smartcard usb"
|
||||
|
||||
COMMON_DEPEND_LIBS="
|
||||
>=dev-libs/libassuan-2
|
||||
|
@ -25,6 +25,7 @@ COMMON_DEPEND_LIBS="
|
|||
>=net-misc/curl-7.10
|
||||
adns? ( >=net-libs/adns-1.4 )
|
||||
bzip2? ( app-arch/bzip2 )
|
||||
readline? ( sys-libs/readline )
|
||||
smartcard? ( usb? ( virtual/libusb:0 ) )
|
||||
ldap? ( net-nds/openldap )"
|
||||
COMMON_DEPEND_BINS="|| ( app-crypt/pinentry app-crypt/pinentry-qt )"
|
||||
|
@ -80,6 +81,7 @@ src_configure() {
|
|||
$(use_enable !elibc_SunOS symcryptrun) \
|
||||
$(use_enable nls) \
|
||||
$(use_enable ldap) \
|
||||
$(use_with readline) \
|
||||
CC_FOR_BUILD="$(tc-getBUILD_CC)"
|
||||
}
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Copyright 1999-2011 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/app-forensics/afflib/afflib-3.6.12.ebuild,v 1.8 2011/11/28 10:25:08 radhermit Exp $
|
||||
# $Header: /var/cvsroot/gentoo-x86/app-forensics/afflib/afflib-3.6.12.ebuild,v 1.9 2011/11/30 03:38:11 jer Exp $
|
||||
|
||||
EAPI="4"
|
||||
PYTHON_DEPEND="python? 2"
|
||||
|
@ -13,7 +13,7 @@ SRC_URI="http://www.afflib.org/downloads/${P}.tar.gz"
|
|||
|
||||
LICENSE="BSD-4"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 ~hppa ~ppc ~x86"
|
||||
KEYWORDS="amd64 hppa ~ppc ~x86"
|
||||
IUSE="fuse ncurses python qemu readline s3 static-libs threads"
|
||||
|
||||
RDEPEND="dev-libs/expat
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Copyright 1999-2011 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/app-forensics/libewf/libewf-20100226-r1.ebuild,v 1.5 2011/11/28 07:15:58 radhermit Exp $
|
||||
# $Header: /var/cvsroot/gentoo-x86/app-forensics/libewf/libewf-20100226-r1.ebuild,v 1.6 2011/11/30 04:02:21 jer Exp $
|
||||
|
||||
EAPI="4"
|
||||
|
||||
|
@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/libewf/${P}.tar.gz"
|
|||
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~hppa ~ppc ~x86"
|
||||
KEYWORDS="~amd64 hppa ~ppc ~x86"
|
||||
# upstream bug #2597171, pyewf has implicit declarations
|
||||
#IUSE="debug python rawio unicode"
|
||||
IUSE="debug ewf2 rawio static-libs unicode"
|
||||
|
|
32
app-misc/mc/files/mc-4.8.0-fix-ftp-spaces.patch
Normal file
32
app-misc/mc/files/mc-4.8.0-fix-ftp-spaces.patch
Normal file
|
@ -0,0 +1,32 @@
|
|||
commit 95c553c46770f89f09c4408cbdf61ed76b4a8766
|
||||
Author: Sergey <sergemp@mail.ru>
|
||||
Date: Thu Oct 20 14:28:39 2011 +0300
|
||||
|
||||
Ticket #2635: mc adds spaces an the beginning of all files/dirs at the ftp server
|
||||
|
||||
For FTP servers, that do not send ".." in directory listing, mc adds one space to the name of every file and directory. Attached patch should fix this problem.
|
||||
|
||||
Steps to reproduce:
|
||||
cd /#ftp:ftp.symantec.com
|
||||
|
||||
Expected result:
|
||||
Correct list of files/directories
|
||||
|
||||
Actual result:
|
||||
File/directory names with leading spaces
|
||||
|
||||
Signed-off-by: Slava Zanko <slavazanko@gmail.com>
|
||||
|
||||
diff --git a/lib/vfs/parse_ls_vga.c b/lib/vfs/parse_ls_vga.c
|
||||
index 8091c14..5424ee9 100644
|
||||
--- a/lib/vfs/parse_ls_vga.c
|
||||
+++ b/lib/vfs/parse_ls_vga.c
|
||||
@@ -657,7 +657,7 @@ vfs_split_text (char *p)
|
||||
void
|
||||
vfs_parse_ls_lga_init (void)
|
||||
{
|
||||
- vfs_parce_ls_final_num_spaces = 0;
|
||||
+ vfs_parce_ls_final_num_spaces = 1;
|
||||
}
|
||||
|
||||
/* --------------------------------------------------------------------------------------------- */
|
83
app-misc/mc/mc-4.8.0-r2.ebuild
Normal file
83
app-misc/mc/mc-4.8.0-r2.ebuild
Normal file
|
@ -0,0 +1,83 @@
|
|||
# Copyright 1999-2011 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/app-misc/mc/mc-4.8.0-r2.ebuild,v 1.1 2011/11/30 07:21:30 slyfox Exp $
|
||||
|
||||
EAPI=4
|
||||
|
||||
inherit base flag-o-matic
|
||||
|
||||
MY_P=${P/_/-}
|
||||
|
||||
DESCRIPTION="GNU Midnight Commander is a text based file manager"
|
||||
HOMEPAGE="http://www.midnight-commander.org"
|
||||
SRC_URI="http://www.midnight-commander.org/downloads/${MY_P}.tar.xz"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-interix ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x86-solaris"
|
||||
IUSE="+edit gpm mclib +ncurses nls samba slang test X"
|
||||
|
||||
REQUIRED_USE="^^ ( ncurses slang )"
|
||||
|
||||
RDEPEND=">=dev-libs/glib-2.8:2
|
||||
gpm? ( sys-libs/gpm )
|
||||
kernel_linux? ( sys-fs/e2fsprogs )
|
||||
ncurses? ( sys-libs/ncurses )
|
||||
samba? ( net-fs/samba )
|
||||
slang? ( >=sys-libs/slang-2 )
|
||||
X? ( x11-libs/libX11
|
||||
x11-libs/libICE
|
||||
x11-libs/libXau
|
||||
x11-libs/libXdmcp
|
||||
x11-libs/libSM )"
|
||||
DEPEND="${RDEPEND}
|
||||
app-arch/xz-utils
|
||||
dev-util/pkgconfig
|
||||
nls? ( sys-devel/gettext )
|
||||
test? ( dev-libs/check )
|
||||
"
|
||||
|
||||
S=${WORKDIR}/${MY_P}
|
||||
|
||||
PATCHES=("${FILESDIR}/${PN}"-4.8.0-fix-nls.patch
|
||||
"${FILESDIR}/${PN}"-4.8.0-fix-ftp-spaces.patch
|
||||
)
|
||||
|
||||
src_configure() {
|
||||
local myscreen=ncurses
|
||||
use slang && myscreen=slang
|
||||
[[ ${CHOST} == *-solaris* ]] && append-ldflags "-lnsl -lsocket"
|
||||
|
||||
econf \
|
||||
--disable-dependency-tracking \
|
||||
$(use_enable nls) \
|
||||
--enable-vfs \
|
||||
$(use_enable kernel_linux vfs-undelfs) \
|
||||
--enable-charset \
|
||||
$(use_with X x) \
|
||||
$(use_enable samba vfs-smb) \
|
||||
$(use_with gpm gpm-mouse) \
|
||||
--with-screen=${myscreen} \
|
||||
$(use_with edit) \
|
||||
$(use_enable mclib) \
|
||||
$(use_enable test tests)
|
||||
}
|
||||
|
||||
src_install() {
|
||||
emake DESTDIR="${D}" install || die
|
||||
dodoc AUTHORS README NEWS
|
||||
|
||||
# fix bug #334383
|
||||
if use kernel_linux && [[ ${EUID} == 0 ]] ; then
|
||||
fowners root:tty /usr/libexec/mc/cons.saver ||
|
||||
die "setting cons.saver's owner failed"
|
||||
fperms g+s /usr/libexec/mc/cons.saver ||
|
||||
die "setting cons.saver's permissions failed"
|
||||
fi
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
elog "To enable exiting to latest working directory,"
|
||||
elog "put this into your ~/.bashrc:"
|
||||
elog ". ${EPREFIX}/usr/libexec/mc/mc.sh"
|
||||
}
|
|
@ -1 +1 @@
|
|||
DIST eclean-kernel-0.2.tar.bz2 8366 RMD160 f0c7f1efeb608a485dfed78d8d44faad2ac2371a SHA1 6e4d46f5f4c7af06b7b2b71937b30d62ef42aa55 SHA256 62966af772f1e48585dfadc188ac61140e3256a80eb11fcb2d64b1098c51e87c
|
||||
DIST eclean-kernel-0.2.1.tar.bz2 8379 RMD160 db241b7fe8c8842a26cda98936af68309384a7ab SHA1 4342ec7b4f8c41023803202f4c79c78b08244828 SHA256 d4bca856b7c275a88ccba3e131b33be1a62dc438d08f8b80754875743ecb01e6
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Copyright 1999-2011 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/app-portage/eclean-kernel/eclean-kernel-0.2.ebuild,v 1.1 2011/11/26 20:00:54 mgorny Exp $
|
||||
# $Header: /var/cvsroot/gentoo-x86/app-portage/eclean-kernel/eclean-kernel-0.2.1.ebuild,v 1.1 2011/11/30 08:27:51 mgorny Exp $
|
||||
|
||||
EAPI=4
|
||||
PYTHON_DEPEND='2:2.6'
|
|
@ -1,6 +1,6 @@
|
|||
# Copyright 1999-2011 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/app-text/jadetex/jadetex-3.13-r3.ebuild,v 1.7 2011/11/28 11:40:09 phajdan.jr Exp $
|
||||
# $Header: /var/cvsroot/gentoo-x86/app-text/jadetex/jadetex-3.13-r3.ebuild,v 1.8 2011/11/30 03:30:15 jer Exp $
|
||||
|
||||
inherit latex-package texlive-common
|
||||
|
||||
|
@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/jadetex/${P}.tar.gz"
|
|||
|
||||
LICENSE="freedist"
|
||||
SLOT="0"
|
||||
KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
|
||||
KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
|
||||
IUSE=""
|
||||
RESTRICT="test"
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Copyright 1999-2011 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/app-vim/gtk-syntax/gtk-syntax-20110214-r1.ebuild,v 1.2 2011/11/28 11:46:36 phajdan.jr Exp $
|
||||
# $Header: /var/cvsroot/gentoo-x86/app-vim/gtk-syntax/gtk-syntax-20110214-r1.ebuild,v 1.3 2011/11/30 03:54:21 jer Exp $
|
||||
|
||||
EAPI=3
|
||||
|
||||
|
@ -9,5 +9,5 @@ inherit vim-plugin
|
|||
DESCRIPTION="vim plugin: Syntax highlighting for GLib, Gtk+, Xlib, Gimp, Gnome, and more"
|
||||
HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=1000"
|
||||
LICENSE="as-is"
|
||||
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~x86-solaris"
|
||||
KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~x86-solaris"
|
||||
IUSE=""
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Copyright 1999-2011 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libatasmart/libatasmart-0.18.ebuild,v 1.1 2011/10/31 14:52:59 ssuominen Exp $
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libatasmart/libatasmart-0.18.ebuild,v 1.2 2011/11/30 03:41:55 jer Exp $
|
||||
|
||||
EAPI=4
|
||||
|
||||
|
@ -10,7 +10,7 @@ SRC_URI="http://0pointer.de/public/${P}.tar.gz"
|
|||
|
||||
LICENSE="LGPL-2.1"
|
||||
SLOT="0"
|
||||
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86"
|
||||
KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86"
|
||||
IUSE="static-libs"
|
||||
|
||||
RDEPEND=">=sys-fs/udev-143"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Copyright 1999-2011 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgusb/libgusb-0.1.2.ebuild,v 1.1 2011/11/14 01:41:41 tetromino Exp $
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgusb/libgusb-0.1.2.ebuild,v 1.2 2011/11/30 03:28:39 jer Exp $
|
||||
|
||||
EAPI="4"
|
||||
|
||||
|
@ -10,7 +10,7 @@ SRC_URI="http://people.freedesktop.org/~hughsient/releases/${P}.tar.xz"
|
|||
|
||||
LICENSE="LGPL-2.1"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
KEYWORDS="~amd64 ~hppa ~x86"
|
||||
IUSE="static-libs"
|
||||
|
||||
# udev is effectively a required dependency: configuring with --disable-gudev
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Copyright 1999-2011 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Chart-Math-Axis/Chart-Math-Axis-1.60.0.ebuild,v 1.1 2011/03/25 07:57:12 tove Exp $
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Chart-Math-Axis/Chart-Math-Axis-1.60.0.ebuild,v 1.2 2011/11/30 03:46:12 jer Exp $
|
||||
|
||||
EAPI=3
|
||||
|
||||
|
@ -11,7 +11,7 @@ inherit perl-module
|
|||
DESCRIPTION="Implements an algorithm to find good values for chart axis"
|
||||
|
||||
SLOT="0"
|
||||
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~sparc ~x86"
|
||||
KEYWORDS="~alpha ~amd64 hppa ~ia64 ~mips ~ppc ~sparc ~x86"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND=">=virtual/perl-Math-BigInt-1.70
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Copyright 1999-2011 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-Domain-TLD/Net-Domain-TLD-1.690.0.ebuild,v 1.1 2011/04/19 17:06:12 tove Exp $
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-Domain-TLD/Net-Domain-TLD-1.690.0.ebuild,v 1.2 2011/11/30 03:50:33 jer Exp $
|
||||
|
||||
EAPI=4
|
||||
|
||||
|
@ -11,7 +11,7 @@ inherit perl-module
|
|||
DESCRIPTION="Current list of available top level domain names including new ICANN additions and ccTLDs"
|
||||
|
||||
SLOT="0"
|
||||
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
|
||||
KEYWORDS="~alpha ~amd64 hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
|
||||
IUSE="test"
|
||||
|
||||
RDEPEND=""
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Copyright 1999-2011 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-perl/SGMLSpm/SGMLSpm-1.03-r6.ebuild,v 1.3 2011/07/30 10:42:20 tove Exp $
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-perl/SGMLSpm/SGMLSpm-1.03-r6.ebuild,v 1.4 2011/11/30 03:48:17 jer Exp $
|
||||
|
||||
inherit eutils perl-module
|
||||
|
||||
|
@ -13,7 +13,7 @@ SRC_URI="mirror://cpan/authors/id/D/DM/DMEGG/${MY_P}.tar.gz"
|
|||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
|
||||
KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
|
||||
IUSE=""
|
||||
|
||||
DEPEND="dev-lang/perl"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Copyright 1999-2011 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-python/nose/nose-1.1.2.ebuild,v 1.5 2011/10/23 17:23:33 armin76 Exp $
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-python/nose/nose-1.1.2.ebuild,v 1.6 2011/11/30 04:00:21 jer Exp $
|
||||
|
||||
EAPI="3"
|
||||
SUPPORT_PYTHON_ABIS="1"
|
||||
|
@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
|||
|
||||
LICENSE="LGPL-2.1"
|
||||
SLOT="0"
|
||||
KEYWORDS="alpha amd64 arm ~hppa ia64 ~mips ~ppc ~ppc64 s390 sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
|
||||
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ~ppc ~ppc64 s390 sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
|
||||
IUSE="doc examples test"
|
||||
|
||||
RDEPEND="dev-python/setuptools"
|
||||
|
|
|
@ -1 +1 @@
|
|||
DIST pypy-1.5-src.tar.bz2 14181501 RMD160 9c7d479ac5cd51c3789f3db99674b4c2936d88e0 SHA1 0ebcecaa4c725bf1a48272033d9f429b8a82b7e1 SHA256 1e827769d2384e38c358da0d2a7e87e843c819675c844dec503c475255490ad0
|
||||
DIST release-1.7.tar.bz2 14842336 RMD160 f94199989fc7eab30d256b341367e82049b84745 SHA1 db16d92db6b76960b76328f821c8c50a6d66864e SHA256 2e0884f4696cc8617be73cb8af8da063073d685b3d3e5de3366bfae4d33fac16
|
||||
|
|
|
@ -1,41 +0,0 @@
|
|||
diff -ur pypy-1.5-src_orig/pypy/rlib/ropenssl.py pypy-1.5-src/pypy/rlib/ropenssl.py
|
||||
--- pypy-1.5-src_orig/pypy/rlib/ropenssl.py 2011-04-30 17:18:50.000000000 +0300
|
||||
+++ pypy-1.5-src/pypy/rlib/ropenssl.py 2011-05-07 16:22:21.387000017 +0300
|
||||
@@ -98,6 +98,7 @@
|
||||
ssl_external('SSL_load_error_strings', [], lltype.Void)
|
||||
ssl_external('SSL_library_init', [], rffi.INT)
|
||||
if HAVE_OPENSSL_RAND:
|
||||
+ eci.includes = eci.includes + ('openssl/rand.h',);
|
||||
ssl_external('RAND_add', [rffi.CCHARP, rffi.INT, rffi.DOUBLE], lltype.Void)
|
||||
ssl_external('RAND_status', [], rffi.INT)
|
||||
ssl_external('RAND_egd', [rffi.CCHARP], rffi.INT)
|
||||
diff -ur pypy-1.5-src_orig/pypy/translator/goal/translate.py pypy-1.5-src/pypy/translator/goal/translate.py
|
||||
--- pypy-1.5-src_orig/pypy/translator/goal/translate.py 2011-04-30 17:18:50.000000000 +0300
|
||||
+++ pypy-1.5-src/pypy/translator/goal/translate.py 2011-05-06 23:32:58.855999980 +0300
|
||||
@@ -253,7 +253,6 @@
|
||||
log.event("batch mode, not calling interactive helpers")
|
||||
return
|
||||
|
||||
- log.event("start debugger...")
|
||||
|
||||
if translateconfig.view:
|
||||
try:
|
||||
@@ -264,7 +263,6 @@
|
||||
page = graphpage.TranslatorPage(t1, translateconfig.huge)
|
||||
page.display_background()
|
||||
|
||||
- pdb_plus_show.start(tb)
|
||||
|
||||
try:
|
||||
drv = driver.TranslationDriver.from_targetspec(targetspec_dic, config, args,
|
||||
diff -ur pypy-1.5-src_orig/pypy/translator/c/gcc/trackgcroot.py pypy-1.5-src/pypy/translator/c/gcc/trackgcroot.py
|
||||
--- pypy-1.5-src_orig/pypy/translator/c/gcc/trackgcroot.py 2011-05-27 12:41:49.005000002 +0300
|
||||
+++ pypy-1.5-src/pypy/translator/c/gcc/trackgcroot.py 2011-05-27 12:56:16.292000001 +0300
|
||||
@@ -1640,6 +1640,7 @@
|
||||
}
|
||||
"""
|
||||
elif self.format in ('elf64', 'darwin64'):
|
||||
+ print >> output, "\t.section .note.GNU-stack,\"\",%progbits"
|
||||
print >> output, "\t.text"
|
||||
print >> output, "\t.globl %s" % _globalname('pypy_asm_stackwalk')
|
||||
_variant(elf64='.type pypy_asm_stackwalk, @function',
|
40
dev-python/pypy/files/1.7-patches.patch
Normal file
40
dev-python/pypy/files/1.7-patches.patch
Normal file
|
@ -0,0 +1,40 @@
|
|||
--- pypy-pypy-release-1.7/pypy/translator/goal/translate.py.bak 2011-11-29 14:23:55.000000000 +0100
|
||||
+++ pypy-pypy-release-1.7/pypy/translator/goal/translate.py 2011-11-29 14:24:16.000000000 +0100
|
||||
@@ -255,8 +255,6 @@
|
||||
log.event("batch mode, not calling interactive helpers")
|
||||
return
|
||||
|
||||
- log.event("start debugger...")
|
||||
-
|
||||
if translateconfig.view:
|
||||
try:
|
||||
t1 = drv.hint_translator
|
||||
@@ -266,8 +264,6 @@
|
||||
page = graphpage.TranslatorPage(t1, translateconfig.huge)
|
||||
page.display_background()
|
||||
|
||||
- pdb_plus_show.start(tb)
|
||||
-
|
||||
try:
|
||||
drv = driver.TranslationDriver.from_targetspec(targetspec_dic, config, args,
|
||||
empty_translator=t,
|
||||
--- pypy-pypy-release-1.7/pypy/translator/c/gcc/trackgcroot.py.bak 2011-11-29 14:22:29.000000000 +0100
|
||||
+++ pypy-pypy-release-1.7/pypy/translator/c/gcc/trackgcroot.py 2011-11-29 14:22:55.000000000 +0100
|
||||
@@ -1694,6 +1694,7 @@
|
||||
}
|
||||
"""
|
||||
elif self.format in ('elf64', 'darwin64'):
|
||||
+ print >> output, "\t.section .note.GNU-stack,\"\",%progbits"
|
||||
print >> output, "\t.text"
|
||||
print >> output, "\t.globl %s" % _globalname('pypy_asm_stackwalk')
|
||||
_variant(elf64='.type pypy_asm_stackwalk, @function',
|
||||
--- pypy-pypy-release-1.7/pypy/rlib/ropenssl.py.bak 2011-11-29 14:19:10.000000000 +0100
|
||||
+++ pypy-pypy-release-1.7/pypy/rlib/ropenssl.py 2011-11-29 14:19:42.000000000 +0100
|
||||
@@ -159,6 +159,7 @@
|
||||
lltype.Void)
|
||||
|
||||
if HAVE_OPENSSL_RAND:
|
||||
+ eci.includes = eci.includes + ('openssl/rand.h',)
|
||||
ssl_external('RAND_add', [rffi.CCHARP, rffi.INT, rffi.DOUBLE], lltype.Void)
|
||||
ssl_external('RAND_status', [], rffi.INT)
|
||||
ssl_external('RAND_egd', [rffi.CCHARP], rffi.INT)
|
11
dev-python/pypy/files/1.7-scripts-location.patch
Normal file
11
dev-python/pypy/files/1.7-scripts-location.patch
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- pypy-pypy-release-1.7/lib-python/modified-2.7/distutils/command/install.py
|
||||
+++ pypy-pypy-release-1.7/lib-python/modified-2.7/distutils/command/install.py
|
||||
@@ -87,7 +87,7 @@
|
||||
'purelib': '$base/site-packages',
|
||||
'platlib': '$base/site-packages',
|
||||
'headers': '$base/include',
|
||||
- 'scripts': '$base/bin',
|
||||
+ 'scripts': '/usr/bin',
|
||||
'data' : '$base',
|
||||
},
|
||||
}
|
|
@ -1,14 +1,14 @@
|
|||
# Copyright 1999-2011 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-python/pypy/pypy-1.5.ebuild,v 1.2 2011/06/24 09:18:38 djc Exp $
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-python/pypy/pypy-1.7.ebuild,v 1.1 2011/11/30 08:49:18 djc Exp $
|
||||
|
||||
EAPI="3"
|
||||
|
||||
inherit eutils toolchain-funcs check-reqs python versionator
|
||||
|
||||
DESCRIPTION="PyPy is a very compliant implementation of the Python language"
|
||||
DESCRIPTION="PyPy is a fast, compliant alternative implementation of the Python language"
|
||||
HOMEPAGE="http://pypy.org/"
|
||||
SRC_URI="http://pypy.org/download/pypy-${PV}-src.tar.bz2"
|
||||
SRC_URI="https://bitbucket.org/pypy/pypy/get/release-${PV}.tar.bz2"
|
||||
SLOTVER=$(get_version_component_range 1-2 ${PV})
|
||||
|
||||
LICENSE="MIT"
|
||||
|
@ -27,17 +27,19 @@ RDEPEND=">=sys-libs/zlib-1.1.3
|
|||
DEPEND="${RDEPEND}"
|
||||
PDEPEND="app-admin/python-updater"
|
||||
|
||||
S="${WORKDIR}/${P}-src"
|
||||
S="${WORKDIR}/${PN}-pypy-release-${PV}"
|
||||
DOC="README LICENSE"
|
||||
|
||||
CHECKREQS_MEMORY="1250M"
|
||||
use amd64 && CHECKREQS_MEMORY="2500M"
|
||||
|
||||
src_prepare() {
|
||||
CHECKREQS_MEMORY="1250"
|
||||
use amd64 && CHECKREQS_MEMORY="2500"
|
||||
check_reqs
|
||||
epatch "${FILESDIR}/${PV}-patches.patch"
|
||||
epatch "${FILESDIR}/${PV}-scripts-location.patch"
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
|
||||
if use jit; then
|
||||
conf="-Ojit"
|
||||
else
|
||||
|
@ -49,7 +51,8 @@ src_compile() {
|
|||
if use stackless; then
|
||||
conf+=" --stackless"
|
||||
fi
|
||||
conf+=" ./pypy/translator/goal/targetpypystandalone"
|
||||
|
||||
conf+=" ./pypy-pypy-release-${PV}/pypy/translator/goal/targetpypystandalone.py"
|
||||
# Avoid linking against libraries disabled by use flags
|
||||
optional_use=("bzip2" "ncurses" "xml" "ssl")
|
||||
optional_mod=("bz2" "_minimal_curses" "pyexpat" "_ssl")
|
||||
|
@ -61,7 +64,7 @@ src_compile() {
|
|||
fi
|
||||
done
|
||||
|
||||
translate_cmd="$(PYTHON -2) ./pypy/translator/goal/translate.py $conf"
|
||||
translate_cmd="$(PYTHON -2) ./pypy-pypy-release-${PV}/pypy/translator/goal/translate.py $conf"
|
||||
echo ${_BOLD}"${translate_cmd}"${_NORMAL}
|
||||
${translate_cmd} || die "compile error"
|
||||
}
|
|
@ -1,6 +1,6 @@
|
|||
# Copyright 1999-2011 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/eclass/python.eclass,v 1.140 2011/11/18 23:37:03 vapier Exp $
|
||||
# $Header: /var/cvsroot/gentoo-x86/eclass/python.eclass,v 1.141 2011/11/30 08:55:18 djc Exp $
|
||||
|
||||
# @ECLASS: python.eclass
|
||||
# @MAINTAINER:
|
||||
|
@ -18,7 +18,7 @@ fi
|
|||
_CPYTHON2_GLOBALLY_SUPPORTED_ABIS=(2.4 2.5 2.6 2.7)
|
||||
_CPYTHON3_GLOBALLY_SUPPORTED_ABIS=(3.1 3.2)
|
||||
_JYTHON_GLOBALLY_SUPPORTED_ABIS=(2.5-jython)
|
||||
_PYPY_GLOBALLY_SUPPORTED_ABIS=(2.7-pypy-1.5)
|
||||
_PYPY_GLOBALLY_SUPPORTED_ABIS=(2.7-pypy-1.7)
|
||||
_PYTHON_GLOBALLY_SUPPORTED_ABIS=(${_CPYTHON2_GLOBALLY_SUPPORTED_ABIS[@]} ${_CPYTHON3_GLOBALLY_SUPPORTED_ABIS[@]} ${_JYTHON_GLOBALLY_SUPPORTED_ABIS[@]} ${_PYPY_GLOBALLY_SUPPORTED_ABIS[@]})
|
||||
|
||||
# ================================================================================================
|
||||
|
|
|
@ -1,3 +1,2 @@
|
|||
DIST freeciv-2.2.5.tar.bz2 35170438 RMD160 7f34e0d9c3ece7012665b1d1e4ae0be73759596b SHA1 b204c4ae581be632fd2385517ada62558d48e702 SHA256 9bd8bb20ae439d0cdfce8262fb44de33155c698cd15847bef32f8f28a9aad236
|
||||
DIST freeciv-2.2.7.tar.bz2 35094644 RMD160 a1114cd9805dfeeab238071f9b7736b948474dde SHA1 b7cf680a25e9006cb3a289a2e5c786dd385577cb SHA256 993dd1685dad8012225fdf434673515a194fa072b3d5bfb04952a98fb862d319
|
||||
DIST freeciv-2.3.0.tar.bz2 30239019 RMD160 1f017139c5ac4c24d1b4b6767aca84e18b9db31b SHA1 d4e871ad749e1807957df4e353fbb8f5510b7248 SHA256 f380f7f89a3478e8b2a68033b37325539248618508d94edf55b84e5e979fbefa
|
||||
DIST freeciv-2.3.1.tar.bz2 30528325 RMD160 84bb3f0381284b003a34c5a659f013c4fc75a3c4 SHA1 9d9ee9f48f4c945fc6525139d340443d5a25aac4 SHA256 236686fc7f9cf387aba26b6919a87a791fb23e8aabb19181823349983c986ad8
|
||||
|
|
|
@ -1,22 +0,0 @@
|
|||
diff -ru freeciv-2.2.0.orig/doc/man/Makefile.in freeciv-2.2.0/doc/man/Makefile.in
|
||||
--- freeciv-2.2.0.orig/doc/man/Makefile.in 2010-02-21 13:52:28.000000000 -0500
|
||||
+++ freeciv-2.2.0/doc/man/Makefile.in 2010-02-26 04:00:07.713504939 -0500
|
||||
@@ -347,8 +347,7 @@
|
||||
top_builddir = @top_builddir@
|
||||
top_srcdir = @top_srcdir@
|
||||
MAN_PAGES = \
|
||||
- freeciv-server.6 \
|
||||
- freeciv-client.6
|
||||
+ freeciv-server.6
|
||||
|
||||
MAN_LINKS = \
|
||||
freeciv-gtk2.6 \
|
||||
@@ -357,7 +356,7 @@
|
||||
freeciv-win32.6 \
|
||||
freeciv-ftwl.6
|
||||
|
||||
-man_MANS = $(MAN_PAGES) $(MAN_LINKS)
|
||||
+man_MANS = $(MAN_PAGES)
|
||||
EXTRA_DIST = $(man_MANS)
|
||||
all: all-am
|
||||
|
|
@ -1,22 +0,0 @@
|
|||
diff -ru freeciv-2.2.0.orig/doc/man/Makefile.in freeciv-2.2.0/doc/man/Makefile.in
|
||||
--- freeciv-2.2.0.orig/doc/man/Makefile.in 2010-02-21 13:52:28.000000000 -0500
|
||||
+++ freeciv-2.2.0/doc/man/Makefile.in 2010-02-26 04:00:07.713504939 -0500
|
||||
@@ -347,8 +347,7 @@
|
||||
top_builddir = @top_builddir@
|
||||
top_srcdir = @top_srcdir@
|
||||
MAN_PAGES = \
|
||||
- freeciv-server.6 \
|
||||
- freeciv-client.6
|
||||
+ freeciv-server.6
|
||||
|
||||
MAN_LINKS = \
|
||||
freeciv-gtk2.6 \
|
||||
@@ -357,7 +356,7 @@
|
||||
freeciv-win32.6 \
|
||||
freeciv-ftwl.6
|
||||
|
||||
-man_MANS = $(MAN_PAGES) $(MAN_LINKS)
|
||||
+man_MANS = $(MAN_PAGES)
|
||||
EXTRA_DIST = $(man_MANS)
|
||||
all: all-am
|
||||
|
21
games-strategy/freeciv/files/freeciv-2.3.1-clean-man.patch
Normal file
21
games-strategy/freeciv/files/freeciv-2.3.1-clean-man.patch
Normal file
|
@ -0,0 +1,21 @@
|
|||
--- doc/man/Makefile.in.orig 2011-08-19 14:54:02.163463916 -0400
|
||||
+++ doc/man/Makefile.in 2011-08-19 14:54:31.354583970 -0400
|
||||
@@ -360,8 +360,7 @@
|
||||
top_builddir = @top_builddir@
|
||||
top_srcdir = @top_srcdir@
|
||||
MAN_PAGES = \
|
||||
- freeciv-server.6 \
|
||||
- freeciv-client.6
|
||||
+ freeciv-server.6
|
||||
|
||||
MAN_LINKS = \
|
||||
freeciv-gtk2.6 \
|
||||
@@ -370,7 +369,7 @@
|
||||
freeciv-win32.6 \
|
||||
freeciv-ftwl.6
|
||||
|
||||
-man_MANS = $(MAN_PAGES) $(MAN_LINKS)
|
||||
+man_MANS = $(MAN_PAGES)
|
||||
EXTRA_DIST = $(MAN_LINKS)
|
||||
all: all-am
|
||||
|
|
@ -1,124 +0,0 @@
|
|||
# Copyright 1999-2011 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/games-strategy/freeciv/freeciv-2.2.5.ebuild,v 1.2 2011/05/05 11:02:15 phajdan.jr Exp $
|
||||
|
||||
EAPI=2
|
||||
inherit eutils gnome2-utils games-ggz games
|
||||
|
||||
DESCRIPTION="multiplayer strategy game (Civilization Clone)"
|
||||
HOMEPAGE="http://www.freeciv.org/"
|
||||
SRC_URI="mirror://sourceforge/freeciv/${P}.tar.bz2"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~ppc ~ppc64 x86"
|
||||
IUSE="auth dedicated ggz gtk ipv6 nls readline sdl +sound"
|
||||
|
||||
RDEPEND="readline? ( sys-libs/readline )
|
||||
sys-libs/zlib
|
||||
app-arch/bzip2
|
||||
auth? ( virtual/mysql )
|
||||
!dedicated? (
|
||||
nls? ( virtual/libintl )
|
||||
gtk? ( x11-libs/gtk+:2 )
|
||||
sdl? (
|
||||
media-libs/libsdl[video]
|
||||
media-libs/sdl-image[png]
|
||||
media-libs/freetype
|
||||
)
|
||||
!gtk? ( !sdl? ( x11-libs/gtk+:2 ) )
|
||||
sound? (
|
||||
media-libs/libsdl[audio]
|
||||
media-libs/sdl-mixer
|
||||
)
|
||||
ggz? ( games-board/ggz-gtk-client )
|
||||
media-libs/libpng
|
||||
)"
|
||||
DEPEND="${RDEPEND}
|
||||
dev-util/pkgconfig
|
||||
!dedicated? (
|
||||
nls? ( sys-devel/gettext )
|
||||
x11-proto/xextproto
|
||||
)"
|
||||
|
||||
src_prepare() {
|
||||
# install the .desktop in /usr/share/applications
|
||||
# install the icons in /usr/share/pixmaps
|
||||
sed -i \
|
||||
-e 's:^\(desktopfiledir = \).*:\1/usr/share/applications:' \
|
||||
-e 's:^\(icon[0-9]*dir = \)$(prefix)\(.*\):\1/usr\2:' \
|
||||
-e 's:^\(icon[0-9]*dir = \)$(datadir)\(.*\):\1/usr/share\2:' \
|
||||
client/Makefile.in \
|
||||
server/Makefile.in \
|
||||
data/Makefile.in \
|
||||
data/icons/Makefile.in \
|
||||
|| die "sed failed"
|
||||
|
||||
# remove civclient manpage if dedicated server
|
||||
if use dedicated ; then
|
||||
epatch "${FILESDIR}"/${P}-clean-man.patch
|
||||
fi
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
local myclient myopts
|
||||
|
||||
if use dedicated ; then
|
||||
myclient="no"
|
||||
else
|
||||
use sdl && myclient="${myclient} sdl"
|
||||
use gtk && myclient="${myclient} gtk"
|
||||
[[ -z ${myclient} ]] && myclient="gtk" # default to gtk if none specified
|
||||
myopts=$(use_with ggz ggz-client)
|
||||
fi
|
||||
|
||||
egamesconf \
|
||||
--disable-dependency-tracking \
|
||||
--localedir=/usr/share/locale \
|
||||
--with-ggzconfig=/usr/bin \
|
||||
--enable-noregistry="${GGZ_MODDIR}" \
|
||||
$(use_enable auth) \
|
||||
$(use_enable ipv6) \
|
||||
$(use_enable nls) \
|
||||
$(use_with readline) \
|
||||
$(use_enable sound sdl-mixer) \
|
||||
${myopts} \
|
||||
--enable-client="${myclient}"
|
||||
}
|
||||
|
||||
src_install() {
|
||||
emake DESTDIR="${D}" install || die "emake install failed"
|
||||
|
||||
if ! use dedicated ; then
|
||||
# Create and install the html manual. It can't be done for dedicated
|
||||
# servers, because the 'civmanual' tool is then not built. Also
|
||||
# delete civmanual from the GAMES_BINDIR, because it's then useless.
|
||||
# Note: to have it localized, it should be ran from _postinst, or
|
||||
# something like that, but then it's a PITA to avoid orphan files...
|
||||
./manual/civmanual || die "civmanual failed"
|
||||
dohtml manual*.html || die "dohtml failed"
|
||||
rm -f "${D}/${GAMES_BINDIR}"/civmanual
|
||||
use sdl && make_desktop_entry freeciv-sdl "Freeciv (SDL)" freeciv-client
|
||||
fi
|
||||
|
||||
dodoc ChangeLog NEWS doc/{BUGS,CodingStyle,HACKING,HOWTOPLAY,README*,TODO}
|
||||
rm -rf "${D}$(games_get_libdir)"
|
||||
|
||||
prepgamesdirs
|
||||
}
|
||||
|
||||
pkg_preinst() {
|
||||
games_pkg_preinst
|
||||
gnome2_icon_savelist
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
games_pkg_postinst
|
||||
games-ggz_update_modules
|
||||
gnome2_icon_cache_update
|
||||
}
|
||||
|
||||
pkg_postrm() {
|
||||
games-ggz_update_modules
|
||||
gnome2_icon_cache_update
|
||||
}
|
|
@ -1,6 +1,6 @@
|
|||
# Copyright 1999-2011 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/games-strategy/freeciv/freeciv-2.2.7.ebuild,v 1.1 2011/08/03 16:28:49 mr_bones_ Exp $
|
||||
# $Header: /var/cvsroot/gentoo-x86/games-strategy/freeciv/freeciv-2.3.1.ebuild,v 1.1 2011/11/30 07:59:37 mr_bones_ Exp $
|
||||
|
||||
EAPI=2
|
||||
inherit eutils gnome2-utils games-ggz games
|
||||
|
@ -45,11 +45,12 @@ src_prepare() {
|
|||
# install the .desktop in /usr/share/applications
|
||||
# install the icons in /usr/share/pixmaps
|
||||
sed -i \
|
||||
-e 's:^\(desktopfiledir = \).*:\1/usr/share/applications:' \
|
||||
-e 's:^.*\(desktopfiledir = \).*:\1/usr/share/applications:' \
|
||||
-e 's:^\(icon[0-9]*dir = \)$(prefix)\(.*\):\1/usr\2:' \
|
||||
-e 's:^\(icon[0-9]*dir = \)$(datadir)\(.*\):\1/usr/share\2:' \
|
||||
client/Makefile.in \
|
||||
server/Makefile.in \
|
||||
modinst/Makefile.in \
|
||||
data/Makefile.in \
|
||||
data/icons/Makefile.in \
|
||||
|| die "sed failed"
|
||||
|
@ -95,7 +96,7 @@ src_install() {
|
|||
# delete civmanual from the GAMES_BINDIR, because it's then useless.
|
||||
# Note: to have it localized, it should be ran from _postinst, or
|
||||
# something like that, but then it's a PITA to avoid orphan files...
|
||||
./manual/civmanual || die "civmanual failed"
|
||||
./manual/freeciv-manual || die "freeciv-manual failed"
|
||||
dohtml manual*.html || die "dohtml failed"
|
||||
rm -f "${D}/${GAMES_BINDIR}"/civmanual
|
||||
use sdl && make_desktop_entry freeciv-sdl "Freeciv (SDL)" freeciv-client
|
|
@ -1,11 +1,11 @@
|
|||
#!/sbin/runscript
|
||||
# Copyright 1999-2004 Gentoo Foundation
|
||||
# Copyright 1999-2011 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/mail-filter/postgrey/files/postgrey.rc.new,v 1.10 2008/05/21 18:45:44 dertobi123 Exp $
|
||||
# $Header: /var/cvsroot/gentoo-x86/mail-filter/postgrey/files/postgrey.rc.new,v 1.11 2011/11/30 08:40:51 eras Exp $
|
||||
|
||||
conf="/etc/conf.d/postgrey"
|
||||
|
||||
opts="${opts} reload"
|
||||
extra_started_commands="reload"
|
||||
|
||||
depend() {
|
||||
need net
|
||||
|
|
|
@ -7,7 +7,7 @@ DIST postfix-2.8.4.tar.gz 3646391 RMD160 fbeb785c5ed08febf5cf71ea375b10120c1f62b
|
|||
DIST postfix-2.8.5.tar.gz 3647010 RMD160 db4761f14b146c233426fa1afe49782e64f0c9e0 SHA1 49ef711c80b5a3434258ab24ae00940932503e80 SHA256 f8ed6c98bf5058c363da936a8034c64cee38ca67110e9212491de862116e1c17
|
||||
DIST postfix-2.8.6.tar.gz 3647498 RMD160 1f85ff0e9432109342436144f6963d39b79910e1 SHA1 32613ad01cad10ae04aad626f9a69ac9126b3d28 SHA256 8b427a5dfe95da98918fcafce4032bac5d6190603fbc090da3c5c3a22c74dae5
|
||||
DIST postfix-2.8.7.tar.gz 3647643 RMD160 ab0700f8f340fad11bf2a294a36ff1d70a1a8783 SHA1 81c87aceff4d9af67a304354bab9c99ac98fc8a0 SHA256 5c13465ab47414e9aa2e857851eff1a3f020cebd056e0dde6094ece3552806e5
|
||||
DIST postfix-2.9-20111127.tar.gz 3699038 RMD160 edd8be209feb4a3d12f9656755652ceb05b38d9c SHA1 9ef3e06bab5af7550a2be7c820207caf8db364df SHA256 fd0a13dd6bd5555bf25b560ab8fa9a5a0b9e861f1485017c903d2f25f88b2723
|
||||
DIST postfix-2.9-20111129.tar.gz 3700617 RMD160 641b27b380da20b728e69708bcb9e40a5e652583 SHA1 d798cf68b5ebef7fb945c1e0b88e19285963f953 SHA256 de009001c7247af9952fe3d5b1ed0aa1630818c5c89d0a669d2e3e4086a80167
|
||||
DIST postfix-vda-2.7.2.patch 59667 RMD160 ebec1fa4a4c6b3c0160407b09aacf8357c936148 SHA1 ac712922f45856965118fa7b8551ece1ccb524db SHA256 f9b12376983833ef9305f7696e9792b62058f242ff2630aeb0866cf686f0a14b
|
||||
DIST postfix-vda-v10-2.8.1.patch 56777 RMD160 42f6351d645cc7a211aea86cc35e1f3b10b50da1 SHA1 6b36480be036e7b7aa834fd904a2aa57c537cd40 SHA256 13ca7430b68dc19e21ee26c1c1109e1527a656777fa2f224cd3ce2d594435f12
|
||||
DIST postfix-vda-v10-2.8.3.patch 56777 RMD160 ce30005d590d884c589612e65dbd34cbdbf84a31 SHA1 c27217b9af33c86a44bbb4469b7ebd4203210f7a SHA256 02599bdf16e7d77fe6043d1dac972daecdd40c4b2758579200d6ccb11e83acaa
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Copyright 1999-2011 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/postfix-2.9_pre20111127.ebuild,v 1.1 2011/11/28 12:00:11 eras Exp $
|
||||
# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/postfix-2.9_pre20111129.ebuild,v 1.1 2011/11/30 07:31:04 eras Exp $
|
||||
|
||||
EAPI=4
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
# Copyright 1999-2011 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/media-libs/liblrdf/liblrdf-0.5.0.ebuild,v 1.3 2011/11/29 16:30:02 ssuominen Exp $
|
||||
# $Header: /var/cvsroot/gentoo-x86/media-libs/liblrdf/liblrdf-0.5.0.ebuild,v 1.4 2011/11/30 03:26:57 jer Exp $
|
||||
|
||||
EAPI=4
|
||||
inherit autotools
|
||||
|
@ -11,7 +11,7 @@ SRC_URI="http://github.com/swh/LRDF/tarball/${PV} -> ${P}.tar.gz"
|
|||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
|
||||
KEYWORDS="amd64 hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
|
||||
IUSE="static-libs"
|
||||
|
||||
RDEPEND=">=dev-libs/openssl-1
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Copyright 1999-2011 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/media-libs/libpng/libpng-1.5.6.ebuild,v 1.2 2011/11/28 19:22:59 ssuominen Exp $
|
||||
# $Header: /var/cvsroot/gentoo-x86/media-libs/libpng/libpng-1.5.6.ebuild,v 1.3 2011/11/30 03:57:16 jer Exp $
|
||||
|
||||
# WARNING: media-gfx/optipng is shipping internal copy of libpng14. Look out for
|
||||
# security.
|
||||
|
@ -16,7 +16,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz
|
|||
|
||||
LICENSE="as-is"
|
||||
SLOT="0"
|
||||
KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
|
||||
KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
|
||||
IUSE="apng static-libs"
|
||||
|
||||
RDEPEND="sys-libs/zlib"
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
DIST MesaLib-7.10.2.tar.bz2 5863551 RMD160 4e5cfdf3b66f1b05d1aefd5267fe157e542f6ac2 SHA1 71bbb2686230f6334aa625a951b58b4b2d5d6aa0 SHA256 8ced2678ce11cf30804694a92ea3ca6b82f158ae8995bdc626c7e85aac71c7c1
|
||||
DIST MesaLib-7.10.3.tar.bz2 6056837 RMD160 bd9800a0cf98560a4424742cac635b4c07a39647 SHA1 e1fe8bad90bb24cc4b25a42932c277a0e0d7a2ac SHA256 1e701fc839b872677ddca9ed8784d754c9da1fbeda98173980e06aa7df0e85c0
|
||||
DIST MesaLib-7.11.1.tar.bz2 6255382 RMD160 4d63a0485eaa26d61f08249b209245eed16b11bb SHA1 226ce14d3adf8fe5a6d98f785bb5f63d2a8656da SHA256 229a8b38502147fbbb99665ed9b892d194ebcb5f5875a1701a54acea94a9c8c9
|
||||
DIST MesaLib-7.11.2.tar.bz2 6257280 RMD160 656ded1db6c1f6fdd15a3f2cdee1b895d393bcea SHA1 5981ac2de8438e5f4a1f3561f2044d700c5f0de9 SHA256 57746aa8c60bc6f5596ec6c6c7274de40fa12edce5ec33fe899e704fa00b5357
|
||||
DIST MesaLib-7.11.tar.bz2 6559702 RMD160 1637654c0f8e9e581753057f439f41bfdf7d7638 SHA1 942358e42dcfaac966c643fe39375549c8638b68 SHA256 f8bf37a00882840a3e3d327576bc26a79ae7f4e18fe1f7d5f17a5b1c80dd7acf
|
||||
DIST MesaLib-7.9.2.tar.bz2 5648858 RMD160 d6665c1eb1035b9bebc743401355c39aaffcdf5c SHA1 973d27e49654b7bd1ed0d3c4c986d26d25ccabed SHA256 6b54c96ba0673c3f088bf9a56c2d64a6e54831a1065dedf0ac234d7cd5151253
|
||||
DIST mesa-7.10.1-gentoo-patches-01.tar.bz2 5488 RMD160 acc52b4f05b82a98e7994dc005699630270de360 SHA1 f38c616eeacbeebe597ed4bc98b84a41caa18108 SHA256 31cd4f6d1a0a70249c40452919074856d120cd473a01a8457e3dc147a1b622d8
|
||||
|
|
369
media-libs/mesa/mesa-7.11.2.ebuild
Normal file
369
media-libs/mesa/mesa-7.11.2.ebuild
Normal file
|
@ -0,0 +1,369 @@
|
|||
# Copyright 1999-2011 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-7.11.2.ebuild,v 1.1 2011/11/30 01:11:02 chithanh Exp $
|
||||
|
||||
EAPI=3
|
||||
|
||||
EGIT_REPO_URI="git://anongit.freedesktop.org/mesa/mesa"
|
||||
|
||||
if [[ ${PV} = 9999* ]]; then
|
||||
GIT_ECLASS="git-2"
|
||||
EXPERIMENTAL="true"
|
||||
fi
|
||||
|
||||
inherit base autotools multilib flag-o-matic python toolchain-funcs ${GIT_ECLASS}
|
||||
|
||||
OPENGL_DIR="xorg-x11"
|
||||
|
||||
MY_PN="${PN/m/M}"
|
||||
MY_P="${MY_PN}-${PV/_/-}"
|
||||
MY_SRC_P="${MY_PN}Lib-${PV/_/-}"
|
||||
|
||||
FOLDER="${PV/_rc*/}"
|
||||
|
||||
DESCRIPTION="OpenGL-like graphic library for Linux"
|
||||
HOMEPAGE="http://mesa3d.sourceforge.net/"
|
||||
|
||||
#SRC_PATCHES="mirror://gentoo/${P}-gentoo-patches-01.tar.bz2"
|
||||
if [[ $PV = 9999* ]]; then
|
||||
SRC_URI="${SRC_PATCHES}"
|
||||
else
|
||||
SRC_URI="ftp://ftp.freedesktop.org/pub/mesa/${FOLDER}/${MY_SRC_P}.tar.bz2
|
||||
${SRC_PATCHES}"
|
||||
fi
|
||||
|
||||
LICENSE="MIT LGPL-3 SGI-B-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris"
|
||||
|
||||
INTEL_CARDS="intel"
|
||||
RADEON_CARDS="radeon"
|
||||
VIDEO_CARDS="${INTEL_CARDS} ${RADEON_CARDS} mach64 mga nouveau r128 savage sis vmware tdfx via"
|
||||
for card in ${VIDEO_CARDS}; do
|
||||
IUSE_VIDEO_CARDS+=" video_cards_${card}"
|
||||
done
|
||||
|
||||
IUSE="${IUSE_VIDEO_CARDS}
|
||||
bindist +classic debug +egl +gallium gbm gles +llvm motif +nptl openvg osmesa pic pax_kernel selinux shared-dricore +shared-glapi kernel_FreeBSD"
|
||||
|
||||
LIBDRM_DEPSTRING=">=x11-libs/libdrm-2.4.24"
|
||||
# not a runtime dependency of this package, but dependency of packages which
|
||||
# depend on this package, bug #342393
|
||||
EXTERNAL_DEPEND="
|
||||
>=x11-proto/dri2proto-2.2
|
||||
>=x11-proto/glproto-1.4.11
|
||||
"
|
||||
# keep correct libdrm and dri2proto dep
|
||||
# keep blocks in rdepend for binpkg
|
||||
RDEPEND="${EXTERNAL_DEPEND}
|
||||
!<x11-base/xorg-server-1.7
|
||||
!<=x11-proto/xf86driproto-2.0.3
|
||||
classic? ( app-admin/eselect-mesa )
|
||||
gallium? ( app-admin/eselect-mesa )
|
||||
app-admin/eselect-opengl
|
||||
dev-libs/expat
|
||||
gbm? ( sys-fs/udev )
|
||||
x11-libs/libICE
|
||||
>=x11-libs/libX11-1.3.99.901
|
||||
x11-libs/libXdamage
|
||||
x11-libs/libXext
|
||||
x11-libs/libXi
|
||||
x11-libs/libXmu
|
||||
x11-libs/libXxf86vm
|
||||
motif? ( x11-libs/openmotif )
|
||||
gallium? (
|
||||
llvm? ( >=sys-devel/llvm-2.8 )
|
||||
)
|
||||
${LIBDRM_DEPSTRING}[video_cards_nouveau?,video_cards_vmware?]
|
||||
"
|
||||
for card in ${INTEL_CARDS}; do
|
||||
RDEPEND="${RDEPEND}
|
||||
video_cards_${card}? ( ${LIBDRM_DEPSTRING}[video_cards_intel] )
|
||||
"
|
||||
done
|
||||
|
||||
for card in ${RADEON_CARDS}; do
|
||||
RDEPEND="${RDEPEND}
|
||||
video_cards_${card}? ( ${LIBDRM_DEPSTRING}[video_cards_radeon] )
|
||||
"
|
||||
done
|
||||
|
||||
DEPEND="${RDEPEND}
|
||||
=dev-lang/python-2*
|
||||
dev-libs/libxml2[python]
|
||||
dev-util/pkgconfig
|
||||
sys-devel/bison
|
||||
sys-devel/flex
|
||||
x11-misc/makedepend
|
||||
x11-proto/inputproto
|
||||
>=x11-proto/xextproto-7.0.99.1
|
||||
x11-proto/xf86driproto
|
||||
x11-proto/xf86vidmodeproto
|
||||
"
|
||||
|
||||
S="${WORKDIR}/${MY_P}"
|
||||
|
||||
# It is slow without texrels, if someone wants slow
|
||||
# mesa without texrels +pic use is worth the shot
|
||||
QA_EXECSTACK="usr/lib*/opengl/xorg-x11/lib/libGL.so*"
|
||||
QA_WX_LOAD="usr/lib*/opengl/xorg-x11/lib/libGL.so*"
|
||||
|
||||
# Think about: ggi, fbcon, no-X configs
|
||||
|
||||
pkg_setup() {
|
||||
# gcc 4.2 has buggy ivopts
|
||||
if [[ $(gcc-version) = "4.2" ]]; then
|
||||
append-flags -fno-ivopts
|
||||
fi
|
||||
|
||||
# recommended by upstream
|
||||
append-flags -ffast-math
|
||||
# workaround toc-issue wrt #386545
|
||||
use ppc64 && append-flags -mminimal-toc
|
||||
|
||||
python_set_active_version 2
|
||||
python_pkg_setup
|
||||
}
|
||||
|
||||
src_unpack() {
|
||||
default
|
||||
[[ $PV = 9999* ]] && git-2_src_unpack
|
||||
}
|
||||
|
||||
src_prepare() {
|
||||
# apply patches
|
||||
if [[ ${PV} != 9999* && -n ${SRC_PATCHES} ]]; then
|
||||
EPATCH_FORCE="yes" \
|
||||
EPATCH_SOURCE="${WORKDIR}/patches" \
|
||||
EPATCH_SUFFIX="patch" \
|
||||
epatch
|
||||
fi
|
||||
# fix for hardened pax_kernel, bug 240956
|
||||
[[ ${PV} != 9999* ]] && epatch "${FILESDIR}"/glx_ro_text_segm.patch
|
||||
|
||||
# FreeBSD 6.* doesn't have posix_memalign().
|
||||
if [[ ${CHOST} == *-freebsd6.* ]]; then
|
||||
sed -i \
|
||||
-e "s/-DHAVE_POSIX_MEMALIGN//" \
|
||||
configure.ac || die
|
||||
fi
|
||||
# Solaris needs some recent POSIX stuff in our case
|
||||
if [[ ${CHOST} == *-solaris* ]] ; then
|
||||
sed -i -e "s/-DSVR4/-D_POSIX_C_SOURCE=200112L/" configure.ac || die
|
||||
sed -i -e 's/uint/unsigned int/g' src/egl/drivers/glx/egl_glx.c || die
|
||||
fi
|
||||
|
||||
# In order for mesa to complete it's build process we need to use a tool
|
||||
# that it compiles. When we cross compile this clearly does not work
|
||||
# so we require mesa to be built on the host system first. -solar
|
||||
if tc-is-cross-compiler; then
|
||||
sed -i -e "s#^GLSL_CL = .*\$#GLSL_CL = glsl_compiler#g" \
|
||||
"${S}"/src/mesa/shader/slang/library/Makefile || die
|
||||
fi
|
||||
|
||||
base_src_prepare
|
||||
|
||||
eautoreconf
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
local myconf
|
||||
|
||||
if use classic; then
|
||||
# Configurable DRI drivers
|
||||
driver_enable swrast
|
||||
driver_enable video_cards_intel i810 i915 i965
|
||||
driver_enable video_cards_nouveau nouveau
|
||||
driver_enable video_cards_mach64 mach64
|
||||
driver_enable video_cards_mga mga
|
||||
driver_enable video_cards_r128 r128
|
||||
driver_enable video_cards_radeon radeon r200 r300 r600
|
||||
driver_enable video_cards_savage savage
|
||||
driver_enable video_cards_sis sis
|
||||
driver_enable video_cards_tdfx tdfx
|
||||
driver_enable video_cards_via unichrome
|
||||
fi
|
||||
|
||||
myconf+="
|
||||
$(use_enable !bindist texture-float)
|
||||
$(use_enable gles gles1)
|
||||
$(use_enable gles gles2)
|
||||
$(use_enable egl)
|
||||
"
|
||||
if use egl; then
|
||||
use shared-glapi || die "egl needs shared-glapi. Please either enable shared-glapi or disable the egl use flag ."
|
||||
myconf+="
|
||||
--with-egl-platforms=x11$(use gbm && echo ",drm")
|
||||
$(use_enable gallium gallium-egl)
|
||||
"
|
||||
fi
|
||||
|
||||
if use !gallium && use !classic; then
|
||||
ewarn "You enabled neither classic nor gallium USE flags. No hardware"
|
||||
ewarn "drivers will be built."
|
||||
fi
|
||||
if use gallium; then
|
||||
myconf+="
|
||||
--with-state-trackers=glx,dri$(use egl && echo ",egl")$(use openvg && echo ",vega")
|
||||
$(use_enable llvm gallium-llvm)
|
||||
$(use_enable openvg)
|
||||
"
|
||||
gallium_enable swrast
|
||||
gallium_enable video_cards_vmware svga
|
||||
gallium_enable video_cards_nouveau nouveau
|
||||
gallium_enable video_cards_intel i915 i965
|
||||
gallium_enable video_cards_radeon r300 r600
|
||||
fi
|
||||
|
||||
# x86 hardened pax_kernel needs glx-rts, bug 240956
|
||||
if use pax_kernel; then
|
||||
myconf+="
|
||||
$(use_enable x86 glx-rts)
|
||||
"
|
||||
fi
|
||||
|
||||
# --with-driver=dri|xlib|osmesa || do we need osmesa?
|
||||
econf \
|
||||
--disable-option-checking \
|
||||
--with-driver=dri \
|
||||
--disable-glut \
|
||||
--without-demos \
|
||||
--enable-xcb \
|
||||
$(use_enable debug) \
|
||||
$(use_enable gbm) \
|
||||
$(use_enable motif glw) \
|
||||
$(use_enable motif) \
|
||||
$(use_enable nptl glx-tls) \
|
||||
$(use_enable osmesa) \
|
||||
$(use_enable !pic asm) \
|
||||
$(use_enable shared-dricore) \
|
||||
$(use_enable shared-glapi) \
|
||||
--with-dri-drivers=${DRI_DRIVERS} \
|
||||
--with-gallium-drivers=${GALLIUM_DRIVERS} \
|
||||
${myconf}
|
||||
}
|
||||
|
||||
src_install() {
|
||||
base_src_install
|
||||
|
||||
# Save the glsl-compiler for later use
|
||||
if ! tc-is-cross-compiler; then
|
||||
dobin "${S}"/src/glsl/glsl_compiler || die
|
||||
fi
|
||||
# Remove redundant headers
|
||||
# GLUT thing
|
||||
rm -f "${ED}"/usr/include/GL/glut*.h || die "Removing glut include failed."
|
||||
# Glew includes
|
||||
rm -f "${ED}"/usr/include/GL/{glew,glxew,wglew}.h \
|
||||
|| die "Removing glew includes failed."
|
||||
|
||||
# Install config file for eselect mesa
|
||||
insinto /usr/share/mesa
|
||||
newins "${FILESDIR}/eselect-mesa.conf.7.11" eselect-mesa.conf || die
|
||||
|
||||
# Move libGL and others from /usr/lib to /usr/lib/opengl/blah/lib
|
||||
# because user can eselect desired GL provider.
|
||||
ebegin "Moving libGL and friends for dynamic switching"
|
||||
dodir /usr/$(get_libdir)/opengl/${OPENGL_DIR}/{lib,extensions,include}
|
||||
local x
|
||||
for x in "${ED}"/usr/$(get_libdir)/libGL.{la,a,so*}; do
|
||||
if [ -f ${x} -o -L ${x} ]; then
|
||||
mv -f "${x}" "${ED}"/usr/$(get_libdir)/opengl/${OPENGL_DIR}/lib \
|
||||
|| die "Failed to move ${x}"
|
||||
fi
|
||||
done
|
||||
for x in "${ED}"/usr/include/GL/{gl.h,glx.h,glext.h,glxext.h}; do
|
||||
if [ -f ${x} -o -L ${x} ]; then
|
||||
mv -f "${x}" "${ED}"/usr/$(get_libdir)/opengl/${OPENGL_DIR}/include \
|
||||
|| die "Failed to move ${x}"
|
||||
fi
|
||||
done
|
||||
eend $?
|
||||
|
||||
if use classic || use gallium; then
|
||||
ebegin "Moving DRI/Gallium drivers for dynamic switching"
|
||||
local gallium_drivers=( i915_dri.so i965_dri.so r300_dri.so r600_dri.so swrast_dri.so )
|
||||
keepdir /usr/$(get_libdir)/dri
|
||||
dodir /usr/$(get_libdir)/mesa
|
||||
for x in ${gallium_drivers[@]}; do
|
||||
if [ -f "${S}/$(get_libdir)/gallium/${x}" ]; then
|
||||
mv -f "${ED}/usr/$(get_libdir)/dri/${x}" "${ED}/usr/$(get_libdir)/dri/${x/_dri.so/g_dri.so}" \
|
||||
|| die "Failed to move ${x}"
|
||||
insinto "/usr/$(get_libdir)/dri/"
|
||||
if [ -f "${S}/$(get_libdir)/${x}" ]; then
|
||||
insopts -m0755
|
||||
doins "${S}/$(get_libdir)/${x}" || die "failed to install ${x}"
|
||||
fi
|
||||
fi
|
||||
done
|
||||
for x in "${ED}"/usr/$(get_libdir)/dri/*.so; do
|
||||
if [ -f ${x} -o -L ${x} ]; then
|
||||
mv -f "${x}" "${x/dri/mesa}" \
|
||||
|| die "Failed to move ${x}"
|
||||
fi
|
||||
done
|
||||
pushd "${ED}"/usr/$(get_libdir)/dri || die "pushd failed"
|
||||
ln -s ../mesa/*.so . || die "Creating symlink failed"
|
||||
# remove symlinks to drivers known to eselect
|
||||
for x in ${gallium_drivers[@]}; do
|
||||
if [ -f ${x} -o -L ${x} ]; then
|
||||
rm "${x}" || die "Failed to remove ${x}"
|
||||
fi
|
||||
done
|
||||
popd
|
||||
eend $?
|
||||
fi
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
# Switch to the xorg implementation.
|
||||
echo
|
||||
eselect opengl set --use-old ${OPENGL_DIR}
|
||||
# Select classic/gallium drivers
|
||||
if use classic || use gallium; then
|
||||
eselect mesa set --auto
|
||||
fi
|
||||
|
||||
# warn about patent encumbered texture-float
|
||||
if use !bindist; then
|
||||
elog "USE=\"bindist\" was not set. Potentially patent encumbered code was"
|
||||
elog "enabled."
|
||||
fi
|
||||
}
|
||||
|
||||
# $1 - VIDEO_CARDS flag
|
||||
# other args - names of DRI drivers to enable
|
||||
# TODO: avoid code duplication for a more elegant implementation
|
||||
driver_enable() {
|
||||
case $# in
|
||||
# for enabling unconditionally
|
||||
1)
|
||||
DRI_DRIVERS+=",$1"
|
||||
;;
|
||||
*)
|
||||
if use $1; then
|
||||
shift
|
||||
for i in $@; do
|
||||
DRI_DRIVERS+=",${i}"
|
||||
done
|
||||
fi
|
||||
;;
|
||||
esac
|
||||
}
|
||||
|
||||
gallium_enable() {
|
||||
case $# in
|
||||
# for enabling unconditionally
|
||||
1)
|
||||
GALLIUM_DRIVERS+=",$1"
|
||||
;;
|
||||
*)
|
||||
if use $1; then
|
||||
shift
|
||||
for i in $@; do
|
||||
GALLIUM_DRIVERS+=",${i}"
|
||||
done
|
||||
fi
|
||||
;;
|
||||
esac
|
||||
}
|
|
@ -2,3 +2,4 @@ DIST font-arial-cp1250.tar.bz2 249705 RMD160 a2fc7ae07b0d80936ea58e168e1047efccb
|
|||
DIST font-arial-iso-8859-1.tar.bz2 234242 RMD160 666697cd5efd9387057a898c714175e7c2aacbcd SHA1 152c40bf20de34aa8802d7f80d34d673b0b67212 SHA256 9730f481764f367c9089d0166fb6ccf9148808ffbbfeca635cf0e6db75765d29
|
||||
DIST font-arial-iso-8859-2.tar.bz2 222208 RMD160 562d4d92c4f5f3d537340fde3ad8d1495ac41acb SHA1 7b99bbe0e9ba89a57eccbea8f93c453c4f268181 SHA256 71debfc960007c2f6242dfc91e8b1c005b30a99e129aeb00ab8c03f4371b41c1
|
||||
DIST mplayer2-2.0.tar.xz 3675080 RMD160 7dc37f0071a9a8bc348a40b26b480a365a904d62 SHA1 0df8d4e5484128b7b28029273b7704ab5d5419bc SHA256 f1d17397bbdfcff2220d8b4bc17e7de5b78488736e21dca2df0d8a3216c85910
|
||||
DIST mplayer2-2.0_p20111126.tar.xz 3349400 RMD160 7ba89e64d3421fba99fd8ed80b5ad66ea324b14f SHA1 0992f7450e84b6c3d55486edc6ca430dee2260a7 SHA256 540229ddaf0ca183c2e18da74713aa3d58713a38a8fcb306a6ce677d6a330d1e
|
||||
|
|
|
@ -21,6 +21,7 @@
|
|||
</longdescription>
|
||||
<use>
|
||||
<flag name="3dnowext">Enable 3dnowext cpu instructions</flag>
|
||||
<flag name="amr">Enables Adaptive Multi-Rate format support</flag>
|
||||
<flag name="ass">SRT/SSA/ASS (SubRip / SubStation Alpha) subtitle support</flag>
|
||||
<flag name="bl">Blinkenlights video output</flag>
|
||||
<flag name="bluray">Enable playback of Blu-ray filesystems</flag>
|
||||
|
@ -28,6 +29,7 @@
|
|||
<flag name="cdio">Use libcdio for CD support (instead of cdparanoia)</flag>
|
||||
<flag name="cpudetection">Enables runtime CPU detection (useful for bindist, compatibility on other CPUs)</flag>
|
||||
<flag name="custom-cpuopts">Fine-tune custom CPU optimizations (UNSUPPORTED)</flag>
|
||||
<flag name="dirac">Enable Dirac video support (an advanced royalty-free video compression format) via the reference library: dirac.</flag>
|
||||
<flag name="dvdnav">Use forked libdvdnav, navigate menus in GUIs</flag>
|
||||
<flag name="dxr3">Enable DXR3/H+ video output</flag>
|
||||
<flag name="enca">Enables support for charset discovery and conversion</flag>
|
||||
|
@ -46,11 +48,14 @@
|
|||
<flag name="rar">Enable Unique RAR File Library</flag>
|
||||
<flag name="real">Adds real audo/video support</flag>
|
||||
<flag name="rtc">Enables usage of the linux real time clock. The alternative is software emulation of rtc</flag>
|
||||
<flag name="rtmp">Enables RTMP support through librtmp</flag>
|
||||
<flag name="schroedinger">Enable Dirac video support (an advanced royalty-free video compression format) via libschroedinger (high-speed implementation in C of the Dirac codec).</flag>
|
||||
<flag name="shm">Enable support for shm</flag>
|
||||
<flag name="ssse3">Faster floating point optimization for SSSE3 capable chips (Intel Core 2 and later chips)</flag>
|
||||
<flag name="tga">Enables Targa video output</flag>
|
||||
<flag name="vdpau">Enables experimental VDPAU support (requires nVidia video cards) to offload MPEG2/MPEG4/VC1/WMV CPU processing to video card</flag>
|
||||
<flag name="xanim">Enables support for xanim based codecs</flag>
|
||||
<flag name="vpx">Enables vp8 codec support using libvpx: Decoding vp8 does not require this to be enabled but libvpx can also be used for decoding; encoding vp8 requires this useflag to be enabled though.</flag>
|
||||
<flag name="xanim">Enables support for xanim based codecs</flag>
|
||||
<flag name="xvmc">Enables X-Video Motion Compensation support</flag>
|
||||
</use>
|
||||
</pkgmetadata>
|
||||
|
|
616
media-video/mplayer2/mplayer2-2.0_p20111126.ebuild
Normal file
616
media-video/mplayer2/mplayer2-2.0_p20111126.ebuild
Normal file
|
@ -0,0 +1,616 @@
|
|||
# Copyright 1999-2011 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/media-video/mplayer2/mplayer2-2.0_p20111126.ebuild,v 1.1 2011/11/30 04:49:34 lu_zero Exp $
|
||||
|
||||
EAPI=4
|
||||
|
||||
[[ ${PV} = *9999* ]] && VCS_ECLASS="git-2" || VCS_ECLASS=""
|
||||
|
||||
inherit toolchain-funcs eutils flag-o-matic multilib base ${VCS_ECLASS}
|
||||
|
||||
NAMESUF="${PN/mplayer/}"
|
||||
DESCRIPTION="Media Player for Linux"
|
||||
HOMEPAGE="http://www.mplayer2.org/"
|
||||
|
||||
if [[ ${PV} == *9999* ]]; then
|
||||
EGIT_REPO_URI="git://git.mplayer2.org/mplayer2.git"
|
||||
else
|
||||
RELEASE_URI="http://dev.gentoo.org/~lu_zero/${PN}/${P}.tar.xz"
|
||||
fi
|
||||
SRC_URI="${RELEASE_URI}
|
||||
!truetype? (
|
||||
mirror://mplayer/releases/fonts/font-arial-iso-8859-1.tar.bz2
|
||||
mirror://mplayer/releases/fonts/font-arial-iso-8859-2.tar.bz2
|
||||
mirror://mplayer/releases/fonts/font-arial-cp1250.tar.bz2
|
||||
)
|
||||
"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
if [[ ${PV} == *9999* ]]; then
|
||||
KEYWORDS=""
|
||||
else
|
||||
KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux"
|
||||
fi
|
||||
IUSE="3dnow 3dnowext +a52 aalib +alsa altivec aqua +ass bidi bindist bl
|
||||
bluray bs2b +bzip2 cddb +cdio cdparanoia cpudetection custom-cpuopts
|
||||
custom-cflags debug dga +dirac directfb doc +dts +dv dvb +dvd +dvdnav
|
||||
dxr3 +enca esd +faad fbcon ftp gif ggi gsm +iconv ipv6 jack joystick
|
||||
jpeg jpeg2k kernel_linux ladspa libcaca lirc +live mad md5sum +mmx
|
||||
mmxext mng +mp3 nas +network nut amr +opengl oss png pnm pulseaudio
|
||||
pvr +quicktime radio +rar +real +rtc rtmp samba +shm +schroedinger
|
||||
sdl +speex sse sse2 ssse3 tga +theora threads +truetype +unicode
|
||||
v4l vdpau +vorbis vpx win32codecs +X xanim xinerama +xscreensaver
|
||||
+xv xvid
|
||||
"
|
||||
IUSE+=" symlink"
|
||||
|
||||
VIDEO_CARDS="s3virge mga tdfx vesa"
|
||||
for x in ${VIDEO_CARDS}; do
|
||||
IUSE+=" video_cards_${x}"
|
||||
done
|
||||
|
||||
# bindist does not cope with win32codecs, which are nonfree
|
||||
REQUIRED_USE="bindist? ( !win32codecs )
|
||||
cdio? ( !cdparanoia )
|
||||
cddb? ( || ( cdio cdparanoia ) network )
|
||||
dvdnav? ( dvd )
|
||||
radio? ( || ( dvb v4l ) )
|
||||
dga? ( X )
|
||||
dxr3? ( X )
|
||||
ggi? ( X )
|
||||
opengl? ( X )
|
||||
vdpau? ( X )
|
||||
xinerama? ( X )
|
||||
xscreensaver? ( X )
|
||||
xv? ( X )
|
||||
"
|
||||
|
||||
FONT_RDEPS="
|
||||
virtual/ttf-fonts
|
||||
media-libs/fontconfig
|
||||
>=media-libs/freetype-2.2.1:2
|
||||
"
|
||||
# Rar: althrought -gpl version is nice, it cant do most functions normal rars can
|
||||
# nemesi? ( net-libs/libnemesi )
|
||||
# virtual/ffmpeg does not have all USE
|
||||
LIBAV_USE="[amr?,bzip2?,dirac?,gsm?,jpeg2k?,rtmp?,schroedinger?,threads?,vpx?]"
|
||||
RDEPEND+="
|
||||
sys-libs/ncurses
|
||||
sys-libs/zlib
|
||||
!bindist? (
|
||||
x86? (
|
||||
win32codecs? ( media-libs/win32codecs )
|
||||
)
|
||||
)
|
||||
X? (
|
||||
x11-libs/libXext
|
||||
x11-libs/libXxf86vm
|
||||
dga? ( x11-libs/libXxf86dga )
|
||||
ggi? (
|
||||
media-libs/libggi
|
||||
media-libs/libggiwmh
|
||||
)
|
||||
opengl? ( virtual/opengl )
|
||||
vdpau? ( x11-libs/libvdpau )
|
||||
xinerama? ( x11-libs/libXinerama )
|
||||
xscreensaver? ( x11-libs/libXScrnSaver )
|
||||
xv? (
|
||||
x11-libs/libXv
|
||||
)
|
||||
)
|
||||
a52? ( media-libs/a52dec )
|
||||
aalib? ( media-libs/aalib )
|
||||
alsa? ( media-libs/alsa-lib )
|
||||
bidi? ( dev-libs/fribidi )
|
||||
bluray? ( media-libs/libbluray )
|
||||
bs2b? ( media-libs/libbs2b )
|
||||
cdio? ( dev-libs/libcdio )
|
||||
cdparanoia? ( !cdio? ( media-sound/cdparanoia ) )
|
||||
directfb? ( dev-libs/DirectFB )
|
||||
dts? ( media-libs/libdca )
|
||||
dv? ( media-libs/libdv )
|
||||
dvb? ( media-tv/linuxtv-dvb-headers )
|
||||
dvd? (
|
||||
>=media-libs/libdvdread-4.1.3
|
||||
dvdnav? ( >=media-libs/libdvdnav-4.1.3 )
|
||||
)
|
||||
esd? ( media-sound/esound )
|
||||
enca? ( app-i18n/enca )
|
||||
faad? ( media-libs/faad2 )
|
||||
gif? ( media-libs/giflib )
|
||||
iconv? ( virtual/libiconv )
|
||||
jack? ( media-sound/jack-audio-connection-kit )
|
||||
jpeg? ( virtual/jpeg )
|
||||
ladspa? ( media-libs/ladspa-sdk )
|
||||
ass? ( ${FONT_RDEPS} >=media-libs/libass-0.9.10[enca?,fontconfig] )
|
||||
libcaca? ( media-libs/libcaca )
|
||||
lirc? ( app-misc/lirc )
|
||||
live? ( media-plugins/live )
|
||||
mad? ( media-libs/libmad )
|
||||
mng? ( media-libs/libmng )
|
||||
mp3? ( media-sound/mpg123 )
|
||||
nas? ( media-libs/nas )
|
||||
nut? ( >=media-libs/libnut-661 )
|
||||
png? ( media-libs/libpng )
|
||||
pnm? ( media-libs/netpbm )
|
||||
pulseaudio? ( media-sound/pulseaudio )
|
||||
rar? (
|
||||
|| (
|
||||
app-arch/unrar
|
||||
app-arch/rar
|
||||
)
|
||||
)
|
||||
samba? ( net-fs/samba )
|
||||
sdl? ( media-libs/libsdl )
|
||||
speex? ( media-libs/speex )
|
||||
theora? ( media-libs/libtheora )
|
||||
truetype? ( ${FONT_RDEPS} )
|
||||
vorbis? ( media-libs/libvorbis )
|
||||
xanim? ( media-video/xanim )
|
||||
xvid? ( media-libs/xvid )
|
||||
|| (
|
||||
>=media-video/libav-0.6.2${LIBAV_USE}
|
||||
>=media-video/ffmpeg-0.6_p25423${LIBAV_USE}
|
||||
)
|
||||
symlink? ( !media-video/mplayer )
|
||||
"
|
||||
ASM_DEP="dev-lang/yasm"
|
||||
DEPEND="${RDEPEND}
|
||||
dev-util/pkgconfig
|
||||
dev-lang/python
|
||||
sys-devel/gettext
|
||||
X? (
|
||||
x11-proto/videoproto
|
||||
x11-proto/xf86vidmodeproto
|
||||
dga? ( x11-proto/xf86dgaproto )
|
||||
dxr3? ( media-video/em8300-libraries )
|
||||
xinerama? ( x11-proto/xineramaproto )
|
||||
xscreensaver? ( x11-proto/scrnsaverproto )
|
||||
)
|
||||
amd64? ( ${ASM_DEP} )
|
||||
doc? (
|
||||
dev-libs/libxslt app-text/docbook-xml-dtd
|
||||
app-text/docbook-xsl-stylesheets
|
||||
)
|
||||
x86? ( ${ASM_DEP} )
|
||||
x86-fbsd? ( ${ASM_DEP} )
|
||||
"
|
||||
|
||||
pkg_setup() {
|
||||
if [[ ${PV} == *9999* ]]; then
|
||||
elog
|
||||
elog "This is a live ebuild which installs the latest from upstream's"
|
||||
elog "${VCS_ECLASS} repository, and is unsupported by Gentoo."
|
||||
elog "Everything but bugs in the ebuild itself will be ignored."
|
||||
elog
|
||||
fi
|
||||
|
||||
if use cpudetection; then
|
||||
ewarn
|
||||
ewarn "You've enabled the cpudetection flag. This feature is"
|
||||
ewarn "included mainly for people who want to use the same"
|
||||
ewarn "binary on another system with a different CPU architecture."
|
||||
ewarn "MPlayer will already detect your CPU settings by default at"
|
||||
ewarn "buildtime; this flag is used for runtime detection."
|
||||
ewarn "You won't need this turned on if you are only building"
|
||||
ewarn "mplayer for this system. Also, if your compile fails, try"
|
||||
ewarn "disabling this use flag."
|
||||
fi
|
||||
|
||||
if use custom-cpuopts; then
|
||||
ewarn
|
||||
ewarn "You are using the custom-cpuopts flag which will"
|
||||
ewarn "specifically allow you to enable / disable certain"
|
||||
ewarn "CPU optimizations."
|
||||
ewarn
|
||||
ewarn "Most desktop users won't need this functionality, but it"
|
||||
ewarn "is included for corner cases like cross-compiling and"
|
||||
ewarn "certain profiles. If unsure, disable this flag and MPlayer"
|
||||
ewarn "will automatically detect and use your available CPU"
|
||||
ewarn "optimizations."
|
||||
ewarn
|
||||
ewarn "Using this flag means your build is unsupported, so"
|
||||
ewarn "please make sure your CPU optimization use flags (3dnow"
|
||||
ewarn "3dnowext mmx mmxext sse sse2 ssse3) are properly set."
|
||||
fi
|
||||
|
||||
einfo "For various format support you need to enable the support on your ffmpeg package:"
|
||||
einfo " media-video/libav or media-video/ffmpeg"
|
||||
}
|
||||
|
||||
src_prepare() {
|
||||
# fix path to bash executable in configure scripts
|
||||
local bash_scripts="configure version.sh"
|
||||
sed -i -e "1c\#!${EPREFIX}/bin/bash" \
|
||||
${bash_scripts} || die
|
||||
|
||||
if [[ -n ${NAMESUF} ]]; then
|
||||
sed -e "/elif linux ; then/a\ _exesuf=\"${NAMESUF}\"" \
|
||||
-i configure || die
|
||||
sed -e "\, -m 644 DOCS/man/en/mplayer,i\ mv DOCS/man/en/mplayer.1 DOCS/man/en/${PN}.1" \
|
||||
-e "\, -m 644 DOCS/man/\$(lang)/mplayer,i\ mv DOCS/man/\$(lang)/mplayer.1 DOCS/man/\$(lang)/${PN}.1" \
|
||||
-e "s/er.1/er${NAMESUF}.1/g" \
|
||||
-i Makefile || die
|
||||
sed -e "s/mplayer/${PN}/" \
|
||||
-i TOOLS/midentify.sh || die
|
||||
fi
|
||||
|
||||
base_src_prepare
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
local myconf=""
|
||||
local uses i
|
||||
|
||||
# set LINGUAS
|
||||
[[ -n $LINGUAS ]] && LINGUAS="${LINGUAS/da/dk}"
|
||||
|
||||
# mplayer ebuild uses "use foo || --disable-foo" to forcibly disable
|
||||
# compilation in almost every situation. The reason for this is
|
||||
# because if --enable is used, it will force the build of that option,
|
||||
# regardless of whether the dependency is available or not.
|
||||
|
||||
###################
|
||||
#Optional features#
|
||||
###################
|
||||
# disable svga since we don't want it
|
||||
# disable arts since we don't have kde3
|
||||
# disable tremor, it needs libvorbisidec and is for FPU-less systems only
|
||||
myconf+="
|
||||
--disable-svga
|
||||
--disable-arts
|
||||
--disable-kai
|
||||
--disable-tremor
|
||||
$(use_enable network networking)
|
||||
$(use_enable joystick)
|
||||
"
|
||||
uses="ass bl bluray enca ftp rtc" # nemesi <- not working with in-tree ebuild
|
||||
myconf+=" --disable-nemesi" # nemesi automagic disable
|
||||
for i in ${uses}; do
|
||||
use ${i} || myconf+=" --disable-${i}"
|
||||
done
|
||||
use bidi || myconf+=" --disable-fribidi"
|
||||
use ipv6 || myconf+=" --disable-inet6"
|
||||
use nut || myconf+=" --disable-libnut"
|
||||
use rar || myconf+=" --disable-unrarexec"
|
||||
use samba || myconf+=" --disable-smb"
|
||||
if ! use lirc; then
|
||||
myconf+="
|
||||
--disable-lirc
|
||||
--disable-lircc
|
||||
--disable-apple-ir
|
||||
"
|
||||
fi
|
||||
|
||||
########
|
||||
# CDDA #
|
||||
########
|
||||
use cddb || myconf+=" --disable-cddb"
|
||||
use cdio || myconf+=" --disable-libcdio"
|
||||
use cdparanoia || myconf+=" --disable-cdparanoia"
|
||||
|
||||
################################
|
||||
# DVD read, navigation support #
|
||||
################################
|
||||
#
|
||||
# dvdread - accessing a DVD
|
||||
# dvdnav - navigation of menus
|
||||
#
|
||||
# use external libdvdcss, dvdread and dvdnav
|
||||
myconf+=" --disable-dvdread-internal --disable-libdvdcss-internal"
|
||||
if use dvd; then
|
||||
use dvdnav || myconf+=" --disable-dvdnav"
|
||||
else
|
||||
myconf+="
|
||||
--disable-dvdnav
|
||||
--disable-dvdread
|
||||
"
|
||||
fi
|
||||
|
||||
#############
|
||||
# Subtitles #
|
||||
#############
|
||||
# SRT/ASS/SSA (subtitles) requires freetype support
|
||||
# freetype support requires iconv
|
||||
# iconv optionally can use unicode
|
||||
if ! use ass && ! use truetype; then
|
||||
myconf+=" --disable-freetype"
|
||||
if ! use iconv; then
|
||||
myconf+="
|
||||
--disable-iconv
|
||||
--charset=noconv
|
||||
"
|
||||
fi
|
||||
fi
|
||||
use iconv && use unicode && myconf+=" --charset=UTF-8"
|
||||
|
||||
#####################################
|
||||
# DVB / Video4Linux / Radio support #
|
||||
#####################################
|
||||
myconf+=" --disable-tv-bsdbt848"
|
||||
# broken upstream, won't work with recent kernels
|
||||
myconf+=" --disable-ivtv"
|
||||
# v4l1 is gone since linux-headers-2.6.38
|
||||
myconf+=" --disable-tv-v4l1"
|
||||
if { use dvb || use v4l || use pvr || use radio; }; then
|
||||
use dvb || myconf+=" --disable-dvb"
|
||||
use pvr || myconf+=" --disable-pvr"
|
||||
use v4l || myconf+=" --disable-tv-v4l2"
|
||||
if use radio && { use dvb || use v4l; }; then
|
||||
myconf+="
|
||||
--enable-radio
|
||||
--disable-radio-capture
|
||||
"
|
||||
else
|
||||
myconf+="
|
||||
--disable-radio-v4l2
|
||||
--disable-radio-bsdbt848
|
||||
"
|
||||
fi
|
||||
else
|
||||
myconf+="
|
||||
--disable-tv
|
||||
--disable-tv-v4l2
|
||||
--disable-radio
|
||||
--disable-radio-v4l2
|
||||
--disable-radio-bsdbt848
|
||||
--disable-dvb
|
||||
--disable-v4l2
|
||||
--disable-pvr"
|
||||
fi
|
||||
|
||||
##########
|
||||
# Codecs #
|
||||
##########
|
||||
myconf+=" --disable-musepack" # deprecated, libavcodec Musepack decoder is preferred
|
||||
use dts || myconf+=" --disable-libdca"
|
||||
use mp3 || myconf+=" --disable-mpg123"
|
||||
uses="a52 bs2b dv vorbis"
|
||||
for i in ${uses}; do
|
||||
use ${i} || myconf+=" --disable-lib${i}"
|
||||
done
|
||||
uses="faad gif jpeg live mad mng png pnm speex tga theora xanim xvid"
|
||||
for i in ${uses}; do
|
||||
use ${i} || myconf+=" --disable-${i}"
|
||||
done
|
||||
|
||||
#################
|
||||
# Binary codecs #
|
||||
#################
|
||||
# bug 213836
|
||||
if ! use x86 || ! use win32codecs; then
|
||||
use quicktime || myconf+=" --disable-qtx"
|
||||
fi
|
||||
|
||||
######################
|
||||
# RealPlayer support #
|
||||
######################
|
||||
# Realplayer support shows up in four places:
|
||||
# - libavcodec (internal)
|
||||
# - win32codecs
|
||||
# - realcodecs (win32codecs libs)
|
||||
# - realcodecs (realplayer libs)
|
||||
|
||||
# internal
|
||||
use real || myconf+=" --disable-real"
|
||||
|
||||
# Real binary codec support only available on x86, amd64
|
||||
if use real; then
|
||||
use x86 && myconf+=" --codecsdir=/opt/RealPlayer/codecs"
|
||||
use amd64 && myconf+=" --codecsdir=/usr/$(get_libdir)/codecs"
|
||||
fi
|
||||
myconf+=" $(use_enable win32codecs win32dll)"
|
||||
|
||||
################
|
||||
# Video Output #
|
||||
################
|
||||
uses="directfb md5sum sdl"
|
||||
for i in ${uses}; do
|
||||
use ${i} || myconf+=" --disable-${i}"
|
||||
done
|
||||
use aalib || myconf+=" --disable-aa"
|
||||
use fbcon || myconf+=" --disable-fbdev"
|
||||
use fbcon && use video_cards_s3virge && myconf+=" --enable-s3fb"
|
||||
use libcaca || myconf+=" --disable-caca"
|
||||
|
||||
if ! use kernel_linux || ! use video_cards_mga; then
|
||||
myconf+=" --disable-mga --disable-xmga"
|
||||
fi
|
||||
|
||||
if use video_cards_tdfx; then
|
||||
myconf+="
|
||||
$(use_enable video_cards_tdfx tdfxvid)
|
||||
$(use_enable fbcon tdfxfb)
|
||||
"
|
||||
else
|
||||
myconf+="
|
||||
--disable-3dfx
|
||||
--disable-tdfxvid
|
||||
--disable-tdfxfb
|
||||
"
|
||||
fi
|
||||
|
||||
# sun card, disable by default, see bug #258729
|
||||
myconf+=" --disable-xvr100"
|
||||
|
||||
################
|
||||
# Audio Output #
|
||||
################
|
||||
myconf+=" --disable-rsound" # media-sound/rsound is in pro-audio overlay only
|
||||
uses="alsa esd jack ladspa nas"
|
||||
for i in ${uses}; do
|
||||
use ${i} || myconf+=" --disable-${i}"
|
||||
done
|
||||
#use openal && myconf+=" --enable-openal" # build fails
|
||||
use pulseaudio || myconf+=" --disable-pulse"
|
||||
if ! use radio; then
|
||||
use oss || myconf+=" --disable-ossaudio"
|
||||
fi
|
||||
|
||||
####################
|
||||
# Advanced Options #
|
||||
####################
|
||||
# Platform specific flags, hardcoded on amd64 (see below)
|
||||
use cpudetection && myconf+=" --enable-runtime-cpudetection"
|
||||
|
||||
# Turning off CPU optimizations usually will break the build.
|
||||
# However, this use flag, if enabled, will allow users to completely
|
||||
# specify which ones to use. If disabled, mplayer will automatically
|
||||
# enable all CPU optimizations that the host build supports.
|
||||
if use custom-cpuopts; then
|
||||
uses="3dnow 3dnowext altivec mmx mmxext shm sse sse2 ssse3"
|
||||
for i in ${uses}; do
|
||||
myconf+=" $(use_enable ${i})"
|
||||
done
|
||||
fi
|
||||
|
||||
use debug && myconf+=" --enable-debug=3"
|
||||
|
||||
if use x86 && gcc-specs-pie; then
|
||||
filter-flags -fPIC -fPIE
|
||||
append-ldflags -nopie
|
||||
fi
|
||||
|
||||
is-flag -O? || append-flags -O2
|
||||
|
||||
# workaround bug, x86 just has too few registers, see c.f.
|
||||
# http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=402950#44
|
||||
# and 32-bits OSX, bug 329861
|
||||
if [[ ${CHOST} == i?86-* ]] ; then
|
||||
use debug || append-flags -fomit-frame-pointer
|
||||
fi
|
||||
|
||||
###########################
|
||||
# X enabled configuration #
|
||||
###########################
|
||||
if use X; then
|
||||
uses="dxr3 ggi xinerama xv"
|
||||
for i in ${uses}; do
|
||||
use ${i} || myconf+=" --disable-${i}"
|
||||
done
|
||||
use dga || myconf+=" --disable-dga1 --disable-dga2"
|
||||
use opengl || myconf+=" --disable-gl"
|
||||
use vdpau || myconf+=" --disable-vdpau"
|
||||
use video_cards_vesa || myconf+=" --disable-vesa"
|
||||
use xscreensaver || myconf+=" --disable-xss"
|
||||
else
|
||||
myconf+="
|
||||
--disable-dga1
|
||||
--disable-dga2
|
||||
--disable-dxr3
|
||||
--disable-ggi
|
||||
--disable-gl
|
||||
--disable-vdpau
|
||||
--disable-xinerama
|
||||
--disable-xss
|
||||
--disable-xv
|
||||
--disable-x11
|
||||
"
|
||||
fi
|
||||
|
||||
############################
|
||||
# OSX (aqua) configuration #
|
||||
############################
|
||||
if use aqua; then
|
||||
myconf+="
|
||||
--enable-macosx-finder
|
||||
--enable-macosx-bundle
|
||||
"
|
||||
fi
|
||||
|
||||
./configure \
|
||||
--cc=$(tc-getCC) \
|
||||
--host-cc=$(tc-getBUILD_CC) \
|
||||
--prefix="${EPREFIX}"/usr \
|
||||
--bindir="${EPREFIX}"/usr/bin \
|
||||
--libdir="${EPREFIX}"/usr/$(get_libdir) \
|
||||
--confdir="${EPREFIX}"/etc/${PN} \
|
||||
--datadir="${EPREFIX}"/usr/share/${PN} \
|
||||
--mandir="${EPREFIX}"/usr/share/man \
|
||||
--localedir="${EPREFIX}"/usr/share/locale \
|
||||
--enable-translation \
|
||||
${myconf} || die
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
base_src_compile
|
||||
# Build only user-requested docs if they're available.
|
||||
if use doc ; then
|
||||
# select available languages from $LINGUAS
|
||||
LINGUAS=${LINGUAS/zh/zh_CN}
|
||||
local ALLOWED_LINGUAS="cs de en es fr hu it pl ru zh_CN"
|
||||
local BUILT_DOCS=""
|
||||
for i in ${LINGUAS} ; do
|
||||
has ${i} ${ALLOWED_LINGUAS} && BUILT_DOCS+=" ${i}"
|
||||
done
|
||||
if [[ -z $BUILT_DOCS ]]; then
|
||||
emake -j1 -C DOCS/xml html-chunked
|
||||
else
|
||||
for i in ${BUILT_DOCS}; do
|
||||
emake -j1 -C DOCS/xml html-chunked-${i}
|
||||
done
|
||||
fi
|
||||
fi
|
||||
}
|
||||
|
||||
src_install() {
|
||||
local i
|
||||
|
||||
emake \
|
||||
DESTDIR="${D}" \
|
||||
INSTALLSTRIP="" \
|
||||
install
|
||||
|
||||
dodoc AUTHORS Copyright README etc/codecs.conf
|
||||
|
||||
docinto tech/
|
||||
dodoc DOCS/tech/{*.txt,mpsub.sub,playtree}
|
||||
docinto TOOLS/
|
||||
dodoc -r TOOLS
|
||||
if use real; then
|
||||
docinto tech/realcodecs/
|
||||
dodoc DOCS/tech/realcodecs/*
|
||||
fi
|
||||
|
||||
if use doc; then
|
||||
docinto html/
|
||||
dohtml -r "${S}"/DOCS/HTML/*
|
||||
fi
|
||||
|
||||
if ! use ass && ! use truetype; then
|
||||
dodir /usr/share/${PN}/fonts
|
||||
# Do this generic, as the mplayer people like to change the structure
|
||||
# of their zips ...
|
||||
for i in $(find "${WORKDIR}/" -type d -name 'font-arial-*'); do
|
||||
cp -pPR "${i}" "${ED}/usr/share/${PN}/fonts"
|
||||
done
|
||||
# Fix the font symlink ...
|
||||
rm -rf "${ED}/usr/share/${PN}/font"
|
||||
dosym fonts/font-arial-14-iso-8859-1 /usr/share/${PN}/font
|
||||
fi
|
||||
|
||||
insinto /etc/${PN}
|
||||
newins "${S}/etc/example.conf" mplayer.conf
|
||||
cat >> "${ED}/etc/${PN}/mplayer.conf" << _EOF_
|
||||
# Config options can be section specific, global
|
||||
# options should go in the default section
|
||||
[default]
|
||||
_EOF_
|
||||
doins "${S}/etc/input.conf"
|
||||
|
||||
# set unrar path when required
|
||||
if use rar; then
|
||||
cat >> "${ED}/etc/${PN}/mplayer.conf" << _EOF_
|
||||
unrarexec=${EPREFIX}/usr/bin/unrar
|
||||
_EOF_
|
||||
fi
|
||||
dosym ../../../etc/${PN}/mplayer.conf /usr/share/${PN}/mplayer.conf
|
||||
|
||||
newbin "${S}/TOOLS/midentify.sh" midentify${NAMESUF}
|
||||
|
||||
if [[ -n ${NAMESUF} ]] && use symlink; then
|
||||
dosym "${PN}" /usr/bin/mplayer
|
||||
dosym "midentify${NAMESUF}" /usr/bin/midentify
|
||||
fi
|
||||
}
|
|
@ -1,6 +1,6 @@
|
|||
# Copyright 1999-2011 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/media-video/mplayer2/mplayer2-9999.ebuild,v 1.17 2011/11/01 01:05:08 ssuominen Exp $
|
||||
# $Header: /var/cvsroot/gentoo-x86/media-video/mplayer2/mplayer2-9999.ebuild,v 1.18 2011/11/30 04:49:34 lu_zero Exp $
|
||||
|
||||
EAPI=4
|
||||
|
||||
|
@ -32,7 +32,7 @@ ftp gif ggi +iconv ipv6 jack joystick jpeg kernel_linux ladspa
|
|||
libcaca lirc +live mad md5sum +mmx mmxext mng +mp3 nas
|
||||
+network nut +opengl oss png pnm pulseaudio pvr +quicktime
|
||||
radio +rar +real +rtc samba +shm sdl +speex sse sse2 ssse3
|
||||
tga +theora +truetype +unicode v4l v4l2 vdpau
|
||||
tga +theora +truetype +unicode v4l vdpau
|
||||
+vorbis win32codecs +X xanim xinerama +xscreensaver +xv xvid"
|
||||
|
||||
VIDEO_CARDS="s3virge mga tdfx vesa"
|
||||
|
|
6
metadata/cache/app-crypt/gnupg-2.0.18
vendored
6
metadata/cache/app-crypt/gnupg-2.0.18
vendored
|
@ -1,5 +1,5 @@
|
|||
>=dev-libs/libassuan-2 >=dev-libs/libgcrypt-1.4 >=dev-libs/libgpg-error-1.7 >=dev-libs/libksba-1.0.7 >=dev-libs/pth-1.3.7 >=net-misc/curl-7.10 adns? ( >=net-libs/adns-1.4 ) bzip2? ( app-arch/bzip2 ) smartcard? ( usb? ( virtual/libusb:0 ) ) ldap? ( net-nds/openldap ) || ( app-crypt/pinentry app-crypt/pinentry-qt ) static? ( >=dev-libs/libassuan-2[static-libs] >=dev-libs/libgcrypt-1.4[static-libs] >=dev-libs/libgpg-error-1.7[static-libs] >=dev-libs/libksba-1.0.7[static-libs] ) nls? ( sys-devel/gettext ) doc? ( sys-apps/texinfo )
|
||||
!static? ( >=dev-libs/libassuan-2 >=dev-libs/libgcrypt-1.4 >=dev-libs/libgpg-error-1.7 >=dev-libs/libksba-1.0.7 >=dev-libs/pth-1.3.7 >=net-misc/curl-7.10 adns? ( >=net-libs/adns-1.4 ) bzip2? ( app-arch/bzip2 ) smartcard? ( usb? ( virtual/libusb:0 ) ) ldap? ( net-nds/openldap ) ) || ( app-crypt/pinentry app-crypt/pinentry-qt ) virtual/mta !app-crypt/gpg-agent !<=app-crypt/gnupg-2.0.1 selinux? ( sec-policy/selinux-gnupg ) nls? ( virtual/libintl )
|
||||
>=dev-libs/libassuan-2 >=dev-libs/libgcrypt-1.4 >=dev-libs/libgpg-error-1.7 >=dev-libs/libksba-1.0.7 >=dev-libs/pth-1.3.7 >=net-misc/curl-7.10 adns? ( >=net-libs/adns-1.4 ) bzip2? ( app-arch/bzip2 ) readline? ( sys-libs/readline ) smartcard? ( usb? ( virtual/libusb:0 ) ) ldap? ( net-nds/openldap ) || ( app-crypt/pinentry app-crypt/pinentry-qt ) static? ( >=dev-libs/libassuan-2[static-libs] >=dev-libs/libgcrypt-1.4[static-libs] >=dev-libs/libgpg-error-1.7[static-libs] >=dev-libs/libksba-1.0.7[static-libs] ) nls? ( sys-devel/gettext ) doc? ( sys-apps/texinfo )
|
||||
!static? ( >=dev-libs/libassuan-2 >=dev-libs/libgcrypt-1.4 >=dev-libs/libgpg-error-1.7 >=dev-libs/libksba-1.0.7 >=dev-libs/pth-1.3.7 >=net-misc/curl-7.10 adns? ( >=net-libs/adns-1.4 ) bzip2? ( app-arch/bzip2 ) readline? ( sys-libs/readline ) smartcard? ( usb? ( virtual/libusb:0 ) ) ldap? ( net-nds/openldap ) ) || ( app-crypt/pinentry app-crypt/pinentry-qt ) virtual/mta !app-crypt/gpg-agent !<=app-crypt/gnupg-2.0.1 selinux? ( sec-policy/selinux-gnupg ) nls? ( virtual/libintl )
|
||||
0
|
||||
mirror://gnupg/gnupg/gnupg-2.0.18.tar.bz2
|
||||
|
||||
|
@ -8,7 +8,7 @@ GPL-3
|
|||
The GNU Privacy Guard, a GPL pgp replacement
|
||||
~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris
|
||||
eutils flag-o-matic multilib portability toolchain-funcs user
|
||||
adns bzip2 doc ldap nls static selinux smartcard usb
|
||||
adns bzip2 doc ldap nls readline static selinux smartcard usb
|
||||
smartcard? ( !static )
|
||||
|
||||
|
||||
|
|
2
metadata/cache/app-forensics/afflib-3.6.12
vendored
2
metadata/cache/app-forensics/afflib-3.6.12
vendored
|
@ -6,7 +6,7 @@ http://www.afflib.org/downloads/afflib-3.6.12.tar.gz
|
|||
http://www.afflib.org/
|
||||
BSD-4
|
||||
Library that implements the AFF image standard
|
||||
amd64 ~hppa ~ppc ~x86
|
||||
amd64 hppa ~ppc ~x86
|
||||
autotools autotools-utils base eutils libtool multilib portability python toolchain-funcs user
|
||||
fuse ncurses python qemu readline s3 static-libs threads
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@ mirror://sourceforge/libewf/libewf-20100226.tar.gz
|
|||
http://libewf.sourceforge.net
|
||||
BSD
|
||||
Implementation of the EWF (SMART and EnCase) image format
|
||||
~amd64 ~hppa ~ppc ~x86
|
||||
~amd64 hppa ~ppc ~x86
|
||||
autotools autotools-utils base eutils libtool multilib portability toolchain-funcs user
|
||||
debug ewf2 rawio static-libs unicode
|
||||
|
||||
|
|
22
metadata/cache/app-misc/mc-4.8.0-r2
vendored
Normal file
22
metadata/cache/app-misc/mc-4.8.0-r2
vendored
Normal file
|
@ -0,0 +1,22 @@
|
|||
>=dev-libs/glib-2.8:2 gpm? ( sys-libs/gpm ) kernel_linux? ( sys-fs/e2fsprogs ) ncurses? ( sys-libs/ncurses ) samba? ( net-fs/samba ) slang? ( >=sys-libs/slang-2 ) X? ( x11-libs/libX11 x11-libs/libICE x11-libs/libXau x11-libs/libXdmcp x11-libs/libSM ) app-arch/xz-utils dev-util/pkgconfig nls? ( sys-devel/gettext ) test? ( dev-libs/check )
|
||||
>=dev-libs/glib-2.8:2 gpm? ( sys-libs/gpm ) kernel_linux? ( sys-fs/e2fsprogs ) ncurses? ( sys-libs/ncurses ) samba? ( net-fs/samba ) slang? ( >=sys-libs/slang-2 ) X? ( x11-libs/libX11 x11-libs/libICE x11-libs/libXau x11-libs/libXdmcp x11-libs/libSM )
|
||||
0
|
||||
http://www.midnight-commander.org/downloads/mc-4.8.0.tar.xz
|
||||
|
||||
http://www.midnight-commander.org
|
||||
GPL-3
|
||||
GNU Midnight Commander is a text based file manager
|
||||
~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-interix ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x86-solaris
|
||||
base eutils flag-o-matic multilib portability toolchain-funcs user
|
||||
+edit gpm mclib +ncurses nls samba slang test X
|
||||
^^ ( ncurses slang )
|
||||
|
||||
|
||||
4
|
||||
|
||||
compile configure install postinst prepare unpack
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
>=app-admin/eselect-python-20091230 || ( =dev-lang/python-2.7* =dev-lang/python-2.6* )
|
||||
>=app-admin/eselect-python-20091230 || ( =dev-lang/python-2.7* =dev-lang/python-2.6* )
|
||||
0
|
||||
mirror://github/mgorny/eclean-kernel/eclean-kernel-0.2.tar.bz2
|
||||
mirror://github/mgorny/eclean-kernel/eclean-kernel-0.2.1.tar.bz2
|
||||
|
||||
https://github.com/mgorny/eclean-kernel/
|
||||
BSD
|
2
metadata/cache/app-text/jadetex-3.13-r3
vendored
2
metadata/cache/app-text/jadetex-3.13-r3
vendored
|
@ -6,7 +6,7 @@ test
|
|||
http://jadetex.sourceforge.net/
|
||||
freedist
|
||||
TeX macros used by Jade TeX output
|
||||
~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos
|
||||
~alpha amd64 ~arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos
|
||||
base eutils latex-package multilib portability texlive-common toolchain-funcs user
|
||||
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@ mirror://gentoo/gtk-syntax-20110214.tar.bz2
|
|||
http://www.vim.org/scripts/script.php?script_id=1000
|
||||
as-is
|
||||
vim plugin: Syntax highlighting for GLib, Gtk+, Xlib, Gimp, Gnome, and more
|
||||
~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~x86-solaris
|
||||
~alpha ~amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~x86-solaris
|
||||
vim-doc vim-plugin
|
||||
|
||||
|
||||
|
|
2
metadata/cache/dev-libs/libatasmart-0.18
vendored
2
metadata/cache/dev-libs/libatasmart-0.18
vendored
|
@ -6,7 +6,7 @@ http://0pointer.de/public/libatasmart-0.18.tar.gz
|
|||
http://0pointer.de/blog/projects/being-smart.html
|
||||
LGPL-2.1
|
||||
Lean and small library for ATA S.M.A.R.T. hard disks
|
||||
~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86
|
||||
~alpha ~amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86
|
||||
|
||||
static-libs
|
||||
|
||||
|
|
2
metadata/cache/dev-libs/libgusb-0.1.2
vendored
2
metadata/cache/dev-libs/libgusb-0.1.2
vendored
|
@ -6,7 +6,7 @@ test
|
|||
https://gitorious.org/gusb/
|
||||
LGPL-2.1
|
||||
GObject wrapper for libusb
|
||||
~amd64 ~x86
|
||||
~amd64 ~hppa ~x86
|
||||
|
||||
static-libs
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@ mirror://cpan/authors/id/A/AD/ADAMK/Chart-Math-Axis-1.06.tar.gz
|
|||
http://search.cpan.org/dist/Chart-Math-Axis/
|
||||
|| ( Artistic GPL-1 GPL-2 GPL-3 )
|
||||
Implements an algorithm to find good values for chart axis
|
||||
~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~sparc ~x86
|
||||
~alpha ~amd64 hppa ~ia64 ~mips ~ppc ~sparc ~x86
|
||||
base eutils multilib perl-module portability toolchain-funcs user
|
||||
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@ mirror://cpan/authors/id/A/AL/ALEXP/Net-Domain-TLD-1.69.tar.gz
|
|||
http://search.cpan.org/dist/Net-Domain-TLD/
|
||||
|| ( Artistic GPL-1 GPL-2 GPL-3 )
|
||||
Current list of available top level domain names including new ICANN additions and ccTLDs
|
||||
~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86
|
||||
~alpha ~amd64 hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86
|
||||
base eutils multilib perl-module portability toolchain-funcs user
|
||||
test
|
||||
|
||||
|
|
2
metadata/cache/dev-perl/SGMLSpm-1.03-r6
vendored
2
metadata/cache/dev-perl/SGMLSpm-1.03-r6
vendored
|
@ -6,7 +6,7 @@ mirror://cpan/authors/id/D/DM/DMEGG/SGMLSpm-1.03ii.tar.gz
|
|||
http://search.cpan.org/author/DMEGG/SGMLSpm-1.03ii/
|
||||
GPL-2
|
||||
Perl library for parsing the output of nsgmls
|
||||
~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris
|
||||
~alpha ~amd64 ~arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris
|
||||
base eutils multilib perl-module portability toolchain-funcs user
|
||||
|
||||
|
||||
|
|
2
metadata/cache/dev-python/nose-1.1.2
vendored
2
metadata/cache/dev-python/nose-1.1.2
vendored
|
@ -6,7 +6,7 @@ mirror://pypi/n/nose/nose-1.1.2.tar.gz
|
|||
http://pypi.python.org/pypi/nose http://readthedocs.org/docs/nose/ https://bitbucket.org/jpellerin/nose
|
||||
LGPL-2.1
|
||||
A unittest extension offering automatic test suite discovery and easy test authoring
|
||||
alpha amd64 arm ~hppa ia64 ~mips ~ppc ~ppc64 s390 sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos
|
||||
alpha amd64 arm hppa ia64 ~mips ~ppc ~ppc64 s390 sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos
|
||||
distutils eutils multilib portability python toolchain-funcs user
|
||||
doc examples test
|
||||
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
>=sys-libs/zlib-1.1.3 virtual/libffi virtual/libintl bzip2? ( app-arch/bzip2 ) ncurses? ( sys-libs/ncurses ) xml? ( dev-libs/expat ) ssl? ( dev-libs/openssl ) >=app-admin/eselect-python-20091230
|
||||
>=sys-libs/zlib-1.1.3 virtual/libffi virtual/libintl bzip2? ( app-arch/bzip2 ) ncurses? ( sys-libs/ncurses ) xml? ( dev-libs/expat ) ssl? ( dev-libs/openssl ) >=app-admin/eselect-python-20091230
|
||||
1.5
|
||||
http://pypy.org/download/pypy-1.5-src.tar.bz2
|
||||
1.7
|
||||
https://bitbucket.org/pypy/pypy/get/release-1.7.tar.bz2
|
||||
|
||||
http://pypy.org/
|
||||
MIT
|
||||
PyPy is a very compliant implementation of the Python language
|
||||
PyPy is a fast, compliant alternative implementation of the Python language
|
||||
~amd64
|
||||
check-reqs eutils multilib portability python toolchain-funcs user versionator
|
||||
doc examples +jit sandbox stackless test bzip2 ncurses xml ssl
|
22
metadata/cache/games-strategy/freeciv-2.2.5
vendored
22
metadata/cache/games-strategy/freeciv-2.2.5
vendored
|
@ -1,22 +0,0 @@
|
|||
readline? ( sys-libs/readline ) sys-libs/zlib app-arch/bzip2 auth? ( virtual/mysql ) !dedicated? ( nls? ( virtual/libintl ) gtk? ( x11-libs/gtk+:2 ) sdl? ( media-libs/libsdl[video] media-libs/sdl-image[png] media-libs/freetype ) !gtk? ( !sdl? ( x11-libs/gtk+:2 ) ) sound? ( media-libs/libsdl[audio] media-libs/sdl-mixer ) ggz? ( games-board/ggz-gtk-client ) media-libs/libpng ) dev-util/pkgconfig !dedicated? ( nls? ( sys-devel/gettext ) x11-proto/xextproto ) >=sys-apps/sed-4
|
||||
readline? ( sys-libs/readline ) sys-libs/zlib app-arch/bzip2 auth? ( virtual/mysql ) !dedicated? ( nls? ( virtual/libintl ) gtk? ( x11-libs/gtk+:2 ) sdl? ( media-libs/libsdl[video] media-libs/sdl-image[png] media-libs/freetype ) !gtk? ( !sdl? ( x11-libs/gtk+:2 ) ) sound? ( media-libs/libsdl[audio] media-libs/sdl-mixer ) ggz? ( games-board/ggz-gtk-client ) media-libs/libpng )
|
||||
0
|
||||
mirror://sourceforge/freeciv/freeciv-2.2.5.tar.bz2
|
||||
|
||||
http://www.freeciv.org/
|
||||
GPL-2
|
||||
multiplayer strategy game (Civilization Clone)
|
||||
~amd64 ~ppc ~ppc64 x86
|
||||
base eutils games games-ggz gnome2-utils multilib portability toolchain-funcs user
|
||||
auth dedicated ggz gtk ipv6 nls readline sdl +sound
|
||||
|
||||
|
||||
|
||||
2
|
||||
|
||||
compile configure install postinst postrm preinst prepare setup unpack
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
readline? ( sys-libs/readline ) sys-libs/zlib app-arch/bzip2 auth? ( virtual/mysql ) !dedicated? ( nls? ( virtual/libintl ) gtk? ( x11-libs/gtk+:2 ) sdl? ( media-libs/libsdl[video] media-libs/sdl-image[png] media-libs/freetype ) !gtk? ( !sdl? ( x11-libs/gtk+:2 ) ) sound? ( media-libs/libsdl[audio] media-libs/sdl-mixer ) ggz? ( games-board/ggz-gtk-client ) media-libs/libpng ) dev-util/pkgconfig !dedicated? ( nls? ( sys-devel/gettext ) x11-proto/xextproto ) >=sys-apps/sed-4
|
||||
readline? ( sys-libs/readline ) sys-libs/zlib app-arch/bzip2 auth? ( virtual/mysql ) !dedicated? ( nls? ( virtual/libintl ) gtk? ( x11-libs/gtk+:2 ) sdl? ( media-libs/libsdl[video] media-libs/sdl-image[png] media-libs/freetype ) !gtk? ( !sdl? ( x11-libs/gtk+:2 ) ) sound? ( media-libs/libsdl[audio] media-libs/sdl-mixer ) ggz? ( games-board/ggz-gtk-client ) media-libs/libpng )
|
||||
0
|
||||
mirror://sourceforge/freeciv/freeciv-2.2.7.tar.bz2
|
||||
mirror://sourceforge/freeciv/freeciv-2.3.1.tar.bz2
|
||||
|
||||
http://www.freeciv.org/
|
||||
GPL-2
|
|
@ -1,7 +1,7 @@
|
|||
>=dev-libs/libpcre-3.4 dev-lang/perl berkdb? ( >=sys-libs/db-3.2 ) cdb? ( || ( >=dev-db/tinycdb-0.76 >=dev-db/cdb-0.75-r1 ) ) ldap? ( net-nds/openldap ) ldap-bind? ( net-nds/openldap[sasl] ) mysql? ( virtual/mysql ) pam? ( virtual/pam ) postgres? ( dev-db/postgresql-base ) sasl? ( >=dev-libs/cyrus-sasl-2 ) sqlite? ( dev-db/sqlite:3 ) ssl? ( >=dev-libs/openssl-0.9.6g ) ssl? ( dev-libs/openssl )
|
||||
>=dev-libs/libpcre-3.4 dev-lang/perl berkdb? ( >=sys-libs/db-3.2 ) cdb? ( || ( >=dev-db/tinycdb-0.76 >=dev-db/cdb-0.75-r1 ) ) ldap? ( net-nds/openldap ) ldap-bind? ( net-nds/openldap[sasl] ) mysql? ( virtual/mysql ) pam? ( virtual/pam ) postgres? ( dev-db/postgresql-base ) sasl? ( >=dev-libs/cyrus-sasl-2 ) sqlite? ( dev-db/sqlite:3 ) ssl? ( >=dev-libs/openssl-0.9.6g ) dovecot-sasl? ( net-mail/dovecot ) net-mail/mailbase selinux? ( sec-policy/selinux-postfix ) !mail-mta/courier !mail-mta/esmtp !mail-mta/exim !mail-mta/mini-qmail !mail-mta/msmtp[mta] !mail-mta/nbsmtp !mail-mta/netqmail !mail-mta/nullmailer !mail-mta/qmail-ldap !mail-mta/sendmail !<mail-mta/ssmtp-2.64-r2 !>=mail-mta/ssmtp-2.64-r2[mta] !net-mail/fastforward
|
||||
0
|
||||
ftp://ftp.porcupine.org/mirrors/postfix-release/experimental/postfix-2.9-20111127.tar.gz vda? ( http://vda.sourceforge.net/VDA/postfix-vda-v10-2.8.5.patch )
|
||||
ftp://ftp.porcupine.org/mirrors/postfix-release/experimental/postfix-2.9-20111129.tar.gz vda? ( http://vda.sourceforge.net/VDA/postfix-vda-v10-2.8.5.patch )
|
||||
|
||||
http://www.postfix.org/
|
||||
IBM
|
2
metadata/cache/media-libs/liblrdf-0.5.0
vendored
2
metadata/cache/media-libs/liblrdf-0.5.0
vendored
|
@ -6,7 +6,7 @@ http://github.com/swh/LRDF/tarball/0.5.0 -> liblrdf-0.5.0.tar.gz
|
|||
http://github.com/swh/LRDF
|
||||
GPL-2
|
||||
A library for the manipulation of RDF file in LADSPA plugins
|
||||
amd64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos
|
||||
amd64 hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos
|
||||
autotools eutils libtool multilib portability toolchain-funcs user
|
||||
static-libs
|
||||
|
||||
|
|
2
metadata/cache/media-libs/libpng-1.5.6
vendored
2
metadata/cache/media-libs/libpng-1.5.6
vendored
|
@ -6,7 +6,7 @@ mirror://sourceforge/libpng/libpng-1.5.6.tar.xz apng? ( mirror://sourceforge/lib
|
|||
http://www.libpng.org/
|
||||
as-is
|
||||
Portable Network Graphics library
|
||||
~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt
|
||||
~alpha amd64 ~arm hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt
|
||||
eutils libtool multilib portability toolchain-funcs user
|
||||
apng static-libs
|
||||
|
||||
|
|
22
metadata/cache/media-libs/mesa-7.11.2
vendored
Normal file
22
metadata/cache/media-libs/mesa-7.11.2
vendored
Normal file
|
@ -0,0 +1,22 @@
|
|||
>=x11-proto/dri2proto-2.2 >=x11-proto/glproto-1.4.11 !<x11-base/xorg-server-1.7 !<=x11-proto/xf86driproto-2.0.3 classic? ( app-admin/eselect-mesa ) gallium? ( app-admin/eselect-mesa ) app-admin/eselect-opengl dev-libs/expat gbm? ( sys-fs/udev ) x11-libs/libICE >=x11-libs/libX11-1.3.99.901 x11-libs/libXdamage x11-libs/libXext x11-libs/libXi x11-libs/libXmu x11-libs/libXxf86vm motif? ( x11-libs/openmotif ) gallium? ( llvm? ( >=sys-devel/llvm-2.8 ) ) >=x11-libs/libdrm-2.4.24[video_cards_nouveau?,video_cards_vmware?] video_cards_intel? ( >=x11-libs/libdrm-2.4.24[video_cards_intel] ) video_cards_radeon? ( >=x11-libs/libdrm-2.4.24[video_cards_radeon] ) =dev-lang/python-2* dev-libs/libxml2[python] dev-util/pkgconfig sys-devel/bison sys-devel/flex x11-misc/makedepend x11-proto/inputproto >=x11-proto/xextproto-7.0.99.1 x11-proto/xf86driproto x11-proto/xf86vidmodeproto || ( =sys-devel/automake-1.11* ) >=sys-devel/autoconf-2.61 sys-devel/libtool >=app-admin/eselect-python-20091230
|
||||
>=x11-proto/dri2proto-2.2 >=x11-proto/glproto-1.4.11 !<x11-base/xorg-server-1.7 !<=x11-proto/xf86driproto-2.0.3 classic? ( app-admin/eselect-mesa ) gallium? ( app-admin/eselect-mesa ) app-admin/eselect-opengl dev-libs/expat gbm? ( sys-fs/udev ) x11-libs/libICE >=x11-libs/libX11-1.3.99.901 x11-libs/libXdamage x11-libs/libXext x11-libs/libXi x11-libs/libXmu x11-libs/libXxf86vm motif? ( x11-libs/openmotif ) gallium? ( llvm? ( >=sys-devel/llvm-2.8 ) ) >=x11-libs/libdrm-2.4.24[video_cards_nouveau?,video_cards_vmware?] video_cards_intel? ( >=x11-libs/libdrm-2.4.24[video_cards_intel] ) video_cards_radeon? ( >=x11-libs/libdrm-2.4.24[video_cards_radeon] ) >=app-admin/eselect-python-20091230
|
||||
0
|
||||
ftp://ftp.freedesktop.org/pub/mesa/7.11.2/MesaLib-7.11.2.tar.bz2
|
||||
|
||||
http://mesa3d.sourceforge.net/
|
||||
MIT LGPL-3 SGI-B-2.0
|
||||
OpenGL-like graphic library for Linux
|
||||
~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris
|
||||
autotools base eutils flag-o-matic libtool multilib portability python toolchain-funcs user
|
||||
video_cards_intel video_cards_radeon video_cards_mach64 video_cards_mga video_cards_nouveau video_cards_r128 video_cards_savage video_cards_sis video_cards_vmware video_cards_tdfx video_cards_via bindist +classic debug +egl +gallium gbm gles +llvm motif +nptl openvg osmesa pic pax_kernel selinux shared-dricore +shared-glapi kernel_FreeBSD
|
||||
|
||||
|
||||
|
||||
3
|
||||
|
||||
compile configure install postinst prepare setup unpack
|
||||
|
||||
|
||||
|
||||
|
||||
|
22
metadata/cache/media-video/mplayer2-2.0_p20111126
vendored
Normal file
22
metadata/cache/media-video/mplayer2-2.0_p20111126
vendored
Normal file
|
@ -0,0 +1,22 @@
|
|||
sys-libs/ncurses sys-libs/zlib !bindist? ( x86? ( win32codecs? ( media-libs/win32codecs ) ) ) X? ( x11-libs/libXext x11-libs/libXxf86vm dga? ( x11-libs/libXxf86dga ) ggi? ( media-libs/libggi media-libs/libggiwmh ) opengl? ( virtual/opengl ) vdpau? ( x11-libs/libvdpau ) xinerama? ( x11-libs/libXinerama ) xscreensaver? ( x11-libs/libXScrnSaver ) xv? ( x11-libs/libXv ) ) a52? ( media-libs/a52dec ) aalib? ( media-libs/aalib ) alsa? ( media-libs/alsa-lib ) bidi? ( dev-libs/fribidi ) bluray? ( media-libs/libbluray ) bs2b? ( media-libs/libbs2b ) cdio? ( dev-libs/libcdio ) cdparanoia? ( !cdio? ( media-sound/cdparanoia ) ) directfb? ( dev-libs/DirectFB ) dts? ( media-libs/libdca ) dv? ( media-libs/libdv ) dvb? ( media-tv/linuxtv-dvb-headers ) dvd? ( >=media-libs/libdvdread-4.1.3 dvdnav? ( >=media-libs/libdvdnav-4.1.3 ) ) esd? ( media-sound/esound ) enca? ( app-i18n/enca ) faad? ( media-libs/faad2 ) gif? ( media-libs/giflib ) iconv? ( virtual/libiconv ) jack? ( media-sound/jack-audio-connection-kit ) jpeg? ( virtual/jpeg ) ladspa? ( media-libs/ladspa-sdk ) ass? ( virtual/ttf-fonts media-libs/fontconfig >=media-libs/freetype-2.2.1:2 >=media-libs/libass-0.9.10[enca?,fontconfig] ) libcaca? ( media-libs/libcaca ) lirc? ( app-misc/lirc ) live? ( media-plugins/live ) mad? ( media-libs/libmad ) mng? ( media-libs/libmng ) mp3? ( media-sound/mpg123 ) nas? ( media-libs/nas ) nut? ( >=media-libs/libnut-661 ) png? ( media-libs/libpng ) pnm? ( media-libs/netpbm ) pulseaudio? ( media-sound/pulseaudio ) rar? ( || ( app-arch/unrar app-arch/rar ) ) samba? ( net-fs/samba ) sdl? ( media-libs/libsdl ) speex? ( media-libs/speex ) theora? ( media-libs/libtheora ) truetype? ( virtual/ttf-fonts media-libs/fontconfig >=media-libs/freetype-2.2.1:2 ) vorbis? ( media-libs/libvorbis ) xanim? ( media-video/xanim ) xvid? ( media-libs/xvid ) || ( >=media-video/libav-0.6.2[amr?,bzip2?,dirac?,gsm?,jpeg2k?,rtmp?,schroedinger?,threads?,vpx?] >=media-video/ffmpeg-0.6_p25423[amr?,bzip2?,dirac?,gsm?,jpeg2k?,rtmp?,schroedinger?,threads?,vpx?] ) symlink? ( !media-video/mplayer ) dev-util/pkgconfig dev-lang/python sys-devel/gettext X? ( x11-proto/videoproto x11-proto/xf86vidmodeproto dga? ( x11-proto/xf86dgaproto ) dxr3? ( media-video/em8300-libraries ) xinerama? ( x11-proto/xineramaproto ) xscreensaver? ( x11-proto/scrnsaverproto ) ) amd64? ( dev-lang/yasm ) doc? ( dev-libs/libxslt app-text/docbook-xml-dtd app-text/docbook-xsl-stylesheets ) x86? ( dev-lang/yasm ) x86-fbsd? ( dev-lang/yasm )
|
||||
sys-libs/ncurses sys-libs/zlib !bindist? ( x86? ( win32codecs? ( media-libs/win32codecs ) ) ) X? ( x11-libs/libXext x11-libs/libXxf86vm dga? ( x11-libs/libXxf86dga ) ggi? ( media-libs/libggi media-libs/libggiwmh ) opengl? ( virtual/opengl ) vdpau? ( x11-libs/libvdpau ) xinerama? ( x11-libs/libXinerama ) xscreensaver? ( x11-libs/libXScrnSaver ) xv? ( x11-libs/libXv ) ) a52? ( media-libs/a52dec ) aalib? ( media-libs/aalib ) alsa? ( media-libs/alsa-lib ) bidi? ( dev-libs/fribidi ) bluray? ( media-libs/libbluray ) bs2b? ( media-libs/libbs2b ) cdio? ( dev-libs/libcdio ) cdparanoia? ( !cdio? ( media-sound/cdparanoia ) ) directfb? ( dev-libs/DirectFB ) dts? ( media-libs/libdca ) dv? ( media-libs/libdv ) dvb? ( media-tv/linuxtv-dvb-headers ) dvd? ( >=media-libs/libdvdread-4.1.3 dvdnav? ( >=media-libs/libdvdnav-4.1.3 ) ) esd? ( media-sound/esound ) enca? ( app-i18n/enca ) faad? ( media-libs/faad2 ) gif? ( media-libs/giflib ) iconv? ( virtual/libiconv ) jack? ( media-sound/jack-audio-connection-kit ) jpeg? ( virtual/jpeg ) ladspa? ( media-libs/ladspa-sdk ) ass? ( virtual/ttf-fonts media-libs/fontconfig >=media-libs/freetype-2.2.1:2 >=media-libs/libass-0.9.10[enca?,fontconfig] ) libcaca? ( media-libs/libcaca ) lirc? ( app-misc/lirc ) live? ( media-plugins/live ) mad? ( media-libs/libmad ) mng? ( media-libs/libmng ) mp3? ( media-sound/mpg123 ) nas? ( media-libs/nas ) nut? ( >=media-libs/libnut-661 ) png? ( media-libs/libpng ) pnm? ( media-libs/netpbm ) pulseaudio? ( media-sound/pulseaudio ) rar? ( || ( app-arch/unrar app-arch/rar ) ) samba? ( net-fs/samba ) sdl? ( media-libs/libsdl ) speex? ( media-libs/speex ) theora? ( media-libs/libtheora ) truetype? ( virtual/ttf-fonts media-libs/fontconfig >=media-libs/freetype-2.2.1:2 ) vorbis? ( media-libs/libvorbis ) xanim? ( media-video/xanim ) xvid? ( media-libs/xvid ) || ( >=media-video/libav-0.6.2[amr?,bzip2?,dirac?,gsm?,jpeg2k?,rtmp?,schroedinger?,threads?,vpx?] >=media-video/ffmpeg-0.6_p25423[amr?,bzip2?,dirac?,gsm?,jpeg2k?,rtmp?,schroedinger?,threads?,vpx?] ) symlink? ( !media-video/mplayer )
|
||||
0
|
||||
http://dev.gentoo.org/~lu_zero/mplayer2/mplayer2-2.0_p20111126.tar.xz !truetype? ( mirror://mplayer/releases/fonts/font-arial-iso-8859-1.tar.bz2 mirror://mplayer/releases/fonts/font-arial-iso-8859-2.tar.bz2 mirror://mplayer/releases/fonts/font-arial-cp1250.tar.bz2 )
|
||||
|
||||
http://www.mplayer2.org/
|
||||
GPL-3
|
||||
Media Player for Linux
|
||||
~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux
|
||||
base eutils flag-o-matic multilib portability toolchain-funcs user
|
||||
3dnow 3dnowext +a52 aalib +alsa altivec aqua +ass bidi bindist bl bluray bs2b +bzip2 cddb +cdio cdparanoia cpudetection custom-cpuopts custom-cflags debug dga +dirac directfb doc +dts +dv dvb +dvd +dvdnav dxr3 +enca esd +faad fbcon ftp gif ggi gsm +iconv ipv6 jack joystick jpeg jpeg2k kernel_linux ladspa libcaca lirc +live mad md5sum +mmx mmxext mng +mp3 nas +network nut amr +opengl oss png pnm pulseaudio pvr +quicktime radio +rar +real +rtc rtmp samba +shm +schroedinger sdl +speex sse sse2 ssse3 tga +theora threads +truetype +unicode v4l vdpau +vorbis vpx win32codecs +X xanim xinerama +xscreensaver +xv xvid symlink video_cards_s3virge video_cards_mga video_cards_tdfx video_cards_vesa
|
||||
bindist? ( !win32codecs ) cdio? ( !cdparanoia ) cddb? ( || ( cdio cdparanoia ) network ) dvdnav? ( dvd ) radio? ( || ( dvb v4l ) ) dga? ( X ) dxr3? ( X ) ggi? ( X ) opengl? ( X ) vdpau? ( X ) xinerama? ( X ) xscreensaver? ( X ) xv? ( X )
|
||||
|
||||
|
||||
4
|
||||
|
||||
compile configure install prepare setup unpack
|
||||
|
||||
|
||||
|
||||
|
||||
|
2
metadata/cache/media-video/mplayer2-9999
vendored
2
metadata/cache/media-video/mplayer2-9999
vendored
|
@ -8,7 +8,7 @@ GPL-3
|
|||
Media Player for Linux
|
||||
|
||||
base eutils flag-o-matic git-2 multilib portability toolchain-funcs user
|
||||
3dnow 3dnowext +a52 aalib +alsa altivec aqua +ass bidi bindist bl bluray bs2b cddb +cdio cdparanoia cpudetection custom-cpuopts custom-cflags debug dga directfb doc +dts +dv dvb +dvd +dvdnav dxr3 +enca esd +faad fbcon ftp gif ggi +iconv ipv6 jack joystick jpeg kernel_linux ladspa libcaca lirc +live mad md5sum +mmx mmxext mng +mp3 nas +network nut +opengl oss png pnm pulseaudio pvr +quicktime radio +rar +real +rtc samba +shm sdl +speex sse sse2 ssse3 tga +theora +truetype +unicode v4l v4l2 vdpau +vorbis win32codecs +X xanim xinerama +xscreensaver +xv xvid video_cards_s3virge video_cards_mga video_cards_tdfx video_cards_vesa
|
||||
3dnow 3dnowext +a52 aalib +alsa altivec aqua +ass bidi bindist bl bluray bs2b cddb +cdio cdparanoia cpudetection custom-cpuopts custom-cflags debug dga directfb doc +dts +dv dvb +dvd +dvdnav dxr3 +enca esd +faad fbcon ftp gif ggi +iconv ipv6 jack joystick jpeg kernel_linux ladspa libcaca lirc +live mad md5sum +mmx mmxext mng +mp3 nas +network nut +opengl oss png pnm pulseaudio pvr +quicktime radio +rar +real +rtc samba +shm sdl +speex sse sse2 ssse3 tga +theora +truetype +unicode v4l vdpau +vorbis win32codecs +X xanim xinerama +xscreensaver +xv xvid video_cards_s3virge video_cards_mga video_cards_tdfx video_cards_vesa
|
||||
bindist? ( !win32codecs )
|
||||
|
||||
|
||||
|
|
12
metadata/cache/net-ftp/tftp-hpa-5.1
vendored
12
metadata/cache/net-ftp/tftp-hpa-5.1
vendored
|
@ -1,20 +1,20 @@
|
|||
selinux? ( sec-policy/selinux-tftpd ) !net-ftp/atftp !net-ftp/netkit-tftp readline? ( sys-libs/readline ) tcpd? ( sys-apps/tcp-wrappers )
|
||||
selinux? ( sec-policy/selinux-tftpd ) !net-ftp/atftp !net-ftp/netkit-tftp
|
||||
selinux? ( sec-policy/selinux-tftpd ) readline? ( sys-libs/readline ) tcpd? ( sys-apps/tcp-wrappers ) !net-ftp/atftp !net-ftp/netkit-tftp
|
||||
selinux? ( sec-policy/selinux-tftpd ) readline? ( sys-libs/readline ) tcpd? ( sys-apps/tcp-wrappers ) !net-ftp/atftp !net-ftp/netkit-tftp
|
||||
0
|
||||
mirror://kernel/software/network/tftp/tftp-hpa-5.1.tar.bz2
|
||||
mirror://kernel/software/network/tftp/tftp-hpa/tftp-hpa-5.1.tar.xz
|
||||
|
||||
http://www.kernel.org/pub/software/network/tftp/
|
||||
BSD
|
||||
port of the OpenBSD TFTP server
|
||||
alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd
|
||||
|
||||
multilib toolchain-funcs
|
||||
ipv6 readline selinux tcpd
|
||||
|
||||
|
||||
|
||||
4
|
||||
|
||||
|
||||
compile install
|
||||
configure install prepare
|
||||
|
||||
|
||||
|
||||
|
|
22
metadata/cache/net-misc/ps3mediaserver-1.50.0
vendored
Normal file
22
metadata/cache/net-misc/ps3mediaserver-1.50.0
vendored
Normal file
|
@ -0,0 +1,22 @@
|
|||
app-arch/unzip
|
||||
>=virtual/jre-1.6.0 media-libs/libmediainfo media-libs/libzen tsmuxer? ( media-video/tsmuxer ) transcode? ( media-video/mplayer[encode] )
|
||||
0
|
||||
http://ps3mediaserver.googlecode.com/files/pms-generic-linux-unix-1.50.0.tgz
|
||||
|
||||
http://code.google.com/p/ps3mediaserver
|
||||
GPL-2
|
||||
DLNA compliant UPNP server for streaming media to Playstation 3
|
||||
~amd64 ~x86
|
||||
eutils multilib portability toolchain-funcs user
|
||||
multiuser +transcode tsmuxer
|
||||
|
||||
|
||||
|
||||
4
|
||||
|
||||
install postinst prepare
|
||||
|
||||
|
||||
|
||||
|
||||
|
2
metadata/cache/perl-core/Pod-Simple-3.160.0
vendored
2
metadata/cache/perl-core/Pod-Simple-3.160.0
vendored
|
@ -6,7 +6,7 @@ mirror://cpan/authors/id/D/DW/DWHEELER/Pod-Simple-3.16.tar.gz
|
|||
http://search.cpan.org/dist/Pod-Simple/
|
||||
|| ( Artistic GPL-1 GPL-2 GPL-3 )
|
||||
Framework for parsing Pod
|
||||
~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris
|
||||
~alpha ~amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris
|
||||
alternatives base eutils multilib perl-module portability toolchain-funcs user
|
||||
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@ mirror://cpan/authors/id/Z/ZE/ZEFRAM/Time-HiRes-1.9722.tar.gz
|
|||
http://search.cpan.org/dist/Time-HiRes/
|
||||
|| ( Artistic GPL-1 GPL-2 GPL-3 )
|
||||
Perl Time::HiRes. High resolution alarm, sleep, gettimeofday, interval timers
|
||||
~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris
|
||||
~alpha ~amd64 ~arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris
|
||||
alternatives base eutils multilib perl-module portability toolchain-funcs user
|
||||
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
|
||||
|
||||
0
|
||||
mirror://sourceforge/bio-bwa/bwa-0.5.8a.tar.bz2
|
||||
mirror://sourceforge/bio-bwa/bwa-0.6.1.tar.bz2
|
||||
|
||||
http://bio-bwa.sourceforge.net/
|
||||
GPL-3
|
22
metadata/cache/sci-libs/linux-gpib-3.2.16
vendored
22
metadata/cache/sci-libs/linux-gpib-3.2.16
vendored
|
@ -1,22 +0,0 @@
|
|||
tcl? ( dev-lang/tcl ) guile? ( dev-scheme/guile ) perl? ( dev-lang/perl ) php? ( dev-lang/php ) python? ( dev-lang/python ) firmware? ( sys-apps/fxload ) sys-kernel/module-rebuild doc? ( app-text/docbook-sgml-utils ) kernel_linux? ( sys-apps/module-init-tools ) sys-apps/sed kernel_linux? ( virtual/linux-sources ) || ( =sys-devel/automake-1.11* ) >=sys-devel/autoconf-2.61 sys-devel/libtool
|
||||
tcl? ( dev-lang/tcl ) guile? ( dev-scheme/guile ) perl? ( dev-lang/perl ) php? ( dev-lang/php ) python? ( dev-lang/python ) firmware? ( sys-apps/fxload ) kernel_linux? ( sys-apps/module-init-tools )
|
||||
0
|
||||
mirror://sourceforge/linux-gpib/linux-gpib-3.2.16.tar.gz firmware? ( http://linux-gpib.sourceforge.net/firmware/gpib_firmware-2006-11-12.tar.gz )
|
||||
|
||||
http://linux-gpib.sourceforge.net/
|
||||
GPL-2
|
||||
Kernel module and driver library for GPIB (IEEE 488.2) hardware
|
||||
~amd64 ~x86
|
||||
autotools base eutils libtool linux-info linux-mod multilib portability toolchain-funcs user versionator
|
||||
pcmcia static debug guile perl php python tcl doc firmware kernel_linux
|
||||
|
||||
|
||||
|
||||
4
|
||||
|
||||
compile configure install postinst postrm preinst prepare setup unpack
|
||||
|
||||
|
||||
|
||||
|
||||
|
2
metadata/cache/sci-mathematics/gmm-4.1
vendored
2
metadata/cache/sci-mathematics/gmm-4.1
vendored
|
@ -6,7 +6,7 @@ http://download.gna.org/getfem/stable/gmm-4.1.tar.gz
|
|||
http://www-gmm.insa-toulouse.fr/getfem/
|
||||
LGPL-2.1
|
||||
Generic C++ template library for sparse, dense and skyline matrices
|
||||
~alpha amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux
|
||||
~alpha amd64 hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux
|
||||
|
||||
|
||||
|
||||
|
|
6
metadata/cache/sys-apps/gawk-4.0.0
vendored
6
metadata/cache/sys-apps/gawk-4.0.0
vendored
|
@ -1,5 +1,5 @@
|
|||
!<sys-apps/baselayout-2.0.1 nls? ( sys-devel/gettext )
|
||||
!<sys-apps/baselayout-2.0.1
|
||||
!<sys-apps/baselayout-2.0.1 readline? ( sys-libs/readline ) nls? ( sys-devel/gettext )
|
||||
!<sys-apps/baselayout-2.0.1 readline? ( sys-libs/readline )
|
||||
0
|
||||
mirror://gnu/gawk/gawk-4.0.0.tar.bz2
|
||||
|
||||
|
@ -8,7 +8,7 @@ GPL-2
|
|||
GNU awk pattern-matching language
|
||||
~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd
|
||||
eutils multilib portability toolchain-funcs user
|
||||
nls
|
||||
nls readline
|
||||
|
||||
|
||||
|
||||
|
|
2
metadata/cache/sys-apps/smartmontools-5.42
vendored
2
metadata/cache/sys-apps/smartmontools-5.42
vendored
|
@ -6,7 +6,7 @@ mirror://sourceforge/smartmontools/smartmontools-5.42.tar.gz
|
|||
http://smartmontools.sourceforge.net/
|
||||
GPL-2
|
||||
Self-Monitoring, Analysis and Reporting Technology System (S.M.A.R.T.) monitoring tools
|
||||
~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-linux
|
||||
~alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-linux
|
||||
eutils flag-o-matic multilib portability toolchain-funcs user
|
||||
static minimal caps
|
||||
|
||||
|
|
6
metadata/cache/sys-devel/remake-3.82.0.4
vendored
6
metadata/cache/sys-devel/remake-3.82.0.4
vendored
|
@ -1,5 +1,5 @@
|
|||
|
||||
|
||||
readline? ( sys-libs/readline )
|
||||
readline? ( sys-libs/readline )
|
||||
0
|
||||
mirror://sourceforge/bashdb/remake-3.82+dbg-0.4.tar.bz2
|
||||
|
||||
|
@ -8,7 +8,7 @@ GPL-1
|
|||
patched version of GNU make that adds improved error reporting, tracing, and a debugger
|
||||
~amd64 ~ppc ~x86
|
||||
|
||||
|
||||
readline
|
||||
|
||||
|
||||
|
||||
|
|
4
metadata/cache/sys-fs/lvm2-2.02.73-r1
vendored
4
metadata/cache/sys-fs/lvm2-2.02.73-r1
vendored
|
@ -1,5 +1,5 @@
|
|||
!!sys-fs/device-mapper clvm? ( =sys-cluster/dlm-2* cman? ( =sys-cluster/cman-2* ) ) >=sys-fs/udev-151-r4 dev-util/pkgconfig >=sys-devel/binutils-2.20.1-r1 || ( =sys-devel/automake-1.11* ) >=sys-devel/autoconf-2.61 sys-devel/libtool
|
||||
!!sys-fs/device-mapper clvm? ( =sys-cluster/dlm-2* cman? ( =sys-cluster/cman-2* ) ) >=sys-fs/udev-151-r4 !<sys-apps/openrc-0.4 !!sys-fs/lvm-user !!sys-fs/clvm >=sys-apps/util-linux-2.16 !<sys-fs/cryptsetup-1.1.2
|
||||
!!sys-fs/device-mapper readline? ( sys-libs/readline ) clvm? ( =sys-cluster/dlm-2* cman? ( =sys-cluster/cman-2* ) ) >=sys-fs/udev-151-r4 dev-util/pkgconfig >=sys-devel/binutils-2.20.1-r1 || ( =sys-devel/automake-1.11* ) >=sys-devel/autoconf-2.61 sys-devel/libtool
|
||||
!!sys-fs/device-mapper readline? ( sys-libs/readline ) clvm? ( =sys-cluster/dlm-2* cman? ( =sys-cluster/cman-2* ) ) >=sys-fs/udev-151-r4 !<sys-apps/openrc-0.4 !!sys-fs/lvm-user !!sys-fs/clvm >=sys-apps/util-linux-2.16 !<sys-fs/cryptsetup-1.1.2
|
||||
0
|
||||
ftp://sources.redhat.com/pub/lvm2/LVM2.2.02.73.tgz ftp://sources.redhat.com/pub/lvm2/old/LVM2.2.02.73.tgz
|
||||
|
||||
|
|
4
metadata/cache/sys-fs/lvm2-2.02.74
vendored
4
metadata/cache/sys-fs/lvm2-2.02.74
vendored
|
@ -1,5 +1,5 @@
|
|||
!!sys-fs/device-mapper clvm? ( =sys-cluster/dlm-2* cman? ( =sys-cluster/cman-2* ) ) >=sys-fs/udev-151-r4 dev-util/pkgconfig >=sys-devel/binutils-2.20.1-r1 || ( =sys-devel/automake-1.11* ) >=sys-devel/autoconf-2.61 sys-devel/libtool
|
||||
!!sys-fs/device-mapper clvm? ( =sys-cluster/dlm-2* cman? ( =sys-cluster/cman-2* ) ) >=sys-fs/udev-151-r4 !<sys-apps/openrc-0.4 !!sys-fs/lvm-user !!sys-fs/clvm >=sys-apps/util-linux-2.16 !<sys-fs/cryptsetup-1.1.2
|
||||
!!sys-fs/device-mapper readline? ( sys-libs/readline ) clvm? ( =sys-cluster/dlm-2* cman? ( =sys-cluster/cman-2* ) ) >=sys-fs/udev-151-r4 dev-util/pkgconfig >=sys-devel/binutils-2.20.1-r1 || ( =sys-devel/automake-1.11* ) >=sys-devel/autoconf-2.61 sys-devel/libtool
|
||||
!!sys-fs/device-mapper readline? ( sys-libs/readline ) clvm? ( =sys-cluster/dlm-2* cman? ( =sys-cluster/cman-2* ) ) >=sys-fs/udev-151-r4 !<sys-apps/openrc-0.4 !!sys-fs/lvm-user !!sys-fs/clvm >=sys-apps/util-linux-2.16 !<sys-fs/cryptsetup-1.1.2
|
||||
0
|
||||
ftp://sources.redhat.com/pub/lvm2/LVM2.2.02.74.tgz ftp://sources.redhat.com/pub/lvm2/old/LVM2.2.02.74.tgz
|
||||
|
||||
|
|
4
metadata/cache/sys-fs/lvm2-2.02.83
vendored
4
metadata/cache/sys-fs/lvm2-2.02.83
vendored
|
@ -1,5 +1,5 @@
|
|||
!!sys-fs/device-mapper clvm? ( =sys-cluster/dlm-2* cman? ( =sys-cluster/cman-2* ) ) >=sys-fs/udev-151-r4 dev-util/pkgconfig >=sys-devel/binutils-2.20.1-r1 || ( =sys-devel/automake-1.11* ) >=sys-devel/autoconf-2.61 sys-devel/libtool
|
||||
!!sys-fs/device-mapper clvm? ( =sys-cluster/dlm-2* cman? ( =sys-cluster/cman-2* ) ) >=sys-fs/udev-151-r4 !<sys-apps/openrc-0.4 !!sys-fs/lvm-user !!sys-fs/clvm >=sys-apps/util-linux-2.16 !<sys-fs/cryptsetup-1.1.2
|
||||
!!sys-fs/device-mapper readline? ( sys-libs/readline ) clvm? ( =sys-cluster/dlm-2* cman? ( =sys-cluster/cman-2* ) ) >=sys-fs/udev-151-r4 dev-util/pkgconfig >=sys-devel/binutils-2.20.1-r1 || ( =sys-devel/automake-1.11* ) >=sys-devel/autoconf-2.61 sys-devel/libtool
|
||||
!!sys-fs/device-mapper readline? ( sys-libs/readline ) clvm? ( =sys-cluster/dlm-2* cman? ( =sys-cluster/cman-2* ) ) >=sys-fs/udev-151-r4 !<sys-apps/openrc-0.4 !!sys-fs/lvm-user !!sys-fs/clvm >=sys-apps/util-linux-2.16 !<sys-fs/cryptsetup-1.1.2
|
||||
0
|
||||
ftp://sources.redhat.com/pub/lvm2/LVM2.2.02.83.tgz ftp://sources.redhat.com/pub/lvm2/old/LVM2.2.02.83.tgz
|
||||
|
||||
|
|
4
metadata/cache/sys-fs/lvm2-2.02.84
vendored
4
metadata/cache/sys-fs/lvm2-2.02.84
vendored
|
@ -1,5 +1,5 @@
|
|||
!!sys-fs/device-mapper clvm? ( =sys-cluster/dlm-2* cman? ( =sys-cluster/cman-2* ) ) >=sys-fs/udev-151-r4 dev-util/pkgconfig >=sys-devel/binutils-2.20.1-r1 || ( =sys-devel/automake-1.11* ) >=sys-devel/autoconf-2.61 sys-devel/libtool
|
||||
!!sys-fs/device-mapper clvm? ( =sys-cluster/dlm-2* cman? ( =sys-cluster/cman-2* ) ) >=sys-fs/udev-151-r4 !<sys-apps/openrc-0.4 !!sys-fs/lvm-user !!sys-fs/clvm >=sys-apps/util-linux-2.16 !<sys-fs/cryptsetup-1.1.2
|
||||
!!sys-fs/device-mapper readline? ( sys-libs/readline ) clvm? ( =sys-cluster/dlm-2* cman? ( =sys-cluster/cman-2* ) ) >=sys-fs/udev-151-r4 dev-util/pkgconfig >=sys-devel/binutils-2.20.1-r1 || ( =sys-devel/automake-1.11* ) >=sys-devel/autoconf-2.61 sys-devel/libtool
|
||||
!!sys-fs/device-mapper readline? ( sys-libs/readline ) clvm? ( =sys-cluster/dlm-2* cman? ( =sys-cluster/cman-2* ) ) >=sys-fs/udev-151-r4 !<sys-apps/openrc-0.4 !!sys-fs/lvm-user !!sys-fs/clvm >=sys-apps/util-linux-2.16 !<sys-fs/cryptsetup-1.1.2
|
||||
0
|
||||
ftp://sources.redhat.com/pub/lvm2/LVM2.2.02.84.tgz ftp://sources.redhat.com/pub/lvm2/old/LVM2.2.02.84.tgz
|
||||
|
||||
|
|
4
metadata/cache/sys-fs/lvm2-2.02.85
vendored
4
metadata/cache/sys-fs/lvm2-2.02.85
vendored
|
@ -1,5 +1,5 @@
|
|||
!!sys-fs/device-mapper clvm? ( =sys-cluster/dlm-2* cman? ( =sys-cluster/cman-2* ) ) >=sys-fs/udev-151-r4 dev-util/pkgconfig >=sys-devel/binutils-2.20.1-r1 || ( =sys-devel/automake-1.11* ) >=sys-devel/autoconf-2.61 sys-devel/libtool
|
||||
!!sys-fs/device-mapper clvm? ( =sys-cluster/dlm-2* cman? ( =sys-cluster/cman-2* ) ) >=sys-fs/udev-151-r4 !<sys-apps/openrc-0.4 !!sys-fs/lvm-user !!sys-fs/clvm >=sys-apps/util-linux-2.16 !<sys-fs/cryptsetup-1.1.2
|
||||
!!sys-fs/device-mapper readline? ( sys-libs/readline ) clvm? ( =sys-cluster/dlm-2* cman? ( =sys-cluster/cman-2* ) ) >=sys-fs/udev-151-r4 dev-util/pkgconfig >=sys-devel/binutils-2.20.1-r1 || ( =sys-devel/automake-1.11* ) >=sys-devel/autoconf-2.61 sys-devel/libtool
|
||||
!!sys-fs/device-mapper readline? ( sys-libs/readline ) clvm? ( =sys-cluster/dlm-2* cman? ( =sys-cluster/cman-2* ) ) >=sys-fs/udev-151-r4 !<sys-apps/openrc-0.4 !!sys-fs/lvm-user !!sys-fs/clvm >=sys-apps/util-linux-2.16 !<sys-fs/cryptsetup-1.1.2
|
||||
0
|
||||
ftp://sources.redhat.com/pub/lvm2/LVM2.2.02.85.tgz ftp://sources.redhat.com/pub/lvm2/old/LVM2.2.02.85.tgz
|
||||
|
||||
|
|
4
metadata/cache/sys-fs/lvm2-2.02.88
vendored
4
metadata/cache/sys-fs/lvm2-2.02.88
vendored
|
@ -1,5 +1,5 @@
|
|||
!!sys-fs/device-mapper clvm? ( =sys-cluster/dlm-2* cman? ( =sys-cluster/cman-2* ) ) >=sys-fs/udev-151-r4 dev-util/pkgconfig >=sys-devel/binutils-2.20.1-r1 || ( =sys-devel/automake-1.11* ) >=sys-devel/autoconf-2.61 sys-devel/libtool
|
||||
!!sys-fs/device-mapper clvm? ( =sys-cluster/dlm-2* cman? ( =sys-cluster/cman-2* ) ) >=sys-fs/udev-151-r4 !<sys-apps/openrc-0.4 !!sys-fs/lvm-user !!sys-fs/clvm >=sys-apps/util-linux-2.16 !<sys-fs/cryptsetup-1.1.2
|
||||
!!sys-fs/device-mapper readline? ( sys-libs/readline ) clvm? ( =sys-cluster/dlm-2* cman? ( =sys-cluster/cman-2* ) ) >=sys-fs/udev-151-r4 dev-util/pkgconfig >=sys-devel/binutils-2.20.1-r1 || ( =sys-devel/automake-1.11* ) >=sys-devel/autoconf-2.61 sys-devel/libtool
|
||||
!!sys-fs/device-mapper readline? ( sys-libs/readline ) clvm? ( =sys-cluster/dlm-2* cman? ( =sys-cluster/cman-2* ) ) >=sys-fs/udev-151-r4 !<sys-apps/openrc-0.4 !!sys-fs/lvm-user !!sys-fs/clvm >=sys-apps/util-linux-2.16 !<sys-fs/cryptsetup-1.1.2
|
||||
0
|
||||
ftp://sources.redhat.com/pub/lvm2/LVM2.2.02.88.tgz ftp://sources.redhat.com/pub/lvm2/old/LVM2.2.02.88.tgz
|
||||
|
||||
|
|
22
metadata/cache/sys-fs/multipath-tools-0.4.9-r3
vendored
Normal file
22
metadata/cache/sys-fs/multipath-tools-0.4.9-r3
vendored
Normal file
|
@ -0,0 +1,22 @@
|
|||
|| ( >=sys-fs/lvm2-2.02.45 >=sys-fs/device-mapper-1.00.19-r1 ) >=sys-fs/udev-124 dev-libs/libaio sys-libs/readline !<sys-apps/baselayout-2
|
||||
|| ( >=sys-fs/lvm2-2.02.45 >=sys-fs/device-mapper-1.00.19-r1 ) >=sys-fs/udev-124 dev-libs/libaio sys-libs/readline !<sys-apps/baselayout-2
|
||||
0
|
||||
http://christophe.varoqui.free.fr/multipath-tools/multipath-tools-0.4.9.tar.bz2
|
||||
|
||||
http://christophe.varoqui.free.fr/
|
||||
GPL-2
|
||||
Device mapper target autoconfig
|
||||
~amd64 ~arm ~ppc ~ppc64 ~x86
|
||||
eutils multilib portability toolchain-funcs user
|
||||
|
||||
|
||||
|
||||
|
||||
2
|
||||
|
||||
compile install postinst preinst prepare
|
||||
|
||||
|
||||
|
||||
|
||||
|
2
metadata/cache/sys-libs/ncurses-5.9
vendored
2
metadata/cache/sys-libs/ncurses-5.9
vendored
|
@ -6,7 +6,7 @@ mirror://gnu/ncurses/ncurses-5.9.tar.gz
|
|||
http://www.gnu.org/software/ncurses/ http://dickey.his.com/ncurses/
|
||||
MIT
|
||||
console display library
|
||||
~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~sparc-fbsd ~x86-fbsd
|
||||
~alpha ~amd64 ~arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~sparc-fbsd ~x86-fbsd
|
||||
eutils flag-o-matic multilib portability toolchain-funcs user
|
||||
ada +cxx debug doc gpm minimal profile static-libs trace unicode
|
||||
|
||||
|
|
2
metadata/cache/x11-misc/colord-0.1.15
vendored
2
metadata/cache/x11-misc/colord-0.1.15
vendored
|
@ -6,7 +6,7 @@ test
|
|||
http://www.freedesktop.org/software/colord/
|
||||
GPL-2
|
||||
System service to accurately color manage input and output devices
|
||||
~amd64 ~arm ~x86
|
||||
~amd64 ~arm ~hppa ~x86
|
||||
autotools base eutils libtool multilib portability toolchain-funcs user
|
||||
doc elibc_FreeBSD examples gusb +introspection scanner +udev vala
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
Wed, 30 Nov 2011 01:06:43 +0000
|
||||
Wed, 30 Nov 2011 09:36:43 +0000
|
||||
|
|
|
@ -1 +1 @@
|
|||
Wed, 30 Nov 2011 01:06:44 +0000
|
||||
Wed, 30 Nov 2011 09:36:43 +0000
|
||||
|
|
|
@ -1 +1 @@
|
|||
Wed, 30 Nov 2011 01:06:45 +0000
|
||||
Wed, 30 Nov 2011 09:36:45 +0000
|
||||
|
|
|
@ -1 +1 @@
|
|||
Wed Nov 30 01:06:43 UTC 2011
|
||||
Wed Nov 30 09:36:43 UTC 2011
|
||||
|
|
|
@ -1 +1 @@
|
|||
Wed, 30 Nov 2011 01:30:01 +0000
|
||||
Wed, 30 Nov 2011 10:00:01 +0000
|
||||
|
|
|
@ -1 +1 @@
|
|||
1322615101 Wed Nov 30 01:05:01 2011 UTC
|
||||
1322645701 Wed Nov 30 09:35:01 2011 UTC
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
DIST tftp-hpa-0.49.tar.bz2 91829 RMD160 d3a9a18f4b41dfd006c90b94b64a6473f577a7ed SHA1 28349027d7b672855414d5b8a6d45c8936e7c54d SHA256 9055064ea0aea223e82e99cbdead970dc46fa9456c91a7b3d6c0b37b62b6dd8c
|
||||
DIST tftp-hpa-5.0.tar.bz2 93039 RMD160 fbafc398b40098343b9e9e82badcfe6bd0eb3932 SHA1 7f541f085a4af5a87bf86a249421b13a30150597 SHA256 96309871519efcab829fdfcc1cca546d772ed6a0e214c9e99e77ca7aea29f734
|
||||
DIST tftp-hpa-5.1.tar.bz2 93919 RMD160 85591436968e176e1b92d2f7fe547bad34855a97 SHA1 4ccebeea0669c27a707cd38b7087d3713c485526 SHA256 fd3f92064f26367051af91ea44b2553566e3d96cd73b4ccdf28e547e18d0e24c
|
||||
DIST tftp-hpa-5.1.tar.xz 89288 RMD160 44dcf64d083aa7a988a4f377954c31bb24da2009 SHA1 ade09d8aba5cb1155d0309c42ac427358cd41853 SHA256 f736417a4d436512168ec34fe0ed13845388a3f01b862baa50b7b427e7ab5e42
|
||||
|
|
|
@ -1,10 +1,14 @@
|
|||
# Copyright 1999-2011 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/net-ftp/tftp-hpa/tftp-hpa-5.1.ebuild,v 1.7 2011/07/10 11:13:04 armin76 Exp $
|
||||
# $Header: /var/cvsroot/gentoo-x86/net-ftp/tftp-hpa/tftp-hpa-5.1.ebuild,v 1.8 2011/11/30 04:03:53 vapier Exp $
|
||||
|
||||
EAPI="4"
|
||||
|
||||
inherit toolchain-funcs
|
||||
|
||||
DESCRIPTION="port of the OpenBSD TFTP server"
|
||||
HOMEPAGE="http://www.kernel.org/pub/software/network/tftp/"
|
||||
SRC_URI="mirror://kernel/software/network/tftp/${P}.tar.bz2"
|
||||
SRC_URI="mirror://kernel/software/network/tftp/${PN}/${P}.tar.xz"
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
|
@ -12,23 +16,25 @@ KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd"
|
|||
IUSE="ipv6 readline selinux tcpd"
|
||||
|
||||
RDEPEND="selinux? ( sec-policy/selinux-tftpd )
|
||||
readline? ( sys-libs/readline )
|
||||
tcpd? ( sys-apps/tcp-wrappers )
|
||||
!net-ftp/atftp
|
||||
!net-ftp/netkit-tftp"
|
||||
DEPEND="${RDEPEND}
|
||||
readline? ( sys-libs/readline )
|
||||
tcpd? ( sys-apps/tcp-wrappers )"
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
src_compile() {
|
||||
src_prepare() {
|
||||
sed -i "/^AR/s:ar:$(tc-getAR):" MCONFIG.in || die
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
econf \
|
||||
$(use_with ipv6) \
|
||||
$(use_with tcpd tcpwrappers) \
|
||||
$(use_with readline) \
|
||||
|| die
|
||||
emake || die
|
||||
$(use_with readline)
|
||||
}
|
||||
|
||||
src_install() {
|
||||
emake INSTALLROOT="${D}" install || die
|
||||
emake INSTALLROOT="${D}" install
|
||||
dodoc README* CHANGES tftpd/sample.rules
|
||||
|
||||
# iputils installs this
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
DIST pms-generic-linux-unix-1.20.412.tgz 7900523 RMD160 abd47aad0365da3467d767b7fc0d6afaf9d38462 SHA1 c7b609a27aeab358e870b5c490425206e067bd01 SHA256 079005710f738782194740cbb79e5968e2cad44cd33872a2e2eccba08b504eaf
|
||||
DIST pms-generic-linux-unix-1.40.0.tgz 10712683 RMD160 2dab0ddac33b6279eda3eaff1987cc3872f85c74 SHA1 856024890f4e024da32169c1243deba08e597c08 SHA256 7a13184defc89c15d9a2f47c5a32472ba479b9d267fcfecf8224528f9cd59a50
|
||||
DIST pms-generic-linux-unix-1.50.0.tgz 12336817 RMD160 8f9fd855a18bdc185f32f691e7a347125bef6a6f SHA1 2bd968a792a4409f45aa4cf25c8796c021fd1dd2 SHA256 22bcb820a89b771ce2ca8455e671b0b8372f29b22e0d9ca9c303d30d58ddbdde
|
||||
|
|
7
net-misc/ps3mediaserver/files/ps3mediaserver.confd
Normal file
7
net-misc/ps3mediaserver/files/ps3mediaserver.confd
Normal file
|
@ -0,0 +1,7 @@
|
|||
# Copyright 1999-2011 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/net-misc/ps3mediaserver/files/ps3mediaserver.confd,v 1.1 2011/11/30 07:28:28 floppym Exp $
|
||||
|
||||
PMS_USER=
|
||||
PMS_GROUP=
|
||||
PMS_PIDFILE=/var/run/ps3mediaserver.pid
|
23
net-misc/ps3mediaserver/files/ps3mediaserver.initd
Normal file
23
net-misc/ps3mediaserver/files/ps3mediaserver.initd
Normal file
|
@ -0,0 +1,23 @@
|
|||
#!/sbin/runscript
|
||||
# Copyright 1999-2011 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/net-misc/ps3mediaserver/files/ps3mediaserver.initd,v 1.1 2011/11/30 07:28:28 floppym Exp $
|
||||
|
||||
depend() {
|
||||
need net
|
||||
}
|
||||
|
||||
start() {
|
||||
ebegin "Starting ${RC_SVCNAME}"
|
||||
start-stop-daemon --start --exec /usr/bin/ps3mediaserver \
|
||||
--user "${PMS_USER}" --group "${PMS_GROUP}" \
|
||||
--background --make-pidfile --pidfile "${PMS_PIDFILE}" \
|
||||
-- console
|
||||
eend $?
|
||||
}
|
||||
|
||||
stop() {
|
||||
ebegin "Stopping ${RC_SVCNAME}"
|
||||
start-stop-daemon --stop --pidfile "${PMS_PIDFILE}"
|
||||
eend $?
|
||||
}
|
|
@ -1,14 +1,15 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer>
|
||||
<email>vapier@gentoo.org</email>
|
||||
</maintainer>
|
||||
<maintainer>
|
||||
<email>floppym@gentoo.org</email>
|
||||
<name>Mike Gilbert</name>
|
||||
</maintainer>
|
||||
<maintainer>
|
||||
<email>vapier@gentoo.org</email>
|
||||
</maintainer>
|
||||
<use>
|
||||
<flag name="multiuser">Allow renderer customization per-user.</flag>
|
||||
<flag name="transcode">Install optional dependencies for transcoding support via media-video/mplayer</flag>
|
||||
<flag name="tsmuxer">Install optional dependencies for transcoding support via media-video/tsmuxer</flag>
|
||||
</use>
|
||||
|
|
92
net-misc/ps3mediaserver/ps3mediaserver-1.50.0.ebuild
Normal file
92
net-misc/ps3mediaserver/ps3mediaserver-1.50.0.ebuild
Normal file
|
@ -0,0 +1,92 @@
|
|||
# Copyright 1999-2011 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/net-misc/ps3mediaserver/ps3mediaserver-1.50.0.ebuild,v 1.2 2011/11/30 07:28:28 floppym Exp $
|
||||
|
||||
EAPI="4"
|
||||
|
||||
inherit eutils
|
||||
|
||||
DESCRIPTION="DLNA compliant UPNP server for streaming media to Playstation 3"
|
||||
HOMEPAGE="http://code.google.com/p/ps3mediaserver"
|
||||
SRC_URI="http://ps3mediaserver.googlecode.com/files/pms-generic-linux-unix-${PV}.tgz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="multiuser +transcode tsmuxer"
|
||||
|
||||
DEPEND="app-arch/unzip"
|
||||
RDEPEND=">=virtual/jre-1.6.0
|
||||
media-libs/libmediainfo
|
||||
media-libs/libzen
|
||||
tsmuxer? ( media-video/tsmuxer )
|
||||
transcode? ( media-video/mplayer[encode] )"
|
||||
|
||||
S=${WORKDIR}/pms-linux-${PV}
|
||||
PMS_HOME=/opt/${PN}
|
||||
|
||||
src_prepare() {
|
||||
if use multiuser; then
|
||||
echo multiuser is on
|
||||
cat > ${PN} <<-EOF
|
||||
#!/bin/sh
|
||||
if [ ! -e ~/.${PN} ]; then
|
||||
echo "Copying ${PMS_HOME} to ~/.${PN}"
|
||||
cp -pPR "${PMS_HOME}" ~/.${PN}
|
||||
fi
|
||||
export PMS_HOME=~/.${PN}
|
||||
exec "\${PMS_HOME}/PMS.sh" "\$@"
|
||||
EOF
|
||||
else
|
||||
cat > ${PN} <<-EOF
|
||||
#!/bin/sh
|
||||
export PMS_HOME=${PMS_HOME}
|
||||
exec "\${PMS_HOME}/PMS.sh" "\$@"
|
||||
EOF
|
||||
fi
|
||||
|
||||
cat > ${PN}.desktop <<-EOF
|
||||
[Desktop Entry]
|
||||
Name=PS3 Media Server
|
||||
GenericName=Media Server
|
||||
Exec=${PN}
|
||||
Icon=${PN}
|
||||
Type=Application
|
||||
Categories=Network;
|
||||
EOF
|
||||
|
||||
unzip -j pms.jar resources/images/icon-{32,256}.png || die
|
||||
}
|
||||
|
||||
src_install() {
|
||||
dobin ${PN}
|
||||
|
||||
exeinto ${PMS_HOME}
|
||||
doexe PMS.sh
|
||||
|
||||
insinto ${PMS_HOME}
|
||||
doins -r pms.jar *.conf documentation plugins renderers *.xml
|
||||
use tsmuxer && dosym /opt/tsmuxer/bin/tsMuxeR ${PMS_HOME}/linux/tsMuxeR
|
||||
dodoc CHANGELOG README
|
||||
|
||||
insinto /usr/share/icons/hicolor/32x32/apps
|
||||
newins icon-32.png ${PN}.png
|
||||
insinto /usr/share/icons/hicolor/256x256/apps
|
||||
newins icon-256.png ${PN}.png
|
||||
|
||||
domenu ${PN}.desktop
|
||||
|
||||
newconfd "${FILESDIR}/${PN}.confd" ${PN}
|
||||
newinitd "${FILESDIR}/${PN}.initd" ${PN}
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
ewarn "Don't forget to disable transcoding engines for software"
|
||||
ewarn "that you don't have installed (such as having the VLC"
|
||||
ewarn "transcoding engine enabled when you only have mencoder)."
|
||||
if use multiuser; then
|
||||
echo
|
||||
ewarn "Make sure to refresh the .${PN} in your home directory if you are"
|
||||
ewarn "upgrading from a previous version."
|
||||
fi
|
||||
}
|
|
@ -1,6 +1,6 @@
|
|||
# Copyright 1999-2011 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/perl-core/Pod-Simple/Pod-Simple-3.160.0.ebuild,v 1.2 2011/07/30 12:23:01 tove Exp $
|
||||
# $Header: /var/cvsroot/gentoo-x86/perl-core/Pod-Simple/Pod-Simple-3.160.0.ebuild,v 1.3 2011/11/30 03:47:14 jer Exp $
|
||||
|
||||
EAPI=3
|
||||
|
||||
|
@ -11,7 +11,7 @@ inherit perl-module
|
|||
DESCRIPTION="Framework for parsing Pod"
|
||||
|
||||
SLOT="0"
|
||||
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
|
||||
KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
|
||||
IUSE=""
|
||||
|
||||
DEPEND=">=virtual/perl-Pod-Escapes-1.04"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Copyright 1999-2011 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/perl-core/Time-HiRes/Time-HiRes-1.972.200.ebuild,v 1.1 2011/05/19 13:34:52 tove Exp $
|
||||
# $Header: /var/cvsroot/gentoo-x86/perl-core/Time-HiRes/Time-HiRes-1.972.200.ebuild,v 1.2 2011/11/30 03:49:33 jer Exp $
|
||||
|
||||
EAPI=4
|
||||
|
||||
|
@ -11,7 +11,7 @@ inherit perl-module
|
|||
DESCRIPTION="Perl Time::HiRes. High resolution alarm, sleep, gettimeofday, interval timers"
|
||||
|
||||
SLOT="0"
|
||||
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
|
||||
KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
|
||||
IUSE=""
|
||||
|
||||
SRC_TEST="do"
|
||||
|
|
|
@ -2934,6 +2934,7 @@ media-video/mplayer:xanim - Enables support for xanim based codecs
|
|||
media-video/mplayer:xvmc - Enables X-Video Motion Compensation support
|
||||
media-video/mplayer:zoran - Enables ZR360[56]7/ZR36060 video output
|
||||
media-video/mplayer2:3dnowext - Enable 3dnowext cpu instructions
|
||||
media-video/mplayer2:amr - Enables Adaptive Multi-Rate format support
|
||||
media-video/mplayer2:ass - SRT/SSA/ASS (SubRip / SubStation Alpha) subtitle support
|
||||
media-video/mplayer2:bl - Blinkenlights video output
|
||||
media-video/mplayer2:bluray - Enable playback of Blu-ray filesystems
|
||||
|
@ -2941,6 +2942,7 @@ media-video/mplayer2:bs2b - Enable Bauer stereophonic-to-binaural headphone filt
|
|||
media-video/mplayer2:cdio - Use libcdio for CD support (instead of cdparanoia)
|
||||
media-video/mplayer2:cpudetection - Enables runtime CPU detection (useful for bindist, compatibility on other CPUs)
|
||||
media-video/mplayer2:custom-cpuopts - Fine-tune custom CPU optimizations (UNSUPPORTED)
|
||||
media-video/mplayer2:dirac - Enable Dirac video support (an advanced royalty-free video compression format) via the reference library: dirac.
|
||||
media-video/mplayer2:dvdnav - Use forked libdvdnav, navigate menus in GUIs
|
||||
media-video/mplayer2:dxr3 - Enable DXR3/H+ video output
|
||||
media-video/mplayer2:enca - Enables support for charset discovery and conversion
|
||||
|
@ -2959,10 +2961,13 @@ media-video/mplayer2:radio - Enable V4L2 radio interface and support
|
|||
media-video/mplayer2:rar - Enable Unique RAR File Library
|
||||
media-video/mplayer2:real - Adds real audo/video support
|
||||
media-video/mplayer2:rtc - Enables usage of the linux real time clock. The alternative is software emulation of rtc
|
||||
media-video/mplayer2:rtmp - Enables RTMP support through librtmp
|
||||
media-video/mplayer2:schroedinger - Enable Dirac video support (an advanced royalty-free video compression format) via libschroedinger (high-speed implementation in C of the Dirac codec).
|
||||
media-video/mplayer2:shm - Enable support for shm
|
||||
media-video/mplayer2:ssse3 - Faster floating point optimization for SSSE3 capable chips (Intel Core 2 and later chips)
|
||||
media-video/mplayer2:tga - Enables Targa video output
|
||||
media-video/mplayer2:vdpau - Enables experimental VDPAU support (requires nVidia video cards) to offload MPEG2/MPEG4/VC1/WMV CPU processing to video card
|
||||
media-video/mplayer2:vpx - Enables vp8 codec support using libvpx: Decoding vp8 does not require this to be enabled but libvpx can also be used for decoding; encoding vp8 requires this useflag to be enabled though.
|
||||
media-video/mplayer2:xanim - Enables support for xanim based codecs
|
||||
media-video/mplayer2:xvmc - Enables X-Video Motion Compensation support
|
||||
media-video/ogmrip:ogm - Support for OGM container format
|
||||
|
@ -3924,6 +3929,7 @@ net-misc/openvpn:passwordsave - Enables openvpn to save passwords
|
|||
net-misc/openvpn:pkcs11 - Enable PKCS#11 smartcard support
|
||||
net-misc/plowshare:scripts - Install some additional helper scripts
|
||||
net-misc/plowshare:view-captcha - View captcha with aview
|
||||
net-misc/ps3mediaserver:multiuser - Allow renderer customization per-user.
|
||||
net-misc/ps3mediaserver:transcode - Install optional dependencies for transcoding support via media-video/mplayer
|
||||
net-misc/ps3mediaserver:tsmuxer - Install optional dependencies for transcoding support via media-video/tsmuxer
|
||||
net-misc/quagga:bgpclassless - Apply unofficial patch to enable classless prefixes for BGP. Patch and information to be found at http://hasso.linux.ee/doku.php/english:network:quagga
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
DIST bwa-0.5.0.tar.bz2 103638 RMD160 73803a59de42ca0763dedd56e47b09b23f115a87 SHA1 8a82efc5d8ebca7431c335d154cf203ff2aaf4b3 SHA256 02749e290d07ee7c96a9d219be7290f4b0f21fa6fc8e1405d8a6a657cd0dbc77
|
||||
DIST bwa-0.5.8a.tar.bz2 113239 RMD160 0c927c0583739a58334bc489d565cc5266e8076c SHA1 181a86b855a8c1597c1f7b1880bea664ae651e22 SHA256 71eb89d8a63da3f13e4e4bb012747c40db452efa6dc11b92cce70f4393004429
|
||||
DIST bwa-0.5.9.tar.bz2 113890 RMD160 9dda52d0019b0dfeb0794c2d4d4509f8add63551 SHA1 dc5d7ddd54b4f972c4e3667ce10449e1d428b419 SHA256 e1e4c522f75d7829bb1f0eb3920d31b8240f9343ebf977f9cd3540cabb9bdaf2
|
||||
DIST bwa-0.6.1.tar.bz2 129994 RMD160 78e531439551ee9ae50f251b317c2e2c1e4c5386 SHA1 89b0bebb5d8b1839bb2b146e9bdd520733a98d38 SHA256 15cc04a0085f3a0114835730e8e46ed72d36f0b34ced67594d4e04779f397be9
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Copyright 1999-2010 Gentoo Foundation
|
||||
# Copyright 1999-2011 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/sci-biology/bwa/bwa-0.5.8a.ebuild,v 1.1 2010/10/09 20:15:55 weaver Exp $
|
||||
# $Header: /var/cvsroot/gentoo-x86/sci-biology/bwa/bwa-0.6.1.ebuild,v 1.1 2011/11/30 08:44:21 weaver Exp $
|
||||
|
||||
EAPI=2
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
# Copyright 1999-2011 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gmm/gmm-4.1.ebuild,v 1.3 2011/11/26 10:34:15 hwoarang Exp $
|
||||
# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gmm/gmm-4.1.ebuild,v 1.4 2011/11/30 03:55:22 jer Exp $
|
||||
|
||||
EAPI=4
|
||||
|
||||
|
@ -10,7 +10,7 @@ HOMEPAGE="http://www-gmm.insa-toulouse.fr/getfem/"
|
|||
|
||||
LICENSE="LGPL-2.1"
|
||||
SLOT="0"
|
||||
KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
|
||||
KEYWORDS="~alpha amd64 hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
|
||||
IUSE=""
|
||||
|
||||
DOCS=( AUTHORS )
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Copyright 1999-2011 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/sys-apps/gawk/gawk-4.0.0.ebuild,v 1.1 2011/07/03 19:38:25 vapier Exp $
|
||||
# $Header: /var/cvsroot/gentoo-x86/sys-apps/gawk/gawk-4.0.0.ebuild,v 1.2 2011/11/30 03:24:42 vapier Exp $
|
||||
|
||||
EAPI="2"
|
||||
|
||||
|
@ -13,10 +13,11 @@ SRC_URI="mirror://gnu/gawk/${P}.tar.bz2"
|
|||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd"
|
||||
IUSE="nls"
|
||||
IUSE="nls readline"
|
||||
|
||||
# older gawk's provided shared lib for baselayout-1
|
||||
RDEPEND="!<sys-apps/baselayout-2.0.1"
|
||||
RDEPEND="!<sys-apps/baselayout-2.0.1
|
||||
readline? ( sys-libs/readline )"
|
||||
DEPEND="${RDEPEND}
|
||||
nls? ( sys-devel/gettext )"
|
||||
|
||||
|
@ -32,7 +33,8 @@ src_configure() {
|
|||
export ac_cv_libsigsegv=no
|
||||
econf \
|
||||
--libexec='$(libdir)/misc' \
|
||||
$(use_enable nls)
|
||||
$(use_enable nls) \
|
||||
$(use_with readline)
|
||||
}
|
||||
|
||||
src_install() {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Copyright 1999-2011 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/sys-apps/smartmontools/smartmontools-5.42.ebuild,v 1.2 2011/11/29 23:27:24 chainsaw Exp $
|
||||
# $Header: /var/cvsroot/gentoo-x86/sys-apps/smartmontools/smartmontools-5.42.ebuild,v 1.3 2011/11/30 03:44:42 jer Exp $
|
||||
|
||||
EAPI="3"
|
||||
|
||||
|
@ -12,7 +12,7 @@ if [[ ${PV} == "9999" ]] ; then
|
|||
SRC_URI=""
|
||||
else
|
||||
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
|
||||
KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-linux"
|
||||
KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-linux"
|
||||
fi
|
||||
|
||||
DESCRIPTION="Self-Monitoring, Analysis and Reporting Technology System (S.M.A.R.T.) monitoring tools"
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue