Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/auto-multiple-choice/
Date: Fri, 07 Jul 2017 11:40:50
Message-Id: 1499427635.40b1598bd683ecd1a19457801163f04145d6471f.aballier@gentoo
1 commit: 40b1598bd683ecd1a19457801163f04145d6471f
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jul 7 11:40:35 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 7 11:40:35 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40b1598b
7
8 app-office/auto-multiple-choice: Remove old
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11
12 .../auto-multiple-choice-1.3.0.ebuild | 69 ----------------------
13 1 file changed, 69 deletions(-)
14
15 diff --git a/app-office/auto-multiple-choice/auto-multiple-choice-1.3.0.ebuild b/app-office/auto-multiple-choice/auto-multiple-choice-1.3.0.ebuild
16 deleted file mode 100644
17 index 6c370c74d8c..00000000000
18 --- a/app-office/auto-multiple-choice/auto-multiple-choice-1.3.0.ebuild
19 +++ /dev/null
20 @@ -1,69 +0,0 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=6
25 -
26 -inherit toolchain-funcs perl-functions latex-package
27 -
28 -DESCRIPTION="Create and manage multiple choice questionnaries, including automated marking"
29 -HOMEPAGE="http://home.gna.org/auto-qcm/"
30 -SRC_URI="http://download.gna.org/auto-qcm/${PN}_${PV}_sources.tar.gz"
31 -LICENSE="GPL-2+"
32 -SLOT="0"
33 -KEYWORDS="~x86 ~amd64"
34 -IUSE=""
35 -
36 -CDEPEND="
37 - app-text/texlive[doc,dvi2tty,dvipdfm,extra,graphics,png,pstricks,science,truetype,xml,X,luatex,xetex,humanities,omega,publishers,l10n_fr]
38 - app-text/poppler:=
39 - dev-perl/XML-LibXML
40 - media-libs/netpbm
41 - media-libs/opencv
42 -"
43 -DEPEND="${CDEPEND}
44 - app-text/dblatex
45 - app-text/docbook-xml-simple-dtd:*
46 - app-text/docbook-xsl-stylesheets
47 -"
48 -RDEPEND="${CDEPEND}
49 - dev-lang/perl:=
50 - dev-perl/Glib-Object-Introspection
51 - dev-perl/Gtk2
52 - dev-perl/Gtk2-Notify
53 - media-gfx/imagemagick
54 - dev-perl/XML-Writer
55 - dev-perl/Archive-Zip
56 - dev-perl/DBI
57 - dev-perl/Text-CSV
58 - dev-perl/DBD-SQLite
59 - dev-perl/Net-CUPS
60 - dev-perl/Email-Address
61 - dev-perl/Email-MIME
62 - dev-perl/Email-Sender
63 -"
64 -
65 -PATCHES=(
66 - "${FILESDIR}/${PN}-1.3.0-desktop.patch"
67 - "${FILESDIR}/${PN}-1.3.0-conf.patch"
68 -)
69 -
70 -src_compile() {
71 - perl_set_version
72 - export VENDOR_LIB PVR
73 - export TEXINPUTS="/usr/share/dblatex/latex/style:/usr/share/dblatex/latex/misc:/usr/share/dblatex/latex/graphics:"
74 -
75 - export MAKEOPTS="-j1"
76 - # when doing a parallel build, the package is acting decidedly odd
77 - # e.g., the build seems to succeed while actually stuff fails
78 - # and subsequent error messages do not have any relation to the real problem
79 - # So let's keep this also for easier debugging
80 -
81 - emake \
82 - GCC_NETPBM="-I/usr/include/netpbm/ -lnetpbm" \
83 - GCC="$(tc-getCC)" \
84 - GCC_PP="$(tc-getCXX)"
85 -}
86 -
87 -src_install() {
88 - default
89 -}