zx2c4       14/08/05 00:54:27

  Added:                playonlinux.1 playonlinux-4.2.4-pol-bash.patch
                        playonlinux-pkg.1
                        playonlinux-4.2.4-binary-plugin.patch
  Log:
  Version bump.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
A5DE03AE)

Revision  Changes    Path
1.1                  app-emulation/playonlinux/files/playonlinux.1

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/playonlinux/files/playonlinux.1?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/playonlinux/files/playonlinux.1?rev=1.1&content-type=text/plain

Index: playonlinux.1
===================================================================
.TH PLAYONLINUX 1 "February  6, 2009"

.SH NAME
PlayOnLinux \- front-end for Wine

.SH SYNOPSIS
.B playonlinux
.RI [ options ]

.SH DESCRIPTION
.B PlayOnLinux
is a front-end for Wine. It allows you to easily install and use numerous games 
and software designed to run with Microsoft®'s Windows®.
.br
Few games are compatible with GNU/Linux at the moment and it certainly is a 
factor preventing the migration to this system.
.P
.B PlayOnLinux
performs installations in
.I ~/.PlayOnLinux
and uses separate Wine prefixes to avoid conflicts between applications.

.SH OPTIONS
.TP
.I --version
 Show version number and exit.
.TP
.I "--run <prog>"
 Run directly the specified program.

.SH AUTHOR
playonlinux was written by Quentin Pâris <[email protected]>.
.PP
This manual page was written by Bertrand Marc <[email protected]>,
for the Debian project (but may be used by others).



1.1                  
app-emulation/playonlinux/files/playonlinux-4.2.4-pol-bash.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/playonlinux/files/playonlinux-4.2.4-pol-bash.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/playonlinux/files/playonlinux-4.2.4-pol-bash.patch?rev=1.1&content-type=text/plain

Index: playonlinux-4.2.4-pol-bash.patch
===================================================================
diff --git a/etc/pol_bash b/etc/pol_bash
index 7911f05..bd891e4 100644
--- a/etc/pol_bash
+++ b/etc/pol_bash
@@ -29,7 +29,15 @@ export HISTCONTROL=ignoreboth
 shopt -s checkwinsize
 
 # make less more friendly for non-text input files, see lesspipe(1)
-[ -x /usr/bin/lesspipe ] && eval "$(lesspipe)"
+less_pipe_cmd=$(lesspipe 2> /dev/null)
+if [ "$less_pipe_cmd" == export* ]; then
+    eval "$(lesspipe)"
+else
+    if [ -x /usr/bin/lesspipe ]; then
+        export LESSOPEN='| lesspipe %s'
+    fi
+fi
+unset less_pipe_cmd
 
 # set variable identifying the chroot you work in (used in the prompt below)
 if [ -z "$debian_chroot" ] && [ -r /etc/debian_chroot ]; then
@@ -73,7 +81,9 @@ fi
 # enable programmable completion features (you don't need to enable
 # this, if it's already enabled in /etc/bash.bashrc and /etc/profile
 # sources /etc/bash.bashrc).
-if [ -f /etc/bash_completion ]; then
-    . /etc/bash_completion
-fi
-
+for bashcomp in /etc/{bash_completion,profile.d/bash-completion.sh}; do
+    if [ -r "$bashcomp" ]; then
+        . "$bashcomp"
+    fi
+done
+unset bashcomp



1.1                  app-emulation/playonlinux/files/playonlinux-pkg.1

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/playonlinux/files/playonlinux-pkg.1?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/playonlinux/files/playonlinux-pkg.1?rev=1.1&content-type=text/plain

Index: playonlinux-pkg.1
===================================================================
.TH PLAYONLINUX-PKG 1 "February  6, 2009"

.SH NAME
playonlinux-pkg \- tool to manage playonlinux packages

.SH SYNOPSIS
.B playonlinux-pkg
.RI [ options ]
.RI [ package ]

.SH DESCRIPTION
.B playonlinux-pkg
is a tool to install or manage the playonlinux packages

.SH OPTIONS
.TP
.I "-b, --browse"
 Choose a file.
.TP
.I "-e, --extract"
 Extract the package.
.TP
.I "-i, --install"
 Install the package.
.TP
.I "-h, --help"
 Show usage.

.SH AUTHOR
playonlinux was written by Quentin Pâris <[email protected]>.
.PP
This manual page was written by Bertrand Marc <[email protected]>,
for the Debian project (but may be used by others).



1.1                  
app-emulation/playonlinux/files/playonlinux-4.2.4-binary-plugin.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/playonlinux/files/playonlinux-4.2.4-binary-plugin.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/playonlinux/files/playonlinux-4.2.4-binary-plugin.patch?rev=1.1&content-type=text/plain

Index: playonlinux-4.2.4-binary-plugin.patch
===================================================================
Description: Remove binary code from the package
 Upstream ships a binary plugin in the archive. This plugin is not necessary to
 get PlayOnLinux working and it still can be downloaded from upstream.
Forwarded: not-needed
Author: Bertrand Marc <[email protected]>
--- a/plugins/plugins.lst
+++ b/plugins/plugins.lst
@@ -21,9 +21,6 @@
 
 ## in fact empty line is also ignored because it's more easy to read =)
 
-##Capture
-capture;Capture_2.4.3.pol;Capture;enable;2.4.3;11;1;0
-
 ##Screencap
 screencap;ScreenCap_0.0.4.pol;ScreenCap;enable;0.0.4;1;1;1
 




Reply via email to