From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BD8D9139696 for ; Fri, 7 Jul 2017 11:40:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0FF3C27403D; Fri, 7 Jul 2017 11:40:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C83DF27403D for ; Fri, 7 Jul 2017 11:40:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4FFCA3417AC for ; Fri, 7 Jul 2017 11:40:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8AB9374A8 for ; Fri, 7 Jul 2017 11:40:46 +0000 (UTC) From: "Alexis Ballier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexis Ballier" Message-ID: <1499427635.40b1598bd683ecd1a19457801163f04145d6471f.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/auto-multiple-choice/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-office/auto-multiple-choice/auto-multiple-choice-1.3.0.ebuild X-VCS-Directories: app-office/auto-multiple-choice/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 40b1598bd683ecd1a19457801163f04145d6471f X-VCS-Branch: master Date: Fri, 7 Jul 2017 11:40:46 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: be1e1794-a2cb-4b0b-a3fd-7ea331f2885c X-Archives-Hash: 24053cdcc2be89f4f9ec0663b7b77871 commit: 40b1598bd683ecd1a19457801163f04145d6471f Author: Alexis Ballier gentoo org> AuthorDate: Fri Jul 7 11:40:35 2017 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Fri Jul 7 11:40:35 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40b1598b app-office/auto-multiple-choice: Remove old Package-Manager: Portage-2.3.6, Repoman-2.3.2 .../auto-multiple-choice-1.3.0.ebuild | 69 ---------------------- 1 file changed, 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 6c370c74d8c..00000000000 --- 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 -}