diff options
author | Sam James <sam@gentoo.org> | 2021-04-16 22:40:00 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-18 07:02:32 +0100 |
commit | 88edf7b526f642fdc11ae6079e6a688a85a66c41 (patch) | |
tree | be5a7389d0e6bc0009d52fdb7936d7ead57d6cba /media-gfx/freewrl | |
parent | media-gfx/freewrl: eutils->epatch (diff) | |
download | gentoo-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')
-rw-r--r-- | media-gfx/freewrl/freewrl-3.0.0-r1.ebuild | 12 | ||||
-rw-r--r-- | media-gfx/freewrl/freewrl-9999.ebuild | 11 |
2 files changed, 11 insertions, 12 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 } diff --git a/media-gfx/freewrl/freewrl-9999.ebuild b/media-gfx/freewrl/freewrl-9999.ebuild index 32983127c7b2..3e3d9594c1e4 100644 --- a/media-gfx/freewrl/freewrl-9999.ebuild +++ b/media-gfx/freewrl/freewrl-9999.ebuild @@ -3,14 +3,13 @@ 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="https://git.code.sf.net/p/freewrl/git" EGIT_BRANCH="develop" S="${WORKDIR}/${P}/freex3d" - SRC_URI= else SRC_URI="mirror://sourceforge/freewrl/${P}.tar.bz2" KEYWORDS="~amd64 ~x86" @@ -137,9 +136,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 } |