Gentoo Archives: gentoo-commits

From: Andrey Grozin <grozin@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-visualization/gle/
Date: Sun, 31 Dec 2017 03:21:04
Message-Id: 1514690453.d7088464c2d09bccd7035347e78ef5c1937ff456.grozin@gentoo
1 commit: d7088464c2d09bccd7035347e78ef5c1937ff456
2 Author: Andrey Grozin <grozin <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 31 03:20:53 2017 +0000
4 Commit: Andrey Grozin <grozin <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 31 03:20:53 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7088464
7
8 sci-visualization/gle: clean an old version
9
10 Package-Manager: Portage-2.3.19, Repoman-2.3.6
11
12 sci-visualization/gle/Manifest | 3 -
13 sci-visualization/gle/gle-4.2.4c.ebuild | 101 --------------------------------
14 2 files changed, 104 deletions(-)
15
16 diff --git a/sci-visualization/gle/Manifest b/sci-visualization/gle/Manifest
17 index ba86b71530b..e76fdeeb715 100644
18 --- a/sci-visualization/gle/Manifest
19 +++ b/sci-visualization/gle/Manifest
20 @@ -1,4 +1 @@
21 -DIST GLEusersguide.pdf 2244780 BLAKE2B c00f6788b8cd27b0c76731f3aee5717efded726555ad68d97f7bc54be51526a259baf7580dfcbc86decf566eb75b846f44545f98389e6716c81afb5055721551 SHA512 cce76a83d09a68d449f4e3717e9dfcaa6c0866a1c36eb58f7180c2602f8a780804278804fee555ae6360bcf8b10b34c2124408975ea49824ab5d8ae23685fc71
22 -DIST gle-graphics-4.2.4cf-src.tar.gz 2321647 BLAKE2B a48759c0181fc34a8f235e39e06352b85e5717ea650588cfeb08342eea1b4ba56e7ace54cc8e6970b40423b31c0c70a832579cc11c0f5c6b20679d955a68137c SHA512 961205fcb763ef0fd0b59cfffd144440ea7dea8a54a19e79caa97712245a51ceaaeda5b92ce2571852cec14357af696861bf9cd588aa08622cc8f1f5ebf3959a
23 DIST gle-graphics-4.2.5f-src.tar.gz 2330270 BLAKE2B 46435a2366a278a88786a2dd0e0cbcc48d3ba2fc6d895fb07c81216089a10b2223b2ba692b951ee01a6ab014e84cce9aa3969d063ddf7d04501820aa33084c5c SHA512 d459b24577c9c3f8825c368f864532c97d0a37c94018276a60c941d17dce0e55fe738f7eda3227a47848f2fb32fea1dcec29d9751a5be92cde4d8d38a2eeb0f5
24 -DIST gle-manual-4.2.2.pdf 2238766 BLAKE2B 0998b0172d6d4039bd8f5942414dddb6200258975bd3267582b7a38bc2dae1e1af6dd4756d483b274e1a3189809f36c7a432b14a24a59ef2e360749e2446d997 SHA512 0eaa10f1f13c2f65145cbeb8f713b6de787dcc7dd3c3a30e27514b1cc8e74007d38adc12fc7666d665677354c7c14db521dea05126614def4ec30f3429cd1a41
25
26 diff --git a/sci-visualization/gle/gle-4.2.4c.ebuild b/sci-visualization/gle/gle-4.2.4c.ebuild
27 deleted file mode 100644
28 index 5df58681d2a..00000000000
29 --- a/sci-visualization/gle/gle-4.2.4c.ebuild
30 +++ /dev/null
31 @@ -1,101 +0,0 @@
32 -# Copyright 1999-2016 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=5
36 -inherit eutils elisp-common qt4-r2 flag-o-matic autotools
37 -
38 -DESCRIPTION="Graphics Layout Engine"
39 -HOMEPAGE="http://glx.sourceforge.net/"
40 -MY_P=${PN}-graphics-${PV}
41 -MAN_V=4.2.2
42 -SRC_URI="mirror://sourceforge/glx/${MY_P}f-src.tar.gz
43 - doc? ( mirror://sourceforge/glx/${PN}-manual-${MAN_V}.pdf
44 - mirror://sourceforge/glx/GLEusersguide.pdf )"
45 -SLOT="0"
46 -LICENSE="BSD-2 emacs? ( GPL-2 ) qt4? ( GPL-2 )"
47 -IUSE="X qt4 jpeg png tiff doc emacs vim-syntax"
48 -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
49 -
50 -DEPEND="
51 - sys-libs/ncurses:0=
52 - X? ( x11-libs/libX11 )
53 - qt4? ( dev-qt/qtopengl:4 )
54 - jpeg? ( virtual/jpeg:0 )
55 - png? ( media-libs/libpng:0= )
56 - tiff? ( media-libs/tiff:0 )
57 - emacs? ( virtual/emacs )"
58 -
59 -RDEPEND="${DEPEND}
60 - app-text/ghostscript-gpl
61 - virtual/latex-base
62 - vim-syntax? ( || ( app-editors/vim app-editors/gvim ) )"
63 -
64 -S="${WORKDIR}"/${MY_P}
65 -
66 -src_prepare() {
67 - epatch "${FILESDIR}"/${PN}-4.2.4b-parallel.patch
68 - eaclocal
69 - eautoconf
70 -}
71 -
72 -src_configure() {
73 - # CPPFLAGS are understood as C++ flags
74 - append-cppflags ${CXXFLAGS}
75 - econf \
76 - --without-rpath \
77 - --with-manip \
78 - $(use_with qt4 qt "${EPREFIX}"/usr) \
79 - $(use_with X x) \
80 - $(use_with jpeg) \
81 - $(use_with png) \
82 - $(use_with tiff)
83 -}
84 -
85 -src_compile() {
86 - emake
87 - if use emacs; then
88 - cd contrib/editors/highlighting
89 - mv ${PN}-emacs.el ${PN}-mode.el
90 - elisp-compile ${PN}-mode.el || die
91 - fi
92 -}
93 -
94 -src_install() {
95 - # -jN failed to install some data files
96 - emake -j1 DESTDIR="${D}" install
97 - rmdir "${ED}"/usr/share/doc/gle-graphics || die "rmdir gle-graphics failed"
98 - dodoc README.txt
99 -
100 - if use qt4; then
101 - newicon src/gui/images/gle_icon.png gle.png
102 - make_desktop_entry qgle GLE gle
103 - newdoc src/gui/readme.txt gui_readme.txt
104 - fi
105 -
106 - if use doc; then
107 - insinto /usr/share/doc/${PF}
108 - doins "${DISTDIR}"/${PN}-manual-${MAN_V}.pdf \
109 - "${DISTDIR}"/GLEusersguide.pdf
110 - fi
111 -
112 - if use emacs; then
113 - elisp-install ${PN} contrib/editors/highlighting/gle-mode.{el,elc} || die
114 - elisp-site-file-install "${FILESDIR}"/64gle-gentoo.el || die
115 - fi
116 -
117 - if use vim-syntax ; then
118 - dodir /usr/share/vim/vimfiles/{ftplugins,indent,syntax}
119 - cd contrib/editors/highlighting/vim || die
120 - chmod 644 ftplugin/* indent/* syntax/*
121 - insinto /usr/share/vim/vimfiles
122 - doins -r ftplugin indent syntax
123 - fi
124 -}
125 -
126 -pkg_postinst() {
127 - use emacs && elisp-site-regen
128 -}
129 -
130 -pkg_postrm() {
131 - use emacs && elisp-site-regen
132 -}