aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Healy <lmiphay@gmail.com>2017-03-24 20:43:05 +0000
committerPaul Healy <lmiphay@gmail.com>2017-03-24 20:43:05 +0000
commit25a182d31d46fc956ff45f33db8d42f1e473e3a7 (patch)
treedb3cf191b5a61e86497232da0031dae1f76208de
parentadd ebuild for gitter (diff)
downloadlmiphay-25a182d31d46fc956ff45f33db8d42f1e473e3a7.tar.gz
lmiphay-25a182d31d46fc956ff45f33db8d42f1e473e3a7.tar.bz2
lmiphay-25a182d31d46fc956ff45f33db8d42f1e473e3a7.zip
remove old ebuild
-rw-r--r--games-simulation/kokua-bin/kokua-bin-4.0.5_pre.ebuild67
1 files changed, 0 insertions, 67 deletions
diff --git a/games-simulation/kokua-bin/kokua-bin-4.0.5_pre.ebuild b/games-simulation/kokua-bin/kokua-bin-4.0.5_pre.ebuild
deleted file mode 100644
index 9d47bf0..0000000
--- a/games-simulation/kokua-bin/kokua-bin-4.0.5_pre.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header$
-
-EAPI=6
-
-inherit eutils versionator
-
-REVISION=40693
-
-DESCRIPTION="An open source metaverse viewer"
-HOMEPAGE="http://blog.kokuaviewer.org/"
-
-MY_PV=$(get_version_component_range 1-3 $(replace_all_version_separators '_'))
-MY_P="Kokua_Test_RLV_64_${MY_PV}_${REVISION}_x86_64"
-SRC_URI="mirror://sourceforge/kokua.team-purple.p/Kokua-$(get_version_component_range 1-3)/${MY_P}.tar.txz -> ${MY_P}.tar.xz"
-RESTRICT="mirror"
-
-LICENSE="GPL-2-with-Linden-Lab-FLOSS-exception"
-SLOT="0"
-KEYWORDS="~amd64 -*"
-IUSE="fmod"
-
-INST_DIR="opt/kokua-bin"
-QA_PREBUILT="${INST_DIR}/*"
-
-RDEPEND="
- sys-libs/glibc
- sys-apps/dbus
- x11-libs/libX11
- x11-libs/libXau
- x11-libs/libXdmcp
- x11-libs/libXext
- x11-libs/libXinerama
- dev-libs/libgcrypt
- dev-libs/libgpg-error
- dev-libs/openssl
- dev-libs/boost
- media-libs/freetype
- media-libs/libogg
- media-libs/libsdl
- media-libs/libvorbis
- media-libs/gstreamer
- media-plugins/gst-plugins-meta
- fmod? ( media-libs/fmod )
- net-libs/gnutls
- net-misc/curl
- net-dns/c-ares
- sys-libs/zlib
- virtual/glu
- virtual/opengl
-"
-
-S="${WORKDIR}/${MY_P}"
-
-src_prepare() {
- rm lib64/libgdk_pixbuf-2.0* lib64/libgdk_pixbuf_xlib-2.0* \
- lib64/libharfbuzz* lib64/libpangocairo-1.0* lib64/libpangoxft-1.0/*
- eapply_user
-}
-
-src_install() {
- insinto "/${INST_DIR}/"
- doins -r *
- dosym /${INST_DIR}/kokua /usr/bin/kokua
- make_desktop_entry kokua-bin "Kokua Viewer (bin)" /${INST_DIR}/kokua_icon.png
-}