summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-04-16 22:40:00 +0100
committerSam James <sam@gentoo.org>2021-04-18 07:02:32 +0100
commit88edf7b526f642fdc11ae6079e6a688a85a66c41 (patch)
treebe5a7389d0e6bc0009d52fdb7936d7ead57d6cba /media-gfx/freewrl/freewrl-3.0.0-r1.ebuild
parentmedia-gfx/freewrl: eutils->epatch (diff)
downloadgentoo-88edf7b526f642fdc11ae6079e6a688a85a66c41.tar.gz
gentoo-88edf7b526f642fdc11ae6079e6a688a85a66c41.tar.bz2
gentoo-88edf7b526f642fdc11ae6079e6a688a85a66c41.zip
media-gfx/freewrl: flag-o-matic--
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-gfx/freewrl/freewrl-3.0.0-r1.ebuild')
-rw-r--r--media-gfx/freewrl/freewrl-3.0.0-r1.ebuild12
1 files changed, 6 insertions, 6 deletions
diff --git a/media-gfx/freewrl/freewrl-3.0.0-r1.ebuild b/media-gfx/freewrl/freewrl-3.0.0-r1.ebuild
index 2c3451fa1056..545457a35528 100644
--- a/media-gfx/freewrl/freewrl-3.0.0-r1.ebuild
+++ b/media-gfx/freewrl/freewrl-3.0.0-r1.ebuild
@@ -3,13 +3,12 @@
EAPI=5
-inherit autotools nsplugins epatch flag-o-matic java-pkg-opt-2 multilib toolchain-funcs
+inherit autotools nsplugins epatch java-pkg-opt-2 multilib toolchain-funcs
if [[ ${PV} == "9999" ]]; then
inherit git-r3
EGIT_REPO_URI="git://git.code.sf.net/p/freewrl/git"
S="${WORKDIR}/${P}/freex3d"
- SRC_URI=
else
SRC_URI="mirror://sourceforge/freewrl/${P}.tar.bz2"
KEYWORDS="~amd64 ~x86"
@@ -17,6 +16,7 @@ fi
DESCRIPTION="VRML97 and X3D compliant browser, library, and web-browser plugin"
HOMEPAGE="http://freewrl.sourceforge.net/"
+
LICENSE="GPL-3"
SLOT="0"
IUSE="curl debug java libeai motif +nsplugin opencl osc +sox static-libs"
@@ -135,9 +135,9 @@ src_install() {
pkg_postinst() {
if [[ -z ${REPLACING_VERSIONS} ]]; then
- elog "By default, FreeWRL expects to find the 'firefox' binary in your include"
- elog "path. If you do not have firefox installed or you wish to use a different"
- elog "web browser to open links that are within VRML / X3D files, please be sure to"
- elog "specify the command via your BROWSER environment variable."
+ elog "By default, FreeWRL expects to find the 'firefox' binary in your include"
+ elog "path. If you do not have firefox installed or you wish to use a different"
+ elog "web browser to open links that are within VRML / X3D files, please be sure to"
+ elog "specify the command via your BROWSER environment variable."
fi
}