diff options
author | Alexis Ballier <aballier@gentoo.org> | 2017-07-07 13:40:35 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2017-07-07 13:40:35 +0200 |
commit | 40b1598bd683ecd1a19457801163f04145d6471f (patch) | |
tree | f5705f8cdf067001215c022fec0856c8ddac9b3a /app-office | |
parent | net-misc/openvswitch: drop ~arm64 keywords from older revisions that have bro... (diff) | |
download | gentoo-40b1598bd683ecd1a19457801163f04145d6471f.tar.gz gentoo-40b1598bd683ecd1a19457801163f04145d6471f.tar.bz2 gentoo-40b1598bd683ecd1a19457801163f04145d6471f.zip |
app-office/auto-multiple-choice: Remove old
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/auto-multiple-choice/auto-multiple-choice-1.3.0.ebuild | 69 |
1 files changed, 0 insertions, 69 deletions
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 deleted file mode 100644 index 6c370c74d8ce..000000000000 --- a/app-office/auto-multiple-choice/auto-multiple-choice-1.3.0.ebuild +++ /dev/null @@ -1,69 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit toolchain-funcs perl-functions latex-package - -DESCRIPTION="Create and manage multiple choice questionnaries, including automated marking" -HOMEPAGE="http://home.gna.org/auto-qcm/" -SRC_URI="http://download.gna.org/auto-qcm/${PN}_${PV}_sources.tar.gz" -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="~x86 ~amd64" -IUSE="" - -CDEPEND=" - app-text/texlive[doc,dvi2tty,dvipdfm,extra,graphics,png,pstricks,science,truetype,xml,X,luatex,xetex,humanities,omega,publishers,l10n_fr] - app-text/poppler:= - dev-perl/XML-LibXML - media-libs/netpbm - media-libs/opencv -" -DEPEND="${CDEPEND} - app-text/dblatex - app-text/docbook-xml-simple-dtd:* - app-text/docbook-xsl-stylesheets -" -RDEPEND="${CDEPEND} - dev-lang/perl:= - dev-perl/Glib-Object-Introspection - dev-perl/Gtk2 - dev-perl/Gtk2-Notify - media-gfx/imagemagick - dev-perl/XML-Writer - dev-perl/Archive-Zip - dev-perl/DBI - dev-perl/Text-CSV - dev-perl/DBD-SQLite - dev-perl/Net-CUPS - dev-perl/Email-Address - dev-perl/Email-MIME - dev-perl/Email-Sender -" - -PATCHES=( - "${FILESDIR}/${PN}-1.3.0-desktop.patch" - "${FILESDIR}/${PN}-1.3.0-conf.patch" -) - -src_compile() { - perl_set_version - export VENDOR_LIB PVR - export TEXINPUTS="/usr/share/dblatex/latex/style:/usr/share/dblatex/latex/misc:/usr/share/dblatex/latex/graphics:" - - export MAKEOPTS="-j1" - # when doing a parallel build, the package is acting decidedly odd - # e.g., the build seems to succeed while actually stuff fails - # and subsequent error messages do not have any relation to the real problem - # So let's keep this also for easier debugging - - emake \ - GCC_NETPBM="-I/usr/include/netpbm/ -lnetpbm" \ - GCC="$(tc-getCC)" \ - GCC_PP="$(tc-getCXX)" -} - -src_install() { - default -} |