Sync with portage [Fri Nov 18 17:31:11 MSK 2011].

mhiretskiy
root 13 years ago
parent f3fcd3006a
commit 0ad3d4c8ca

@ -0,0 +1 @@
DIST pfm-2.12.0.tar.gz 873382 RMD160 7be1f7e046aaaaa23655403aa6c13b544472192b SHA1 6b7192f821a1157516b9049611cf677b866e0c57 SHA256 a7e912dea813d5f8b42aef49f483e4c8a2f4f86e87d1035bb46bcfe789ccfab4

@ -0,0 +1,8 @@
<?xml version = '1.0' encoding = 'UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer>
<email>radhermit@gentoo.org</email>
<name>Tim Harder</name>
</maintainer>
</pkgmetadata>

@ -0,0 +1,28 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-misc/pfm/pfm-2.12.0.ebuild,v 1.1 2011/11/18 09:28:25 radhermit Exp $
EAPI="4"
inherit perl-app
DESCRIPTION="A terminal-based file manager written in Perl"
HOMEPAGE="http://p-f-m.sourceforge.net/"
SRC_URI="mirror://sourceforge/p-f-m/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND=">=dev-lang/perl-5.8
>=dev-perl/File-Stat-Bits-1.10.0
>=dev-perl/HTML-Parser-3.59
>=dev-perl/libwww-perl-5.827
>=dev-perl/Term-ReadLine-Gnu-1.09
>=dev-perl/Term-Screen-1.30.0
>=dev-perl/Term-ScreenColor-1.130.0
sys-libs/ncurses
sys-libs/readline
>=virtual/perl-File-Temp-0.22
>=virtual/perl-Module-Load-0.16"

@ -1,3 +1 @@
DIST llpp-0_p20110504.tar.bz2 25459 RMD160 579dbf029088e70bd8040c1266c87e9b8b8ec316 SHA1 82567ad727ac84f5c3a3b383e210cd0488ea8b2f SHA256 6ce2c2f2a70143fbfb8434e9ca48288a87e6cc32f445c35af78b193106e7fa70
DIST llpp-5.tar.gz 28895 RMD160 9db80e88755879ab8a962e3fd74ca34418aeed69 SHA1 710f5f4972f4e36e31512ea024ae2df3b082199d SHA256 05997619d219b62ecdf7941fd3f2ad609c2603b19c56170e2d932e0031926b6b
DIST llpp-7.tar.gz 46931 RMD160 8887de279c19f33c6e4390a1a793f0c3f00f993b SHA1 512675c5865667cbf7430f050e7e62dd11dc74f7 SHA256 b359380afda9deaec85353e3ca0b603f2c512956b9f7f70970847aec2dfd5a5a

@ -1,38 +0,0 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/llpp/llpp-0_p20110504.ebuild,v 1.3 2011/08/24 19:08:01 maekke Exp $
EAPI=3
inherit toolchain-funcs
DESCRIPTION="a graphical PDF viewer which aims to superficially resemble less(1)"
HOMEPAGE="http://repo.or.cz/w/llpp.git"
SRC_URI="mirror://gentoo/${P}.tar.bz2"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE=""
RDEPEND=">=app-text/mupdf-0.8.165
dev-ml/lablgl[glut]
media-libs/jbig2dec
media-libs/openjpeg
x11-misc/xsel"
DEPEND="${RDEPEND}"
src_compile() {
ocamlopt -c -o link.o -ccopt -O link.c || die
ocamlopt -c -o main.cmo -I +lablGL main.ml || die
ocamlopt -o llpp \
-I +lablGL str.cmxa unix.cmxa lablgl.cmxa lablglut.cmxa link.o \
-cclib "-lmupdf -lfitz -lz -ljpeg -lopenjpeg -ljbig2dec -lfreetype -lpthread" \
main.cmx || die
}
src_install() {
dobin ${PN} || die
dodoc KEYS Thanks fixme || die
}

@ -1,41 +0,0 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/llpp/llpp-5.ebuild,v 1.1 2011/08/09 03:25:08 xmw Exp $
EAPI=3
inherit toolchain-funcs
DESCRIPTION="a graphical PDF viewer which aims to superficially resemble less(1)"
HOMEPAGE="http://repo.or.cz/w/llpp.git"
# http://repo.or.cz/w/llpp.git/snapshot/1ef3f3e5b9c45ce9e4a7bb5859e448e1b44e0639.tar.gz
SRC_URI="mirror://gentoo/${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND=">=app-text/mupdf-0.8.165
dev-ml/lablgl[glut]
media-libs/jbig2dec
media-libs/openjpeg
x11-misc/xsel"
DEPEND="${RDEPEND}"
S=${WORKDIR}/${PN}
src_compile() {
ocamlopt -c -o link.o -ccopt -O link.c || die
ocamlopt -c -o main.cmo -I +lablGL main.ml || die
ocamlopt -o llpp \
-I +lablGL str.cmxa unix.cmxa lablgl.cmxa lablglut.cmxa link.o \
-cclib "-lmupdf -lfitz -lz -ljpeg -lopenjpeg -ljbig2dec -lfreetype -lpthread" \
main.cmx || die
}
src_install() {
dobin ${PN} || die
dodoc KEYS Thanks fixme || die
}

