summaryrefslogtreecommitdiff
path: root/app-emulation
diff options
context:
space:
mode:
authorGluzskiy Alexandr <sss123next@list.ru>2014-05-08 15:55:58 +0400
committerGluzskiy Alexandr <sss123next@list.ru>2014-05-08 15:55:58 +0400
commitb9555e45e5bf69f4c47c7051fb46d5b670d2f2d2 (patch)
tree1cf7e28e34ea62fa25726bd8a5b9bb1a13da4b3a /app-emulation
parente9787f754cd3c6974717b9b25c1d5df826fe1681 (diff)
deleted: app-admin/conky/Manifest
deleted: app-admin/conky/conky-9999.ebuild deleted: app-admin/ulogd/Manifest deleted: app-admin/ulogd/files deleted: app-admin/ulogd/ulogd-2.0.0_beta3.ebuild deleted: app-admin/ulogd/ulogd-9999.ebuild deleted: app-arch/lrzip/lrzip-0.603.ebuild deleted: app-emulation/playonlinux/playonlinux-9999.ebuild deleted: app-emulation/spice-protocol/spice-protocol-9999.ebuild deleted: app-emulation/spice/spice-9999.ebuild
Diffstat (limited to 'app-emulation')
-rw-r--r--app-emulation/playonlinux/playonlinux-9999.ebuild108
-rw-r--r--app-emulation/spice-protocol/spice-protocol-9999.ebuild24
-rw-r--r--app-emulation/spice/spice-9999.ebuild91
3 files changed, 0 insertions, 223 deletions
diff --git a/app-emulation/playonlinux/playonlinux-9999.ebuild b/app-emulation/playonlinux/playonlinux-9999.ebuild
deleted file mode 100644
index 0697c80..0000000
--- a/app-emulation/playonlinux/playonlinux-9999.ebuild
+++ /dev/null
@@ -1,108 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/playonlinux/playonlinux-4.1.1-r1.ebuild,v 1.1 2012/07/14 18:22:55 hwoarang Exp $
-
-EAPI="4"
-PYTHON_DEPEND="2"
-
-inherit eutils python games git-2
-
-MY_PN="PlayOnLinux"
-
-DESCRIPTION="Set of scripts to easily install and use Windows games and software"
-HOMEPAGE="http://playonlinux.com/"
-SRC_URI=""
-EGIT_REPO_URI="https://github.com/PlayOnLinux/POL-POM-4"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="winbind"
-
-DEPEND=""
-RDEPEND="app-emulation/wine
- app-arch/cabextract
- app-arch/p7zip
- app-arch/unzip
- app-crypt/gnupg
- dev-python/wxpython:2.8
- || ( media-gfx/imagemagick media-gfx/graphicsmagick[imagemagick] )
- net-misc/wget
- x11-apps/mesa-progs
- x11-terms/xterm
- media-gfx/icoutils
- winbind? ( net-fs/samba[winbind] ) "
-
-S=${WORKDIR}/${PN}
-
-# TODO:
-# Having a real install script and let playonlinux use standard filesystem
-# architecture to prevent having everything installed into GAMES_DATADIR
-# It will let using LANGUAGES easily
-# How to deal with Microsoft Fonts installation asked every time ?
-# How to deal with wine version installed ? (have a better mgmt of system one)
-# Look at debian pkg: http://packages.debian.org/sid/playonlinux
-
-pkg_setup() {
- python_set_active_version 2
- python_pkg_setup
- games_pkg_setup
-}
-
-src_prepare() {
- python_convert_shebangs -r 2 .
-}
-
-src_install() {
- # all things without exec permissions
- insinto "${GAMES_DATADIR}/${PN}"
- doins -r resources lang lib etc plugins
-
- # bash/ install
- exeinto "${GAMES_DATADIR}/${PN}/bash"
- doexe bash/*
-# exeinto "${GAMES_DATADIR}/${PN}/bash/terminals"
-# doexe bash/terminals/*
- exeinto "${GAMES_DATADIR}/${PN}/bash/expert"
- doexe bash/expert/*
-
- # python/ install
- exeinto "${GAMES_DATADIR}/${PN}/python"
- doexe python/*
- # sub dir without exec permissions
- insinto "${GAMES_DATADIR}/${PN}/python"
- doins -r python/lib
-
- # main executable files
- exeinto "${GAMES_DATADIR}/${PN}"
- doexe ${PN}{,-pkg,-bash,-shell,-url_handler}
-
- # making a script to run playonlinux from ${GAMES_BINDIR}
- echo "#!/bin/bash" > ${PN}_launcher
- echo "cd \"${GAMES_DATADIR}/${PN}\" && ./${PN} \$*" >> ${PN}_launcher
- newgamesbin playonlinux_launcher playonlinux
-
- # making a script to run playonlinux-cmd from ${GAMES_BINDIR}
- echo "#!/bin/bash" > ${PN}_cmd_launcher
- echo "cd \"${GAMES_DATADIR}/${PN}\" && ./${PN}-cmd \$*" >> ${PN}_cmd_launcher
- newgamesbin playonlinux_cmd_launcher playonlinux-cmd
-
- dodoc CHANGELOG
-
- doicon etc/${PN}.png
- domenu etc/${MY_PN}.desktop
- prepgamesdirs
-}
-
-pkg_postinst() {
- games_pkg_postinst
- python_mod_optimize "${GAMES_DATADIR}/${PN}"
-}
-
-pkg_postrm() {
- python_mod_cleanup "${GAMES_DATADIR}/${PN}"
-
- elog "Installed softwares and games with playonlinux have not been removed."
- elog "To remove them, you can re-install playonlinux and remove them using it"
- elog "or do it manually by removing .PlayOnLinux/ in your home directory."
-}
diff --git a/app-emulation/spice-protocol/spice-protocol-9999.ebuild b/app-emulation/spice-protocol/spice-protocol-9999.ebuild
deleted file mode 100644
index 824a918..0000000
--- a/app-emulation/spice-protocol/spice-protocol-9999.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/spice-protocol/spice-protocol-0.12.2.ebuild,v 1.2 2012/11/04 13:45:03 ago Exp $
-
-EAPI="4"
-
-inherit git-2
-
-DESCRIPTION="Headers defining the SPICE protocol."
-HOMEPAGE="http://spice-space.org/"
-#SRC_URI="http://spice-space.org/download/releases/${P}.tar.bz2"
-EGIT_REPO_URI="git://git.freedesktop.org/git/spice/spice-protocol"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS=""
-IUSE=""
-
-DEPEND=""
-RDEPEND=""
-
-src_prepare() {
- ./autogen.sh
-} \ No newline at end of file
diff --git a/app-emulation/spice/spice-9999.ebuild b/app-emulation/spice/spice-9999.ebuild
deleted file mode 100644
index cf42a09..0000000
--- a/app-emulation/spice/spice-9999.ebuild
+++ /dev/null
@@ -1,91 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/spice/spice-0.12.0.ebuild,v 1.4 2012/10/05 13:56:45 cardoe Exp $
-
-EAPI=4
-
-PYTHON_DEPEND="2"
-
-inherit eutils python git-2
-
-DESCRIPTION="SPICE server and client."
-HOMEPAGE="http://spice-space.org/"
-#SRC_URI="http://spice-space.org/download/releases/${P}.tar.bz2"
-EGIT_REPO_URI="git://git.freedesktop.org/git/spice/spice"
-EGIT_HAS_SUBMODULES="1"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS=""
-IUSE="+client +gui sasl smartcard static-libs" # static
-
-RDEPEND=">=x11-libs/pixman-0.17.7
- media-libs/alsa-lib
- media-libs/celt:0.5.1
- dev-libs/openssl
- virtual/jpeg
- sys-libs/zlib
- sasl? ( dev-libs/cyrus-sasl )
- smartcard? ( >=app-emulation/libcacard-0.1.2 )
- client? (
- gui? ( =dev-games/cegui-0.6*[opengl] )
- >=x11-libs/libXrandr-1.2
- x11-libs/libX11
- x11-libs/libXext
- x11-libs/libXinerama
- x11-libs/libXfixes
- x11-libs/libXrender
- )"
-
-# broken as we don't have static alsa-lib and building that one static requires more work
-# static? (
-# >=x11-libs/pixman-0.17.7[static-libs(+)]
-# media-libs/celt:0.5.1[static-libs(+)]
-# virtual/jpeg[static-libs(+)]
-# sys-libs/zlib[static-libs(+)]
-# media-libs/alsa-lib[static-libs(-)]
-# >=x11-libs/libXrandr-1.2[static-libs(+)]
-# x11-libs/libX11[static-libs(+)]
-# x11-libs/libXext[static-libs(+)]
-# x11-libs/libXinerama[static-libs(+)]
-# x11-libs/libXfixes[static-libs(+)]
-# x11-libs/libXrender[static-libs(+)]
-# )
-# )"
-DEPEND="virtual/pkgconfig
- dev-python/pyparsing
- ${RDEPEND}"
-
-pkg_setup() {
- python_set_active_version 2
- python_pkg_setup
-}
-
-# maintainer notes:
-# * opengl support is currently broken
-# * TODO: add slirp for tunnel-support
-
-src_prepare() {
-# epatch \
-# "${FILESDIR}/0.11.0-gold.patch"
- ./autogen.sh
-}
-
-src_configure() {
- python_convert_shebangs 2 spice-common/spice_codegen.py
-
- econf \
- $(use_enable static-libs static) \
- --disable-tunnel \
- $(use_enable client) \
- $(use_enable gui) \
- $(use_with sasl) \
- $(use_enable smartcard) \
- --disable-static-linkage
-# $(use_enable static static-linkage) \
-}
-
-src_install() {
- default
- use static-libs || rm "${D}"/usr/lib*/*.la
-}