Skip to content

Commit

Permalink
fix various encoding corruption
Browse files Browse the repository at this point in the history
  • Loading branch information
vapier committed Oct 10, 2015
1 parent 14795bd commit c151161
Show file tree
Hide file tree
Showing 67 changed files with 105 additions and 105 deletions.
8 changes: 4 additions & 4 deletions app-accessibility/brltty/metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ display. It drives the braille display, and provides complete screen review
functionality. Some speech capability has also been incorporated.
</longdescription>
<longdescription lang="ja">
BRLTTYは、盲人用ブライユ点字ディスプレイのためのLinux/Unixコンソールを制御するバ
ックグラウンド・プロセス(デーモン)です。ブライユ点字ディスプレイを動かし、その多
機能な完全なスクリーン・レビューを提供します。幾つかの台詞読み上げ機能も統合され
ています。
BRLTTYは、盲人用ブライユ点字ディスプレイのためのLinux/Unixコンソールを制御するバ
ックグラウンド・プロセス(デーモン)です。ブライユ点字ディスプレイを動かし、その多
機能な完全なスクリーン・レビューを提供します。幾つかの台詞読み上げ機能も統合され
ています。
</longdescription>
</pkgmetadata>
2 changes: 1 addition & 1 deletion app-cdr/bashburn/bashburn-3.1.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ S=${WORKDIR}/${MY_P}

src_prepare() {
# Fix for "warning: jobserver unavailable: using -j1."
sed -i -e 's:make -C:$(MAKE) -C:' Makefile || die
sed -i -e 's:make -C:$(MAKE) -C:' Makefile || die
}

