parent
e4f3f5a289
commit
559b0c1c0a
@ -1,3 +1,4 @@
|
||||
DIST texstudio-2.6.0.tar.gz 22913723 SHA256 23899dc7d57352f84deb375fefea33e3394f3fc497998abcdba003ef1856fc30 SHA512 e958c8e6bb73d3432cd54610c2ece3120c824c53c0fe2d367f2026fc3149bd837638f803706eacac44f48905032f39ad6792e3afbe721f6664a2b551dfdb47a2 WHIRLPOOL c16c4555ed63addb024b279589db09cd5d70f3af9940c4ae57394a04bc66b0be2bf22702bdba21342ed56be859db4b8943b832f6ec6d44ec96e6215bea2a0d93
|
||||
DIST texstudio-2.6.2.tar.gz 22938606 SHA256 5d75dc3a9c5f6c872763fb21daf8d444cf5a665acdc818a96264f96413a71981 SHA512 7956ce430ff0fc6915c9295e3ffb73ed07d21c358b95da7cef48d76435ca27045899aa26f3120e44b81f5db69d4b01b5b666712099c40dcbdc5975a8c711ed76 WHIRLPOOL 31c73b7aa4b33b4fa3b93b20b7fee020191299074a7439e9ecd498c585d7503e25a72f408bf4f031a0bccb30f6940fea8e2f82e9743ad9e1d529a261fa35ba43
|
||||
DIST texstudio-2.6.4.tar.gz 22967690 SHA256 488613a08ac1d0510f0479a33e8de5521aa2ab44abc49739a10211f66a00dad2 SHA512 d83bc7fed2cfd58f472cfb96f3268da7a40e91136e5a9a2ce145c26dcd5c9c1bd42828ef215c2349e4809756786e50ba4a2e023fdb11c732eaa9141a1f7743cc WHIRLPOOL 5b20499ce763f40aa069b584b1b1f5be8dedd7011ffb7848951ba2fe4ea183d6b081da664eee3c6b842cfb88d54cb115dfbef4c05e0ce4bd5e7bcc82ccfee09b
|
||||
DIST texstudio-2.6.6.tar.gz 22974234 SHA256 d399ec88694599d9c54f846f57662ceffcf5d9baecb5d9d2230e166dfb133172 SHA512 78fe42175f59c8ff3802d24c167f2190d14b797315d0a2679e18ac811e8ba4a1aabc0f24beadfb9e8f8e4ad5538a642854d9d326a5c29b13c0fc043b5de27fcb WHIRLPOOL 318678c30beee3edb1eb955decb99e91ca502eb315d1cc3d6c027d987bf80f06f4f7013529d4c4c77873cde5d9691f775c61e52bfc66c88b6cb101df8814437f
|
||||
|
@ -0,0 +1,79 @@
|
||||
# Copyright 1999-2013 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/app-office/texstudio/texstudio-2.6.6.ebuild,v 1.1 2013/11/06 12:39:25 jlec Exp $
|
||||
|
||||
EAPI=5
|
||||
|
||||
inherit base fdo-mime prefix qt4-r2
|
||||
|
||||
DESCRIPTION="Free cross-platform LaTeX editor (fork from texmakerX)"
|
||||
HOMEPAGE="http://texstudio.sourceforge.net/"
|
||||
SRC_URI="mirror://sourceforge/${PN}/${PN}/TeXstudio%20${PV}/${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86 ~x86-fbsd"
|
||||
IUSE="video"
|
||||
|
||||
COMMON_DEPEND="
|
||||
app-text/hunspell
|
||||
app-text/poppler:=[qt4]
|
||||
dev-libs/quazip
|
||||
x11-libs/libX11
|
||||
x11-libs/libXext
|
||||
|| ( ( >=dev-qt/qtgui-4.8.5:4 dev-qt/designer:4 ) <dev-qt/qtgui-4.8.5:4 )
|
||||
>=dev-qt/qtcore-4.6.1:4
|
||||
>=dev-qt/qtscript-4.6.1:4
|
||||
dev-qt/qtsingleapplication
|
||||
>=dev-qt/qtsvg-4.6.1:4
|
||||
>=dev-qt/qttest-4.6.1:4
|
||||
video? ( media-libs/phonon )"
|
||||
RDEPEND="${COMMON_DEPEND}
|
||||
virtual/latex-base
|
||||
app-text/psutils
|
||||
app-text/ghostscript-gpl
|
||||
media-libs/netpbm"
|
||||
DEPEND="${COMMON_DEPEND}
|
||||
virtual/pkgconfig"
|
||||
|
||||
S="${WORKDIR}"/${P/-/}
|
||||
|
||||
PATCHES=(
|
||||
"${FILESDIR}"/${PN}-2.6.4-hunspell-quazip.patch
|
||||
"${FILESDIR}"/${PN}-2.6.0-desktop.patch
|
||||
# Get it from fedora
|
||||
"${FILESDIR}"/${PN}-2.5-viewers-use-xdg-open.patch
|
||||
)
|
||||
|
||||
src_prepare() {
|
||||
find hunspell quazip utilities/poppler-data qtsingleapplication -delete || die
|
||||
|
||||
if use video; then
|
||||
sed "/^PHONON/s:$:true:g" -i ${PN}.pro || die
|
||||
fi
|
||||
|
||||
sed \
|
||||
-e '/hunspell.pri/d' \
|
||||
-e '/quazip.pri/d' \
|
||||
-e '/qtsingleapplication.pri/d' \
|
||||
-e '/QUAZIP_STATIC/d' \
|
||||
-i ${PN}.pro || die
|
||||
|
||||
cp "${FILESDIR}"/texmakerx_my.pri . || die
|
||||
eprefixify texmakerx_my.pri
|
||||
|
||||
qt4-r2_src_prepare
|
||||
}
|
||||
|
||||
src_install() {
|
||||
local i
|
||||
for i in 16x16 22x22 32x32 48x48 64x64; do
|
||||
insinto /usr/share/icons/hicolor/${i}
|
||||
newins utilities/${PN}${i}.png ${PN}.png
|
||||
done
|
||||
qt4-r2_src_install
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
fdo-mime_desktop_database_update
|
||||
}
|
@ -0,0 +1,143 @@
|
||||
# Copyright 1999-2013 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-db/mongodb/mongodb-2.4.8.ebuild,v 1.1 2013/11/06 14:25:37 ultrabug Exp $
|
||||
|
||||
EAPI=4
|
||||
SCONS_MIN_VERSION="1.2.0"
|
||||
|
||||
inherit eutils flag-o-matic multilib pax-utils scons-utils systemd user 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
|
||||
mms-agent? ( http://dev.gentoo.org/~ultrabug/20130821-10gen-mms-agent.zip )"
|
||||
|
||||
LICENSE="AGPL-3 Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="kerberos mms-agent sharedclient spidermonkey ssl static-libs"
|
||||
|
||||
PDEPEND="mms-agent? ( dev-python/pymongo app-arch/unzip )"
|
||||
RDEPEND="
|
||||
>=dev-libs/boost-1.50[threads(+)]
|
||||
dev-libs/libpcre[cxx]
|
||||
dev-util/google-perftools[-minimal]
|
||||
net-libs/libpcap
|
||||
app-arch/snappy
|
||||
ssl? ( >=dev-libs/openssl-1.0.1c )"
|
||||
DEPEND="${RDEPEND}
|
||||
sys-libs/readline
|
||||
sys-libs/ncurses
|
||||
kerberos? ( dev-libs/cyrus-sasl[kerberos] )"
|
||||
|
||||
S=${WORKDIR}/${MY_P}
|
||||
|
||||
pkg_setup() {
|
||||
enewgroup mongodb
|
||||
enewuser mongodb -1 -1 /var/lib/${PN} mongodb
|
||||
|
||||
scons_opts=" --cc=$(tc-getCC) --cxx=$(tc-getCXX)"
|
||||
scons_opts+=" --use-system-tcmalloc"
|
||||
scons_opts+=" --use-system-pcre"
|
||||
scons_opts+=" --use-system-snappy"
|
||||
scons_opts+=" --use-system-boost"
|
||||
|
||||
if use prefix; then
|
||||
scons_opts+=" --cpppath=${EPREFIX}/usr/include"
|
||||
scons_opts+=" --libpath=${EPREFIX}/usr/$(get_libdir)"
|
||||
fi
|
||||
|
||||
if use kerberos; then
|
||||
scons_opts+=" --use-sasl-client"
|
||||
fi
|
||||
|
||||
if use sharedclient; then
|
||||
scons_opts+=" --sharedclient"
|
||||
fi
|
||||
|
||||
if use spidermonkey; then
|
||||
scons_opts+=" --usesm"
|
||||
else
|
||||
scons_opts+=" --usev8"
|
||||
fi
|
||||
|
||||
if use ssl; then
|
||||
scons_opts+=" --ssl"
|
||||
fi
|
||||
}
|
||||
|
||||
src_prepare() {
|
||||
epatch "${FILESDIR}/${PN}-2.4.5-fix-scons.patch"
|
||||
epatch "${FILESDIR}/${PN}-2.2-r1-fix-boost.patch"
|
||||
|
||||
# bug #462606
|
||||
sed -i -e "s@\$INSTALL_DIR/lib@\$INSTALL_DIR/$(get_libdir)@g" src/SConscript.client || die
|
||||
|
||||
# bug #482576
|
||||
sed -i -e "/-Werror/d" src/third_party/v8/SConscript || die
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
escons ${scons_opts} all
|
||||
}
|
||||
|
||||
src_install() {
|
||||
escons ${scons_opts} --full --nostrip install --prefix="${ED}"/usr
|
||||
|
||||
use static-libs || find "${ED}"/usr/ -type f -name "*.a" -delete
|
||||
|
||||
if ! use spidermonkey; then
|
||||
pax-mark m "${ED}"/usr/bin/{mongo,mongod}
|
||||
fi
|
||||
|
||||
for x in /var/{lib,log}/${PN}; do
|
||||
keepdir "${x}"
|
||||
fowners mongodb:mongodb "${x}"
|
||||
done
|
||||
|
||||
doman debian/mongo*.1
|
||||
dodoc README docs/building.md
|
||||
|
||||
newinitd "${FILESDIR}/${PN}.initd-r1" ${PN}
|
||||
newconfd "${FILESDIR}/${PN}.confd" ${PN}
|
||||
newinitd "${FILESDIR}/${PN/db/s}.initd-r1" ${PN/db/s}
|
||||
newconfd "${FILESDIR}/${PN/db/s}.confd" ${PN/db/s}
|
||||
systemd_dounit "${FILESDIR}"/${PN}.service
|
||||
insinto /etc
|
||||
doins "${FILESDIR}"/${PN}.conf
|
||||
|
||||
insinto /etc/logrotate.d/
|
||||
newins "${FILESDIR}/${PN}.logrotate" ${PN}
|
||||
|
||||
if use mms-agent; then
|
||||
local MY_PN="mms-agent"
|
||||
local MY_D="/opt/${MY_PN}"
|
||||
insinto ${MY_D}
|
||||
doins "${WORKDIR}/${MY_PN}/"*
|
||||
fowners -R mongodb:mongodb ${MY_D}
|
||||
newinitd "${FILESDIR}/${MY_PN}.initd" ${MY_PN}
|
||||
newconfd "${FILESDIR}/${MY_PN}.confd" ${MY_PN}
|
||||
fi
|
||||
}
|
||||
|
||||
pkg_preinst() {
|
||||
# wrt bug #461466
|
||||
if [[ "$(get_libdir)" == "lib64" ]]; then
|
||||
rmdir "${ED}"/usr/lib/ &>/dev/null
|
||||
fi
|
||||
}
|
||||
|
||||
src_test() {
|
||||
escons ${scons_opts} test
|
||||
"${S}"/test --dbpath=unittest || die
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
if [[ ${REPLACING_VERSIONS} < 2.4 ]]; 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}"
|
||||
}
|
@ -0,0 +1,23 @@
|
||||
# Copyright 1999-2013 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/trollop/trollop-1.16.2-r4.ebuild,v 1.1 2013/11/06 15:58:31 graaff Exp $
|
||||
|
||||
EAPI=5
|
||||
USE_RUBY="ruby18 ruby19 ruby20 jruby"
|
||||
|
||||
RUBY_FAKEGEM_TASK_DOC=""
|
||||
RUBY_FAKEGEM_EXTRADOC="FAQ.txt History.txt README.txt"
|
||||
|
||||
inherit ruby-fakegem
|
||||
|
||||
DESCRIPTION="Trollop is a commandline option parser for Ruby."
|
||||
HOMEPAGE="http://trollop.rubyforge.org/"
|
||||
LICENSE="Ruby"
|
||||
|
||||
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
|
||||
SLOT="0"
|
||||
IUSE=""
|
||||
|
||||
each_ruby_test() {
|
||||
${RUBY} -I lib test/test_trollop.rb || die "Tests failed."
|
||||
}
|
@ -1,3 +1,4 @@
|
||||
DIST debhelper_9.20130630.tar.gz 474476 SHA256 fca28ff0dac3fdb21eb6ed154acc3cc39588211c395be3c3e7f684a7b8d11d46 SHA512 e6bff3582b6ea6b84fd71782ff9fd8584f1ef545ee9c42118aa61e2025f64bf7fb136241b809055a2aaf889e621764b1512c62e781abcbf8d8c0f0508f818712 WHIRLPOOL df2328dd62d44197229bdb9803842843d4e5bb7c9b1a58cc8c4b2db981d9cb21d72a3354881b6e4d97ade0d1cd8802073b05a917fa62772bfdbc75dd6a3ffbcd
|
||||
DIST debhelper_9.20130720.tar.gz 471494 SHA256 4128575e19c2a6dbe8bfe2af591976b6bc737bb9b5d89e91492c6d72c487b01f SHA512 3eebd766b22e28b0491e7f849a7f7b9cff323f6ab70fec97f62d5e3651aab199c3ecab7f5cc6543d024dcca55b99245db0085169d2bacb71169c984132f5155b WHIRLPOOL b339fc8a30bad83dbcf6137d419e9950a5dec823986e712a5b5cc8a19a379265d07e97b1ecde7b6a339cccf42522416ac88b0aa737db2b563f91c5093de33aa3
|
||||
DIST debhelper_9.20130921.tar.gz 471484 SHA256 c97315ee9781122ab1ed0fe247b7fc75067c2c31c24fda6f9cb6ef78e243a139 SHA512 f2daef5e6fcc1babc135a8375bef256ddbd78ce70a2a063d5c863469067b36f8210c5ac099d6778b0f5113c6916250e71beb067b25b80ee51c381bd95c2a55c0 WHIRLPOOL 897d00398c122c18876b853f479b57a747fd0ac2ed8f45c0ff0e898dd53a1f42e53966d71b958fb050252c4118f9458151d4103d3ef96d351f843e846eb4d8d9
|
||||
DIST debhelper_9.20131105.tar.gz 472348 SHA256 ddd0571a96db08dee1f8e624f8919d3487cc901eec25dbdec5c954ca3b8b5921 SHA512 6cb818d33b97e7fe625e3ecabf7ce8223b962474bd964d6a454d9350621d669f8952a47672b6a62e2cc7c0261191f1b5d536ff8944d4571e8bd891d2f3eec4f3 WHIRLPOOL d6f3e850fd6647b8584d703ba23d48d7addb06945729d1bb8423555137b0f99873659c995e55be0cbae381c21782e02108ed1b4f120879038349406feb3397be
|
||||
|
@ -0,0 +1,70 @@
|
||||
# Copyright 1999-2013 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-util/debhelper/debhelper-9.20131105.ebuild,v 1.1 2013/11/06 15:35:39 jer Exp $
|
||||
|
||||
EAPI=5
|
||||
inherit eutils toolchain-funcs
|
||||
|
||||
DESCRIPTION="Collection of programs that can be used to automate common tasks in debian/rules"
|
||||
HOMEPAGE="http://packages.qa.debian.org/d/debhelper.html http://joeyh.name/code/debhelper/"
|
||||
SRC_URI="mirror://debian/pool/main/d/${PN}/${P/-/_}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux"
|
||||
IUSE="test"
|
||||
DH_LINGUAS=( de es fr )
|
||||
IUSE+=" ${DH_LINGUAS[@]/#/linguas_}"
|
||||
|
||||
NLS_DEPEND=$(
|
||||
printf "linguas_%s? ( >=app-text/po4a-0.24 )\n" ${DH_LINGUAS[@]}
|
||||
)
|
||||
|
||||
RDEPEND="
|
||||
>=dev-lang/perl-5.10
|
||||
app-arch/dpkg
|
||||
dev-perl/TimeDate
|
||||
virtual/perl-Getopt-Long
|
||||
"
|
||||
DEPEND="${RDEPEND}
|
||||
${NLS_DEPEND}
|
||||
test? ( dev-perl/Test-Pod )
|
||||
"
|
||||
|
||||
S=${WORKDIR}/${PN}
|
||||
|
||||
src_compile() {
|
||||
tc-export CC
|
||||
|
||||
local LANGS="" USE_NLS=no lingua
|
||||
for lingua in ${DH_LINGUAS[@]}; do
|
||||
if use linguas_${lingua}; then
|
||||
LANGS+=" ${lingua}"
|
||||
USE_NLS=yes
|
||||
fi
|
||||
done
|
||||
|
||||
emake USE_NLS="${USE_NLS}" LANGS="${LANGS}" build
|
||||
}
|
||||
|
||||
src_install() {
|
||||
emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" install
|
||||
dodoc doc/* debian/changelog
|
||||
docinto examples
|
||||
dodoc examples/*
|
||||
local lingua
|
||||
for manfile in *.1 *.7 ; do
|
||||
for lingua in ${DH_LINGUAS[@]}; do
|
||||
case ${manfile} in
|
||||
*.${lingua}.?)
|
||||
use linguas_${lingua} \
|
||||
&& cp ${manfile} "${T}"/${manfile/.${lingua}/} \
|
||||
&& doman -i18n=${lingua} "${T}"/${manfile/.${lingua}/}
|
||||
;;
|
||||
*)
|
||||
doman ${manfile}
|
||||
;;
|
||||
esac
|
||||
done
|
||||
done
|
||||
}
|
@ -1 +1 @@
|
||||
Wed, 06 Nov 2013 10:36:59 +0000
|
||||
Wed, 06 Nov 2013 17:36:59 +0000
|
||||
|
@ -1 +1 @@
|
||||
Wed, 06 Nov 2013 10:36:59 +0000
|
||||
Wed, 06 Nov 2013 17:36:59 +0000
|
||||
|
@ -0,0 +1,13 @@
|
||||
DEFINED_PHASES=compile configure install postinst prepare unpack
|
||||
DEPEND=app-text/hunspell app-text/poppler:=[qt4] dev-libs/quazip x11-libs/libX11 x11-libs/libXext || ( ( >=dev-qt/qtgui-4.8.5:4 dev-qt/designer:4 ) <dev-qt/qtgui-4.8.5:4 ) >=dev-qt/qtcore-4.6.1:4 >=dev-qt/qtscript-4.6.1:4 dev-qt/qtsingleapplication >=dev-qt/qtsvg-4.6.1:4 >=dev-qt/qttest-4.6.1:4 video? ( media-libs/phonon ) virtual/pkgconfig
|
||||
DESCRIPTION=Free cross-platform LaTeX editor (fork from texmakerX)
|
||||
EAPI=5
|
||||
HOMEPAGE=http://texstudio.sourceforge.net/
|
||||
IUSE=video
|
||||
KEYWORDS=~amd64 ~x86 ~x86-fbsd
|
||||
LICENSE=GPL-2
|
||||
RDEPEND=app-text/hunspell app-text/poppler:=[qt4] dev-libs/quazip x11-libs/libX11 x11-libs/libXext || ( ( >=dev-qt/qtgui-4.8.5:4 dev-qt/designer:4 ) <dev-qt/qtgui-4.8.5:4 ) >=dev-qt/qtcore-4.6.1:4 >=dev-qt/qtscript-4.6.1:4 dev-qt/qtsingleapplication >=dev-qt/qtsvg-4.6.1:4 >=dev-qt/qttest-4.6.1:4 video? ( media-libs/phonon ) virtual/latex-base app-text/psutils app-text/ghostscript-gpl media-libs/netpbm
|
||||
SLOT=0
|
||||
SRC_URI=mirror://sourceforge/texstudio/texstudio/TeXstudio%202.6.6/texstudio-2.6.6.tar.gz
|
||||
_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils 4878e7f88afc0ba0866ac112190b0fd4 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa multilib 892e597faee02a5b94eb02ab512e7622 prefix 21058c21ca48453d771df15500873ede qt4-r2 ce0c9abfee272185e03ab73f09f5fd69 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28
|
||||
_md5_=7dbd13acbd7eb5b1b5fa70c5a0177aad
|
@ -0,0 +1,14 @@
|
||||
DEFINED_PHASES=compile install postinst preinst prepare setup test
|
||||
DEPEND=>=dev-libs/boost-1.50[threads(+)] dev-libs/libpcre[cxx] dev-util/google-perftools[-minimal] net-libs/libpcap app-arch/snappy ssl? ( >=dev-libs/openssl-1.0.1c ) sys-libs/readline sys-libs/ncurses kerberos? ( dev-libs/cyrus-sasl[kerberos] ) >=dev-util/scons-1.2.0 virtual/pkgconfig
|
||||
DESCRIPTION=A high-performance, open source, schema-free document-oriented database
|
||||
EAPI=4
|
||||
HOMEPAGE=http://www.mongodb.org
|
||||
IUSE=kerberos mms-agent sharedclient spidermonkey ssl static-libs
|
||||
KEYWORDS=~amd64 ~x86
|
||||
LICENSE=AGPL-3 Apache-2.0
|
||||
PDEPEND=mms-agent? ( dev-python/pymongo app-arch/unzip )
|
||||
RDEPEND=>=dev-libs/boost-1.50[threads(+)] dev-libs/libpcre[cxx] dev-util/google-perftools[-minimal] net-libs/libpcap app-arch/snappy ssl? ( >=dev-libs/openssl-1.0.1c )
|
||||
SLOT=0
|
||||
SRC_URI=http://downloads.mongodb.org/src/mongodb-src-r2.4.8.tar.gz mms-agent? ( http://dev.gentoo.org/~ultrabug/20130821-10gen-mms-agent.zip )
|
||||
_eclasses_=eutils 4878e7f88afc0ba0866ac112190b0fd4 flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 multilib 892e597faee02a5b94eb02ab512e7622 pax-utils 2424f959506320f5196de8f79fa05297 scons-utils 988e24b9e2e4642189b4e97c03e5ae71 systemd 9f063b2cc19c5e8030911372aa246c4e toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4
|
||||
_md5_=24bf3bcdbb44c10c4ed1e930dd3ef4ba
|
@ -1,15 +1,15 @@
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DEPEND=python_targets_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] || ( >=sys-devel/automake-1.12:1.12 >=sys-devel/automake-1.13:1.13 ) >=sys-devel/autoconf-2.68 sys-devel/libtool userland_GNU? ( >=sys-apps/coreutils-8.5 ) python_targets_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)]
|
||||
DEPEND=python? ( python_targets_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] ) || ( >=sys-devel/automake-1.12:1.12 >=sys-devel/automake-1.13:1.13 ) >=sys-devel/autoconf-2.68 sys-devel/libtool userland_GNU? ( >=sys-apps/coreutils-8.5 ) python_targets_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)]
|
||||
DESCRIPTION=simplified, portable interface to several low-level networking routines
|
||||
EAPI=5
|
||||
HOMEPAGE=http://code.google.com/p/libdnet/
|
||||
IUSE=ipv6 python static-libs test python_targets_python2_6 python_targets_python2_7
|
||||
KEYWORDS=alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd
|
||||
LICENSE=LGPL-2
|
||||
RDEPEND=python_targets_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)]
|
||||
RDEPEND=python? ( python_targets_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] ) python_targets_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)]
|
||||
REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 )
|
||||
RESTRICT=test
|
||||
SLOT=0
|
||||
SRC_URI=http://libdnet.googlecode.com/files/libdnet-1.12.tgz ipv6? ( http://fragroute-ipv6.googlecode.com/files/libdnet-1.12.ipv6-1.patch.gz )
|
||||
_eclasses_=autotools 16761a2f972abd686713e5967ff3c754 distutils-r1 26fe65665d086911163d4502473bd093 eutils 4878e7f88afc0ba0866ac112190b0fd4 libtool b1c8688e60f9580bcb9bb46e08737eb1 multibuild 56d4120419072116417e8de1bd1040ff multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing 89580da5ec17ad687fcde876c542b91e python-r1 b81583006559e9b008883355c9889e29 python-utils-r1 49ee0ca5e1019d8f256a23692dad2642 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28
|
||||
_md5_=9babc8d2427972e7ab7db236c59737ee
|
||||
_md5_=5de34e3cc8f25eec6b74704e390a2b70
|
||||
|
@ -0,0 +1,14 @@
|
||||
DEFINED_PHASES=compile configure install prepare setup test unpack
|
||||
DEPEND=ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_jruby? ( dev-java/jruby ) ruby_targets_ruby18? ( test? ( dev-ruby/rake[ruby_targets_ruby18] ) ) ruby_targets_ruby19? ( test? ( dev-ruby/rake[ruby_targets_ruby19] ) ) ruby_targets_ruby20? ( test? ( dev-ruby/rake[ruby_targets_ruby20] ) ) ruby_targets_jruby? ( test? ( dev-ruby/rake[ruby_targets_jruby] ) ) ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_jruby? ( virtual/rubygems[ruby_targets_jruby] ) test? ( ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_jruby? ( virtual/rubygems[ruby_targets_jruby] ) )
|
||||
DESCRIPTION=Trollop is a commandline option parser for Ruby.
|
||||
EAPI=5
|
||||
HOMEPAGE=http://trollop.rubyforge.org/
|
||||
IUSE=elibc_FreeBSD ruby_targets_ruby18 ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_jruby test test
|
||||
KEYWORDS=~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris
|
||||
LICENSE=Ruby
|
||||
RDEPEND=ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_jruby? ( dev-java/jruby ) ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_jruby? ( virtual/rubygems[ruby_targets_jruby] )
|
||||
REQUIRED_USE=|| ( ruby_targets_ruby18 ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_jruby )
|
||||
SLOT=0
|
||||
SRC_URI=mirror://rubygems/trollop-1.16.2.gem
|
||||
_eclasses_=eutils 4878e7f88afc0ba0866ac112190b0fd4 java-utils-2 8d0d93b7a8605ea346cce4604f6db516 multilib 892e597faee02a5b94eb02ab512e7622 ruby-fakegem 6e366daedf25d7020291916549562bbf ruby-ng 69c01a1b984ed066bc91b4397b002f6a toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4
|
||||
_md5_=c3ff0210544186d1564dd2128853caff
|
@ -1,14 +1,14 @@
|
||||
DEFINED_PHASES=compile configure install prepare setup test unpack
|
||||
DEPEND=ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ree18? ( dev-lang/ruby-enterprise:1.8 ) ruby_targets_jruby? ( dev-java/jruby ) ruby_targets_ruby18? ( test? ( dev-ruby/rake[ruby_targets_ruby18] ) ) ruby_targets_ruby19? ( test? ( dev-ruby/rake[ruby_targets_ruby19] ) ) ruby_targets_ree18? ( test? ( dev-ruby/rake[ruby_targets_ree18] ) ) ruby_targets_jruby? ( test? ( dev-ruby/rake[ruby_targets_jruby] ) ) ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ree18? ( virtual/rubygems[ruby_targets_ree18] ) ruby_targets_jruby? ( virtual/rubygems[ruby_targets_jruby] ) test? ( ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ree18? ( virtual/rubygems[ruby_targets_ree18] ) ruby_targets_jruby? ( virtual/rubygems[ruby_targets_jruby] ) )
|
||||
DEPEND=ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_jruby? ( dev-java/jruby ) ruby_targets_ruby18? ( test? ( dev-ruby/rake[ruby_targets_ruby18] ) ) ruby_targets_ruby19? ( test? ( dev-ruby/rake[ruby_targets_ruby19] ) ) ruby_targets_ruby20? ( test? ( dev-ruby/rake[ruby_targets_ruby20] ) ) ruby_targets_jruby? ( test? ( dev-ruby/rake[ruby_targets_jruby] ) ) ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_jruby? ( virtual/rubygems[ruby_targets_jruby] ) test? ( ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_jruby? ( virtual/rubygems[ruby_targets_jruby] ) )
|
||||
DESCRIPTION=Trollop is a commandline option parser for Ruby.
|
||||
EAPI=4
|
||||
HOMEPAGE=http://trollop.rubyforge.org/
|
||||
IUSE=elibc_FreeBSD ruby_targets_ruby18 ruby_targets_ruby19 ruby_targets_ree18 ruby_targets_jruby test test
|
||||
IUSE=elibc_FreeBSD ruby_targets_ruby18 ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_jruby test test
|
||||
KEYWORDS=~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris
|
||||
LICENSE=Ruby
|
||||
RDEPEND=ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ree18? ( dev-lang/ruby-enterprise:1.8 ) ruby_targets_jruby? ( dev-java/jruby ) ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ree18? ( virtual/rubygems[ruby_targets_ree18] ) ruby_targets_jruby? ( virtual/rubygems[ruby_targets_jruby] )
|
||||
REQUIRED_USE=|| ( ruby_targets_ruby18 ruby_targets_ruby19 ruby_targets_ree18 ruby_targets_jruby )
|
||||
RDEPEND=ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_jruby? ( dev-java/jruby ) ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_jruby? ( virtual/rubygems[ruby_targets_jruby] )
|
||||
REQUIRED_USE=|| ( ruby_targets_ruby18 ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_jruby )
|
||||
SLOT=2
|
||||
SRC_URI=mirror://rubygems/trollop-2.0.gem
|
||||
_eclasses_=eutils 4878e7f88afc0ba0866ac112190b0fd4 java-utils-2 8d0d93b7a8605ea346cce4604f6db516 multilib 892e597faee02a5b94eb02ab512e7622 ruby-fakegem 6e366daedf25d7020291916549562bbf ruby-ng 69c01a1b984ed066bc91b4397b002f6a toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4
|
||||
_md5_=841811efc9c1eae88b8639a035b06bda
|
||||
_md5_=146170ad206b0ed6dd87382066807f7c
|
||||
|
@ -0,0 +1,13 @@
|
||||
DEFINED_PHASES=compile install
|
||||
DEPEND=>=dev-lang/perl-5.10 app-arch/dpkg dev-perl/TimeDate virtual/perl-Getopt-Long linguas_de? ( >=app-text/po4a-0.24 ) linguas_es? ( >=app-text/po4a-0.24 ) linguas_fr? ( >=app-text/po4a-0.24 ) test? ( dev-perl/Test-Pod )
|
||||
DESCRIPTION=Collection of programs that can be used to automate common tasks in debian/rules
|
||||
EAPI=5
|
||||
HOMEPAGE=http://packages.qa.debian.org/d/debhelper.html http://joeyh.name/code/debhelper/
|
||||
IUSE=test linguas_de linguas_es linguas_fr
|
||||
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux
|
||||
LICENSE=GPL-2
|
||||
RDEPEND=>=dev-lang/perl-5.10 app-arch/dpkg dev-perl/TimeDate virtual/perl-Getopt-Long
|
||||
SLOT=0
|
||||
SRC_URI=mirror://debian/pool/main/d/debhelper/debhelper_9.20131105.tar.gz
|
||||
_eclasses_=eutils 4878e7f88afc0ba0866ac112190b0fd4 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28
|
||||
_md5_=32794b446a1348a3794e032d50015d66
|
@ -1,13 +1,13 @@
|
||||
DEFINED_PHASES=compile configure install prepare unpack
|
||||
DEPEND=>=dev-qt/qtgui-4.6:4[accessibility,gtkstyle] >=dev-qt/qtdbus-4.6:4 kde? ( || ( media-libs/phonon[gstreamer?] >=dev-qt/qtphonon-4.6:4 ) ) !kde? ( || ( >=dev-qt/qtphonon-4.6:4 media-libs/phonon[gstreamer?] ) ) gstreamer? ( media-plugins/gst-plugins-soup:0.10 media-plugins/gst-plugins-ffmpeg:0.10 media-plugins/gst-plugins-faac:0.10 media-plugins/gst-plugins-faad:0.10 media-plugins/gst-plugins-theora )
|
||||
DEPEND=>=dev-qt/qtgui-4.8:4[accessibility,gtkstyle] >=dev-qt/qtdbus-4.8:4 >=dev-qt/qtsql-4.8:4 kde? ( || ( media-libs/phonon[gstreamer?] >=dev-qt/qtphonon-4.8:4 ) ) !kde? ( || ( >=dev-qt/qtphonon-4.8:4 media-libs/phonon[gstreamer?] ) ) gstreamer? ( media-plugins/gst-plugins-soup:0.10 media-plugins/gst-plugins-ffmpeg:0.10 media-plugins/gst-plugins-faac:0.10 media-plugins/gst-plugins-faad:0.10 media-plugins/gst-plugins-theora )
|
||||
DESCRIPTION=Qt4 YouTube Client
|
||||
EAPI=5
|
||||
HOMEPAGE=http://flavio.tordini.org/minitube
|
||||
IUSE=debug gstreamer kde linguas_ar linguas_ca linguas_ca_ES linguas_da linguas_de_DE linguas_el linguas_en linguas_es linguas_es_AR linguas_es_ES linguas_fi linguas_fi_FI linguas_fr linguas_he_IL linguas_hr linguas_hu linguas_ia linguas_it linguas_jv linguas_nl linguas_pl linguas_pl_PL linguas_pt_BR linguas_ro linguas_ru linguas_sk linguas_sl linguas_tr linguas_zh_CN
|
||||
KEYWORDS=~amd64 ~x86
|
||||
LICENSE=GPL-3
|
||||
RDEPEND=>=dev-qt/qtgui-4.6:4[accessibility,gtkstyle] >=dev-qt/qtdbus-4.6:4 kde? ( || ( media-libs/phonon[gstreamer?] >=dev-qt/qtphonon-4.6:4 ) ) !kde? ( || ( >=dev-qt/qtphonon-4.6:4 media-libs/phonon[gstreamer?] ) ) gstreamer? ( media-plugins/gst-plugins-soup:0.10 media-plugins/gst-plugins-ffmpeg:0.10 media-plugins/gst-plugins-faac:0.10 media-plugins/gst-plugins-faad:0.10 media-plugins/gst-plugins-theora )
|
||||
RDEPEND=>=dev-qt/qtgui-4.8:4[accessibility,gtkstyle] >=dev-qt/qtdbus-4.8:4 >=dev-qt/qtsql-4.8:4 kde? ( || ( media-libs/phonon[gstreamer?] >=dev-qt/qtphonon-4.8:4 ) ) !kde? ( || ( >=dev-qt/qtphonon-4.8:4 media-libs/phonon[gstreamer?] ) ) gstreamer? ( media-plugins/gst-plugins-soup:0.10 media-plugins/gst-plugins-ffmpeg:0.10 media-plugins/gst-plugins-faac:0.10 media-plugins/gst-plugins-faad:0.10 media-plugins/gst-plugins-theora )
|
||||
SLOT=0
|
||||
SRC_URI=http://dev.gentoo.org/~hwoarang/distfiles/minitube-2.1.3.tar.gz
|
||||
_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils 4878e7f88afc0ba0866ac112190b0fd4 l10n 33bde4fb0cfd3a21a277b66bfd837e19 multilib 892e597faee02a5b94eb02ab512e7622 qt4-r2 ce0c9abfee272185e03ab73f09f5fd69 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28
|
||||
_md5_=1a743e544b12d671f87371693ea99c9d
|
||||
_md5_=5e1863a4483ab0ad4cf8835f262b7794
|
||||
|
@ -0,0 +1,15 @@
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DEPEND=doc? ( dev-qt/qthelp:4 ) userland_GNU? ( >=sys-apps/coreutils-8.5 ) python_targets_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6[sqlite?] ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[sqlite?] ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)]
|
||||
DESCRIPTION=Check websites for broken links
|
||||
EAPI=5
|
||||
HOMEPAGE=http://wummel.github.com/linkchecker/ http://pypi.python.org/pypi/linkchecker/
|
||||
IUSE=bash-completion clamav doc geoip gnome login nagios sqlite syntax-check X python_targets_python2_6 python_targets_python2_7
|
||||
KEYWORDS=~amd64 ~ppc ~x86 ~ppc-macos ~x64-solaris
|
||||
LICENSE=GPL-2
|
||||
RDEPEND=dev-python/dnspython bash-completion? ( dev-python/optcomplete ) clamav? ( app-antivirus/clamav ) geoip? ( dev-python/geoip-python ) gnome? ( dev-python/pygtk:2 ) login? ( dev-python/twill ) syntax-check? ( dev-python/cssutils dev-python/utidylib ) X? ( || ( >=dev-python/PyQt4-4.9.6-r1[X,help] <dev-python/PyQt4-4.9.6-r1[X,assistant] ) dev-python/qscintilla-python ) python_targets_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6[sqlite?] ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[sqlite?] ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)]
|
||||
REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 )
|
||||
RESTRICT=test
|
||||
SLOT=0
|
||||
SRC_URI=mirror://github/wummel/linkchecker/LinkChecker-8.4.tar.xz
|
||||
_eclasses_=bash-completion-r1 d339dd40b2014cf1edba8592580eef42 distutils-r1 26fe65665d086911163d4502473bd093 eutils 4878e7f88afc0ba0866ac112190b0fd4 multibuild 56d4120419072116417e8de1bd1040ff multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing 89580da5ec17ad687fcde876c542b91e python-r1 b81583006559e9b008883355c9889e29 python-utils-r1 49ee0ca5e1019d8f256a23692dad2642 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28
|
||||
_md5_=f000cc4bb459d978e39689cc236474ce
|
@ -1,14 +0,0 @@
|
||||
DEFINED_PHASES=compile configure install postinst postrm preinst prepare test
|
||||
DEPEND=userland_GNU? ( >=sys-apps/coreutils-8.5 ) python_targets_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] >=sys-apps/sed-4
|
||||
DESCRIPTION=User friendly Bitcoin client
|
||||
EAPI=5
|
||||
HOMEPAGE=http://electrum.org/
|
||||
IUSE=gtk qt4 linguas_br linguas_cs linguas_de linguas_eo linguas_es linguas_fr linguas_it linguas_lv linguas_nl linguas_ru linguas_sl linguas_vi linguas_zh python_targets_python2_6 python_targets_python2_7
|
||||
KEYWORDS=~amd64 ~x86
|
||||
LICENSE=GPL-3
|
||||
RDEPEND=dev-python/setuptools dev-python/ecdsa dev-python/slowaes gtk? ( dev-python/pygtk:2 ) qt4? ( dev-python/PyQt4 ) python_targets_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)]
|
||||
REQUIRED_USE=|| ( gtk qt4 ) || ( python_targets_python2_6 python_targets_python2_7 )
|
||||
SLOT=0
|
||||
SRC_URI=http://download.electrum.org/download/Electrum-1.8.tar.gz
|
||||
_eclasses_=distutils-r1 26fe65665d086911163d4502473bd093 eutils 4878e7f88afc0ba0866ac112190b0fd4 gnome2-utils b66c7c3889d2dd0913e9f3d2ac1c0859 multibuild 56d4120419072116417e8de1bd1040ff multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing 89580da5ec17ad687fcde876c542b91e python-r1 b81583006559e9b008883355c9889e29 python-utils-r1 49ee0ca5e1019d8f256a23692dad2642 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28
|
||||
_md5_=8a925c02542b3f8baa6bbe76f052bb5a
|
@ -1,14 +0,0 @@
|
||||
DEFINED_PHASES=compile configure install postinst postrm preinst prepare test
|
||||
DEPEND=userland_GNU? ( >=sys-apps/coreutils-8.5 ) python_targets_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] >=sys-apps/sed-4
|
||||
DESCRIPTION=User friendly Bitcoin client
|
||||
EAPI=5
|
||||
HOMEPAGE=http://electrum.org/
|
||||
IUSE=gtk qt4 linguas_br linguas_cs linguas_de linguas_eo linguas_es linguas_fr linguas_it linguas_lv linguas_nl linguas_ru linguas_sl linguas_vi linguas_zh python_targets_python2_6 python_targets_python2_7
|
||||
KEYWORDS=~amd64 ~x86
|
||||
LICENSE=GPL-3
|
||||
RDEPEND=dev-python/setuptools dev-python/ecdsa dev-python/slowaes gtk? ( dev-python/pygtk:2 ) qt4? ( dev-python/PyQt4 ) python_targets_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)]
|
||||
REQUIRED_USE=|| ( gtk qt4 ) || ( python_targets_python2_6 python_targets_python2_7 )
|
||||
SLOT=0
|
||||
SRC_URI=http://download.electrum.org/download/Electrum-1.9.tar.gz
|
||||
_eclasses_=distutils-r1 26fe65665d086911163d4502473bd093 eutils 4878e7f88afc0ba0866ac112190b0fd4 gnome2-utils b66c7c3889d2dd0913e9f3d2ac1c0859 multibuild 56d4120419072116417e8de1bd1040ff multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing 89580da5ec17ad687fcde876c542b91e python-r1 b81583006559e9b008883355c9889e29 python-utils-r1 49ee0ca5e1019d8f256a23692dad2642 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28
|
||||
_md5_=e103e590f04880526e32104cd07b268b
|
@ -0,0 +1,12 @@
|
||||
DEFINED_PHASES=compile install prepare
|
||||
DEPEND=sys-apps/pciutils virtual/pkgconfig
|
||||
DESCRIPTION=Interact with the EFI Boot Manager
|
||||
EAPI=5
|
||||
HOMEPAGE=http://developer.intel.com/technology/efi
|
||||
KEYWORDS=~amd64 ~ia64 ~x86
|
||||
LICENSE=GPL-2
|
||||
RDEPEND=sys-apps/pciutils
|
||||
SLOT=0
|
||||
SRC_URI=http://linux.dell.com/efibootmgr/efibootmgr-0.6.0/efibootmgr-0.6.0.tar.gz
|
||||
_eclasses_=eutils 4878e7f88afc0ba0866ac112190b0fd4 flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28
|
||||
_md5_=c8d3aa6a08f7406b03bb3de8a7370d60
|
@ -0,0 +1,14 @@
|
||||
DEFINED_PHASES=install postinst prepare prerm setup
|
||||
DEPEND=|| ( virtual/httpd-cgi virtual/httpd-fastcgi ) virtual/httpd-php >=app-admin/webapp-config-1.50.15
|
||||
DESCRIPTION=Web-based storage application where all your data is under your own control
|
||||
EAPI=5
|
||||
HOMEPAGE=http://owncloud.org
|
||||
IUSE=+curl mysql postgres +sqlite vhosts
|
||||
KEYWORDS=~amd64 ~x86
|
||||
LICENSE=AGPL-3
|
||||
RDEPEND=|| ( >=dev-lang/php-5.4.9[curl?,filter,gd,hash,json,mysql?,pdo,postgres?,simplexml,sqlite?,xmlwriter,zip] sqlite? ( <dev-lang/php-5.4.9[curl?,filter,gd,hash,json,mysql?,pdo,postgres?,simplexml,sqlite3,xmlwriter,zip] ) !sqlite? ( <dev-lang/php-5.4.9[curl?,filter,gd,hash,json,mysql?,pdo,postgres?,simplexml,xmlwriter,zip] ) ) virtual/httpd-php >=app-admin/webapp-config-1.50.15
|
||||
REQUIRED_USE=|| ( mysql postgres sqlite )
|
||||
SLOT=5.0.13
|
||||
SRC_URI=http://download.owncloud.org/community/owncloud-5.0.13.tar.bz2
|
||||
_eclasses_=depend.php df169a364e191b840b695604097e3c21 eutils 4878e7f88afc0ba0866ac112190b0fd4 multilib 892e597faee02a5b94eb02ab512e7622 phpconfutils e108303831029e5b8a9d24b991b1d62a toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 webapp 25b9b1696f5e698711f47d45c3d45e3e
|
||||
_md5_=2e7de69503588d54a5d29852feee6a73
|
@ -0,0 +1,13 @@
|
||||
DEFINED_PHASES=compile configure install prepare
|
||||
DEPEND=virtual/pkgconfig >=sys-libs/ncurses-5.2-r3 >=sys-libs/zlib-1.1.3-r2 >=dev-libs/boehm-gc-6.2 X? ( x11-libs/libXext x11-libs/libXdmcp ) gtk? ( vanilla? ( x11-libs/gtk+:2 ) !vanilla? ( x11-libs/gdk-pixbuf ) ) !gtk? ( imlib? ( >=media-libs/imlib2-1.1.0[X] ) ) xface? ( media-libs/compface ) gpm? ( >=sys-libs/gpm-1.19.3-r5 ) migemo? ( >=app-text/migemo-0.40 ) ssl? ( >=dev-libs/openssl-0.9.6b )
|
||||
DESCRIPTION=Text based WWW browser, supports tables and frames
|
||||
EAPI=3
|
||||
HOMEPAGE=http://w3m.sourceforge.net/
|
||||
IUSE=X fbcon gpm gtk imlib lynxkeymap migemo nls nntp ssl unicode vanilla xface linguas_ja
|
||||
KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris
|
||||
LICENSE=w3m
|
||||
RDEPEND=>=sys-libs/ncurses-5.2-r3 >=sys-libs/zlib-1.1.3-r2 >=dev-libs/boehm-gc-6.2 X? ( x11-libs/libXext x11-libs/libXdmcp ) gtk? ( vanilla? ( x11-libs/gtk+:2 ) !vanilla? ( x11-libs/gdk-pixbuf ) ) !gtk? ( imlib? ( >=media-libs/imlib2-1.1.0[X] ) ) xface? ( media-libs/compface ) gpm? ( >=sys-libs/gpm-1.19.3-r5 ) migemo? ( >=app-text/migemo-0.40 ) ssl? ( >=dev-libs/openssl-0.9.6b )
|
||||
SLOT=0
|
||||
SRC_URI=mirror://sourceforge/w3m/w3m-0.5.3.tar.gz
|
||||
_eclasses_=eutils 4878e7f88afc0ba0866ac112190b0fd4 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28
|
||||
_md5_=6149ffb8d542e90db741d6191eddcfc6
|
@ -1,15 +0,0 @@
|
||||
DEFINED_PHASES=compile install postinst postrm preinst prepare prerm pretend setup unpack
|
||||
DEPEND=app-admin/eselect-opencl kernel_linux? ( >=sys-libs/glibc-2.6.1 ) X? ( >=app-admin/eselect-opengl-1.0.9 ) app-arch/xz-utils kernel_linux? ( virtual/linux-sources ) kernel_linux? ( virtual/modutils ) sys-apps/sed kernel_linux? ( virtual/linux-sources ) sys-apps/pciutils virtual/pkgconfig
|
||||
DESCRIPTION=NVIDIA X11 driver and GLX libraries
|
||||
EAPI=5
|
||||
HOMEPAGE=http://www.nvidia.com/
|
||||
IUSE=acpi multilib kernel_FreeBSD kernel_linux pax_kernel +tools +X kernel_linux
|
||||
KEYWORDS=-* ~amd64 ~x86 ~amd64-fbsd ~x86-fbsd
|
||||
LICENSE=GPL-2 NVIDIA-r1
|
||||
RDEPEND=app-admin/eselect-opencl kernel_linux? ( >=sys-libs/glibc-2.6.1 ) X? ( >=app-admin/eselect-opengl-1.0.9 ) acpi? ( sys-power/acpid ) tools? ( dev-libs/atk dev-libs/glib x11-libs/gdk-pixbuf x11-libs/gtk+:2 x11-libs/libX11 x11-libs/libXext x11-libs/pango[X] ) X? ( <x11-base/xorg-server-1.14.99 >=x11-libs/libvdpau-0.3-r1 multilib? ( || ( ( x11-libs/libX11[abi_x86_32] x11-libs/libXext[abi_x86_32] ) app-emulation/emul-linux-x86-xlibs ) ) ) kernel_linux? ( virtual/modutils )
|
||||
REQUIRED_USE=tools? ( X )
|
||||
RESTRICT=bindist mirror strip
|
||||
SLOT=0
|
||||
SRC_URI=amd64-fbsd? ( http://us.download.nvidia.com/XFree86/FreeBSD-x86_64/331.13/NVIDIA-FreeBSD-x86_64-331.13.tar.gz ) amd64? ( http://us.download.nvidia.com/XFree86/Linux-x86_64/331.13/NVIDIA-Linux-x86_64-331.13.run ) x86-fbsd? ( http://us.download.nvidia.com/XFree86/FreeBSD-x86/331.13/NVIDIA-FreeBSD-x86-331.13.tar.gz ) x86? ( http://us.download.nvidia.com/XFree86/Linux-x86/331.13/NVIDIA-Linux-x86-331.13.run )
|
||||
_eclasses_=eutils 4878e7f88afc0ba0866ac112190b0fd4 flag-o-matic 65cef1287b9d62b1a0f180765d1e0c69 linux-info a9cbd6bbe2b28166e403321882f3c73c linux-mod 708d6a92c561743e612fca9d8fde5309 multilib 892e597faee02a5b94eb02ab512e7622 nvidia-driver 92e88a2e33d056779baa88f1061c662e portability 536c5e70c5fb252ed3b769e04aa3f05b readme.gentoo 2466b2f6a77a9600954c6b99ebca6e02 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 udev a9a8d051efb42bfe884c1db82ce161de unpacker 658a981a81fd7cb0767315a541bab01d user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4
|
||||
_md5_=93eea7ba277b60f45ba10e081c1eb12f
|
@ -0,0 +1,15 @@
|
||||
DEFINED_PHASES=compile configure install postinst prepare
|
||||
DEPEND=>=sys-libs/ncurses-5.7-r6 kernel_Darwin? ( dev-perl/Mac-Pasteboard ) media-libs/fontconfig perl? ( dev-lang/perl ) pixbuf? ( x11-libs/gdk-pixbuf x11-libs/gtk+:2 ) startup-notification? ( x11-libs/startup-notification ) x11-libs/libX11 x11-libs/libXrender xft? ( x11-libs/libXft ) virtual/pkgconfig x11-proto/xproto || ( >=sys-devel/automake-1.12:1.12 >=sys-devel/automake-1.13:1.13 ) >=sys-devel/autoconf-2.68 sys-devel/libtool
|
||||
DESCRIPTION=rxvt clone with xft and unicode support
|
||||
EAPI=4
|
||||
HOMEPAGE=http://software.schmorp.de/pkg/rxvt-unicode.html
|
||||
IUSE=256-color alt-font-width blink buffer-on-clear +focused-urgency fading-colors +font-styles iso14755 +mousewheel +perl pixbuf secondary-wheel startup-notification xft unicode3 +vanilla wcwidth
|
||||
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris
|
||||
LICENSE=GPL-2
|
||||
RDEPEND=>=sys-libs/ncurses-5.7-r6 kernel_Darwin? ( dev-perl/Mac-Pasteboard ) media-libs/fontconfig perl? ( dev-lang/perl ) pixbuf? ( x11-libs/gdk-pixbuf x11-libs/gtk+:2 ) startup-notification? ( x11-libs/startup-notification ) x11-libs/libX11 x11-libs/libXrender xft? ( x11-libs/libXft )
|
||||
REQUIRED_USE=vanilla? ( !alt-font-width !buffer-on-clear focused-urgency !secondary-wheel !wcwidth )
|
||||
RESTRICT=test
|
||||
SLOT=0
|
||||
SRC_URI=http://dist.schmorp.de/rxvt-unicode/Attic/rxvt-unicode-9.19.tar.bz2
|
||||
_eclasses_=autotools 16761a2f972abd686713e5967ff3c754 eutils 4878e7f88afc0ba0866ac112190b0fd4 libtool b1c8688e60f9580bcb9bb46e08737eb1 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing 89580da5ec17ad687fcde876c542b91e toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28
|
||||
_md5_=4eb21a2e6ec397fd929281fb0ad85083
|
@ -1 +1 @@
|
||||
Wed, 06 Nov 2013 10:37:01 +0000
|
||||
Wed, 06 Nov 2013 17:37:02 +0000
|
||||
|
@ -1 +1 @@
|
||||
Wed Nov 6 10:36:58 UTC 2013
|
||||
Wed Nov 6 17:36:59 UTC 2013
|
||||
|
@ -1 +1 @@
|
||||
Wed, 06 Nov 2013 11:00:01 +0000
|
||||
Wed, 06 Nov 2013 18:00:01 +0000
|
||||
|
@ -1 +1 @@
|
||||
1383734101 Wed Nov 6 10:35:01 2013 UTC
|
||||
1383759301 Wed Nov 6 17:35:01 2013 UTC
|
||||
|
@ -1,3 +1,4 @@
|
||||
DIST LinkChecker-7.9.tar.bz2 586258 SHA256 d35e5a9d025629d8264e165b50e8f84b81e9ceddcbab34d55f247b741abdc665 SHA512 b1d07ce8bb28b10cd2596916fbcc9d7ec6486df586bee0bbee149efaeeb14c82b03c46fe0c901ae76208beed96b261133bd70b1ea773543a446a8dc70f2620fc WHIRLPOOL 7fb5c067c956c6df13b1b027f2a196881b3ae45d49548ba0517c6a3ae4057e7ca64296fc38f4d722a2b3f1d67a02baf89da4ea33b4680934abd1dc321b7822b6
|
||||
DIST LinkChecker-8.2.tar.xz 666084 SHA256 052d2c239326029baf57eddd56650b40de03576160a930a7d55960fffafa7811 SHA512 dccd6bd2061c1353dedf50aa579f98d2e065a946cc44fa16af826e286b2e533523788ad82d5b696b3bda245454f37ebf413b5f1e758538f9166940c474b6c717 WHIRLPOOL c4ebbcffa9edfea602feaccfbb22b75b24e9ec2dcc9ffe839ef56fa8b096faa6be27924454655edf6768187199b22bf329fa087630bde08b2ae71c13c42cfc80
|
||||
DIST LinkChecker-8.3.tar.xz 669480 SHA256 0b8f85b9c9f8fce81054676332aa2e53428ffde7336a5d2bc51aead83e2dc705 SHA512 08208d761eea3289c63f14143b5e363fc21a7fec2b7e849143a2d6f1aad40f2e5c5c6086782616b8a67c10bfbb56479f0529f90bd94d177dadffae1ad3b1d1d9 WHIRLPOOL 0bc2cd44dd51d8956f5483ac9acffaf2c207b58087c6475cd188f818c0c904b921dc6cf96d8d3d58fc6a087aa563196532c5b0f0241184a11dfc1f901088bc3c
|
||||
DIST LinkChecker-8.4.tar.xz 655044 SHA256 b77ba0e8a087ea11efb64216427b3ae5437a1534ffd9f8762ffd26bc9600c0a7 SHA512 886f96f5213db384851aa4ac25afd1f508c135c513f8936c78639cc25e5631c6ab483a1eb4c2b4515beaff180996971474cda1a25fb6aaf2e70bd3d448edecaf WHIRLPOOL 5a47cc2f9cda6733ba40c083d4cb2a1c02fce1c335523aac1e2ae824a6b107dad6a685d71a9f1aea5db528e3cb9005bab1d7ca89aaeb9b6f8e6707c747a92525
|
||||
|
@ -0,0 +1,78 @@
|
||||
# Copyright 1999-2013 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/net-analyzer/linkchecker/linkchecker-8.4.ebuild,v 1.1 2013/11/06 13:36:14 jlec Exp $
|
||||
|
||||
EAPI=5
|
||||
|
||||
PYTHON_COMPAT=( python{2_6,2_7} )
|
||||
PYTHON_REQ_USE="sqlite?"
|
||||
|
||||
inherit bash-completion-r1 distutils-r1 eutils multilib
|
||||
|
||||
MY_P="${P/linkchecker/LinkChecker}"
|
||||
|
||||
DESCRIPTION="Check websites for broken links"
|
||||
HOMEPAGE="http://wummel.github.com/linkchecker/ http://pypi.python.org/pypi/linkchecker/"
|
||||
SRC_URI="mirror://github/wummel/${PN}/${MY_P}.tar.xz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~ppc ~x86 ~ppc-macos ~x64-solaris"
|
||||
IUSE="bash-completion clamav doc geoip gnome login nagios sqlite syntax-check X"
|
||||
|
||||
RDEPEND="
|
||||
dev-python/dnspython
|
||||
bash-completion? ( dev-python/optcomplete )
|
||||
clamav? ( app-antivirus/clamav )
|
||||
geoip? ( dev-python/geoip-python )
|
||||
gnome? ( dev-python/pygtk:2 )
|
||||
login? ( dev-python/twill )
|
||||
syntax-check? (
|
||||
dev-python/cssutils
|
||||
dev-python/utidylib
|
||||
)
|
||||
X? (
|
||||
|| (
|
||||
>=dev-python/PyQt4-4.9.6-r1[X,help]
|
||||
<dev-python/PyQt4-4.9.6-r1[X,assistant] )
|
||||
dev-python/qscintilla-python
|
||||
)"
|
||||
DEPEND="
|
||||
doc? ( dev-qt/qthelp:4 )"
|
||||
|
||||
RESTRICT="test"
|
||||
|
||||
S="${WORKDIR}/${MY_P}"
|
||||
|
||||
python_prepare_all() {
|
||||
local PATCHES=(
|
||||
"${FILESDIR}"/8.0-missing-files.patch
|
||||
"${FILESDIR}"/${PN}-8.3-unbundle.patch
|
||||
"${FILESDIR}"/${PN}-8.0-desktop.patch
|
||||
)
|
||||
distutils-r1_python_prepare_all
|
||||
}
|
||||
|
||||
python_compile_all() {
|
||||
use doc && emake -C doc/html
|
||||
}
|
||||
|
||||
python_install_all() {
|
||||
distutils-r1_python_install_all
|
||||
if ! use X; then
|
||||
delete_gui() {
|
||||
rm -rf \
|
||||
"${ED}"/usr/bin/linkchecker-gui* \
|
||||
"${ED}"/$(python_get_sitedir)/linkcheck/gui* || die
|
||||
}
|
||||
python_foreach_impl delete_gui
|
||||
fi
|
||||
use doc && dohtml doc/html/*
|
||||
use bash-completion && dobashcomp config/linkchecker-completion
|
||||
if use nagios; then
|
||||
insinto /usr/$(get_libdir)/nagios/plugins
|
||||
doins linkchecker-nagios
|
||||
else
|
||||
rm -f "${ED}"/usr/bin/linkchecker-nagios* || die
|
||||
fi
|
||||
}
|
@ -1,5 +1,3 @@
|
||||
DIST Electrum-1.7.3.tar.gz 492076 SHA256 bd16afafa70c6c104eb82723bf4555405774c48f6723593e95ef49de0b8f3e51 SHA512 5625c497f6a98e80b8d2b36c7a8f0784e1d8eb4ad6587743893e011013e4a21e1bb3c32431c26f068b99212c7c389310f0b9f587802dab50dadc36c940c1368a WHIRLPOOL 91fac7219378643efc021233961f5c60aaa80f3e4242fa96368dfa72550c23efc107b44343925e18784c964b13bc650b2cb30a8301f658777fdc2d913336726b
|
||||
DIST Electrum-1.7.4.tar.gz 493103 SHA256 588ae22a1682e0be7e4f695777d36ee011a2b11552acefcfa0814227790cdb19 SHA512 5dda24ea73e2f018c8e1e757c86f33ec2d75f7065d2db95559c0ef983ee48849143219922b29ee585179b1a1b1a865b11b649dbb350dbfba0057126d5a0c59f8 WHIRLPOOL cb32f6976ac13e0a8191c2047e2cdb18f4cfd750f3808885e9bb5d0c1a676c2256e53da78b4163cb177c0fc38dfb71567802819ae9360fa5754da58e7eef3e0b
|
||||
DIST Electrum-1.8.1.tar.gz 516341 SHA256 16746e35f2847feb8803aa9b34184ce79d3df88e0ea222a4e602e3b3830ec834 SHA512 0cd345c8ba8e66ab2094a569109029d4f402854da2135acf06ee07d086ac14cd1134c5a5dcaa432fabc31bccfd86782a29dc32465543f03054c0a8c9aeb5feee WHIRLPOOL 9485ade5124b253edbb562ccc6d7a6b7570bcada3e3063db2afdc568517d82aec9495eae4992e83b19fbc7f6205b7378fc237efb7c093be0b23c53baa1e05146
|
||||
DIST Electrum-1.8.tar.gz 507025 SHA256 383783f7e2d3ad11a894311f4dfbd7f704b2f898c6610369bf59aadf86aa2aca SHA512 492d0706a1373fcd2cfdffb2bb1658937d594a84874af6dfc6cd16b74aef8b3c8833ed9d369f159f8fb28e628cf3b9ed5390d102690e761472c292618aca48f2 WHIRLPOOL 05d34cbc7c9c2d920ad584888bf1a6b33463b29fb00320226fd3f16deee620236ceacddc37ab4cdc80880481dd89958d73442fbe5123b4551b1ee7ef393f3e2f
|
||||
DIST Electrum-1.9.tar.gz 665945 SHA256 fb549e3949328156f1e91d47fd911df5842c4d51d04f82a98af186120c36b97e SHA512 3262c88899544d8a1cc46088a3949ab066463d8a9498f7ccfbc9d76941568c729f2a85b6964b3cf2fa9212e08f164f2d56957dc6fa94662a951d14ff370add03 WHIRLPOOL e9f9e8323e7a364524eddc2689462e20d075c3028ffd0bbc350b6d1e8341eb91b3186a4cb1de8afdcdd83d28865d3242bface930d6c1ea6d069ff01de705aa2b
|
||||
DIST Electrum-1.9.2.tar.gz 666900 SHA256 525cf42117dccfeae68f44cc2733c1090724589226bfc513352b2d2edd916596 SHA512 c7c4051e8c407e4980ba5a134b61953114fea73da12ef853d571a84d962ec535061b8fa369b6dbb0aa6e166990ca5b239369a51ba78fc5f15c1e009214da830a WHIRLPOOL 1aa528133bba8e689062a9d0329b926b0b53874bd46505524551162891d0001700f87e76d76f8a4192671ad39daeafd1f5555e55233790df6163ae6ab4fa1031
|
||||
|
@ -1,83 +0,0 @@
|
||||
# Copyright 1999-2013 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/net-misc/electrum/electrum-1.7.3.ebuild,v 1.1 2013/04/14 10:03:20 blueness Exp $
|
||||
|
||||
EAPI="5"
|
||||
|
||||
PYTHON_COMPAT=( python{2_6,2_7} )
|
||||
|
||||
inherit eutils distutils-r1 gnome2-utils
|
||||
|
||||
MY_P=Electrum-${PV}
|
||||
DESCRIPTION="User friendly Bitcoin client"
|
||||
HOMEPAGE="http://electrum.org/"
|
||||
SRC_URI="http://download.electrum.org/download/${MY_P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="gtk qt4"
|
||||
REQUIRED_USE="|| ( gtk qt4 )"
|
||||
|
||||
LANGS="br cs de eo es fr it lv nl ru sl vi zh"
|
||||
|
||||
for X in ${LANGS}; do
|
||||
IUSE+=" linguas_${X}"
|
||||
done
|
||||
unset X
|
||||
|
||||
RDEPEND="
|
||||
dev-python/setuptools
|
||||
dev-python/ecdsa
|
||||
dev-python/slowaes
|
||||
gtk? ( dev-python/pygtk:2 )
|
||||
qt4? ( dev-python/PyQt4 )"
|
||||
|
||||
S=${WORKDIR}/${MY_P}
|
||||
|
||||
DOCS="RELEASE-NOTES"
|
||||
|
||||
src_prepare() {
|
||||
# Prevent icon from being installed in the wrong location:
|
||||
sed -i '/electrum\.png/ d' setup.py || die
|
||||
sed -i "s:^Icon=.*:Icon=${PN}:" "${PN}.desktop" || die
|
||||
|
||||
# Remove unrequested localization files:
|
||||
local lang
|
||||
for lang in ${LANGS#en}; do
|
||||
if use linguas_$lang; then
|
||||
test -f "locale/$lang/LC_MESSAGES/${PN}.mo" || die
|
||||
else
|
||||
rm -r "locale/$lang" || die
|
||||
fi
|
||||
done
|
||||
|
||||
# Remove unrequested GUI implementations:
|
||||
if use !gtk; then
|
||||
rm gui/gui_gtk.py || die
|
||||
fi
|
||||
if use !qt4; then
|
||||
rm gui/gui_{classic,lite}.py || die
|
||||
sed -i "/config.get('gui','classic')/s/classic/gtk/" electrum \
|
||||
|| die
|
||||
fi
|
||||
|
||||
distutils-r1_src_prepare
|
||||
}
|
||||
|
||||
src_install() {
|
||||
doicon -s 64 icons/${PN}.png
|
||||
distutils-r1_src_install
|
||||
}
|
||||
|
||||
pkg_preinst() {
|
||||
gnome2_icon_savelist
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
gnome2_icon_cache_update
|
||||
}
|
||||
|
||||
pkg_postrm() {
|
||||
gnome2_icon_cache_update
|
||||
}
|
@ -1,86 +0,0 @@
|
||||
# Copyright 1999-2013 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/net-misc/electrum/electrum-1.8.ebuild,v 1.1 2013/06/02 12:56:05 blueness Exp $
|
||||
|
||||
EAPI="5"
|
||||
|
||||
PYTHON_COMPAT=( python{2_6,2_7} )
|
||||
|
||||
inherit eutils distutils-r1 gnome2-utils
|
||||
|
||||
MY_P=Electrum-${PV}
|
||||
DESCRIPTION="User friendly Bitcoin client"
|
||||
HOMEPAGE="http://electrum.org/"
|
||||
SRC_URI="http://download.electrum.org/download/${MY_P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="gtk qt4"
|
||||
REQUIRED_USE="|| ( gtk qt4 )"
|
||||
|
||||
LANGS="br cs de eo es fr it lv nl ru sl vi zh"
|
||||
|
||||
for X in ${LANGS}; do
|
||||
IUSE+=" linguas_${X}"
|
||||
done
|
||||
unset X
|
||||
|
||||
RDEPEND="
|
||||
dev-python/setuptools
|
||||
dev-python/ecdsa
|
||||
dev-python/slowaes
|
||||
gtk? ( dev-python/pygtk:2 )
|
||||
qt4? ( dev-python/PyQt4 )"
|
||||
|
||||
S=${WORKDIR}/${MY_P}
|
||||
|
||||
DOCS="RELEASE-NOTES"
|
||||
|
||||
src_prepare() {
|
||||
# Prevent icon from being installed in the wrong location:
|
||||
sed -i '/electrum\.png/ d' setup.py || die
|
||||
sed -i "s:^Icon=.*:Icon=${PN}:" "${PN}.desktop" || die
|
||||
|
||||
# Fix .desktop to pass validation
|
||||
sed -i 's:bitcoin$:bitcoin;:' electrum.desktop || die
|
||||
|
||||
# Remove unrequested localization files:
|
||||
local lang
|
||||
for lang in ${LANGS#en}; do
|
||||
if use linguas_$lang; then
|
||||
test -f "locale/$lang/LC_MESSAGES/${PN}.mo" || die
|
||||
else
|
||||
rm -r "locale/$lang" || die
|
||||
fi
|
||||
done
|
||||
|
||||
# Remove unrequested GUI implementations:
|
||||
if use !gtk; then
|
||||
rm gui/gui_gtk.py || die
|
||||
fi
|
||||
if use !qt4; then
|
||||
rm gui/gui_{classic,lite}.py gui/qt_{console,util}.py || die
|
||||
sed -i "/config.get('gui','classic')/s/classic/gtk/" electrum \
|
||||
|| die
|
||||
fi
|
||||
|
||||
distutils-r1_src_prepare
|
||||
}
|
||||
|
||||
src_install() {
|
||||
doicon -s 64 icons/${PN}.png
|
||||
distutils-r1_src_install
|
||||
}
|
||||
|
||||
pkg_preinst() {
|
||||
gnome2_icon_savelist
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
gnome2_icon_cache_update
|
||||
}
|
||||
|
||||
pkg_postrm() {
|
||||
gnome2_icon_cache_update
|
||||
}
|
@ -1,6 +1,6 @@
|
||||
# Copyright 1999-2013 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/net-misc/electrum/electrum-1.9.ebuild,v 1.1 2013/11/05 14:42:03 blueness Exp $
|
||||
# $Header: /var/cvsroot/gentoo-x86/net-misc/electrum/electrum-1.9.2.ebuild,v 1.1 2013/11/06 12:19:06 blueness Exp $
|
||||
|
||||
EAPI="5"
|
||||
|
@ -1,5 +1,5 @@
|
||||
DIST rebase-1111.tar.xz 27905208 SHA256 a4071740cf41afdbae0ecb91648bae954b8b708b00d4b0d6bb21a746f6a9201c
|
||||
DIST rebase-1111.tar.xz 27905208 SHA256 a4071740cf41afdbae0ecb91648bae954b8b708b00d4b0d6bb21a746f6a9201c SHA512 aa5cb57ea5ac7a1f57a817d04be434321b6a7a6079f10abe9453bf46ba70da2549acca6e93034423e5a70815668f429b7b111b703765b149209b71ddef8ee1a4 WHIRLPOOL 59f1d4251a55be173c1dd32ad7fc7975b8620ddb4310798169c834df7105a6f73908af4618d8cd4dd4bde1428dc5dd230efc64d69ac69ed5942b5e4f4cb72f92
|
||||
DIST rebase-1202.tar.xz 25806116 SHA256 ac3dae93c43d44721a35cb97b1360500782367190750e47cd7dc9d71c2a6d851 SHA512 261e21b6bd3e0242f2936a635195414d4fda79ff8dc651a5e932b75785ffc632e9bdcee6207b3a0f0136f20197e80e7d38f3ddf52e199d56edca76a338148f4a WHIRLPOOL 1179758d2c558d16041526a495cc7732148adc0a86dd1f83a7423e0362d44c91cfb6171209fefb199ab6ed7b2bbc2743524c24b1caffdc8c14afbf8cec70318a
|
||||
DIST rebase-1303.tar.xz 33033064 SHA256 8dcf7a5fef29a508177b7c4c20afdbfd5bc9223eac994ce1757dd6df58d5e629 SHA512 cd329c4e7e44e2b8eb9516340b0a762be5010785b21e3689a63312812bccda68575aa6b1b49b66a305bd67162dc3ba5e44946e662a995cd57025d8bf1e4a2578 WHIRLPOOL 75580ec43a4772ccec1b7ef70c9fcba46be5f14d402bd4645aba1a56cb713ae9a518cf2ff9b604958482de5d7abcd242934a2bdecceb7b6e763b3d083a8d5ebb
|
||||
DIST rebase-1310.tar.xz 35042696 SHA256 cb8748d4bc4ad840c02769ed261960f85c200a7296cd84dfa1b8bd0c518c9e92 SHA512 9e2fd2845c115b2bd5827da2222e032b6c75af7bf321c71c8225134ff763b40ac4fb431d92186a87059848f82f96543d061d1e52f69db86b0d7d78022b51911b WHIRLPOOL e74f9a75107cbbe8a962fec89409aa7c0eada965a553f0e25b60d58de892982bca78b95dfba22a80b3e39022dd5716c48f03b75ac7ca2d3952c4c861e13f0ec6
|
||||
DIST rebase-1311.tar.xz 1572864 SHA256 5260f093e8343499c561a8fe388ef0e4a001d9066ba7245bb12e8822b06c2e59 SHA512 8ddd53f0565190deebd53d82476927c5871c5e7ac29082c9336dee84297f53cb08deee6ddcf527e4d2dcd8d976988363bbe6d26c599ec9e25e7d384c5aa481c6 WHIRLPOOL fe02b5cea4c8ac592b623300a73d49ec0774302a1362d02c1a292b33ee724704e7633709cfeeb2b4c91619686c72a4a78c9ad7403e50195e9f992c78f2dc5dc3
|
||||
DIST rebase-1311.tar.xz 35317372 SHA256 45671508a1f969297ce1cbcc585b330b453c4deab0526fb64e8ffd7398d911ac SHA512 e99a0731482e93607a4138f591d39d0f74e7348cb8ab7c2dc7fe82c5a936882148037432c80890db699cab8f494ab4a6a40d7d4a6b5e5fb983eeaa5fac329bf7 WHIRLPOOL 1d559f8f9abf07a03d691a88d17b7a61a957d486a9861c15c40c6c97840001e2378243b27061d6015b7e6d78085805fb087d63e738f4e732e2db4307e0ad5251
|
||||
|
@ -1 +1,2 @@
|
||||
DIST efibootmgr-0.5.4.tar.gz 59121 SHA256 b562a47a4f5327494992f2ee6ae14a75c5aeb9b4a3a78a06749d5cd2917b8e71 SHA512 1fbc3bc442e848b7f6a7e5d8851d92efe271abd090cfeda253baf7b11b9f7b9e984b9703c02ed57f718d5de5b26ec45f1eaeff55b50e4a7bc9e25cf3a958c4ad WHIRLPOOL e17d2a2ecb666eb6644794b48535d8141ee2b79470cdb8d28c927032724efd59dcfdef278d6895bf3c3ec5af91ea559a2df1c938fb406fb2a8c0256a67da05a6
|
||||
DIST efibootmgr-0.6.0.tar.gz 64995 SHA256 1c9b0852df7932c410865e296a38fe66e39a26e10c9c1a7ff34fca87f3e25f53 SHA512 f06d3094e41ef100f5bad746add6cad3f3c700e5d5ebe9481533e6ec1df07b3595132f835ffcbac853e3fb48d0fd03d572c84f54394ba094b6d0aa426ff2a02c WHIRLPOOL 0352318b9350f8ae789fbeda278a55d1b28edd17fcadbaf0f9f484cac7dd9826e55243b799d512aa30e99265e7dff87142f9054908157bd9dba001981c807943
|
||||
|
@ -0,0 +1,41 @@
|
||||
# Copyright 1999-2013 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/sys-boot/efibootmgr/efibootmgr-0.6.0.ebuild,v 1.1 2013/11/06 10:41:09 jlec Exp $
|
||||
|
||||
EAPI=5
|
||||
|
||||
inherit flag-o-matic toolchain-funcs eutils
|
||||
|
||||
DESCRIPTION="Interact with the EFI Boot Manager"
|
||||
HOMEPAGE="http://developer.intel.com/technology/efi"
|
||||
SRC_URI="http://linux.dell.com/${PN}/${P}/${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~ia64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND="sys-apps/pciutils"
|
||||
DEPEND="${RDEPEND}
|
||||
virtual/pkgconfig"
|
||||
|
||||
src_prepare() {
|
||||
sed -i \
|
||||
-e "/^LIBS/s:=.*:=$($(tc-getPKG_CONFIG) libpci --libs):" \
|
||||
src/efibootmgr/module.mk || die
|
||||
|
||||
epatch "${FILESDIR}/${PN}-error-reporting.patch"
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
strip-flags
|
||||
tc-export CC
|
||||
emake EXTRA_CFLAGS="${CFLAGS}"
|
||||
}
|
||||
|
||||
src_install() {
|
||||
# build system uses perl, so just do it ourselves
|
||||
dosbin src/efibootmgr/efibootmgr
|
||||
doman src/man/man8/efibootmgr.8
|
||||
dodoc AUTHORS README doc/ChangeLog doc/TODO
|
||||
}
|
@ -0,0 +1,53 @@
|
||||
# Copyright 1999-2013 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/www-apps/owncloud/owncloud-5.0.13.ebuild,v 1.1 2013/11/06 10:46:37 voyageur Exp $
|
||||
|
||||
EAPI=5
|
||||
|
||||
inherit eutils webapp depend.php
|
||||
|
||||
DESCRIPTION="Web-based storage application where all your data is under your own control"
|
||||
HOMEPAGE="http://owncloud.org"
|
||||
SRC_URI="http://download.owncloud.org/community/${P}.tar.bz2"
|
||||
LICENSE="AGPL-3"
|
||||
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="+curl mysql postgres +sqlite"
|
||||
REQUIRED_USE="|| ( mysql postgres sqlite )"
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND="|| ( >=dev-lang/php-5.4.9[curl?,filter,gd,hash,json,mysql?,pdo,postgres?,simplexml,sqlite?,xmlwriter,zip]
|
||||
sqlite? ( <dev-lang/php-5.4.9[curl?,filter,gd,hash,json,mysql?,pdo,postgres?,simplexml,sqlite3,xmlwriter,zip] )
|
||||
!sqlite? (
|
||||
<dev-lang/php-5.4.9[curl?,filter,gd,hash,json,mysql?,pdo,postgres?,simplexml,xmlwriter,zip] ) )"
|
||||
need_httpd_cgi
|
||||
need_php_httpd
|
||||
|
||||
S=${WORKDIR}/${PN}
|
||||
|
||||
pkg_setup() {
|
||||
webapp_pkg_setup
|
||||
}
|
||||
|
||||
src_prepare() {
|
||||
epatch_user
|
||||
}
|
||||
|
||||
src_install() {
|
||||
webapp_src_preinst
|
||||
|
||||
local docs="README"
|
||||
dodoc ${docs}
|
||||
rm -f ${docs}
|
||||
|
||||
insinto "${MY_HTDOCSDIR}"
|
||||
doins -r .
|
||||
dodir "${MY_HTDOCSDIR}"/data
|
||||
|
||||
webapp_serverowned -R "${MY_HTDOCSDIR}"/apps
|
||||
webapp_serverowned -R "${MY_HTDOCSDIR}"/data
|
||||
webapp_serverowned -R "${MY_HTDOCSDIR}"/config
|
||||
webapp_configfile "${MY_HTDOCSDIR}"/.htaccess
|
||||
|
||||
webapp_src_install
|
||||
}
|
@ -0,0 +1,91 @@
|
||||
X-Git-Url: http://anonscm.debian.org/gitweb/?p=collab-maint%2Fw3m.git;a=blobdiff_plain;f=url.c;h=6dbd5d3a43c51d96adca5ce5076b72a58c9d65fe;hp=ed6062ef3cb9e60a7e712ec054bcd46b49fd504d;hb=c155b93830b353a68468fb063df67987ed284142;hpb=dbd52ac2ca59d404bdcc29c5c90bda822f2c9334
|
||||
|
||||
diff --git a/url.c b/url.c
|
||||
index ed6062e..6dbd5d3 100644
|
||||
--- a/url.c
|
||||
+++ b/url.c
|
||||
@@ -121,6 +121,7 @@ static struct table2 DefaultGuess[] = {
|
||||
};
|
||||
|
||||
static void add_index_file(ParsedURL *pu, URLFile *uf);
|
||||
+static char * schemeNumToName(int scheme);
|
||||
|
||||
/* #define HTTP_DEFAULT_FILE "/index.html" */
|
||||
|
||||
@@ -1280,6 +1281,18 @@ getURLScheme(char **url)
|
||||
}
|
||||
|
||||
static char *
|
||||
+schemeNumToName(int scheme)
|
||||
+{
|
||||
+ int i;
|
||||
+
|
||||
+ for (i = 0; schemetable[i].cmdname != NULL; i++) {
|
||||
+ if (schemetable[i].cmd == scheme)
|
||||
+ return schemetable[i].cmdname;
|
||||
+ }
|
||||
+ return NULL;
|
||||
+}
|
||||
+
|
||||
+static char *
|
||||
otherinfo(ParsedURL *target, ParsedURL *current, char *referer)
|
||||
{
|
||||
Str s = Strnew();
|
||||
@@ -1603,7 +1616,7 @@ openURL(char *url, ParsedURL *pu, ParsedURL *current,
|
||||
pu->host != NULL && !check_no_proxy(pu->host)) {
|
||||
hr->flag |= HR_FLAG_PROXY;
|
||||
sock = openSocket(FTP_proxy_parsed.host,
|
||||
- schemetable[FTP_proxy_parsed.scheme].cmdname,
|
||||
+ schemeNumToName(FTP_proxy_parsed.scheme),
|
||||
FTP_proxy_parsed.port);
|
||||
if (sock < 0)
|
||||
return uf;
|
||||
@@ -1645,15 +1658,15 @@ openURL(char *url, ParsedURL *pu, ParsedURL *current,
|
||||
}
|
||||
else if (pu->scheme == SCM_HTTPS) {
|
||||
sock = openSocket(HTTPS_proxy_parsed.host,
|
||||
- schemetable[HTTPS_proxy_parsed.scheme].
|
||||
- cmdname, HTTPS_proxy_parsed.port);
|
||||
+ schemeNumToName(HTTPS_proxy_parsed.scheme),
|
||||
+ HTTPS_proxy_parsed.port);
|
||||
sslh = NULL;
|
||||
}
|
||||
else {
|
||||
#endif /* USE_SSL */
|
||||
sock = openSocket(HTTP_proxy_parsed.host,
|
||||
- schemetable[HTTP_proxy_parsed.scheme].
|
||||
- cmdname, HTTP_proxy_parsed.port);
|
||||
+ schemeNumToName(HTTP_proxy_parsed.scheme),
|
||||
+ HTTP_proxy_parsed.port);
|
||||
#ifdef USE_SSL
|
||||
sslh = NULL;
|
||||
}
|
||||
@@ -1685,8 +1698,7 @@ openURL(char *url, ParsedURL *pu, ParsedURL *current,
|
||||
}
|
||||
}
|
||||
else {
|
||||
- sock = openSocket(pu->host,
|
||||
- schemetable[pu->scheme].cmdname, pu->port);
|
||||
+ sock = openSocket(pu->host, schemeNumToName(pu->scheme), pu->port);
|
||||
if (sock < 0) {
|
||||
*status = HTST_MISSING;
|
||||
return uf;
|
||||
@@ -1750,7 +1762,7 @@ openURL(char *url, ParsedURL *pu, ParsedURL *current,
|
||||
pu->host != NULL && !check_no_proxy(pu->host)) {
|
||||
hr->flag |= HR_FLAG_PROXY;
|
||||
sock = openSocket(GOPHER_proxy_parsed.host,
|
||||
- schemetable[GOPHER_proxy_parsed.scheme].cmdname,
|
||||
+ schemeNumToName(GOPHER_proxy_parsed.scheme),
|
||||
GOPHER_proxy_parsed.port);
|
||||
if (sock < 0)
|
||||
return uf;
|
||||
@@ -1758,8 +1770,7 @@ openURL(char *url, ParsedURL *pu, ParsedURL *current,
|
||||
tmp = HTTPrequest(pu, current, hr, extra_header);
|
||||
}
|
||||
else {
|
||||
- sock = openSocket(pu->host,
|
||||
- schemetable[pu->scheme].cmdname, pu->port);
|
||||
+ sock = openSocket(pu->host, schemeNumToName(pu->scheme), pu->port);
|
||||
if (sock < 0)
|
||||
return uf;
|
||||
if (pu->file == NULL)
|
@ -0,0 +1,135 @@
|
||||
# Copyright 1999-2013 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/www-client/w3m/w3m-0.5.3-r4.ebuild,v 1.1 2013/11/06 10:53:28 naota Exp $
|
||||
|
||||
EAPI="3"
|
||||
inherit eutils
|
||||
|
||||
DESCRIPTION="Text based WWW browser, supports tables and frames"
|
||||
HOMEPAGE="http://w3m.sourceforge.net/"
|
||||
SRC_URI="mirror://sourceforge/w3m/${P}.tar.gz"
|
||||
|
||||
LICENSE="w3m"
|
||||
SLOT="0"
|
||||
KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris"
|
||||
IUSE="X fbcon gpm gtk imlib lynxkeymap migemo nls nntp ssl unicode vanilla xface linguas_ja"
|
||||
|
||||
# We cannot build w3m with gtk+2 w/o X because gtk+2 ebuild doesn't
|
||||
# allow us to build w/o X, so we have to give up framebuffer w3mimg....
|
||||
DEPEND=">=sys-libs/ncurses-5.2-r3
|
||||
>=sys-libs/zlib-1.1.3-r2
|
||||
>=dev-libs/boehm-gc-6.2
|
||||
X? ( x11-libs/libXext x11-libs/libXdmcp )
|
||||
gtk? (
|
||||
vanilla? ( x11-libs/gtk+:2 )
|
||||
!vanilla? ( x11-libs/gdk-pixbuf ) )
|
||||
!gtk? ( imlib? ( >=media-libs/imlib2-1.1.0[X] ) )
|
||||
xface? ( media-libs/compface )
|
||||
gpm? ( >=sys-libs/gpm-1.19.3-r5 )
|
||||
migemo? ( >=app-text/migemo-0.40 )
|
||||
ssl? ( >=dev-libs/openssl-0.9.6b )"
|
||||
RDEPEND="${DEPEND}"
|
||||
DEPEND="virtual/pkgconfig
|
||||
${DEPEND}"
|
||||
|
||||
src_prepare() {
|
||||
epatch \
|
||||
"${FILESDIR}/${PN}-0.5.2-gc72.patch" \
|
||||
"${FILESDIR}/${PN}-0.5.3-parallel-make.patch" \
|
||||
"${FILESDIR}/${PN}-0.5.3-glibc214.patch" \
|
||||
"${FILESDIR}/${PN}-0.5.3-underlinking.patch"
|
||||
use vanilla || \
|
||||
epatch "${FILESDIR}"/${PN}-0.5.3-button.patch \
|
||||
"${FILESDIR}"/${P}-gdk-pixbuf.patch \
|
||||
"${FILESDIR}"/${P}-input-type-default.patch \
|
||||
"${FILESDIR}"/${P}-url-schema.patch
|
||||
find . -name CVS -type d | xargs rm -r
|
||||
sed -i -e "/^AR=/s/ar/$(tc-getAR)/" {.,w3mimg,libwc}/Makefile.in || die
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
local myconf migemo_command imagelibval imageval
|
||||
|
||||
if use gtk ; then
|
||||
imagelibval="gtk2"
|
||||
elif use imlib ; then
|
||||
imagelibval="imlib2"
|
||||
fi
|
||||
|
||||
if [ ! -z "${imagelibval}" ] ; then
|
||||
use X && imageval="${imageval}${imageval:+,}x11"
|
||||
use X && use fbcon && imageval="${imageval}${imageval:+,}fb"
|
||||
fi
|
||||
|
||||
if use migemo ; then
|
||||
migemo_command="migemo -t egrep ${EPREFIX}/usr/share/migemo/migemo-dict"
|
||||
else
|
||||
migemo_command="no"
|
||||
fi
|
||||
|
||||
# emacs-w3m doesn't like "--enable-m17n --disable-unicode,"
|
||||
# so we better enable or disable both. Default to enable
|
||||
# m17n and unicode, see bug #47046.
|
||||
if use linguas_ja ; then
|
||||
if use unicode ; then
|
||||
myconf="${myconf} --enable-japanese=U"
|
||||
else
|
||||
myconf="${myconf} --enable-japanese=E"
|
||||
fi
|
||||
elif use unicode ; then
|
||||
myconf="${myconf} --with-charset=UTF-8"
|
||||
else
|
||||
myconf="${myconf} --with-charset=US-ASCII"
|
||||
fi
|
||||
|
||||
# lynxkeymap IUSE flag. bug #49397
|
||||
if use lynxkeymap ; then
|
||||
myconf="${myconf} --enable-keymap=lynx"
|
||||
else
|
||||
myconf="${myconf} --enable-keymap=w3m"
|
||||
fi
|
||||
|
||||
local termlib=$(pkg-config ncurses --libs|sed -e 's/-l//g')
|
||||
|
||||
econf \
|
||||
--with-editor="${EPREFIX}/usr/bin/vi" \
|
||||
--with-mailer="${EPREFIX}/bin/mail" \
|
||||
--with-browser="${EPREFIX}/usr/bin/xdg-open" \
|
||||
--with-termlib="${termlib}" \
|
||||
--enable-image=${imageval:-no} \
|
||||
--with-imagelib="${imagelibval:-no}" \
|
||||
--with-migemo="${migemo_command}" \
|
||||
--enable-m17n \
|
||||
--enable-unicode \
|
||||
$(use_enable gpm mouse) \
|
||||
$(use_enable nls) \
|
||||
$(use_enable nntp) \
|
||||
$(use_enable ssl digest-auth) \
|
||||
$(use_with ssl) \
|
||||
$(use_enable xface) \
|
||||
${myconf} || die
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
# bug #362249
|
||||
emake -j1 || die
|
||||
}
|
||||
|
||||
src_install() {
|
||||
|
||||
emake DESTDIR="${D}" install || die "emake install failed"
|
||||
|
||||
# http://www.sic.med.tohoku.ac.jp/~satodai/w3m-dev/200307.month/3944.html
|
||||
insinto /etc/${PN}
|
||||
newins "${FILESDIR}/${PN}.mailcap" mailcap || die
|
||||
|
||||
insinto /usr/share/${PN}/Bonus
|
||||
doins Bonus/* || die
|
||||
dodoc README NEWS TODO ChangeLog || die
|
||||
docinto doc-en ; dodoc doc/* || die
|
||||
if use linguas_ja ; then
|
||||
docinto doc-jp ; dodoc doc-jp/* || die
|
||||
else
|
||||
rm -rf "${ED}"/usr/share/man/ja || die
|
||||
fi
|
||||
}
|
@ -1,454 +0,0 @@
|
||||
# Copyright 1999-2013 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/x11-drivers/nvidia-drivers/nvidia-drivers-331.17.ebuild,v 1.1 2013/10/23 11:48:46 jer Exp $
|
||||
|
||||
EAPI=5
|
||||
|
||||
inherit eutils flag-o-matic linux-info linux-mod multilib nvidia-driver \
|
||||
portability toolchain-funcs unpacker user udev
|
||||
|
||||
NV_URI="http://us.download.nvidia.com/XFree86/"
|
||||
X86_NV_PACKAGE="NVIDIA-Linux-x86-${PV}"
|
||||
AMD64_NV_PACKAGE="NVIDIA-Linux-x86_64-${PV}"
|
||||
X86_FBSD_NV_PACKAGE="NVIDIA-FreeBSD-x86-${PV}"
|
||||
AMD64_FBSD_NV_PACKAGE="NVIDIA-FreeBSD-x86_64-${PV}"
|
||||
|
||||
DESCRIPTION="NVIDIA X11 driver and GLX libraries"
|
||||
HOMEPAGE="http://www.nvidia.com/"
|
||||
SRC_URI="
|
||||
amd64-fbsd? ( ${NV_URI}FreeBSD-x86_64/${PV}/${AMD64_FBSD_NV_PACKAGE}.tar.gz )
|
||||
amd64? ( ${NV_URI}Linux-x86_64/${PV}/${AMD64_NV_PACKAGE}.run )
|
||||
x86-fbsd? ( ${NV_URI}FreeBSD-x86/${PV}/${X86_FBSD_NV_PACKAGE}.tar.gz )
|
||||
x86? ( ${NV_URI}Linux-x86/${PV}/${X86_NV_PACKAGE}.run )
|
||||
"
|
||||
|
||||
LICENSE="GPL-2 NVIDIA-r1"
|
||||
SLOT="0"
|
||||
KEYWORDS="-* ~amd64 ~x86 ~amd64-fbsd ~x86-fbsd"
|
||||
IUSE="acpi multilib kernel_FreeBSD kernel_linux pax_kernel +tools +X"
|
||||
RESTRICT="bindist mirror strip"
|
||||
EMULTILIB_PKG="true"
|
||||
|
||||
COMMON="
|
||||
app-admin/eselect-opencl
|
||||
kernel_linux? ( >=sys-libs/glibc-2.6.1 )
|
||||
X? (
|
||||
>=app-admin/eselect-opengl-1.0.9
|
||||
)
|
||||
"
|
||||
DEPEND="
|
||||
${COMMON}
|
||||
app-arch/xz-utils
|
||||
kernel_linux? ( virtual/linux-sources )
|
||||
"
|
||||
RDEPEND="
|
||||
${COMMON}
|
||||
acpi? ( sys-power/acpid )
|
||||
tools? (
|
||||
dev-libs/atk
|
||||
dev-libs/glib
|
||||
x11-libs/gdk-pixbuf
|
||||
x11-libs/gtk+:2
|
||||
x11-libs/libX11
|
||||
x11-libs/libXext
|
||||
x11-libs/pango[X]
|
||||
)
|
||||
X? (
|
||||
<x11-base/xorg-server-1.14.99
|
||||
>=x11-libs/libvdpau-0.3-r1
|
||||
multilib? (
|
||||
|| (
|
||||
(
|
||||
x11-libs/libX11[abi_x86_32]
|
||||
x11-libs/libXext[abi_x86_32]
|
||||
)
|
||||
app-emulation/emul-linux-x86-xlibs
|
||||
)
|
||||
)
|
||||
)
|
||||
"
|
||||
|
||||
REQUIRED_USE="tools? ( X )"
|
||||
|
||||
QA_PREBUILT="opt/* usr/lib*"
|
||||
|
||||
S=${WORKDIR}/
|
||||
|
||||
pkg_pretend() {
|
||||
|
||||
if use amd64 && has_multilib_profile && \
|
||||
[ "${DEFAULT_ABI}" != "amd64" ]; then
|
||||
eerror "This ebuild doesn't currently support changing your default ABI"
|
||||
die "Unexpected \${DEFAULT_ABI} = ${DEFAULT_ABI}"
|
||||
fi
|
||||
|
||||
if use kernel_linux && kernel_is ge 3 11 ; then
|
||||
ewarn "Gentoo supports kernels which are supported by NVIDIA"
|
||||
ewarn "which are limited to the following kernels:"
|
||||
ewarn "<sys-kernel/gentoo-sources-3.11"
|
||||
ewarn "<sys-kernel/vanilla-sources-3.11"
|
||||
ewarn ""
|
||||
ewarn "You are free to utilize epatch_user to provide whatever"
|
||||
ewarn "support you feel is appropriate, but will not receive"
|
||||
ewarn "support as a result of those changes."
|
||||
ewarn ""
|
||||
ewarn "Do not file a bug report about this."
|
||||
fi
|
||||
|
||||
# Since Nvidia ships 3 different series of drivers, we need to give the user
|
||||
# some kind of guidance as to what version they should install. This tries
|
||||
# to point the user in the right direction but can't be perfect. check
|
||||
# nvidia-driver.eclass
|
||||
nvidia-driver-check-warning
|
||||
|
||||
# Kernel features/options to check for
|
||||
CONFIG_CHECK="~ZONE_DMA ~MTRR ~SYSVIPC ~!LOCKDEP"
|
||||
use x86 && CONFIG_CHECK+=" ~HIGHMEM"
|
||||
|
||||
# Now do the above checks
|
||||
use kernel_linux && check_extra_config
|
||||
}
|
||||
|
||||
pkg_setup() {
|
||||
# try to turn off distcc and ccache for people that have a problem with it
|
||||
export DISTCC_DISABLE=1
|
||||
export CCACHE_DISABLE=1
|
||||
|
||||
if use kernel_linux; then
|
||||
linux-mod_pkg_setup
|
||||
MODULE_NAMES="nvidia(video:${S}/kernel)"
|
||||
BUILD_PARAMS="IGNORE_CC_MISMATCH=yes V=1 SYSSRC=${KV_DIR} \
|
||||
SYSOUT=${KV_OUT_DIR} CC=$(tc-getBUILD_CC)"
|
||||
# linux-mod_src_compile calls set_arch_to_kernel, which
|
||||
# sets the ARCH to x86 but NVIDIA's wrapping Makefile
|
||||
# expects x86_64 or i386 and then converts it to x86
|
||||
# later on in the build process
|
||||
BUILD_FIXES="ARCH=$(uname -m | sed -e 's/i.86/i386/')"
|
||||
fi
|
||||
|
||||
# set variables to where files are in the package structure
|
||||
if use kernel_FreeBSD; then
|
||||
use x86-fbsd && S="${WORKDIR}/${X86_FBSD_NV_PACKAGE}"
|
||||
use amd64-fbsd && S="${WORKDIR}/${AMD64_FBSD_NV_PACKAGE}"
|
||||
NV_DOC="${S}/doc"
|
||||
NV_OBJ="${S}/obj"
|
||||
NV_SRC="${S}/src"
|
||||
NV_MAN="${S}/x11/man"
|
||||
NV_X11="${S}/obj"
|
||||
NV_SOVER=1
|
||||
elif use kernel_linux; then
|
||||
NV_DOC="${S}"
|
||||
NV_OBJ="${S}"
|
||||
NV_SRC="${S}/kernel"
|
||||
NV_MAN="${S}"
|
||||
NV_X11="${S}"
|
||||
NV_SOVER=${PV}
|
||||
else
|
||||
die "Could not determine proper NVIDIA package"
|
||||
fi
|
||||
}
|
||||
|
||||
src_unpack() {
|
||||
if ! use kernel_FreeBSD; then
|
||||
cd "${S}"
|
||||
unpack_makeself
|
||||
else
|
||||
unpack ${A}
|
||||
fi
|
||||
}
|
||||
|
||||
src_prepare() {
|
||||
# Please add a brief description for every added patch
|
||||
|
||||
if use kernel_linux; then
|
||||
if kernel_is lt 2 6 9 ; then
|
||||
eerror "You must build this against 2.6.9 or higher kernels."
|
||||
fi
|
||||
|
||||
# If greater than 2.6.5 use M= instead of SUBDIR=
|
||||
# convert_to_m "${NV_SRC}"/Makefile.kbuild
|
||||
fi
|
||||
|
||||
if use pax_kernel; then
|
||||
ewarn "Using PAX patches is not supported. You will be asked to"
|
||||
ewarn "use a standard kernel should you have issues. Should you"
|
||||
ewarn "need support with these patches, contact the PaX team."
|
||||
epatch "${FILESDIR}"/${P}-pax-usercopy.patch
|
||||
fi
|
||||
|
||||
# Allow user patches so they can support RC kernels and whatever else
|
||||
epatch_user
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
# This is already the default on Linux, as there's no toplevel Makefile, but
|
||||
# on FreeBSD there's one and triggers the kernel module build, as we install
|
||||
# it by itself, pass this.
|
||||
|
||||
cd "${NV_SRC}"
|
||||
if use kernel_FreeBSD; then
|
||||
MAKE="$(get_bmake)" CFLAGS="-Wno-sign-compare" emake CC="$(tc-getCC)" \
|
||||
LD="$(tc-getLD)" LDFLAGS="$(raw-ldflags)" || die
|
||||
elif use kernel_linux; then
|
||||
linux-mod_src_compile
|
||||
fi
|
||||
}
|
||||
|
||||
# Install nvidia library:
|
||||
# the first parameter is the library to install
|
||||
# the second parameter is the provided soversion
|
||||
# the third parameter is the target directory if its not /usr/lib
|
||||
donvidia() {
|
||||
# Full path to library minus SOVER
|
||||
MY_LIB="$1"
|
||||
|
||||
# SOVER to use
|
||||
MY_SOVER="$2"
|
||||
|
||||
# Where to install
|
||||
MY_DEST="$3"
|
||||
|
||||
if [[ -z "${MY_DEST}" ]]; then
|
||||
MY_DEST="/usr/$(get_libdir)"
|
||||
action="dolib.so"
|
||||
else
|
||||
exeinto ${MY_DEST}
|
||||
action="doexe"
|
||||
fi
|
||||
|
||||
# Get just the library name
|
||||
libname=$(basename $1)
|
||||
|
||||
# Install the library with the correct SOVER
|
||||
${action} ${MY_LIB}.${MY_SOVER} || \
|
||||
die "failed to install ${libname}"
|
||||
|
||||
# If SOVER wasn't 1, then we need to create a .1 symlink
|
||||
if [[ "${MY_SOVER}" != "1" ]]; then
|
||||
dosym ${libname}.${MY_SOVER} \
|
||||
${MY_DEST}/${libname}.1 || \
|
||||
die "failed to create ${libname} symlink"
|
||||
fi
|
||||
|
||||
# Always create the symlink from the raw lib to the .1
|
||||
dosym ${libname}.1 \
|
||||
${MY_DEST}/${libname} || \
|
||||
die "failed to create ${libname} symlink"
|
||||
}
|
||||
|
||||
src_install() {
|
||||
if use kernel_linux; then
|
||||
linux-mod_src_install
|
||||
|
||||
VIDEOGROUP="$(egetent group video | cut -d ':' -f 3)"
|
||||
if [ -z "$VIDEOGROUP" ]; then
|
||||
eerror "Failed to determine the video group gid."
|
||||
die "Failed to determine the video group gid."
|
||||
fi
|
||||
|
||||
# Add the aliases
|
||||
[ -f "${FILESDIR}/nvidia-169.07" ] || die "nvidia missing in FILESDIR"
|
||||
sed -e 's:PACKAGE:'${PF}':g' \
|
||||
-e 's:VIDEOGID:'${VIDEOGROUP}':' "${FILESDIR}"/nvidia-169.07 > \
|
||||
"${WORKDIR}"/nvidia
|
||||
insinto /etc/modprobe.d
|
||||
newins "${WORKDIR}"/nvidia nvidia.conf
|
||||
|
||||
# Ensures that our device nodes are created when not using X
|
||||
exeinto "$(udev_get_udevdir)"
|
||||
doexe "${FILESDIR}"/nvidia-udev.sh
|
||||
udev_newrules "${FILESDIR}"/nvidia.udev-rule 99-nvidia.rules
|
||||
|
||||
elif use kernel_FreeBSD; then
|
||||
if use x86-fbsd; then
|
||||
insinto /boot/modules
|
||||
doins "${S}/src/nvidia.kld"
|
||||
fi
|
||||
|
||||
exeinto /boot/modules
|
||||
doexe "${S}/src/nvidia.ko"
|
||||
fi
|
||||
|
||||
# NVIDIA kernel <-> userspace driver config lib
|
||||
donvidia ${NV_OBJ}/libnvidia-cfg.so ${NV_SOVER}
|
||||
|
||||
# NVIDIA video encode/decode <-> CUDA
|
||||
if use kernel_linux; then
|
||||
donvidia ${NV_OBJ}/libnvcuvid.so ${NV_SOVER}
|
||||
donvidia ${NV_OBJ}/libnvidia-encode.so ${NV_SOVER}
|
||||
fi
|
||||
|
||||
if use X; then
|
||||
# Xorg DDX driver
|
||||
insinto /usr/$(get_libdir)/xorg/modules/drivers
|
||||
doins ${NV_X11}/nvidia_drv.so
|
||||
|
||||
# Xorg GLX driver
|
||||
donvidia ${NV_X11}/libglx.so ${NV_SOVER} \
|
||||
/usr/$(get_libdir)/opengl/nvidia/extensions
|
||||
fi
|
||||
|
||||
# OpenCL ICD for NVIDIA
|
||||
if use kernel_linux; then
|
||||
insinto /etc/OpenCL/vendors
|
||||
doins ${NV_OBJ}/nvidia.icd
|
||||
fi
|
||||
|
||||
# Documentation
|
||||
dohtml ${NV_DOC}/html/*
|
||||
if use kernel_FreeBSD; then
|
||||
dodoc "${NV_DOC}/README"
|
||||
use X && doman "${NV_MAN}/nvidia-xconfig.1"
|
||||
use tools && doman "${NV_MAN}/nvidia-settings.1"
|
||||
else
|
||||
# Docs
|
||||
newdoc "${NV_DOC}/README.txt" README
|
||||
dodoc "${NV_DOC}/NVIDIA_Changelog"
|
||||
doman "${NV_MAN}/nvidia-smi.1.gz"
|
||||
use X && doman "${NV_MAN}/nvidia-xconfig.1.gz"
|
||||
use tools && doman "${NV_MAN}/nvidia-settings.1.gz"
|
||||
doman "${NV_MAN}/nvidia-cuda-mps-control.1.gz"
|
||||
fi
|
||||
|
||||
# Helper Apps
|
||||
exeinto /opt/bin/
|
||||
|
||||
if use X; then
|
||||
doexe ${NV_OBJ}/nvidia-xconfig
|
||||
fi
|
||||
|
||||
if use kernel_linux ; then
|
||||
doexe ${NV_OBJ}/nvidia-cuda-mps-control
|
||||
doexe ${NV_OBJ}/nvidia-cuda-mps-server
|
||||
doexe ${NV_OBJ}/nvidia-debugdump
|
||||
doexe ${NV_OBJ}/nvidia-modprobe
|
||||
doexe ${NV_OBJ}/nvidia-persistenced
|
||||
doexe ${NV_OBJ}/nvidia-smi
|
||||
doman nvidia-cuda-mps-control.1.gz
|
||||
doman nvidia-modprobe.1.gz
|
||||
doman nvidia-persistenced.1.gz
|
||||
newinitd "${FILESDIR}/nvidia-smi.init" nvidia-smi
|
||||
fi
|
||||
|
||||
if use tools; then
|
||||
doexe ${NV_OBJ}/nvidia-settings
|
||||
fi
|
||||
|
||||
exeinto /usr/bin/
|
||||
doexe ${NV_OBJ}/nvidia-bug-report.sh
|
||||
|
||||
# Desktop entries for nvidia-settings
|
||||
if use tools ; then
|
||||
# There is no icon in the FreeBSD tarball.
|
||||
use kernel_FreeBSD || newicon ${NV_OBJ}/nvidia-settings.png ${PN}-settings.png
|
||||
domenu "${FILESDIR}"/${PN}-settings.desktop
|
||||
exeinto /etc/X11/xinit/xinitrc.d
|
||||
doexe "${FILESDIR}"/95-nvidia-settings
|
||||
fi
|
||||
|
||||
#doenvd "${FILESDIR}"/50nvidia-prelink-blacklist
|
||||
|
||||
if has_multilib_profile && use multilib ; then
|
||||
local OABI=${ABI}
|
||||
for ABI in $(get_install_abis) ; do
|
||||
src_install-libs
|
||||
done
|
||||
ABI=${OABI}
|
||||
unset OABI
|
||||
else
|
||||
src_install-libs
|
||||
fi
|
||||
|
||||
is_final_abi || die "failed to iterate through all ABIs"
|
||||
|
||||
readme.gentoo_create_doc
|
||||
}
|
||||
|
||||
src_install-libs() {
|
||||
local inslibdir=$(get_libdir)
|
||||
local GL_ROOT="/usr/$(get_libdir)/opengl/nvidia/lib"
|
||||
local CL_ROOT="/usr/$(get_libdir)/OpenCL/vendors/nvidia"
|
||||
local libdir=${NV_OBJ}
|
||||
|
||||
if use kernel_linux && has_multilib_profile && \
|
||||
[[ ${ABI} == "x86" ]] ; then
|
||||
libdir=${NV_OBJ}/32
|
||||
fi
|
||||
|
||||
if use X; then
|
||||
# The GLX libraries
|
||||
donvidia ${libdir}/libGL.so ${NV_SOVER} ${GL_ROOT}
|
||||
donvidia ${libdir}/libnvidia-glcore.so ${NV_SOVER}
|
||||
if use kernel_FreeBSD; then
|
||||
donvidia ${libdir}/libnvidia-tls.so ${NV_SOVER}
|
||||
else
|
||||
donvidia ${libdir}/tls/libnvidia-tls.so ${NV_SOVER}
|
||||
fi
|
||||
|
||||
# VDPAU
|
||||
donvidia ${libdir}/libvdpau_nvidia.so ${NV_SOVER}
|
||||
fi
|
||||
|
||||
# NVIDIA monitoring library
|
||||
if use kernel_linux ; then
|
||||
donvidia ${libdir}/libnvidia-ml.so ${NV_SOVER}
|
||||
fi
|
||||
|
||||
# CUDA & OpenCL
|
||||
if use kernel_linux; then
|
||||
donvidia ${libdir}/libcuda.so ${NV_SOVER}
|
||||
donvidia ${libdir}/libnvidia-compiler.so ${NV_SOVER}
|
||||
donvidia ${libdir}/libOpenCL.so 1.0.0 ${CL_ROOT}
|
||||
donvidia ${libdir}/libnvidia-opencl.so ${NV_SOVER}
|
||||
fi
|
||||
}
|
||||
|
||||
pkg_preinst() {
|
||||
use kernel_linux && linux-mod_pkg_preinst
|
||||
|
||||
# Clean the dynamic libGL stuff's home to ensure
|
||||
# we dont have stale libs floating around
|
||||
if [ -d "${ROOT}"/usr/lib/opengl/nvidia ] ; then
|
||||
rm -rf "${ROOT}"/usr/lib/opengl/nvidia/*
|
||||
fi
|
||||
# Make sure we nuke the old nvidia-glx's env.d file
|
||||
if [ -e "${ROOT}"/etc/env.d/09nvidia ] ; then
|
||||
rm -f "${ROOT}"/etc/env.d/09nvidia
|
||||
fi
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
use kernel_linux && linux-mod_pkg_postinst
|
||||
|
||||
# Switch to the nvidia implementation
|
||||
use X && "${ROOT}"/usr/bin/eselect opengl set --use-old nvidia
|
||||
"${ROOT}"/usr/bin/eselect opencl set --use-old nvidia
|
||||
|
||||
readme.gentoo_print_elog
|
||||
|
||||
if ! use X; then
|
||||
elog "You have elected to not install the X.org driver. Along with"
|
||||
elog "this the OpenGL libraries and VDPAU libraries were not"
|
||||
elog "installed. Additionally, once the driver is loaded your card"
|
||||
elog "and fan will run at max speed which may not be desirable."
|
||||
elog "Use the 'nvidia-smi' init script to have your card and fan"
|
||||
elog "speed scale appropriately."
|
||||
elog
|
||||
fi
|
||||
if ! use tools; then
|
||||
elog "USE=tools controls whether the nvidia-settings application"
|
||||
elog "is installed. If you would like to use it, enable that"
|
||||
elog "flag and re-emerge this ebuild. Optionally you can install"
|
||||
elog "media-video/nvidia-settings"
|
||||
elog
|
||||
fi
|
||||
}
|
||||
|
||||
pkg_prerm() {
|
||||
use X && "${ROOT}"/usr/bin/eselect opengl set --use-old xorg-x11
|
||||
}
|
||||
|
||||
pkg_postrm() {
|
||||
use kernel_linux && linux-mod_pkg_postrm
|
||||
use X && "${ROOT}"/usr/bin/eselect opengl set --use-old xorg-x11
|
||||
}
|
@ -1 +1,2 @@
|
||||
DIST rxvt-unicode-9.18.tar.bz2 897170 SHA256 87b72a43cac7c9362a984094c661a632ce1a829ad90f149142ab1953854b433f SHA512 8d1abf38c6ad47129fafc22c3996a7e2cd0f0cf4982d441ee30076d64d191637942307efd12cc05dfef6b65136530973be9da89e6769c5967d4e523f33309237 WHIRLPOOL 3d888a207c7f2b90317633b4808666ed05880d50f5800e8101739cb87583db8d981a49ceb40a61b926b07ee5c1d8f238e711e14a98083ef31c6cc641d63041c3
|
||||
DIST rxvt-unicode-9.19.tar.bz2 914096 SHA256 d9237cf1973af461ecbeeb708e4d00893294771558e8338b4f33418ed52d3241 SHA512 357f2b9a299b816264e8cece3200338369399e4f760622daec1520d05c75e93d44e2dee3351c8e31765ab8f2218dbb9d239960ae8112e2f75d988785373d7f26 WHIRLPOOL 8f990d8049add1910d318d66b29b8eda09d506edc0641caee41bf5e8466fece2aeab75188d527965a04900bc78b2b1c5c58556e81fe9b339350d2ea35002dd0b
|
||||
|
@ -0,0 +1,12 @@
|
||||
--- a/src/rxvtperl.xs
|
||||
+++ b/src/rxvtperl.xs
|
||||
@@ -818,7 +818,9 @@
|
||||
// TODO: should support all colour constants, create colorinc.h &c
|
||||
const_iv (Color_fg),
|
||||
const_iv (Color_bg),
|
||||
+#ifdef OFF_FOCUS_FADING
|
||||
const_iv (Color_fade),
|
||||
+#endif
|
||||
const_iv (Color_pointer_fg),
|
||||
const_iv (Color_pointer_bg),
|
||||
const_iv (Color_border),
|
@ -0,0 +1,135 @@
|
||||
# Copyright 1999-2013 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/x11-terms/rxvt-unicode/rxvt-unicode-9.19.ebuild,v 1.1 2013/11/06 16:11:32 jer Exp $
|
||||
|
||||
EAPI=4
|
||||
inherit autotools eutils
|
||||
|
||||
DESCRIPTION="rxvt clone with xft and unicode support"
|
||||
HOMEPAGE="http://software.schmorp.de/pkg/rxvt-unicode.html"
|
||||
SRC_URI="http://dist.schmorp.de/rxvt-unicode/Attic/${P}.tar.bz2"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris"
|
||||
IUSE="
|
||||
256-color alt-font-width blink buffer-on-clear +focused-urgency
|
||||
fading-colors +font-styles iso14755 +mousewheel +perl pixbuf secondary-wheel
|
||||
startup-notification xft unicode3 +vanilla wcwidth
|
||||
"
|
||||
|
||||
RDEPEND="
|
||||
>=sys-libs/ncurses-5.7-r6
|
||||
kernel_Darwin? ( dev-perl/Mac-Pasteboard )
|
||||
media-libs/fontconfig
|
||||
perl? ( dev-lang/perl )
|
||||
pixbuf? ( x11-libs/gdk-pixbuf x11-libs/gtk+:2 )
|
||||
startup-notification? ( x11-libs/startup-notification )
|
||||
x11-libs/libX11
|
||||
x11-libs/libXrender
|
||||
xft? ( x11-libs/libXft )
|
||||
"
|
||||
DEPEND="
|
||||
${RDEPEND}
|
||||
virtual/pkgconfig
|
||||
x11-proto/xproto
|
||||
"
|
||||
|
||||
RESTRICT="test"
|
||||
REQUIRED_USE="vanilla? ( !alt-font-width !buffer-on-clear focused-urgency !secondary-wheel !wcwidth )"
|
||||
|
||||
src_prepare() {
|
||||
# fix for prefix not installing properly
|
||||
epatch \
|
||||
"${FILESDIR}"/${PN}-9.06-case-insensitive-fs.patch \
|
||||
"${FILESDIR}"/${PN}-9.15-xsubpp.patch \
|
||||
"${FILESDIR}"/${PN}-9.19-fading.patch
|
||||
|
||||
if ! use vanilla; then
|
||||
ewarn "You are going to include unsupported third-party bug fixes/features."
|
||||
ewarn "If you want even more control over patches, then set USE=vanilla"
|
||||
ewarn "and store your patch set in /etc/portage/patches/${CATEGORY}/${PF}/"
|
||||
|
||||
use wcwidth && epatch doc/wcwidth.patch
|
||||
|
||||
# bug #240165
|
||||
use focused-urgency || epatch "${FILESDIR}"/${PN}-9.06-no-urgency-if-focused.diff
|
||||
|
||||
# bug #263638
|
||||
epatch "${FILESDIR}"/${PN}-9.06-popups-hangs.patch
|
||||
|
||||
# bug #237271
|
||||
epatch "${FILESDIR}"/${PN}-9.05_no-MOTIF-WM-INFO.patch
|
||||
|
||||
# support for wheel scrolling on secondary screens
|
||||
use secondary-wheel && epatch "${FILESDIR}"/${PN}-9.14-secondary-wheel.patch
|
||||
|
||||
# ctrl-l buffer fix
|
||||
use buffer-on-clear && epatch "${FILESDIR}"/${PN}-9.14-clear.patch
|
||||
|
||||
use alt-font-width && epatch "${FILESDIR}"/${PN}-9.06-font-width.patch
|
||||
else
|
||||
epatch_user
|
||||
fi
|
||||
|
||||
# kill the rxvt-unicode terminfo file - #192083
|
||||
sed -i -e "/rxvt-unicode.terminfo/d" doc/Makefile.in || die "sed failed"
|
||||
|
||||
eautoreconf
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
local myconf=''
|
||||
|
||||
use iso14755 || myconf='--disable-iso14755'
|
||||
|
||||
econf --enable-everything \
|
||||
$(use_enable 256-color) \
|
||||
$(use_enable blink text-blink) \
|
||||
$(use_enable fading-colors fading) \
|
||||
$(use_enable font-styles) \
|
||||
$(use_enable mousewheel) \
|
||||
$(use_enable perl) \
|
||||
$(use_enable pixbuf) \
|
||||
$(use_enable startup-notification) \
|
||||
$(use_enable xft) \
|
||||
$(use_enable unicode3) \
|
||||
${myconf}
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
emake || die "emake failed"
|
||||
|
||||
sed -i \
|
||||
-e 's/RXVT_BASENAME = "rxvt"/RXVT_BASENAME = "urxvt"/' \
|
||||
"${S}"/doc/rxvt-tabbed || die "tabs sed failed"
|
||||
}
|
||||
|
||||
src_install() {
|
||||
default
|
||||
|
||||
dodoc \
|
||||
README.FAQ Changes doc/README* doc/changes.txt doc/etc/* doc/rxvt-tabbed
|
||||
|
||||
make_desktop_entry urxvt rxvt-unicode utilities-terminal \
|
||||
"System;TerminalEmulator"
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
if use buffer-on-clear; then
|
||||
ewarn "You have enabled the buffer-on-clear USE flag."
|
||||
ewarn "Please note that, although this works well for most prompts,"
|
||||
ewarn "there have been cases with fancy prompts, like bug #397829,"
|
||||
ewarn "where it caused issues. Proceed with caution."
|
||||
ewarn " (keep this terminal open until you make sure it works)"
|
||||
fi
|
||||
if use secondary-wheel; then
|
||||
elog "You have enabled the secondary-wheel USE flag."
|
||||
elog "This allows you to scroll in secondary screens"
|
||||
elog "(like mutt's message list/view) using the mouse wheel."
|
||||
elog
|
||||
elog "To actually enable the feature you have to add"
|
||||
elog " URxvt*secondaryWheel: true"
|
||||
elog "in your ~/.Xdefaults file"
|
||||
fi
|
||||
}
|
Loading…
Reference in new issue