@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/llpp/llpp-7.ebuild,v 1.3 2011/11/17 18:47:08 phajdan.jr Exp $
# $Header: /var/cvsroot/gentoo-x86/app-text/llpp/llpp-7.ebuild,v 1.4 2011/11/18 03:32:28 xmw Exp $
EAPI=3
@ -35,7 +35,7 @@ src_compile() {
printf 'let version ="%s";;\n' ${PV} >> help.ml || die
local myccopt="$(freetype-config --cflags) -O -include ft2build.h -D_GNU_SOURCE"
local mycclib="-lmupdf -lfitz -lz -ljpeg -lopenjpeg -ljbig2dec -lfreetype"
local mycclib="-lmupdf -lfitz -lz -ljpeg -lopenjpeg -ljbig2dec -lfreetype -lpthread"
#if use ocamlopt ; then
myccopt="${myccopt} -lpthread"
ocamlopt -c -o link.o -ccopt "${myccopt}" link.c || die

@ -1,5 +1,4 @@
DIST 20111027-10gen-mms-agent.zip 25241 RMD160 418b238a317583bace686f1386b2a4d0c7c78a92 SHA1 37349cfa1453eaecf7354f3d4a2595efdea02a95 SHA256 e5625ce9029a376674d24b242527459403ac782d18c78d91beab93fa8f6783f1
DIST mongodb-src-r1.8.2.tar.gz 1722704 RMD160 3c1e33ed9ff3dd3c653112a46cf178d07b93e32c SHA1 d2145e5b4a6df2e94aec76bef3a9399c11e8571a SHA256 1dd376b15e2b7288a77da2e1b0c6ffa5d2c62cdaf4bccfd9aa51c075a1f1bfb8
DIST mongodb-src-r1.8.3.tar.gz 1726144 RMD160 9662b6963e7e6a4b5adcbea3faa36dd50a794457 SHA1 3c5c9819ef20c759aec1dc6800a3c4d4f6841299 SHA256 ee121c9698a48b819f1c5b5ba10a98d565bd732d527743f1475f54f697dd63e2
DIST mongodb-src-r1.8.4.tar.gz 1727826 RMD160 6b561592b4f58f08ca2789e5ab92a3d31597912e SHA1 d296a6e04057e17989de5c7ded3a8c4d28285156 SHA256 c4e27bf22f2353e28ce169dbdbc24205baf863d1f61bd9a31b2230386cada4ae
DIST mongodb-src-r2.0.2_pre20111116.tar.gz 2822830 RMD160 a5e7a564a074bd800eb5423ba0a15f9f8179434c SHA1 febe43c9fe84bfc58f9498b85cb0b34a8627d067 SHA256 a77a67e698714d121caa5ba4c398ac1bf82f37040ba06df84d52587682ceff29
DIST mongodb-src-r2.0.2-rc0.tar.gz 2954080 RMD160 749d127b32911ad95eb935a419910b85117855bd SHA1 164c1144c1d59905b654a0dfd80f1f72588c5240 SHA256 3dd9079f4e7acf44aa4faf857c29b48ab470b85257ec9962daea2caaa2075b38

@ -1,6 +1,6 @@
--- a/SConstruct 2011-11-14 15:05:46.000000000 +0100
+++ b/SConstruct 2011-11-15 21:12:23.707935731 +0100
@@ -689,15 +689,16 @@
--- a/SConstruct 2011-11-16 22:11:39.000000000 +0100
+++ b/SConstruct 2011-11-17 16:30:16.144117550 +0100
@@ -688,7 +688,7 @@
env["CXX"] = "distcc " + env["CXX"]
# -Winvalid-pch Warn if a precompiled header (see Precompiled Headers) is found in the search path but can't be used.
@ -8,8 +8,8 @@
+ env.Append( CPPFLAGS="-fPIC -fno-strict-aliasing -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch" )
# env.Append( " -Wconversion" ) TODO: this doesn't really work yet
if linux:
- env.Append( CPPFLAGS=" -Werror -pipe " )
if not has_option('clang'):
env.Append( CPPFLAGS=" -Werror " )
@@ -696,7 +696,9 @@
env.Append( CPPFLAGS=" -fno-builtin-memcmp " ) # glibc's memcmp is faster than gcc's
env.Append( CPPDEFINES="_FILE_OFFSET_BITS=64" )
@ -19,7 +19,7 @@
env.Append( LINKFLAGS=" -fPIC -pthread -rdynamic" )
env.Append( LIBS=[] )
@@ -707,12 +708,13 @@
@@ -706,12 +708,13 @@
if linux and has_option( "sharedclient" ):
env.Append( LINKFLAGS=" -Wl,--as-needed -Wl,-zdefs " )

@ -1,83 +0,0 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-db/mongodb/mongodb-1.8.2-r1.ebuild,v 1.3 2011/10/19 15:54:07 ultrabug Exp $
EAPI=4
SCONS_MIN_VERSION="1.2.0"
inherit eutils multilib scons-utils versionator
MY_P=${PN}-src-r${PV/_rc/-rc}
DESCRIPTION="A high-performance, open source, schema-free document-oriented database"
HOMEPAGE="http://www.mongodb.org"
SRC_URI="http://downloads.mongodb.org/src/${MY_P}.tar.gz"
LICENSE="AGPL-3 Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="static-libs v8"
RDEPEND="!v8? ( =dev-lang/spidermonkey-1.8.2* )
v8? ( dev-lang/v8 )
dev-libs/boost
dev-libs/libpcre[cxx]
net-libs/libpcap"
DEPEND="${RDEPEND}
sys-libs/readline
sys-libs/ncurses"
S=${WORKDIR}/${MY_P}
pkg_setup() {
enewgroup mongodb
enewuser mongodb -1 -1 /var/lib/${PN} mongodb
scons_opts=" --cxx=$(tc-getCXX) --sharedclient"
if use v8; then
scons_opts+=" --usev8"
else
scons_opts+=" --usesm"
fi
}
src_prepare() {
epatch "${FILESDIR}/${PN}-1.8-fix-scons.patch"
epatch "${FILESDIR}/${PN}-linux3.patch"
}
src_compile() {
escons ${scons_opts} all
}
src_install() {
escons ${scons_opts} --full --nostrip install --prefix="${D}"/usr
use static-libs || rm "${D}/usr/$(get_libdir)/libmongoclient.a"
for x in /var/{lib,log,run}/${PN}; do
keepdir "${x}"
fowners mongodb:mongodb "${x}"
done
doman debian/mongo*.1
dodoc README docs/building.md
newinitd "${FILESDIR}/${PN}.initd" ${PN}
newconfd "${FILESDIR}/${PN}.confd" ${PN}
newinitd "${FILESDIR}/${PN/db/s}.initd" ${PN/db/s}
newconfd "${FILESDIR}/${PN/db/s}.confd" ${PN/db/s}
}
src_test() {
escons ${scons_opts} test
"${S}"/test --dbpath=unittest || die
}
pkg_postinst() {
if [[ ${REPLACING_VERSIONS} < 1.8 ]]; then
ewarn "You just upgraded from a previous version of mongodb !"
ewarn "Make sure you run 'mongod --upgrade' before using this version."
fi
elog "Journaling is now enabled by default, see /etc/conf.d/${PN}"
}

@ -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-db/mongodb/mongodb-2.0.2_pre20111116.ebuild,v 1.1 2011/11/16 09:44:09 ultrabug Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-db/mongodb/mongodb-2.0.2_rc0.ebuild,v 1.1 2011/11/18 08:32:46 ultrabug Exp $
EAPI=4
SCONS_MIN_VERSION="1.2.0"
@ -11,7 +11,7 @@ MY_P=${PN}-src-r${PV/_rc/-rc}
DESCRIPTION="A high-performance, open source, schema-free document-oriented database"
HOMEPAGE="http://www.mongodb.org"
SRC_URI="https://github.com/mongodb/mongo/tarball/0655ba4ec87e4dd91c5639707d6f6f208d719d61 -> ${MY_P}.tar.gz
SRC_URI="https://github.com/mongodb/mongo/tarball/ada33ce4be46e634e8ac9b727167b2173f90f5c8 -> ${MY_P}.tar.gz
mms-agent? ( http://dev.gentoo.org/~ultrabug/20111027-10gen-mms-agent.zip )"
LICENSE="AGPL-3 Apache-2.0"
@ -31,7 +31,7 @@ DEPEND="${RDEPEND}
sys-libs/readline
sys-libs/ncurses"
S="${WORKDIR}/mongodb-mongo-0655ba4"
S="${WORKDIR}/mongodb-mongo-ada33ce"
pkg_setup() {
enewgroup mongodb

@ -1 +1,2 @@
DIST msp430mcu-20110613.tar.bz2 3014406 RMD160 234c5bea0a345c78daba9b60445ff3393b7f572d SHA1 79904ac0c1852c6846cadbb21a0cb77a47adcdcd SHA256 954abc20d3997c8b6f63abcd7c683034b26435c537c0aa086c94e13d95e1b004
DIST msp430mcu-20111107.tar.bz2 4104438 RMD160 d06aec5c85e46c3a408ba735e2cafef28a5abfbc SHA1 3decd1753b772f9304c3db5adcfb75bea48f9a05 SHA256 9e722690abb59692911b092d79c8001b26bab1115b646349d9e4c4765b892deb

@ -0,0 +1,18 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-embedded/msp430mcu/msp430mcu-20111107.ebuild,v 1.1 2011/11/18 06:59:55 radhermit Exp $
EAPI="4"
DESCRIPTION="MCU-specific data for MSP430 microcontrollers"
HOMEPAGE="http://mspgcc.sourceforge.net"
SRC_URI="mirror://sourceforge/mspgcc/${P}.tar.bz2"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
src_install() {
MSP430MCU_ROOT="${S}" ./scripts/install.sh "${D}/usr"
}

@ -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-java/icedtea/icedtea-6.1.10.4-r1.ebuild,v 1.4 2011/11/10 21:42:13 sera Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-java/icedtea/icedtea-6.1.10.4-r1.ebuild,v 1.5 2011/11/18 11:01:47 sera Exp $
# Build written by Andrew John Hughes (gnu_andrew@member.fsf.org)
# *********************************************************
@ -177,10 +177,10 @@ src_configure() {
local vmhome="/usr/lib/jvm/${vm}"
# IcedTea6 can't be built using IcedTea7; its class files are too new
if [[ "${vm}" == "icedtea6" || "${vm}" == "icedtea-6" || "${vm}" == "icedtea6-bin" || "${vm}" == "icedtea-bin-6" ]]; then
if has "${vm}" icedtea6 icedtea-6 icedtea6-bin icedtea-bin-6; then
# If we are upgrading icedtea, then we don't need to bootstrap.
config="${config} --with-jdk-home=$(java-config -O) --disable-bootstrap"
elif [[ "${vm}" == "gcj-jdk" || "${vm}" == "cacao" ]] ; then
elif has "${vm}" gcj-jdk cacao; then
# For other 1.5 JDKs e.g. GCJ, CACAO.
config="${config} --with-ecj-jar=/usr/share/eclipse-ecj/ecj.jar" \
config="${config} --with-jdk-home=${vmhome}"

@ -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-java/icedtea/icedtea-7.2.0-r1.ebuild,v 1.11 2011/11/13 22:39:22 sera Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-java/icedtea/icedtea-7.2.0-r1.ebuild,v 1.12 2011/11/18 11:01:45 sera Exp $
# Build written by Andrew John Hughes (gnu_andrew@member.fsf.org)
# *********************************************************
@ -170,9 +170,9 @@ src_unpack() {
}
java_prepare() {
# Fix building with PaX enabled kernels. Bug #389751
# Fix non bootstrap builds with PaX enabled kernels. Bug #389751
# Move applying test_gamma.patch to before creating boot copy.
if grep '^PaX:' /proc/self/status > /dev/null; then
if host-is-pax; then
sed -i -e 's|patches/boot/test_gamma.patch||' Makefile.in || die
sed -i -e 's|openjdk-boot|openjdk|g' patches/boot/test_gamma.patch || die
export DISTRIBUTION_PATCHES=patches/boot/test_gamma.patch
@ -187,10 +187,19 @@ src_configure() {
local config procs rhino_jar
local vm=$(java-pkg_get-current-vm)
if [[ "${vm}" == "icedtea6" || "${vm}" == "icedtea-6" || "${vm}" == "icedtea6-bin" || "${vm}" == "icedtea-bin-6" ]] ; then
if has "${vm}" icedtea6 icedtea-6 icedtea6-bin icedtea-bin-6; then
# We can't currently bootstrap with a IcedTea6 JVM :(
config="${config} --disable-bootstrap"
elif [[ "${vm}" != "gcj-jdk" && "${vm}" != "cacao" && "${vm}" != "icedtea7" && "${vm}" != "icedtea-7" && "${vm}" != "icedtea-bin-7" ]] ; then
elif has "${vm}" icedtea7 icedtea-7 icedtea-bin-7; then
# We can't currently bootstrap with a PaX enabled kernel :(
host-is-pax && config="${config} --disable-bootstrap"
elif has "${vm}" gcj-jdk cacao; then
if host-is-pax; then
eerror "Can't currently bootstrap IcedTea using gcj-jdk or cacao on a PaX enabled host"
eerror "Sorry for the inconvenience"
die "Use an existing IcedTea build instead or disable PaX on the host"
fi
else
eerror "IcedTea must be built with either a JDK based on GNU Classpath or an existing build of IcedTea."
die "Install a GNU Classpath JDK (gcj-jdk, cacao)"
fi

@ -1,8 +1,15 @@
#!/sbin/runscript
PHP_FPM_CONF="/etc/php/fpm-php5/php-fpm.conf"
set_phpvars() {
PHPSLOT=${SVCNAME#php-fpm-}
[ ${PHPSLOT} = 'php-fpm' ] && PHPSLOT="$(eselect php show fpm)"
opts="depend start stop reload"
PHP_FPM_CONF="/etc/php/fpm-${PHPSLOT}/php-fpm.conf"
PHP_FPM_PID="/var/run/php-fpm-${PHPSLOT}.pid"
}
extra_commands="depend"
extra_started_commands="reload"
depend() {
need net
@ -10,13 +17,31 @@ depend() {
}
start() {
ebegin "Starting PHP FastCGI server"
start-stop-daemon --start --exec /usr/bin/php-fpm -- -y "${PHP_FPM_CONF}"
eend $?
ebegin "Starting PHP FastCGI Process Manager"
set_phpvars
start-stop-daemon --start --pidfile ${PHP_FPM_PID} --exec \
/usr/lib/${PHPSLOT}/bin/php-fpm -- -y "${PHP_FPM_CONF}" -g "${PHP_FPM_PID}"
local i=0
local timeout=5
while [ ! -f ${PHP_FPM_PID} ] && [ $i -le $timeout ]; do
sleep 1
i=$(($i + 1))
done
[ $timeout -gt $i ]
eend $?
}
stop() {
ebegin "Stopping PHP FastCGI server"
start-stop-daemon --stop --name php-fpm
eend $?
ebegin "Stopping PHP FastCGI Process Manager"
set_phpvars
start-stop-daemon --signal QUIT --stop --exec /usr/lib/${PHPSLOT}/bin/php-fpm --pidfile ${PHP_FPM_PID}
eend $?
}
reload() {
ebegin "Reloading PHP FastCGI Process Manager"
set_phpvars
[ -f ${PHP_FPM_PID} ] && kill -USR2 $(cat ${PHP_FPM_PID})
eend $?
}

@ -1,4 +1,3 @@
DIST v8-3.5.10.23.tar.bz2 9380464 RMD160 9e0429b6ef0fcdb5f66b996b75cf061ece88dbd4 SHA1 c955a60bdd846bde923561e8710ddf283b4e4e5a SHA256 6ec529415fd38534d24083728eaf80eda4b51845812d2f9303738e8019d1e3c9
DIST v8-3.5.10.24.tar.bz2 9378560 RMD160 5d6be86af37aed9e7a227fec817e76980f9802d7 SHA1 a20b0ff0baff46b75289c30016e1744457399208 SHA256 4fa2c6cc996463db122fc73267a64d0c00b17e0cddf11aa02bfab6b126b797ee
DIST v8-3.6.6.5.tar.bz2 9621910 RMD160 b704bdfc7ea535210a2c8881becff6f81e0c6da3 SHA1 91b12e58dc2480eec132e12039748cebff4d2510 SHA256 d4a689038c0991f7bfaf367f5ec986110e35387259598183143f9c7f04343ca8
DIST v8-3.6.6.6.tar.bz2 9619754 RMD160 8d8af502c4b90a534e302850349cc62c64e330b1 SHA1 25b65a7246731b5f91db3a0a8a0c6bd377b1fff5 SHA256 f51de4710c547373df546810e8d51c60cc90dd07881bf575191ade065964d6d6

@ -1,84 +0,0 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-lang/v8/v8-3.5.10.23.ebuild,v 1.3 2011/11/11 11:56:16 phajdan.jr Exp $
EAPI="3"
inherit eutils flag-o-matic multilib pax-utils scons-utils toolchain-funcs
DESCRIPTION="Google's open source JavaScript engine"
HOMEPAGE="http://code.google.com/p/v8"
SRC_URI="http://commondatastorage.googleapis.com/chromium-browser-official/${P}.tar.bz2"
LICENSE="BSD"
SLOT="0"
KEYWORDS="amd64 ~arm x86 ~x64-macos ~x86-macos"
IUSE="readline"
RDEPEND="readline? ( >=sys-libs/readline-6.1 )"
DEPEND="${RDEPEND}"
pkg_setup() {
tc-export AR CC CXX RANLIB
# Make the build respect LDFLAGS.
export LINKFLAGS="${LDFLAGS}"
}
src_prepare() {
# Stop -Werror from breaking the build.
epatch "${FILESDIR}"/${PN}-no-werror-r0.patch
# Respect the user's CFLAGS, including the optimization level.
epatch "${FILESDIR}"/${PN}-no-O3-r0.patch
}
src_configure() {
# GCC issues multiple warnings about strict-aliasing issues in v8 code.
append-flags -fno-strict-aliasing
}
src_compile() {
local myconf="library=shared soname=on importenv=LINKFLAGS,PATH"
# Use target arch detection logic from bug #354601.
case ${CHOST} in
i?86-*) myarch=x86 ;;
x86_64-*)
if [[ $ABI = "" ]] ; then
myarch=amd64
else
myarch="$ABI"
fi ;;
arm*-*) myarch=arm ;;
*) die "Unrecognized CHOST: ${CHOST}"
esac
if [[ $myarch = amd64 ]] ; then
myconf+=" arch=x64"
elif [[ $myarch = x86 ]] ; then
myconf+=" arch=ia32"
elif [[ $myarch = arm ]] ; then
myconf+=" arch=arm"
else
die "Failed to determine target arch, got '$myarch'."
fi
escons $(use_scons readline console readline dumb) ${myconf} || die
}
src_install() {
insinto /usr
doins -r include || die
if [[ ${CHOST} == *-darwin* ]] ; then
install_name_tool \
-id "${EPREFIX}"/usr/$(get_libdir)/libv8-${PV}$(get_libname) \
libv8-${PV}$(get_libname) || die
fi
dolib libv8-${PV}$(get_libname) || die
dosym libv8-${PV}$(get_libname) /usr/$(get_libdir)/libv8$(get_libname) || die
dodoc AUTHORS ChangeLog || die
}

@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-lang/v8/v8-3.5.10.24.ebuild,v 1.2 2011/11/17 11:37:07 chainsaw Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-lang/v8/v8-3.5.10.24.ebuild,v 1.3 2011/11/18 10:29:44 phajdan.jr Exp $
EAPI="3"
@ -12,7 +12,7 @@ SRC_URI="http://commondatastorage.googleapis.com/chromium-browser-official/${P}.
LICENSE="BSD"
SLOT="0"
KEYWORDS="amd64 ~arm ~x86 ~x64-macos ~x86-macos"
KEYWORDS="amd64 ~arm x86 ~x64-macos ~x86-macos"
IUSE="readline"
RDEPEND="readline? ( >=sys-libs/readline-6.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/dev-lang/vala/vala-0.14.0.ebuild,v 1.7 2011/10/30 14:58:15 armin76 Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-lang/vala/vala-0.14.0.ebuild,v 1.8 2011/11/18 09:51:27 naota Exp $
EAPI="4"
GCONF_DEBUG="no"
@ -13,7 +13,7 @@ HOMEPAGE="http://live.gnome.org/Vala"
LICENSE="LGPL-2.1"
SLOT="0.14"
KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sh sparc x86 ~x86-linux"
KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sh sparc x86 ~x86-fbsd ~x86-linux"
IUSE="test +vapigen"
RDEPEND=">=dev-libs/glib-2.16: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/dev-libs/libyaml/libyaml-0.1.3.ebuild,v 1.6 2011/07/15 17:37:43 mattst88 Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libyaml/libyaml-0.1.3.ebuild,v 1.7 2011/11/18 03:07:01 naota Exp $
EAPI="2"
@ -14,7 +14,7 @@ SRC_URI="http://pyyaml.org/download/${PN}/${MY_P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
IUSE="doc examples test"
S="${WORKDIR}/${MY_P}"

@ -0,0 +1,18 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Stat-Bits/File-Stat-Bits-1.10.0.ebuild,v 1.1 2011/11/18 08:51:13 radhermit Exp $
EAPI=4
MODULE_AUTHOR=FEDOROV
MODULE_VERSION=1.01
inherit perl-module
DESCRIPTION="File stat bit mask constants"
LICENSE="|| ( GPL-2 GPL-3 )" # GPL-2+
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
SRC_TEST="do"

@ -0,0 +1 @@
DIST File-Stat-Bits-1.01.tar.gz 9348 RMD160 b1733926235bf30a397cb9bb2d3c36daa216ac61 SHA1 3d2b328af41241d9ca657cc5404f31c7a7674715 SHA256 bd2442b0407a580b8bc094fe8e02c26bd2cb56936d1bf22f62da2fcbdbf692fb

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>perl</herd>
<upstream>
<remote-id type="cpan">File-Stat-Bits</remote-id>
</upstream>
</pkgmetadata>

@ -0,0 +1 @@
DIST Term-Screen-1.03.tar.gz 7778 RMD160 3691b58840e741f74aa28b7058e80098963116e3 SHA1 aa558bdc077f4b0356a369b42e9bc613d9d8c87b SHA256 3d28fd5b167c136c6a473110d2a1829b8d356808aeb697faaca47ad114d536d9

@ -0,0 +1,18 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Term-Screen/Term-Screen-1.30.0.ebuild,v 1.1 2011/11/18 09:01:31 radhermit Exp $
EAPI=4
MODULE_AUTHOR=JSTOWE
MODULE_VERSION=1.03
inherit perl-module
DESCRIPTION="A simple Term::Cap based screen positioning module"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
# Tests are interactive
#SRC_TEST="do"

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>perl</herd>
<upstream>
<remote-id type="cpan">Term-Screen</remote-id>
</upstream>
</pkgmetadata>

@ -0,0 +1 @@
DIST Term-ScreenColor-1.20.tar.gz 21325 RMD160 1825eb6951862249c4d0ebd886e4850b40f40e51 SHA1 216f1df4951dd60130c6b0f2b263df36d2b812b1 SHA256 be5e80b2dd0f2552f026f062d1429e9212bf975fad82ff704533f8fe9b28bfb0

@ -0,0 +1,22 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Term-ScreenColor/Term-ScreenColor-1.200.0.ebuild,v 1.1 2011/11/18 09:10:48 radhermit Exp $
EAPI=4
MODULE_AUTHOR=RUITTENB
MODULE_VERSION=1.20
inherit perl-module
DESCRIPTION="A Term::Screen based screen positioning and coloring module"
LICENSE="|| ( Artistic GPL-2 )"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND=">=dev-perl/Term-Screen-1.30.0"
DEPEND="${RDEPEND}"
# Tests require a real tty device attached to stdin
#SRC_TEST="do"

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>perl</herd>
<upstream>
<remote-id type="cpan">Term-ScreenColor</remote-id>
</upstream>
</pkgmetadata>

@ -1,4 +1,2 @@
DIST spyder-2.0.10.zip 2486312 RMD160 33f7ba06ef4ee94026ce90d76afe10fcae0172ac SHA1 6b23bc83c2608b777711583edcea1b107ab618ae SHA256 0f1e9d0aadfc63b2ab7c71ae140740bd4da9c5957b1a632f4036bf9e2977e813
DIST spyder-2.0.11.zip 1794767 RMD160 949d0d9255cb4a144d95de3104d5f67cdf1242bf SHA1 88f106cea4bca9dd12b33f547189cadac98e255c SHA256 94bcc7e4d147bf9cc6ebbc66179db2e121ac05c17bedab8c13d9d070d6a5b6e1
DIST spyder-2.0.12.zip 1794855 RMD160 571565d243af70c9ba8c89d62481c2cb3b1bceff SHA1 a592caf81f4c1f72d637a5269f5c60f8f43e57ee SHA256 07d68efb162f06a98ea31469624d7932ed2fce884efd1870e1bc641e76ecc2d9
DIST spyder-2.0.8.zip 2487356 RMD160 d0beedf80209a0b50932618fca2fbf4ef5e3da0e SHA1 8ecc937575620d1559c3f4f90ca01340a8ef69f5 SHA256 cb9e73c266e7dac6c9c492fd1262732d3a61bc4e0fc4be7be360372b14898e81
DIST spyder-2.1.2.zip 1921837 RMD160 d04ff71bb5fc8c80cc71c89c2cdc56646e00ed25 SHA1 0d675de517af704e5c94cbe839d4694a37811d95 SHA256 437dff12976ecbb69520d227a1fe718b058e40075b57fa85debd1bb90bee93dd

@ -1,54 +0,0 @@
--- setup.py
+++ setup.py
@@ -13,7 +13,6 @@
from distutils.core import setup
from distutils.command.build import build
-from sphinx import setup_command
import os, os.path as osp, sys
@@ -36,27 +35,6 @@
splist.append(".".join(dirpath.split(os.sep)))
return splist
-# Sphinx build (documentation)
-class MyBuild(build):
- def has_doc(self):
- setup_dir = os.path.dirname(os.path.abspath(__file__))
- return os.path.isdir(os.path.join(setup_dir, 'doc'))
- sub_commands = build.sub_commands + [('build_doc', has_doc)]
-
-class MyBuildDoc(setup_command.BuildDoc):
- def run(self):
- build = self.get_finalized_command('build')
- sys.path.insert(0, os.path.abspath(build.build_lib))
- dirname = self.distribution.get_command_obj('build').build_purelib
- self.builder_target_dir = osp.join(dirname, 'spyderlib', 'doc')
- try:
- setup_command.BuildDoc.run(self)
- except UnicodeDecodeError:
- print >>sys.stderr, "ERROR: unable to build documentation because Sphinx do not handle source path with non-ASCII characters. Please try to move the source package to another location (path with *only* ASCII characters)."
- sys.path.pop(0)
-
-cmdclass = {'build': MyBuild, 'build_doc': MyBuildDoc}
-
NAME = 'spyder'
LIBNAME = 'spyderlib'
@@ -83,7 +61,7 @@
get_package_data(LIBNAME, ('.qm', '.svg', '.png', '.css')),
'spyderplugins':
get_package_data('spyderplugins', ('.qm', '.svg', '.png'))},
- requires=["pyflakes (>0.3.0)", "rope (>0.9.0)", "sphinx (>0.6.0)",
+ requires=["pyflakes (>0.3.0)", "rope (>0.9.0)",
"PyQt4 (>4.3)"],
scripts=['spyder', 'spyder.bat'] if os.name == 'nt' else ['spyder'],
classifiers=['License :: OSI Approved :: MIT License',
@@ -97,5 +75,4 @@
'Programming Language :: Python :: 2.7',
'Development Status :: 5 - Production/Stable',
'Topic :: Scientific/Engineering',
- 'Topic :: Software Development :: Widget Sets'],
- cmdclass=cmdclass)
+ 'Topic :: Software Development :: Widget Sets'])

@ -16,6 +16,7 @@
<flag name='ipython'>Add support for <pkg>dev-python/ipython</pkg></flag>
<flag name='matplotlib'>Add support for <pkg>dev-python/matplotlib</pkg></flag>
<flag name='numpy'>Add support for <pkg>dev-python/numpy</pkg></flag>
<flag name='pep8'>Add support for <pkg>dev-python/pep8</pkg></flag>
<flag name='pyflakes'>Add support for <pkg>dev-python/pyflakes</pkg></flag>
<flag name='pylint'>Add support for <pkg>dev-python/pylint</pkg></flag>
<flag name='rope'>Add support for <pkg>sci-libs/rope</pkg></flag>

@ -1,57 +0,0 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/spyder/spyder-2.0.10.ebuild,v 1.1 2011/04/06 14:26:36 arfrever Exp $
EAPI="3"
PYTHON_DEPEND="2:2.5"
SUPPORT_PYTHON_ABIS="1"
RESTRICT_PYTHON_ABIS="2.4 3.* *-jython"
inherit distutils eutils
DESCRIPTION="Python IDE with matlab-like features"
HOMEPAGE="http://code.google.com/p/spyderlib/ http://pypi.python.org/pypi/spyder"
SRC_URI="http://spyderlib.googlecode.com/files/${P}.zip"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="doc ipython matplotlib numpy +pyflakes pylint +rope scipy"
RDEPEND=">=dev-python/PyQt4-4.4[webkit]
ipython? ( dev-python/ipython )
matplotlib? ( dev-python/matplotlib )
numpy? ( dev-python/numpy )
pyflakes? ( >=dev-python/pyflakes-0.3 )
pylint? ( dev-python/pylint )
rope? ( >=dev-python/rope-0.9.0 )
scipy? ( sci-libs/scipy )"
DEPEND="${RDEPEND}
doc? ( dev-python/sphinx )"
PYTHON_MODNAME="spyderlib spyderplugins"
src_prepare() {
distutils_src_prepare
epatch "${FILESDIR}/${P}-disable_sphinx_dependency.patch"
}
src_compile() {
distutils_src_compile
if use doc; then
einfo "Generation of documentation"
PYTHONPATH="build-$(PYTHON -f --ABI)" sphinx-build doc doc_output || die "Generation of documentation failed"
fi
}
src_install() {
distutils_src_install
if use doc; then
pushd doc_output > /dev/null
insinto /usr/share/doc/${PF}/html
doins -r [a-z]* _images _static || die "Installation of documentation failed"
popd > /dev/null
fi
}

@ -1,57 +0,0 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/spyder/spyder-2.0.8.ebuild,v 1.1 2011/03/01 16:43:20 arfrever Exp $
EAPI="3"
PYTHON_DEPEND="2:2.5"
SUPPORT_PYTHON_ABIS="1"
RESTRICT_PYTHON_ABIS="2.4 3.* *-jython"
inherit distutils eutils
DESCRIPTION="Python IDE with matlab-like features"
HOMEPAGE="http://code.google.com/p/spyderlib/ http://pypi.python.org/pypi/spyder"
SRC_URI="http://spyderlib.googlecode.com/files/${P}.zip"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="doc ipython matplotlib numpy +pyflakes pylint +rope scipy"
RDEPEND=">=dev-python/PyQt4-4.4[webkit]
ipython? ( dev-python/ipython )
matplotlib? ( dev-python/matplotlib )
numpy? ( dev-python/numpy )
pyflakes? ( >=dev-python/pyflakes-0.3 )
pylint? ( dev-python/pylint )
rope? ( >=dev-python/rope-0.9.0 )
scipy? ( sci-libs/scipy )"
DEPEND="${RDEPEND}
doc? ( dev-python/sphinx )"
PYTHON_MODNAME="spyderlib spyderplugins"
src_prepare() {
distutils_src_prepare
epatch "${FILESDIR}/${PN}-2.0.4-disable_sphinx_dependency.patch"
}
src_compile() {
distutils_src_compile
if use doc; then
einfo "Generation of documentation"
PYTHONPATH="build-$(PYTHON -f --ABI)" sphinx-build doc doc_output || die "Generation of documentation failed"
fi
}
src_install() {
distutils_src_install
if use doc; then
pushd doc_output > /dev/null
insinto /usr/share/doc/${PF}/html
doins -r [a-z]* _images _static || die "Installation of documentation failed"
popd > /dev/null
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/dev-python/spyder/spyder-2.0.11.ebuild,v 1.1 2011/04/29 21:24:42 arfrever Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-python/spyder/spyder-2.1.2.ebuild,v 1.1 2011/11/18 10:02:59 grozin Exp $
EAPI="3"
PYTHON_DEPEND="2:2.5"
@ -16,7 +16,7 @@ SRC_URI="http://spyderlib.googlecode.com/files/${P}.zip"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="doc ipython matplotlib numpy +pyflakes pylint +rope scipy"
IUSE="doc ipython matplotlib numpy +pyflakes pylint +rope scipy pep8"
RDEPEND=">=dev-python/PyQt4-4.4[webkit]
ipython? ( dev-python/ipython )
@ -24,30 +24,28 @@ RDEPEND=">=dev-python/PyQt4-4.4[webkit]
numpy? ( dev-python/numpy )
pyflakes? ( >=dev-python/pyflakes-0.3 )
pylint? ( dev-python/pylint )
rope? ( >=dev-python/rope-0.9.0 )
scipy? ( sci-libs/scipy )"
rope? ( >=dev-python/rope-0.9.3 )
scipy? ( sci-libs/scipy )
pep8? ( dev-python/pep8 )"
DEPEND="${RDEPEND}
doc? ( dev-python/sphinx )"
PYTHON_MODNAME="spyderlib spyderplugins"
src_prepare() {
distutils_src_prepare
epatch "${FILESDIR}/${PN}-2.0.10-disable_sphinx_dependency.patch"
}
src_compile() {
distutils_src_compile
if use doc; then
einfo "Generation of documentation"
PYTHONPATH="build-$(PYTHON -f --ABI)" sphinx-build doc doc_output || die "Generation of documentation failed"
PYTHONPATH="build-$(PYTHON -f --ABI)" \
sphinx-build doc doc_output || die "Generation of documentation failed"
fi
}
src_install() {
distutils_src_install
doicon spyderlib/images/spyder.svg || die
make_desktop_entry spyder Spyder spyder "Development;IDE"
if use doc; then
pushd doc_output > /dev/null
insinto /usr/share/doc/${PF}/html

@ -1,12 +1,12 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-keyring/gnome-keyring-3.2.1.ebuild,v 1.1 2011/10/30 07:21:57 tetromino Exp $
# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-keyring/gnome-keyring-3.2.1.ebuild,v 1.4 2011/11/18 04:41:30 tetromino Exp $
EAPI="4"
GCONF_DEBUG="no"
GNOME2_LA_PUNT="yes"
inherit gnome2 multilib pam virtualx
inherit gnome2 multilib pam versionator virtualx
DESCRIPTION="Password and keyring managing daemon"
HOMEPAGE="http://www.gnome.org/"
@ -81,6 +81,7 @@ pkg_postinst() {
# @DESCRIPTION:
# fcaps sets the specified capabilities in the effective and permitted set of
# the given file. In case of failure fcaps sets the given file-mode.
# Requires versionator.eclass
fcaps() {
local uid_gid=$1
local perms=$2
@ -101,10 +102,13 @@ fcaps() {
res=$?
if [ $res -ne 0 ]; then
ewarn "Failed to set capabilities. Probable reason is missed kernel support."
ewarn "Kernel must have SECURITY_FILE_CAPABILITIES, and <FS>_FS_SECURITY"
ewarn "enabled (e.g. EXT3_FS_SECURITY) where <FS> is the filesystem to store"
ewarn "${path}"
ewarn "Failed to set capabilities. Probable reason is missing kernel support."
ewarn "Your kernel must have <FS>_FS_SECURITY enabled (e.g. EXT4_FS_SECURITY)"
ewarn "where <FS> is the filesystem to store ${path}"
if ! version_is_at_least 2.6.33 "$(uname -r)"; then
ewarn "For kernel 2.6.32 or older, you will also need to enable"
ewarn "SECURITY_FILE_CAPABILITIES."
fi
ewarn
ewarn "Falling back to suid now..."
chmod u+s ${path}

@ -1,12 +1,12 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-keyring/gnome-keyring-3.2.2.ebuild,v 1.1 2011/11/17 06:09:12 tetromino Exp $
# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-keyring/gnome-keyring-3.2.2.ebuild,v 1.4 2011/11/18 04:41:30 tetromino Exp $
EAPI="4"
GCONF_DEBUG="no"
GNOME2_LA_PUNT="yes"
inherit gnome2 multilib pam virtualx
inherit gnome2 multilib pam versionator virtualx
DESCRIPTION="Password and keyring managing daemon"
HOMEPAGE="http://www.gnome.org/"
@ -83,6 +83,7 @@ pkg_postinst() {
# @DESCRIPTION:
# fcaps sets the specified capabilities in the effective and permitted set of
# the given file. In case of failure fcaps sets the given file-mode.
# Requires versionator.eclass
fcaps() {
local uid_gid=$1
local perms=$2
@ -103,10 +104,13 @@ fcaps() {
res=$?
if [ $res -ne 0 ]; then
ewarn "Failed to set capabilities. Probable reason is missed kernel support."
ewarn "Kernel must have SECURITY_FILE_CAPABILITIES, and <FS>_FS_SECURITY"
ewarn "enabled (e.g. EXT3_FS_SECURITY) where <FS> is the filesystem to store"
ewarn "${path}"
ewarn "Failed to set capabilities. Probable reason is missing kernel support."
ewarn "Your kernel must have <FS>_FS_SECURITY enabled (e.g. EXT4_FS_SECURITY)"
ewarn "where <FS> is the filesystem to store ${path}"
if ! version_is_at_least 2.6.33 "$(uname -r)"; then
ewarn "For kernel 2.6.32 or older, you will also need to enable"
ewarn "SECURITY_FILE_CAPABILITIES."
fi
ewarn
ewarn "Falling back to suid now..."
chmod u+s ${path}

@ -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-20111113.tar.gz 3685450 RMD160 c7712338d7693a1ab51b4f72e48a646e9149095b SHA1 902f65f93e89ab5c471aaf5557db13083d8f1a43 SHA256 c8f493b9206b4ac52fdfdae72fee214d22d29206d353a6110188305019d906e3
DIST postfix-2.9-20111117.tar.gz 3684552 RMD160 dca9e7cb2f064160bad3d5af47241a39c44cd7fb SHA1 1739001e5efeb40d5d33a779c213eac6c91a5d2f SHA256 68507280aeef07ac023f5854b67310e40f256be102d3e1948e9d6cbe1881ea46
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_pre20111113.ebuild,v 1.1 2011/11/14 12:14:53 eras Exp $
# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/postfix-2.9_pre20111117.ebuild,v 1.1 2011/11/18 07:16:31 eras Exp $
EAPI=4

@ -1,5 +1,3 @@
DIST ristretto-0.0.93.tar.bz2 267332 RMD160 4d0feac9745d8b054a8213eccfa6287b4f7a57df SHA1 c71acaad169633faffe26609f9cc671b04ff52d3 SHA256 104cbf282ad8067d2f2bee2c37bc779db9cd1079383c0631fddba6600c262cff
DIST ristretto-0.1.0.tar.bz2 269347 RMD160 33967a70000b1adcf417575f7081294b7fbdc2ed SHA1 44c550270500f877d876e803b666c443f8d9674b SHA256 47c480f78de1100b704a46948438575acc1025d1a9fef3ef63fba139943739cb
DIST ristretto-0.2.1.tar.bz2 360363 RMD160 0736994262273012b6974a3996a851c91b61d62e SHA1 442a55a1389f41c7a800e890b1dfe9720782c922 SHA256 ffe0ce560cd9b9677537ab0759e8521a779edc697068e88afad98366fab8a561
DIST ristretto-0.2.2.tar.bz2 359958 RMD160 9f0a00e1a9f9642d184424cfc5a594731ad69a66 SHA1 b0e311a2b8e59c1b20eb24cfdf6303d6e06c2898 SHA256 c43832d7e6e37b670c3dd04dcf406266ff5980dc80abed7b8a82aa7c7defaa69
DIST ristretto-0.3.0.tar.bz2 688885 RMD160 5d1432119c204b8d2ecb378dd8bcce3632b8b4fc SHA1 c7034ad543bea3c1b99a2336dcee9d5ba480b2bb SHA256 a8bf0aa8a18af4ad8d53cbfc918bc92db51b5446cf7ff09e7b988fe5c7b986e4

@ -1,37 +0,0 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-gfx/ristretto/ristretto-0.2.1.ebuild,v 1.1 2011/10/23 18:42:04 ssuominen Exp $
EAPI=4
inherit xfconf
DESCRIPTION="Image viewer and browser for Xfce4"
HOMEPAGE="http://goodies.xfce.org/projects/applications/ristretto"
SRC_URI="mirror://xfce/src/apps/${PN}/0.2/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
IUSE="debug"
RDEPEND="media-libs/libexif
>=x11-libs/gtk+-2.20:2
>=dev-libs/glib-2.24:2
>=dev-libs/dbus-glib-0.90
>=xfce-base/libxfce4util-4.8
>=xfce-base/libxfce4ui-4.8
>=xfce-base/xfconf-4.8
>=x11-libs/cairo-1.8"
DEPEND="${RDEPEND}
dev-util/intltool
dev-util/pkgconfig
sys-devel/gettext"
pkg_setup() {
XFCONF=(
--docdir=/usr/share/doc/${PF}
$(xfconf_use_debug)
)
DOCS=( AUTHORS ChangeLog NEWS README TODO )
}

@ -1,37 +0,0 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-gfx/ristretto/ristretto-0.2.2.ebuild,v 1.1 2011/10/28 20:22:22 ssuominen Exp $
EAPI=4
inherit xfconf
DESCRIPTION="Image viewer and browser for Xfce4"
HOMEPAGE="http://goodies.xfce.org/projects/applications/ristretto"
SRC_URI="mirror://xfce/src/apps/${PN}/0.2/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
IUSE="debug"
RDEPEND="media-libs/libexif
>=x11-libs/gtk+-2.20:2
>=dev-libs/glib-2.24:2
>=dev-libs/dbus-glib-0.90
>=xfce-base/libxfce4util-4.8
>=xfce-base/libxfce4ui-4.8
>=xfce-base/xfconf-4.8
>=x11-libs/cairo-1.8"
DEPEND="${RDEPEND}
dev-util/intltool
dev-util/pkgconfig
sys-devel/gettext"
pkg_setup() {
XFCONF=(
--docdir=/usr/share/doc/${PF}
$(xfconf_use_debug)
)
DOCS=( AUTHORS ChangeLog NEWS README TODO )
}

@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-gfx/shared-color-profiles/shared-color-profiles-0.1.4.ebuild,v 1.3 2011/11/06 17:08:52 maekke Exp $
# $Header: /var/cvsroot/gentoo-x86/media-gfx/shared-color-profiles/shared-color-profiles-0.1.4.ebuild,v 1.4 2011/11/18 09:35:10 naota Exp $
EAPI="4"
@ -10,7 +10,7 @@ SRC_URI="http://people.freedesktop.org/~hughsient/releases/${P}.tar.gz"
LICENSE="GPL-2 MIT ZLIB public-domain"
SLOT="0"
KEYWORDS="~amd64 ~arm ~hppa ~x86"
KEYWORDS="~amd64 ~arm ~hppa ~x86 ~x86-fbsd"
IUSE=""
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/media-libs/freetype/freetype-2.4.8.ebuild,v 1.1 2011/11/17 01:28:20 dirtyepic Exp $
# $Header: /var/cvsroot/gentoo-x86/media-libs/freetype/freetype-2.4.8.ebuild,v 1.2 2011/11/18 05:22:17 jer Exp $
EAPI="4"
@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/freetype/${P/_/}.tar.bz2
LICENSE="FTL GPL-2"
SLOT="2"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~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 ~ppc-aix ~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="X auto-hinter bindist bzip2 debug doc fontforge static-libs utils"
DEPEND="sys-libs/zlib

@ -2,5 +2,5 @@ DIST abcm2ps-5.9.15.tar.gz 253032 RMD160 d5a6b2639c34d6c70f5412ffeb82db8369da312
DIST abcm2ps-5.9.23.tar.gz 254174 RMD160 17d119ea7a196c5491459723261a7e7a4f4037f1 SHA1 e0377efd6de29f8047629f40069a2dd68b36780f SHA256 de0c319b80ef7beaefa9ed1b80b688a2a2a39fa50be4492061cc8f4db53d3a72
DIST abcm2ps-5.9.24.tar.gz 254329 RMD160 26695fabb540b17bd2dee86ba18c7fa3baa11e8b SHA1 7261ea8d2442a63897f97882e788c2d2404cd8c9 SHA256 008f8cde72c09ddd1c6a61d0b1f86d0733f35b76c94b7ceaeff97d02e8bcc53f
DIST abcm2ps-6.5.10.tar.gz 291234 RMD160 2d704096f9342d18d612ff117af526d04b140532 SHA1 f9f66400b095dbb9a0d36a06cb921efb40c30d8f SHA256 eed2fed0305d80eb41ae8e21796e4d75f51a274c9379e04d5facfb11bf9b54df
DIST abcm2ps-6.5.7.tar.gz 290472 RMD160 d4329a6f8ef40e05ee0b55348052e6d48385bb73 SHA1 10b4430ff79dc005d05bdc67f4c5670156e55e7f SHA256 37cd265498238adc6468f23cea04a00895362eb466b0d478e0efad59438ba0f0
DIST abcm2ps-6.5.12.tar.gz 291983 RMD160 73f11f3b8311707c1ee974f67cc08ff6282ecf14 SHA1 a78b39ef37392dc0ebeaddb8a4811994fac19b56 SHA256 e2473c594e6dd9e730815fce3310c6ebcfb5d1b2201561c717cb7c8f3e5a4fcb
DIST transpose_abc.pl 21045 RMD160 3ea7c36f80249a2c6e6c03eca0d9d58c054e2cfc SHA1 82a852ae790d6f379d48e4f3acc5aeba0236e575 SHA256 bd6960872bfbc9f71f183f36d533ea33b8cf62a6027b447f0b0b8adfa25a2848

@ -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-sound/abcm2ps/abcm2ps-6.5.7.ebuild,v 1.1 2011/11/03 19:14:40 radhermit Exp $
# $Header: /var/cvsroot/gentoo-x86/media-sound/abcm2ps/abcm2ps-6.5.12.ebuild,v 1.1 2011/11/18 10:25:53 radhermit Exp $
EAPI=4

@ -0,0 +1,61 @@
--- guvcview-src-1.5.1.orig/src/v4l2_controls.c 2011-11-18 12:12:53.049556430 +0100
+++ guvcview-src-1.5.1/src/v4l2_controls.c 2011-11-18 12:13:00.095556136 +0100
@@ -993,10 +993,10 @@
int i = 0;
int done = 0;
- while(!done)
+ for(; next != NULL; current = next, next = current->next)
{
if(current->control.flags & V4L2_CTRL_FLAG_WRITE_ONLY)
- goto next_control;
+ continue;
clist[count].id = current->control.id;
#ifndef DISABLE_STRING_CONTROLS
@@ -1081,15 +1081,6 @@
count = 0;
- if(next == NULL)
- done = 1;
- }
-
-next_control:
- if(!done)
- {
- current = next;
- next = current->next;
}
}
@@ -1188,10 +1179,10 @@
int i = 0;
int done = 0;
- while(!done)
+ for(; next != NULL; current = next, next = current->next)
{
if(current->control.flags & V4L2_CTRL_FLAG_READ_ONLY)
- goto next_control;
+ continue;
clist[count].id = current->control.id;
switch (current->control.type)
@@ -1269,16 +1260,6 @@
count = 0;
-
- if(next == NULL)
- done = 1;
- }
-
-next_control:
- if(!done)
- {
- current = next;
- next = current->next;
}
}

@ -1,10 +1,10 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-video/guvcview/guvcview-1.5.1.ebuild,v 1.1 2011/11/12 08:02:38 radhermit Exp $
# $Header: /var/cvsroot/gentoo-x86/media-video/guvcview/guvcview-1.5.1.ebuild,v 1.2 2011/11/18 11:02:35 lu_zero Exp $
EAPI=4
inherit autotools
inherit autotools eutils
MY_P=${PN}-src-${PV}
DESCRIPTION="GTK+ UVC Viewer"
@ -33,6 +33,7 @@ S=${WORKDIR}/${MY_P}
src_prepare() {
sed -i -e '/^guvcviewdocdir/,/^$/d' Makefile.am || die
epatch "${FILESDIR}/${P}-loops.patch"
eautoreconf
}

@ -1,2 +1,2 @@
DIST h264enc-9.3.7.tar.gz 119856 RMD160 5b00cf70b9078a6b82b9730a4f7af221cde50f6b SHA1 daca6ab15a1f1a1f391809399d56f4979fdb0f73 SHA256 b672ae10b208cc7b7138e1b1b6c4c8f700ca7a430381d3e710d3d23df46689ce
DIST h264enc-9.4.0.tar.gz 120198 RMD160 a189b3658095f264275aeb6db2d276b3d8354389 SHA1 307c8584a4d81943dee2c6054d6d7f46c75f8b4a SHA256 f87b36cec4d6ef90a21e518773be0a075ad13bf55456c0d6c06fedb9e2990ec0
DIST h264enc-9.4.1.tar.gz 120268 RMD160 05eaeca54aa0b77c66460058642039502a8c3086 SHA1 01288a975b7a3e4a979484da15699a4d74c981f4 SHA256 a7f53c278b0a3b62c84f1d9a16612bdcd3f63062cb1bf46d6983ba36c81b57bb

@ -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/h264enc/h264enc-9.3.7.ebuild,v 1.1 2011/06/19 09:11:33 jlec Exp $
# $Header: /var/cvsroot/gentoo-x86/media-video/h264enc/h264enc-9.4.1.ebuild,v 1.1 2011/11/18 10:38:41 radhermit Exp $
EAPI=4

@ -1 +1,2 @@
DIST ogmrip-0.13.6.tar.gz 3242380 RMD160 6116e7c22e747bd8ecd6444575537f2ebc16d062 SHA1 41917a11a44fb73c73daaa8ac29ae3dddb478b67 SHA256 f1b70fc68951401dbd43c9b1016fd2c37b1fda004d76cf6bb82c8a44742a5d24
DIST ogmrip-0.13.7.tar.gz 3246395 RMD160 d7822afd1d300ebc9786ea2d3cc6420668ce19b8 SHA1 a0097636b2e24b5b40107cad04b10c207c45437b SHA256 362060e4c1944f020f9a491d9a8af53cd3bf4f94d4f5beb8d3d855ebf17d9c2a

@ -0,0 +1,148 @@
--- configure.in
+++ configure.in
@@ -38,7 +38,6 @@
AM_MAINTAINER_MODE
CFLAGS="$CFLAGS -g -I/usr/local/include -I.. -Wall -D_FORTIFY_SOURCE=2"
-CFLAGS="$CFLAGS -DG_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED"
CFLAGS="$CFLAGS -DG_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES"
CPPFLAGS="$CPPFLAGS -I/usr/local/include -I.. -Wall -D_FORTIFY_SOURCE=2"
--- ChangeLog
+++ ChangeLog
@@ -1,5 +1,15 @@
-19 Aug 2011 Olivier Rolland <billl@users.sf.net>
+9 Oct 2011 Olivier Rolland <billl@users.sf.net>
+ * configure.in
+ * src/ogmrip-profile-editor.c
+ * src/ogmrip-crop-dialog.c
+ * libogmrip-gtk/ogmrip-source-chooser-widget.c
+ * libogmrip-gtk/ogmrip-x264-options.c
+
+ Removed deprecated GTK+ functions
+
+19 Sep 2011 Olivier Rolland <billl@users.sf.net>
+
Released OGMRip-0.13.7
19 Sep 2011 Olivier Rolland <billl@users.sf.net>
--- src/ogmrip-profile-editor.c
+++ src/ogmrip-profile-editor.c
@@ -631,6 +631,7 @@
{
GType codec;
GtkTreeModel *model;
+ GtkTreeIter iter;
gboolean exists;
gint active;
gchar *name;
@@ -641,11 +642,15 @@
codec = ogmrip_profile_editor_dialog_get_video_codec_type (dialog, name);
g_free (name);
- gtk_combo_box_remove_text (GTK_COMBO_BOX (dialog->priv->video_preset_combo), OGMRIP_VIDEO_PRESET_USER);
+ if (gtk_tree_model_iter_nth_child (model, &iter, NULL, OGMRIP_VIDEO_PRESET_USER))
+ gtk_list_store_remove (GTK_LIST_STORE (model), &iter);
exists = ogmrip_options_plugin_exists (codec);
if (exists)
- gtk_combo_box_append_text (GTK_COMBO_BOX (dialog->priv->video_preset_combo), _("User"));
+ {
+ gtk_list_store_append (GTK_LIST_STORE (model), &iter);
+ gtk_list_store_set (GTK_LIST_STORE (model), &iter, 0, _("User"), -1);
+ }
active = gtk_combo_box_get_active (GTK_COMBO_BOX (dialog->priv->video_preset_combo));
--- src/ogmrip-crop-dialog.c
+++ src/ogmrip-crop-dialog.c
@@ -218,17 +218,20 @@
}
static void
-ogmrip_crop_dialog_scale_value_changed (OGMRipCropDialog *dialog, GtkWidget *scale)
+ogmrip_crop_dialog_scale_button_released (OGMRipCropDialog *dialog, GdkEventButton *event, GtkWidget *scale)
{
- gulong frame;
- gchar *text;
+ if (event->button == 1)
+ {
+ gulong frame;
+ gchar *text;
- frame = (guint) gtk_range_get_value (GTK_RANGE (scale));
- text = g_strdup_printf (_("Frame %lu of %lu"), frame, dialog->priv->length);
- gtk_label_set_text (GTK_LABEL (dialog->priv->label), text);
- g_free (text);
+ frame = (guint) gtk_range_get_value (GTK_RANGE (scale));
+ text = g_strdup_printf (_("Frame %lu of %lu"), frame, dialog->priv->length);
+ gtk_label_set_text (GTK_LABEL (dialog->priv->label), text);
+ g_free (text);
- ogmrip_crop_dialog_grab_frame (dialog, frame);
+ ogmrip_crop_dialog_grab_frame (dialog, frame);
+ }
}
G_DEFINE_TYPE (OGMRipCropDialog, ogmrip_crop_dialog, GTK_TYPE_DIALOG)
@@ -291,9 +294,8 @@
dialog->priv->label = glade_xml_get_widget (xml, "frame-label");
dialog->priv->scale = glade_xml_get_widget (xml, "frame-scale");
- gtk_range_set_update_policy (GTK_RANGE (dialog->priv->scale), GTK_UPDATE_DELAYED);
- g_signal_connect_swapped (dialog->priv->scale, "value-changed",
- G_CALLBACK (ogmrip_crop_dialog_scale_value_changed), dialog);
+ g_signal_connect_swapped (dialog->priv->scale, "button-release-event",
+ G_CALLBACK (ogmrip_crop_dialog_scale_button_released), dialog);
g_object_unref (xml);
}
--- libogmrip-gtk/ogmrip-source-chooser-widget.c
+++ libogmrip-gtk/ogmrip-source-chooser-widget.c
@@ -207,7 +207,12 @@
gtk_box_pack_start (GTK_BOX (hbox), label, FALSE, FALSE, 0);
gtk_widget_show (label);
+#if GTK_CHECK_VERSION(2,24,0)
+ combo = gtk_combo_box_text_new ();
+#else
combo = gtk_combo_box_new_text ();
+#endif
+
gtk_box_pack_start (GTK_BOX (hbox), combo, TRUE, TRUE, 0);
gtk_widget_show (combo);
@@ -231,7 +236,11 @@
{
str = g_strdup_printf ("%s (%s)", ogmdvd_languages[i][OGMDVD_LANGUAGE_NAME],
ogmdvd_languages[i][OGMDVD_LANGUAGE_ISO639_1]);
+#if GTK_CHECK_VERSION(2,24,0)
+ gtk_combo_box_text_append_text (GTK_COMBO_BOX_TEXT (combo), str);
+#else
gtk_combo_box_append_text (GTK_COMBO_BOX (combo), str);
+#endif
g_free (str);
if (strncmp (ogmdvd_languages[i][OGMDVD_LANGUAGE_ISO639_1], lang, 2) == 0)
--- libogmrip-gtk/ogmrip-x264-options.c
+++ libogmrip-gtk/ogmrip-x264-options.c
@@ -299,9 +299,16 @@
gtk_widget_set_sensitive (dialog->me_combo, x264_have_me);
if (x264_have_me_tesa)
- gtk_combo_box_append_text (GTK_COMBO_BOX (dialog->me_combo),
- _("Transformed Exhaustive search (tesa - even slower)"));
+ {
+ GtkTreeModel *model;
+ GtkTreeIter iter;
+ model = gtk_combo_box_get_model (GTK_COMBO_BOX (dialog->me_combo));
+ gtk_list_store_append (GTK_LIST_STORE (model), &iter);
+ gtk_list_store_set (GTK_LIST_STORE (model), &iter,
+ 0, _("Transformed Exhaustive search (tesa - even slower)"), -1);
+ }
+
dialog->merange_spin = glade_xml_get_widget (xml, "merange-spin");
gtk_widget_set_sensitive (dialog->merange_spin, x264_have_me);

@ -0,0 +1,87 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-video/ogmrip/ogmrip-0.13.7.ebuild,v 1.1 2011/11/18 11:07:12 radhermit Exp $
EAPI=4
GCONF_DEBUG=no
inherit autotools-utils eutils gnome2
DESCRIPTION="Graphical frontend and libraries for ripping DVDs and encoding to AVI/OGM/MKV/MP4"
HOMEPAGE="http://ogmrip.sourceforge.net/"
SRC_URI="mirror://sourceforge/ogmrip/${P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
IUSE="aac dbus dts gtk libnotify matroska mp3 mp4 nls ogm spell srt static-libs theora vorbis x264 xvid"
COMMON_DEPEND=">=dev-libs/glib-2.16:2
>=app-i18n/enca-1.9
dev-libs/libxml2
media-libs/libdvdread
>=media-video/mplayer-1.0_rc2[dvd,encode,xvid?,dts?,x264?]
aac? ( >=media-libs/faac-1.24 )
gtk? (
>=x11-libs/gtk+-2.12:2
gnome-base/libglade
gnome-base/gconf
dbus? ( dev-libs/dbus-glib )
libnotify? ( >=x11-libs/libnotify-0.4.3 )
media-video/mplayer[jpeg]
)
matroska? ( media-video/mkvtoolnix )
mp3? ( media-sound/lame )
mp4? ( >=media-video/gpac-0.4.2 )
ogm? ( media-sound/ogmtools )
spell? ( >=app-text/enchant-1.1.0 )
srt? ( ||
(
( >=app-text/tesseract-2 media-libs/tiff )
>=app-text/gocr-0.39
>=app-text/ocrad-0.15
)
media-libs/libpng )
theora? ( media-libs/libtheora )
vorbis? ( media-sound/vorbis-tools )"
RDEPEND="${COMMON_DEPEND}
gnome-base/gvfs"
DEPEND="${COMMON_DEPEND}
nls? ( sys-devel/gettext
dev-util/intltool )
dev-util/pkgconfig"
pkg_setup() {
DOCS="AUTHORS ChangeLog README TODO"
G2CONF="
$(use_enable gtk gtk-support)
$(use_enable dbus dbus-support)
$(use_enable spell enchant-support)
$(use_enable ogm ogm-support)
$(use_enable matroska mkv-support)
$(use_enable mp4 mp4-support)
$(use_enable xvid xvid-support)
$(use_enable x264 x264-support)
$(use_enable theora theora-support)
$(use_enable vorbis vorbis-support)
$(use_enable mp3 mp3-support)
$(use_enable aac aac-support)
$(use_enable srt srt-support)
$(use_enable static-libs static)
$(use_enable libnotify libnotify-support)
$(use_enable nls)
--with-html-dir=/usr/share/doc/${PF}/html"
}
src_prepare() {
epatch "${FILESDIR}"/${P}-deprecated.patch
eautoreconf
gnome2_src_prepare
}
src_install() {
# bug #317607
MAKEOPTS="${MAKEOPTS} -j1" \
gnome2_src_install
remove_libtool_files all
}

@ -0,0 +1,22 @@
dev-lang/perl[-build]
>=dev-lang/perl-5.8 >=dev-perl/File-Stat-Bits-1.10.0 >=dev-perl/HTML-Parser-3.59 >=dev-perl/libwww-perl-5.827 >=dev-perl/Term-ReadLine-Gnu-1.09 >=dev-perl/Term-Screen-1.30.0 >=dev-perl/Term-ScreenColor-1.130.0 sys-libs/ncurses sys-libs/readline >=virtual/perl-File-Temp-0.22 >=virtual/perl-Module-Load-0.16 dev-lang/perl[-build]
0
mirror://sourceforge/p-f-m/pfm-2.12.0.tar.gz
http://p-f-m.sourceforge.net/
GPL-2
A terminal-based file manager written in Perl
~amd64 ~x86
base eutils multilib perl-app perl-module portability toolchain-funcs user
4
compile configure install prepare test unpack

@ -1,22 +0,0 @@
>=app-text/mupdf-0.8.165 dev-ml/lablgl[glut] media-libs/jbig2dec media-libs/openjpeg x11-misc/xsel
>=app-text/mupdf-0.8.165 dev-ml/lablgl[glut] media-libs/jbig2dec media-libs/openjpeg x11-misc/xsel
0
mirror://gentoo/llpp-0_p20110504.tar.bz2
http://repo.or.cz/w/llpp.git
GPL-3
a graphical PDF viewer which aims to superficially resemble less(1)
amd64 x86
multilib toolchain-funcs
3
compile install

@ -1,22 +0,0 @@
>=app-text/mupdf-0.8.165 dev-ml/lablgl[glut] media-libs/jbig2dec media-libs/openjpeg x11-misc/xsel
>=app-text/mupdf-0.8.165 dev-ml/lablgl[glut] media-libs/jbig2dec media-libs/openjpeg x11-misc/xsel
0
mirror://gentoo/llpp-5.tar.gz
http://repo.or.cz/w/llpp.git
GPL-3
a graphical PDF viewer which aims to superficially resemble less(1)
~amd64 ~x86
multilib toolchain-funcs
3
compile install

@ -1,22 +0,0 @@
!v8? ( =dev-lang/spidermonkey-1.8.2* ) v8? ( dev-lang/v8 ) dev-libs/boost dev-libs/libpcre[cxx] net-libs/libpcap sys-libs/readline sys-libs/ncurses >=dev-util/scons-1.2.0
!v8? ( =dev-lang/spidermonkey-1.8.2* ) v8? ( dev-lang/v8 ) dev-libs/boost dev-libs/libpcre[cxx] net-libs/libpcap
0
http://downloads.mongodb.org/src/mongodb-src-r1.8.2.tar.gz
http://www.mongodb.org
AGPL-3 Apache-2.0
A high-performance, open source, schema-free document-oriented database
~amd64 ~x86
eutils multilib portability scons-utils toolchain-funcs user versionator
static-libs v8
4
compile install postinst prepare setup test

@ -1,7 +1,7 @@
!v8? ( <dev-lang/spidermonkey-1.8 ) v8? ( dev-lang/v8 ) dev-libs/boost dev-libs/libpcre[cxx] net-libs/libpcap app-arch/snappy sys-libs/readline sys-libs/ncurses >=dev-util/scons-1.2.0
!v8? ( <dev-lang/spidermonkey-1.8 ) v8? ( dev-lang/v8 ) dev-libs/boost dev-libs/libpcre[cxx] net-libs/libpcap app-arch/snappy
0
https://github.com/mongodb/mongo/tarball/0655ba4ec87e4dd91c5639707d6f6f208d719d61 -> mongodb-src-r2.0.2_pre20111116.tar.gz mms-agent? ( http://dev.gentoo.org/~ultrabug/20111027-10gen-mms-agent.zip )
https://github.com/mongodb/mongo/tarball/ada33ce4be46e634e8ac9b727167b2173f90f5c8 -> mongodb-src-r2.0.2-rc0.tar.gz mms-agent? ( http://dev.gentoo.org/~ultrabug/20111027-10gen-mms-agent.zip )
http://www.mongodb.org
AGPL-3 Apache-2.0

@ -0,0 +1,22 @@
0
mirror://sourceforge/mspgcc/msp430mcu-20111107.tar.bz2
http://mspgcc.sourceforge.net
BSD
MCU-specific data for MSP430 microcontrollers
~amd64 ~x86
4
install

@ -1,22 +0,0 @@
readline? ( >=sys-libs/readline-6.1 ) dev-util/scons
readline? ( >=sys-libs/readline-6.1 )
0
http://commondatastorage.googleapis.com/chromium-browser-official/v8-3.5.10.23.tar.bz2
http://code.google.com/p/v8
BSD
Google's open source JavaScript engine
amd64 ~arm x86 ~x64-macos ~x86-macos
eutils flag-o-matic multilib pax-utils portability scons-utils toolchain-funcs user
readline
3
compile configure install prepare setup

@ -6,7 +6,7 @@ http://commondatastorage.googleapis.com/chromium-browser-official/v8-3.5.10.24.t
http://code.google.com/p/v8
BSD
Google's open source JavaScript engine
amd64 ~arm ~x86 ~x64-macos ~x86-macos
amd64 ~arm x86 ~x64-macos ~x86-macos
eutils flag-o-matic multilib pax-utils portability scons-utils toolchain-funcs user
readline

@ -6,7 +6,7 @@ mirror://gnome/sources/vala/0.14/vala-0.14.0.tar.xz
http://live.gnome.org/Vala
LGPL-2.1
Vala - Compiler for the GObject type system
alpha amd64 arm hppa ia64 ppc ppc64 sh sparc x86 ~x86-linux
alpha amd64 arm hppa ia64 ppc ppc64 sh sparc x86 ~x86-fbsd ~x86-linux
alternatives eutils fdo-mime gnome.org gnome2 gnome2-utils libtool multilib portability toolchain-funcs user versionator
test +vapigen

@ -6,7 +6,7 @@ http://pyyaml.org/download/libyaml/yaml-0.1.3.tar.gz
http://pyyaml.org/wiki/LibYAML
MIT
YAML 1.1 parser and emitter written in C
~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris
~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris
eutils multilib portability toolchain-funcs user
doc examples test

@ -0,0 +1,22 @@
dev-lang/perl[-build]
dev-lang/perl[-build]
0
mirror://cpan/authors/id/F/FE/FEDOROV/File-Stat-Bits-1.01.tar.gz
http://search.cpan.org/dist/File-Stat-Bits/
|| ( GPL-2 GPL-3 )
File stat bit mask constants
~amd64 ~x86
base eutils multilib perl-module portability toolchain-funcs user
4
compile configure install prepare test unpack

@ -0,0 +1,22 @@
dev-lang/perl[-build]
dev-lang/perl[-build]
0
mirror://cpan/authors/id/J/JS/JSTOWE/Term-Screen-1.03.tar.gz
http://search.cpan.org/dist/Term-Screen/
|| ( Artistic GPL-1 GPL-2 GPL-3 )
A simple Term::Cap based screen positioning module
~amd64 ~x86
base eutils multilib perl-module portability toolchain-funcs user
4
compile configure install prepare test unpack

@ -0,0 +1,22 @@
>=dev-perl/Term-Screen-1.30.0 dev-lang/perl[-build]
>=dev-perl/Term-Screen-1.30.0 dev-lang/perl[-build]
0
mirror://cpan/authors/id/R/RU/RUITTENB/Term-ScreenColor-1.20.tar.gz
http://search.cpan.org/dist/Term-ScreenColor/
|| ( Artistic GPL-2 )
A Term::Screen based screen positioning and coloring module
~amd64 ~x86
base eutils multilib perl-module portability toolchain-funcs user
4
compile configure install prepare test unpack

@ -1,22 +0,0 @@
>=dev-python/PyQt4-4.4[webkit] ipython? ( dev-python/ipython ) matplotlib? ( dev-python/matplotlib ) numpy? ( dev-python/numpy ) pyflakes? ( >=dev-python/pyflakes-0.3 ) pylint? ( dev-python/pylint ) rope? ( >=dev-python/rope-0.9.0 ) scipy? ( sci-libs/scipy ) doc? ( dev-python/sphinx ) >=app-admin/eselect-python-20091230 || ( =dev-lang/python-2.7* =dev-lang/python-2.6* =dev-lang/python-2.5* )
>=dev-python/PyQt4-4.4[webkit] ipython? ( dev-python/ipython ) matplotlib? ( dev-python/matplotlib ) numpy? ( dev-python/numpy ) pyflakes? ( >=dev-python/pyflakes-0.3 ) pylint? ( dev-python/pylint ) rope? ( >=dev-python/rope-0.9.0 ) scipy? ( sci-libs/scipy ) >=app-admin/eselect-python-20091230 || ( =dev-lang/python-2.7* =dev-lang/python-2.6* =dev-lang/python-2.5* )
0
http://spyderlib.googlecode.com/files/spyder-2.0.10.zip
http://code.google.com/p/spyderlib/ http://pypi.python.org/pypi/spyder
MIT
Python IDE with matlab-like features
~amd64 ~x86
distutils eutils multilib portability python toolchain-funcs user
doc ipython matplotlib numpy +pyflakes pylint +rope scipy
3
compile install postinst postrm prepare

@ -1,22 +0,0 @@
>=dev-python/PyQt4-4.4[webkit] ipython? ( dev-python/ipython ) matplotlib? ( dev-python/matplotlib ) numpy? ( dev-python/numpy ) pyflakes? ( >=dev-python/pyflakes-0.3 ) pylint? ( dev-python/pylint ) rope? ( >=dev-python/rope-0.9.0 ) scipy? ( sci-libs/scipy ) doc? ( dev-python/sphinx ) >=app-admin/eselect-python-20091230 || ( =dev-lang/python-2.7* =dev-lang/python-2.6* =dev-lang/python-2.5* )
>=dev-python/PyQt4-4.4[webkit] ipython? ( dev-python/ipython ) matplotlib? ( dev-python/matplotlib ) numpy? ( dev-python/numpy ) pyflakes? ( >=dev-python/pyflakes-0.3 ) pylint? ( dev-python/pylint ) rope? ( >=dev-python/rope-0.9.0 ) scipy? ( sci-libs/scipy ) >=app-admin/eselect-python-20091230 || ( =dev-lang/python-2.7* =dev-lang/python-2.6* =dev-lang/python-2.5* )
0
http://spyderlib.googlecode.com/files/spyder-2.0.11.zip
http://code.google.com/p/spyderlib/ http://pypi.python.org/pypi/spyder
MIT
Python IDE with matlab-like features
~amd64 ~x86
distutils eutils multilib portability python toolchain-funcs user
doc ipython matplotlib numpy +pyflakes pylint +rope scipy
3
compile install postinst postrm prepare

@ -1,14 +1,14 @@
>=dev-python/PyQt4-4.4[webkit] ipython? ( dev-python/ipython ) matplotlib? ( dev-python/matplotlib ) numpy? ( dev-python/numpy ) pyflakes? ( >=dev-python/pyflakes-0.3 ) pylint? ( dev-python/pylint ) rope? ( >=dev-python/rope-0.9.0 ) scipy? ( sci-libs/scipy ) doc? ( dev-python/sphinx ) >=app-admin/eselect-python-20091230 || ( =dev-lang/python-2.7* =dev-lang/python-2.6* =dev-lang/python-2.5* )
>=dev-python/PyQt4-4.4[webkit] ipython? ( dev-python/ipython ) matplotlib? ( dev-python/matplotlib ) numpy? ( dev-python/numpy ) pyflakes? ( >=dev-python/pyflakes-0.3 ) pylint? ( dev-python/pylint ) rope? ( >=dev-python/rope-0.9.0 ) scipy? ( sci-libs/scipy ) >=app-admin/eselect-python-20091230 || ( =dev-lang/python-2.7* =dev-lang/python-2.6* =dev-lang/python-2.5* )
>=dev-python/PyQt4-4.4[webkit] ipython? ( dev-python/ipython ) matplotlib? ( dev-python/matplotlib ) numpy? ( dev-python/numpy ) pyflakes? ( >=dev-python/pyflakes-0.3 ) pylint? ( dev-python/pylint ) rope? ( >=dev-python/rope-0.9.3 ) scipy? ( sci-libs/scipy ) pep8? ( dev-python/pep8 ) doc? ( dev-python/sphinx ) >=app-admin/eselect-python-20091230 || ( =dev-lang/python-2.7* =dev-lang/python-2.6* =dev-lang/python-2.5* )
>=dev-python/PyQt4-4.4[webkit] ipython? ( dev-python/ipython ) matplotlib? ( dev-python/matplotlib ) numpy? ( dev-python/numpy ) pyflakes? ( >=dev-python/pyflakes-0.3 ) pylint? ( dev-python/pylint ) rope? ( >=dev-python/rope-0.9.3 ) scipy? ( sci-libs/scipy ) pep8? ( dev-python/pep8 ) >=app-admin/eselect-python-20091230 || ( =dev-lang/python-2.7* =dev-lang/python-2.6* =dev-lang/python-2.5* )
0
http://spyderlib.googlecode.com/files/spyder-2.0.8.zip
http://spyderlib.googlecode.com/files/spyder-2.1.2.zip
http://code.google.com/p/spyderlib/ http://pypi.python.org/pypi/spyder
MIT
Python IDE with matlab-like features
~amd64 ~x86
distutils eutils multilib portability python toolchain-funcs user
doc ipython matplotlib numpy +pyflakes pylint +rope scipy
doc ipython matplotlib numpy +pyflakes pylint +rope scipy pep8

@ -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-20111113.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-20111117.tar.gz vda? ( http://vda.sourceforge.net/VDA/postfix-vda-v10-2.8.5.patch )
http://www.postfix.org/
IBM

@ -1,22 +0,0 @@
media-libs/libexif >=x11-libs/gtk+-2.20:2 >=dev-libs/glib-2.24:2 >=dev-libs/dbus-glib-0.90 >=xfce-base/libxfce4util-4.8 >=xfce-base/libxfce4ui-4.8 >=xfce-base/xfconf-4.8 >=x11-libs/cairo-1.8 dev-util/intltool dev-util/pkgconfig sys-devel/gettext || ( =sys-devel/automake-1.11* ) >=sys-devel/autoconf-2.61 sys-devel/libtool >=sys-apps/sed-4
media-libs/libexif >=x11-libs/gtk+-2.20:2 >=dev-libs/glib-2.24:2 >=dev-libs/dbus-glib-0.90 >=xfce-base/libxfce4util-4.8 >=xfce-base/libxfce4ui-4.8 >=xfce-base/xfconf-4.8 >=x11-libs/cairo-1.8
0
mirror://xfce/src/apps/ristretto/0.2/ristretto-0.2.1.tar.bz2
http://goodies.xfce.org/projects/applications/ristretto
GPL-2
Image viewer and browser for Xfce4
~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86
autotools base eutils fdo-mime gnome2-utils libtool multilib portability toolchain-funcs user xfconf
debug
4
compile configure install postinst postrm preinst prepare setup unpack

@ -1,22 +0,0 @@
media-libs/libexif >=x11-libs/gtk+-2.20:2 >=dev-libs/glib-2.24:2 >=dev-libs/dbus-glib-0.90 >=xfce-base/libxfce4util-4.8 >=xfce-base/libxfce4ui-4.8 >=xfce-base/xfconf-4.8 >=x11-libs/cairo-1.8 dev-util/intltool dev-util/pkgconfig sys-devel/gettext || ( =sys-devel/automake-1.11* ) >=sys-devel/autoconf-2.61 sys-devel/libtool >=sys-apps/sed-4
media-libs/libexif >=x11-libs/gtk+-2.20:2 >=dev-libs/glib-2.24:2 >=dev-libs/dbus-glib-0.90 >=xfce-base/libxfce4util-4.8 >=xfce-base/libxfce4ui-4.8 >=xfce-base/xfconf-4.8 >=x11-libs/cairo-1.8
0
mirror://xfce/src/apps/ristretto/0.2/ristretto-0.2.2.tar.bz2
http://goodies.xfce.org/projects/applications/ristretto
GPL-2
Image viewer and browser for Xfce4
~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86
autotools base eutils fdo-mime gnome2-utils libtool multilib portability toolchain-funcs user xfconf
debug
4
compile configure install postinst postrm preinst prepare setup unpack

@ -6,7 +6,7 @@ http://people.freedesktop.org/~hughsient/releases/shared-color-profiles-0.1.4.ta
https://github.com/hughsie/shared-color-profiles
GPL-2 MIT ZLIB public-domain
Color profiles from contributors for color calibration
~amd64 ~arm ~hppa ~x86
~amd64 ~arm ~hppa ~x86 ~x86-fbsd

@ -6,7 +6,7 @@ mirror://sourceforge/freetype/freetype-2.4.8.tar.bz2 utils? ( mirror://sourcefor
http://www.freetype.org/
FTL GPL-2
A high-quality and portable font engine
~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~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 ~ppc-aix ~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
autotools autotools-utils base eutils flag-o-matic libtool multilib portability toolchain-funcs user
X auto-hinter bindist bzip2 debug doc fontforge static-libs utils

@ -1,7 +1,7 @@
0
http://moinejf.free.fr/abcm2ps-6.5.7.tar.gz http://moinejf.free.fr/transpose_abc.pl
http://moinejf.free.fr/abcm2ps-6.5.12.tar.gz http://moinejf.free.fr/transpose_abc.pl
http://moinejf.free.fr/
GPL-2

@ -1,7 +1,7 @@
media-video/mplayer[encode,x264] sys-apps/coreutils sys-apps/pv sys-devel/bc sys-process/time aac? ( media-libs/faac media-sound/aacplusenc ) dvd? ( media-video/lsdvd ) flac? ( media-libs/flac ) lame? ( media-sound/lame ) matroska? ( media-video/mkvtoolnix ) mp4? ( >=media-video/gpac-0.4.5[a52] ) ogm? ( media-sound/ogmtools ) vorbis? ( media-sound/vorbis-tools )
0
mirror://sourceforge/h264enc/h264enc-9.3.7.tar.gz
mirror://sourceforge/h264enc/h264enc-9.4.1.tar.gz
http://h264enc.sourceforge.net/
GPL-2

@ -0,0 +1,22 @@
>=dev-libs/glib-2.16:2 >=app-i18n/enca-1.9 dev-libs/libxml2 media-libs/libdvdread >=media-video/mplayer-1.0_rc2[dvd,encode,xvid?,dts?,x264?] aac? ( >=media-libs/faac-1.24 ) gtk? ( >=x11-libs/gtk+-2.12:2 gnome-base/libglade gnome-base/gconf dbus? ( dev-libs/dbus-glib ) libnotify? ( >=x11-libs/libnotify-0.4.3 ) media-video/mplayer[jpeg] ) matroska? ( media-video/mkvtoolnix ) mp3? ( media-sound/lame ) mp4? ( >=media-video/gpac-0.4.2 ) ogm? ( media-sound/ogmtools ) spell? ( >=app-text/enchant-1.1.0 ) srt? ( || ( ( >=app-text/tesseract-2 media-libs/tiff ) >=app-text/gocr-0.39 >=app-text/ocrad-0.15 ) media-libs/libpng ) theora? ( media-libs/libtheora ) vorbis? ( media-sound/vorbis-tools ) nls? ( sys-devel/gettext dev-util/intltool ) dev-util/pkgconfig || ( =sys-devel/automake-1.11* ) >=sys-devel/autoconf-2.61 sys-devel/libtool app-arch/xz-utils >=sys-apps/sed-4
>=dev-libs/glib-2.16:2 >=app-i18n/enca-1.9 dev-libs/libxml2 media-libs/libdvdread >=media-video/mplayer-1.0_rc2[dvd,encode,xvid?,dts?,x264?] aac? ( >=media-libs/faac-1.24 ) gtk? ( >=x11-libs/gtk+-2.12:2 gnome-base/libglade gnome-base/gconf dbus? ( dev-libs/dbus-glib ) libnotify? ( >=x11-libs/libnotify-0.4.3 ) media-video/mplayer[jpeg] ) matroska? ( media-video/mkvtoolnix ) mp3? ( media-sound/lame ) mp4? ( >=media-video/gpac-0.4.2 ) ogm? ( media-sound/ogmtools ) spell? ( >=app-text/enchant-1.1.0 ) srt? ( || ( ( >=app-text/tesseract-2 media-libs/tiff ) >=app-text/gocr-0.39 >=app-text/ocrad-0.15 ) media-libs/libpng ) theora? ( media-libs/libtheora ) vorbis? ( media-sound/vorbis-tools ) gnome-base/gvfs
0
mirror://sourceforge/ogmrip/ogmrip-0.13.7.tar.gz
http://ogmrip.sourceforge.net/
LGPL-2.1
Graphical frontend and libraries for ripping DVDs and encoding to AVI/OGM/MKV/MP4
~amd64 ~ppc ~ppc64 ~x86
autotools autotools-utils base eutils fdo-mime gnome.org gnome2 gnome2-utils libtool multilib portability toolchain-funcs user versionator
aac dbus dts gtk libnotify matroska mp3 mp4 nls ogm spell srt static-libs theora vorbis x264 xvid
4
compile configure install postinst postrm preinst prepare setup test unpack

@ -1,4 +1,4 @@
dev-lang/perl || ( =sys-devel/automake-1.11* ) >=sys-devel/autoconf-2.61 sys-devel/libtool
dev-lang/perl sys-apps/texinfo || ( =sys-devel/automake-1.11* ) >=sys-devel/autoconf-2.61 sys-devel/libtool || ( =sys-devel/automake-1.11* ) >=sys-devel/autoconf-2.61 sys-devel/libtool
!sys-boot/netboot !www-apps/nanoblogger
0
mirror://sourceforge/nodebrain/nodebrain-0.8.3.tar.gz

@ -6,7 +6,7 @@ http://dovecot.org/releases/2.0/dovecot-2.0.16.tar.gz sieve? ( http://www.rename
http://www.dovecot.org/
LGPL-2.1 MIT
An IMAP and POP3 server written with security primarily in mind
~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd
~alpha ~amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd
autotools autotools-utils base eutils libtool multilib portability ssl-cert toolchain-funcs user versionator
bzip2 caps cydir sdbox doc ipv6 kerberos ldap +maildir managesieve mbox mdbox mysql pam postgres sieve sqlite +ssl static-libs suid vpopmail zlib ssl

@ -0,0 +1,22 @@
>=dev-lang/python-2.4 >=dev-python/snakeoil-0.4.4 || ( >=dev-lang/python-2.5 dev-python/pycrypto ) doc? ( dev-python/sphinx dev-python/pyparsing ) >=app-admin/eselect-python-20091230 dev-lang/python
>=dev-lang/python-2.4 >=dev-python/snakeoil-0.4.4 || ( >=dev-lang/python-2.5 dev-python/pycrypto ) >=app-admin/eselect-python-20091230 dev-lang/python
0
http://pkgcore.googlecode.com/files/pkgcore-0.7.5.tar.bz2
http://pkgcore.googlecode.com/
GPL-2
pkgcore package manager
~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86
distutils eutils multilib portability python toolchain-funcs user
-doc build
3
compile install postinst postrm prepare setup test

@ -1,22 +0,0 @@
sys-libs/ncurses
sys-libs/ncurses
0
http://dev.yorhel.nl/download/ncdu-1.3.tar.gz
http://dev.yorhel.nl/ncdu/
MIT
NCurses Disk Usage
amd64 ~ppc sparc x86
install

@ -1,22 +0,0 @@
sys-libs/ncurses
sys-libs/ncurses
0
http://dev.yorhel.nl/download/ncdu-1.6.tar.gz
http://dev.yorhel.nl/ncdu/
MIT
NCurses Disk Usage
amd64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux
install

@ -1,18 +1,18 @@
sys-libs/ncurses
sys-libs/ncurses
0
http://dev.yorhel.nl/download/ncdu-1.5.tar.gz
http://dev.yorhel.nl/download/ncdu-1.8.tar.gz
http://dev.yorhel.nl/ncdu/
MIT
NCurses Disk Usage
~amd64 ~ppc ~sparc ~x86
~amd64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux
4
install

@ -12,9 +12,9 @@ kernel_linux
2
4
compile install postinst postrm preinst setup
compile install postinst postrm preinst pretend setup

@ -0,0 +1,22 @@
kernel_linux? ( sys-apps/module-init-tools ) sys-apps/sed kernel_linux? ( virtual/linux-sources )
kernel_linux? ( sys-apps/module-init-tools )
0
http://www.linux-phc.org/forum/download/file.php?id=124 -> phc-k8-0.4.4.tar.gz
http://www.linux-phc.org/
GPL-2
Processor Hardware Control for AMD K8 CPUs
~amd64 ~x86
eutils linux-info linux-mod multilib portability toolchain-funcs user versionator
kernel_linux
4
compile install postinst postrm preinst prepare setup

@ -1,22 +0,0 @@
app-arch/bzip2 dev-libs/dbus-glib >=dev-libs/icu-4.4.1 >=dev-libs/libevent-1.4.13 dev-libs/libxml2[icu] dev-libs/libxslt >=dev-libs/nss-3.12.3 gnome? ( >=gnome-base/gconf-2.24.0 ) gnome-keyring? ( >=gnome-base/gnome-keyring-2.28.2 ) >=media-libs/alsa-lib-1.0.19 media-libs/flac virtual/jpeg media-libs/libpng >=media-libs/libwebp-0.1.2 media-libs/speex pulseaudio? ( media-sound/pulseaudio ) cups? ( dev-libs/libgcrypt >=net-print/cups-1.3.11 ) sys-libs/zlib x11-libs/gtk+:2 x11-libs/libXinerama x11-libs/libXScrnSaver x11-libs/libXtst kerberos? ( virtual/krb5 ) dev-lang/perl >=dev-util/gperf-3.0.3 >=dev-util/pkgconfig-0.23 >=sys-devel/bison-2.4.3 sys-devel/flex >=sys-devel/make-3.81-r2 test? ( dev-python/pyftpdlib dev-python/simplejson ) >=sys-apps/sed-4 >=app-admin/eselect-python-20091230 || ( =dev-lang/python-2.7* =dev-lang/python-2.6* ) test? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost )
app-arch/bzip2 dev-libs/dbus-glib >=dev-libs/icu-4.4.1 >=dev-libs/libevent-1.4.13 dev-libs/libxml2[icu] dev-libs/libxslt >=dev-libs/nss-3.12.3 gnome? ( >=gnome-base/gconf-2.24.0 ) gnome-keyring? ( >=gnome-base/gnome-keyring-2.28.2 ) >=media-libs/alsa-lib-1.0.19 media-libs/flac virtual/jpeg media-libs/libpng >=media-libs/libwebp-0.1.2 media-libs/speex pulseaudio? ( media-sound/pulseaudio ) cups? ( dev-libs/libgcrypt >=net-print/cups-1.3.11 ) sys-libs/zlib x11-libs/gtk+:2 x11-libs/libXinerama x11-libs/libXScrnSaver x11-libs/libXtst kerberos? ( virtual/krb5 ) x11-misc/xdg-utils virtual/ttf-fonts >=app-admin/eselect-python-20091230 || ( =dev-lang/python-2.7* =dev-lang/python-2.6* )
0
http://commondatastorage.googleapis.com/chromium-browser-official/chromium-15.0.874.120.tar.bz2
http://chromium.org/
BSD
Open-source version of Google Chrome web browser
amd64 x86
eutils fdo-mime flag-o-matic gnome2-utils linux-info multilib pax-utils portability python toolchain-funcs user versionator virtualx
bindist cups gnome gnome-keyring kerberos pulseaudio linguas_am linguas_ar linguas_bg linguas_bn linguas_ca linguas_cs linguas_da linguas_de linguas_el linguas_en_GB linguas_es linguas_es_LA linguas_et linguas_fa linguas_fi linguas_fil linguas_fr linguas_gu linguas_he linguas_hi linguas_hr linguas_hu linguas_id linguas_it linguas_ja linguas_kn linguas_ko linguas_lt linguas_lv linguas_ml linguas_mr linguas_nb linguas_nl linguas_pl linguas_pt_BR linguas_pt_PT linguas_ro linguas_ru linguas_sk linguas_sl linguas_sr linguas_sv linguas_sw linguas_ta linguas_te linguas_th linguas_tr linguas_uk linguas_vi linguas_zh_CN linguas_zh_TW test
3
compile configure install postinst postrm preinst prepare setup test

@ -6,7 +6,7 @@ http://commondatastorage.googleapis.com/chromium-browser-official/chromium-15.0.
http://chromium.org/
BSD
Open-source version of Google Chrome web browser
amd64 ~x86
amd64 x86
eutils fdo-mime flag-o-matic gnome2-utils linux-info multilib pax-utils portability python toolchain-funcs user versionator virtualx
bindist cups gnome gnome-keyring kerberos pulseaudio linguas_am linguas_ar linguas_bg linguas_bn linguas_ca linguas_cs linguas_da linguas_de linguas_el linguas_en_GB linguas_es linguas_es_LA linguas_et linguas_fa linguas_fi linguas_fil linguas_fr linguas_gu linguas_he linguas_hi linguas_hr linguas_hu linguas_id linguas_it linguas_ja linguas_kn linguas_ko linguas_lt linguas_lv linguas_ml linguas_mr linguas_nb linguas_nl linguas_pl linguas_pt_BR linguas_pt_PT linguas_ro linguas_ru linguas_sk linguas_sl linguas_sr linguas_sv linguas_sw linguas_ta linguas_te linguas_th linguas_tr linguas_uk linguas_vi linguas_zh_CN linguas_zh_TW test

@ -1,7 +1,7 @@
>=sys-apps/sed-4
app-arch/bzip2 app-misc/ca-certificates media-libs/alsa-lib dev-libs/atk dev-libs/dbus-glib dev-libs/expat dev-libs/glib:2 dev-libs/libxslt dev-libs/nspr dev-libs/nss gnome-base/gconf:2 media-libs/fontconfig media-libs/freetype net-print/cups media-libs/libpng:1.2 sys-apps/dbus || ( >=sys-devel/gcc-4.4.0[-nocxx] >=sys-devel/gcc-4.4.0[cxx] ) sys-libs/zlib x11-libs/cairo x11-libs/gdk-pixbuf x11-libs/gtk+:2 x11-libs/libXScrnSaver x11-libs/libX11 x11-libs/libXrender x11-libs/libXext x11-libs/pango x11-misc/xdg-utils !www-client/google-chrome:0 !www-client/google-chrome:beta !www-client/google-chrome:stable
unstable
amd64? ( http://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-unstable/google-chrome-unstable_17.0.938.0-r109848_amd64.deb ) x86? ( http://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-unstable/google-chrome-unstable_17.0.938.0-r109848_i386.deb )
amd64? ( http://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-unstable/google-chrome-unstable_17.0.942.0-r110446_amd64.deb ) x86? ( http://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-unstable/google-chrome-unstable_17.0.942.0-r110446_i386.deb )
mirror strip
http://www.google.com/chrome
google-chrome

@ -7,7 +7,7 @@ http://i3wm.org/i3status/
BSD
generates a status bar for dzen2, xmobar or similar
~amd64 ~x86
multilib toolchain-funcs
eutils multilib portability toolchain-funcs user versionator
+caps

@ -1,22 +0,0 @@
>=dev-libs/libx86-1.1
>=dev-libs/libx86-1.1
0
http://www.polypux.org/projects/read-edid/read-edid-2.0.0.tar.gz
http://www.polypux.org/projects/read-edid/
GPL-2
Program that can get information from a PnP monitor
-* ~amd64 ~x86
compile install

@ -1 +1 @@
Fri, 18 Nov 2011 01:06:43 +0000
Fri, 18 Nov 2011 11:36:43 +0000

@ -1 +1 @@
Fri, 18 Nov 2011 01:06:43 +0000
Fri, 18 Nov 2011 11:36:44 +0000

@ -1 +1 @@
Fri, 18 Nov 2011 01:06:44 +0000
Fri, 18 Nov 2011 11:36:45 +0000

@ -1 +1 @@
Fri Nov 18 01:06:43 UTC 2011
Fri Nov 18 11:36:43 UTC 2011

@ -1 +1 @@
Fri, 18 Nov 2011 01:30:01 +0000
Fri, 18 Nov 2011 12:00:01 +0000

@ -1 +1 @@
1321578301 Fri Nov 18 01:05:01 2011 UTC
1321616101 Fri Nov 18 11:35:01 2011 UTC

@ -0,0 +1,49 @@
1) Use pkg-config to figure out openssl libraries (also fixes underlinking with
ld.gold, bug #371893).
2) Respect CFLAGS/LDFLAGS.
-jer
--- a/lib/configure.ac
+++ b/lib/configure.ac
@@ -113,7 +113,7 @@
AC_CHECK_LIB([pcre],[pcre_compile],,[AC_MSG_ERROR(Required library -lpcre not found. You may want to download it from http://www.pcre.org or locate it and include directory in LD_LIBRARY_PATH to support this build.)])
AC_CHECK_LIB([readline],[readline],,[AC_MSG_ERROR(Required library -lreadline not found. You may want to download it from http://cnswww.cns.cwru.edu/php/chet/readline/rltop.html or locate it and include directory in LD_LIBRARY_PATH to support this build.)])
AC_CHECK_LIB(history,add_history,,[AC_MSG_ERROR(Required library -lhistory not found. You may want to download it from http://cnswww.cns.cwru.edu/php/chet/readline/rltop.html or locate it and include directory in LD_LIBRARY_PATH to support this build.)])
-AC_CHECK_LIB(ssl,SSL_library_init,,[AC_MSG_ERROR(Required library -lssl not found. You may want to download it from http://cnswww.cns.cwru.edu/php/chet/readline/rltop.html or locate it and include directory in LD_LIBRARY_PATH to support this build.)])
+PKG_CHECK_MODULES(libssl,openssl,LIBS="$LIBS `$PKG_CONFIG --cflags --libs openssl`",[AC_MSG_ERROR(Required library -lssl not found. You may want to download it from http://www.openssl.org/ or locate it and include directory in LD_LIBRARY_PATH to support this build.)])
AC_SEARCH_LIBS(socket,socket)
AC_SEARCH_LIBS(inet_ntoa,nsl)
@@ -152,8 +152,6 @@
# define a release date variable
AC_DEFINE_UNQUOTED(NB_COMPILE_PLATFORM,"$host",[Define compile platform])
-CFLAGS="-Wall -I/usr/local/include -I/usr/local/ssl/include"
-LDFLAGS="-L/usr/local/ssl/lib"
case "$host" in
*-netbsd*)
AC_DEFINE(NETBSD,,[Define if NetBSD])
--- a/module/configure.ac
+++ b/module/configure.ac
@@ -100,8 +100,6 @@
AC_SUBST([NB_MOD_PATH],[../.libs])
-CFLAGS="-Wall -I/usr/local/include -I/usr/local/ssl/include"
-LDFLAGS="-L/usr/local/ssl/lib"
#=====================================
# Checks for header files.
--- a/module/webster/configure.ac
+++ b/module/webster/configure.ac
@@ -87,8 +87,6 @@
# AC_PATH_PROGS([NB],[nb-0.7.5 nb-0.7.4 nb-0.7.3 nb-0.7.2 nb-0.7.1 nb])
#fi
-CFLAGS="-I/usr/local/include -I/usr/local/ssl/include"
-LDFLAGS="-L/usr/local/ssl/lib"
#=====================================
# Checks for libraries.

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

Loading…
Cancel
Save