src_install() {
Expand Down
2 changes: 1 addition & 1 deletion app-emulation/libspectrum/metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<maintainer>
<email>[email protected]</email>
<description>Proxied Maintainer. Please CC on bugs.</description>
<name>José Manuel Ferrer Ortiz</name>
<name>José Manuel Ferrer Ortiz</name>
</maintainer>
<longdescription>
libspectrum is a library designed to make the input and output of some ZX
Expand Down
2 changes: 1 addition & 1 deletion app-shells/tcsh/tcsh-6.18.01-r2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ src_prepare() {
# fix dependency on ncurses[tinfo], #459484
sed \
-e "s:\(ncurses\):\1 tinfo:g" \
-i configure.in || die
-i configure.in || die

eautoreconf

Expand Down
2 changes: 1 addition & 1 deletion app-shells/tcsh/tcsh-6.18.01-r3.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ src_prepare() {
# fix dependency on ncurses[tinfo], #459484
sed \
-e "s:\(ncurses\):\1 tinfo:g" \
-i configure.in || die
-i configure.in || die

eautoreconf

Expand Down
2 changes: 1 addition & 1 deletion app-shells/tcsh/tcsh-6.18.01-r4.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ src_prepare() {
# fix dependency on ncurses[tinfo], #459484
sed \
-e "s:\(ncurses\):\1 tinfo:g" \
-i configure.in || die
-i configure.in || die

eautoreconf

Expand Down
2 changes: 1 addition & 1 deletion app-text/calibre/calibre-1.48-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ python_install_all() {

domenu "${HOME}"/.local/share/applications/*.desktop

find "${ED}"usr/share -type d -empty -delete || die
find "${ED}"usr/share -type d -empty -delete || die

cd "${ED}"/usr/share/calibre/fonts/liberation || die
local x
Expand Down
2 changes: 1 addition & 1 deletion dev-libs/libgit2/libgit2-0.20.0-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ src_install() {
cmake-utils_src_install

if use examples ; then
find examples -name .gitignore -delete || die
find examples -name .gitignore -delete || die
dodoc -r examples
docompress -x /usr/share/doc/${PF}/examples
fi
Expand Down
2 changes: 1 addition & 1 deletion dev-libs/libgit2/libgit2-0.21.5.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ src_install() {
cmake-utils_src_install

if use examples ; then
find examples -name .gitignore -delete || die
find examples -name .gitignore -delete || die
dodoc -r examples
docompress -x /usr/share/doc/${PF}/examples
fi
Expand Down
2 changes: 1 addition & 1 deletion dev-libs/libgit2/libgit2-0.22.3.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ src_install() {
cmake-utils_src_install

if use examples ; then
find examples -name .gitignore -delete || die
find examples -name .gitignore -delete || die
dodoc -r examples
docompress -x /usr/share/doc/${PF}/examples
fi
Expand Down
2 changes: 1 addition & 1 deletion dev-libs/libgit2/libgit2-0.23.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ src_install() {
cmake-utils_src_install

if use examples ; then
find examples -name .gitignore -delete || die
find examples -name .gitignore -delete || die
dodoc -r examples
docompress -x /usr/share/doc/${PF}/examples
fi
Expand Down
2 changes: 1 addition & 1 deletion dev-libs/libgit2/libgit2-0.23.1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ src_install() {
cmake-utils_src_install

if use examples ; then
find examples -name .gitignore -delete || die
find examples -name .gitignore -delete || die
dodoc -r examples
docompress -x /usr/share/doc/${PF}/examples
fi
Expand Down
2 changes: 1 addition & 1 deletion dev-libs/libgit2/libgit2-0.23.2-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ src_install() {
cmake-utils_src_install

if use examples ; then
find examples -name .gitignore -delete || die
find examples -name .gitignore -delete || die
dodoc -r examples
docompress -x /usr/share/doc/${PF}/examples
fi
Expand Down
2 changes: 1 addition & 1 deletion dev-libs/libgit2/libgit2-0.23.2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ src_install() {
cmake-utils_src_install

if use examples ; then
find examples -name .gitignore -delete || die
find examples -name .gitignore -delete || die
dodoc -r examples
docompress -x /usr/share/doc/${PF}/examples
fi
Expand Down
2 changes: 1 addition & 1 deletion dev-libs/libgit2/libgit2-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ src_install() {
cmake-utils_src_install

if use examples ; then
find examples -name .gitignore -delete || die
find examples -name .gitignore -delete || die
dodoc -r examples
docompress -x /usr/share/doc/${PF}/examples
fi
Expand Down
2 changes: 1 addition & 1 deletion dev-libs/liboil/liboil-0.3.17.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ src_configure() {

src_install() {
emake DESTDIR="${D}" install || die
dodoc AUTHORS BUG-REPORTING HACKING NEWS README || die
dodoc AUTHORS BUG-REPORTING HACKING NEWS README || die
}

pkg_postinst() {
Expand Down
2 changes: 1 addition & 1 deletion dev-python/django/django-1.6.11.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ python_install_all() {
bashcomp_alias ${PN}-admin django-admin.py

if use doc; then
rm -fr docs/_build/html/_sources || die
rm -fr docs/_build/html/_sources || die
local HTML_DOCS=( docs/_build/html/. )
fi

Expand Down
2 changes: 1 addition & 1 deletion dev-python/pycuda/pycuda-2012.1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ python_configure() {
local myopts=()
use opengl && myopts+=( --cuda-enable-gl )

mkdir "${BUILD_DIR}" || die
mkdir "${BUILD_DIR}" || die
cd "${BUILD_DIR}" || die
[[ -e ./siteconf.py ]] && rm -f ./siteconf.py
"${EPYTHON}" "${S}"/configure.py \
Expand Down
2 changes: 1 addition & 1 deletion dev-python/pycuda/pycuda-2013.1.1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ python_configure() {
local myopts=()
use opengl && myopts+=( --cuda-enable-gl )

mkdir "${BUILD_DIR}" || die
mkdir "${BUILD_DIR}" || die
cd "${BUILD_DIR}" || die
[[ -e ./siteconf.py ]] && rm -f ./siteconf.py
"${EPYTHON}" "${S}"/configure.py \
Expand Down
2 changes: 1 addition & 1 deletion dev-python/pycuda/pycuda-2014.1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ python_configure() {
local myopts=()
use opengl && myopts+=( --cuda-enable-gl )

mkdir "${BUILD_DIR}" || die
mkdir "${BUILD_DIR}" || die
cd "${BUILD_DIR}" || die
[[ -e ./siteconf.py ]] && rm -f ./siteconf.py
"${EPYTHON}" "${S}"/configure.py \
Expand Down
2 changes: 1 addition & 1 deletion dev-python/pycuda/pycuda-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ python_configure() {
local myopts=()
use opengl && myopts+=( --cuda-enable-gl )

mkdir "${BUILD_DIR}" || die
mkdir "${BUILD_DIR}" || die
cd "${BUILD_DIR}" || die
[[ -e ./siteconf.py ]] && rm -f ./siteconf.py
"${EPYTHON}" "${S}"/configure.py \
Expand Down
12 changes: 6 additions & 6 deletions dev-python/pysnmp-apps/metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ PySNMP is written entirely in Python and is self-sufficient in terms
that it does not rely on any third party tool (it is not a wrapper!).
</longdescription>
<longdescription lang="ja">
これは SNMP v.1/v.2 エンジンのPython言語での実装です。関連値に沿ったSNMPオブジェ
クトIDから/へSNMPメッセージをアセンブル/ディスアセンブルするのが一般的な機能です
。PySNMPは幾つかのTCP/IPネットワーキングを特定するトランスポート・メソッドも提供
します。
これは SNMP v.1/v.2 エンジンのPython言語での実装です。関連値に沿ったSNMPオブジェ
クトIDから/へSNMPメッセージをアセンブル/ディスアセンブルするのが一般的な機能です
。PySNMPは幾つかのTCP/IPネットワーキングを特定するトランスポート・メソッドも提供
します。

PySNMPは全体をPython言語で記述され、どのサードパーティ製ツールも信用しない立場で
自給自足します。(これはラッパー・ツールではありません。)
PySNMPは全体をPython言語で記述され、どのサードパーティ製ツールも信用しない立場で
自給自足します。(これはラッパー・ツールではありません。)
</longdescription>
<upstream>
<remote-id type="pypi">pysnmp-apps</remote-id>
Expand Down
2 changes: 1 addition & 1 deletion dev-python/python-geoclue/python-geoclue-0.1.0-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ python_prepare_all() {

python_test() {
VIRTUALX_COMMAND="${PYTHON}"
cd "${BUILD_DIR}" || die
cd "${BUILD_DIR}" || die
virtualmake "${S}"/tests/test.py
}
2 changes: 1 addition & 1 deletion dev-python/tlslite/tlslite-0.4.8.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ RESTRICT="test"

# Tests still hang
python_test() {
cd tests || die
cd tests || die
"${PYTHON}" "${S}"/tests/tlstest.py client localhost:4443 . || die
"${PYTHON}" "${S}"/tests/tlstest.py server localhost:4442 . || die
}
Expand Down
2 changes: 1 addition & 1 deletion dev-python/traits/traits-4.5.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
test? ( ${RDEPEND} )"

python_prepare_all() {
sed -i -e "s/'-O3'//g" setup.py || die
sed -i -e "s/'-O3'//g" setup.py || die
distutils-r1_python_prepare_all
}

Expand Down
2 changes: 1 addition & 1 deletion dev-scheme/stalin/stalin-0.11.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ DEPEND="${RDEPEND}"
RESTRICT="strip"

src_prepare() {
sed -i -e "s/-O3 -fomit-frame-pointer/${CFLAGS}/" makefile || die
sed -i -e "s/-O3 -fomit-frame-pointer/${CFLAGS}/" makefile || die
}

src_compile() {
Expand Down
2 changes: 1 addition & 1 deletion dev-util/cmt/cmt-1.26.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ RDEPEND="${DEPEND}
S="${WORKDIR}/CMT/${CMT_PV}"

src_configure() {
cd "${S}"/mgr || die
cd "${S}"/mgr || die
./INSTALL || die
source setup.sh
}
Expand Down
2 changes: 1 addition & 1 deletion dev-util/lttng-ust/metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
</maintainer>

<longdescription>
The userspace tracer is designed to provide detailed information about userspace activity. UST is a port of the LTTng kernel tracer to userspace. Like the LTTng kernel tracer, performance is the main goal. Tracing does not require system calls or traps. UST instrumentation points may be added in any userspace code including signal handlers and libraries­.
The userspace tracer is designed to provide detailed information about userspace activity. UST is a port of the LTTng kernel tracer to userspace. Like the LTTng kernel tracer, performance is the main goal. Tracing does not require system calls or traps. UST instrumentation points may be added in any userspace code including signal handlers and libraries.
</longdescription>
</pkgmetadata>
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Content-Transfer-Encoding: 8bit
* Correctly use autoconf host rather than target.
* Use autoconf host_os.
* Warn rather than error on unknown configs.
* Add --disable-default-optimizations to avoid forced flags.
* Add --disable-default-optimizations to avoid forced flags.
* Fix manfile install


Expand Down
2 changes: 1 addition & 1 deletion games-board/gnugo/files/gnugo-3.9.1-invalid-move.patch
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
From 84a32e9cee2a70c0ec6ef58c1be279fed84a9a53 Mon Sep 17 00:00:00 2001
From: Gunnar Farnebäck <[email protected]>
From: Gunnar Farnebäck <[email protected]>
Date: Thu, 13 Jun 2013 18:45:03 +0000
Subject: Avoid crashing due to registering an invalid loss move reason.

Expand Down
2 changes: 1 addition & 1 deletion gnome-base/orbit/orbit-2.14.19-r4.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ DEPEND="${RDEPEND}
src_prepare() {
# Fix wrong process kill, bug #268142
sed "s:killall lt-timeout-server:killall timeout-server:" \
-i test/timeout.sh || die "sed 1 failed"
-i test/timeout.sh || die "sed 1 failed"

# Do not mess with CFLAGS
sed 's/-ggdb -O0//' -i configure.in configure || die "sed 2 failed"
Expand Down
36 changes: 18 additions & 18 deletions licenses/Google-TOS
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@

[3]Skip to content

 1. [4]Overview
 2. Terms of Service
1. [4]Overview
2. Terms of Service

* Terms of Service
* [5]Updates
* Terms of Service
* [5]Updates

Google Terms of Service

Expand Down Expand Up @@ -249,30 +249,30 @@ About these Terms

Good to Know

* Our Good to Know site helps you stay safe and protect your family’s
* Our Good to Know site helps you stay safe and protect your family’s
information online. [11]Visit to learn more

Our legal policies

* [12]Privacy Policy
* Terms of Service
* [13]FAQ
* [12]Privacy Policy
* Terms of Service
* [13]FAQ

Some technical details

* [14]Technologies and Principles
* [15]Advertising
* [16]How Google uses cookies
* [17]How Google uses pattern recognition
* [18]Types of location data used by Google
* [19]How Google Wallet uses credit card numbers
* [20]How Google Voice works
* [14]Technologies and Principles
* [15]Advertising
* [16]How Google uses cookies
* [17]How Google uses pattern recognition
* [18]Types of location data used by Google
* [19]How Google Wallet uses credit card numbers
* [20]How Google Voice works

Change language: [[21]________________________]

* [22]Google
* [23]About Google
* [24]Privacy & Terms
* [22]Google
* [23]About Google
* [24]Privacy & Terms

References

Expand Down
2 changes: 1 addition & 1 deletion licenses/OAL-1.0.1
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ addressed below are outside the scope of this license.
the identity of the Original Author; (3) the title of the work (at
Original Author's option); and (4) how the first listed Original
Author may be contacted (at Original Author's option).
Ê

Where a common, widely-adopted method for attribution is available
(such as ID3 tagging for MP3 files), Original Author attribution
should be implemented using the common, widely-adopted method. In
Expand Down
Loading

0 comments on commit c151161

Please sign in to comment.