diff options
author | Horea Christian <horea.christ@yandex.com> | 2017-12-15 13:59:47 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-12-24 11:28:19 +0100 |
commit | 9dbea3cc940e9674b8c17fe54214bb3f405cfe1b (patch) | |
tree | d51b8c3fd837236a22b9753c92f600c5786efeaf /sci-visualization/mricrogl/mricrogl-1.0.20151111.ebuild | |
parent | dev-perl/Text-RecordParser: add missing dependency (diff) | |
download | sci-9dbea3cc940e9674b8c17fe54214bb3f405cfe1b.tar.gz sci-9dbea3cc940e9674b8c17fe54214bb3f405cfe1b.tar.bz2 sci-9dbea3cc940e9674b8c17fe54214bb3f405cfe1b.zip |
sci-visualization/mricrogl: Made prefix-compatible, removed old versions
Package-Manager: Portage-2.3.16, Repoman-2.3.6
Closes: https://github.com/gentoo/sci/pull/828
Diffstat (limited to 'sci-visualization/mricrogl/mricrogl-1.0.20151111.ebuild')
-rw-r--r-- | sci-visualization/mricrogl/mricrogl-1.0.20151111.ebuild | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/sci-visualization/mricrogl/mricrogl-1.0.20151111.ebuild b/sci-visualization/mricrogl/mricrogl-1.0.20151111.ebuild deleted file mode 100644 index 75fbd48e4..000000000 --- a/sci-visualization/mricrogl/mricrogl-1.0.20151111.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit git-r3 gnome2-utils - -DESCRIPTION="A simple medical imaging visualization tool" -HOMEPAGE="https://github.com/neurolabusc/MRIcroGL" -SRC_URI="" -EGIT_REPO_URI="https://github.com/neurolabusc/MRIcroGL.git" -EGIT_COMMIT="${PV}" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -RDEPEND="" -DEPEND="<dev-lang/fpc-3.0.0 - dev-lang/lazarus" - -src_compile() { - lazbuild -B --lazarusdir="/usr/share/lazarus/" simplelaz.lpi || die -} - -src_install() { - dobin MRIcroGL - - insinto /usr/bin/shaders - doins shaders/*.txt - - doicon -s scalable mricrogl.svg - make_desktop_entry MRIcroGL MRIcroGL /usr/share/icons/hicolor/scalable/apps/mricrogl.svg -} - -pkg_postinst() { - gnome2_icon_cache_update -} -pkg_postrm() { - gnome2_icon_cache_update -} |