Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 373880 Details for
Bug 501254
app-office/auto-multiple-choice - a piece of software that can help you creating and managing multiple choice questionnaires (MCQ)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
updated ebuild
auto-multiple-choice-1.2.1.ebuild (text/plain), 1.09 KB, created by
Nicolas
on 2014-03-30 10:11:14 UTC
(
hide
)
Description:
updated ebuild
Filename:
MIME Type:
Creator:
Nicolas
Created:
2014-03-30 10:11:14 UTC
Size:
1.09 KB
patch
obsolete
># Copyright 1999-2013 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >EAPI=5 > >inherit eutils perl-module > >DESCRIPTION="Software to create and manage multiple choice questionnaires (MCQ), with automated marking" >HOMEPAGE="http://home.gna.org/auto-qcm/index.en" >SRC_URI="http://download.gna.org/auto-qcm/${PN}_${PV}_sources.tar.gz" > >LICENSE="GPL-2+" >SLOT="0" >KEYWORDS="~amd64 ~x86" > >RDEPEND="app-text/poppler > media-libs/netpbm > app-text/dblatex > app-text/docbook-xml-simple-dtd > app-text/docbook-xsl-stylesheets > media-libs/opencv" > >DEPEND="${RDEPEND} > dev-perl/gtk2-perl > media-gfx/graphicsmagick > virtual/latex-base > dev-perl/XML-Writer > dev-perl/Archive-Zip > dev-perl/DBI > dev-perl/Text-CSV > dev-perl/DBD-SQLite" > >src_prepare() { > epatch "${FILESDIR}/correct-desktop.patch" > epatch "${FILESDIR}/correct-Makefile.patch" >} > >src_compile() { > eval "$(perl -V:{version,install{{site,vendor}{arch,lib},archlib}} )" > PERLDIR=${installvendorlib} > sed -i 35i"PERLDIR=$PERLDIR" Makefile > emake >} > >src_install() { > emake DESTDIR="${D}" install || die "Install failed" >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 501254
:
370358
|
370424
|
372092
|
372096
|
372098
|
373836
|
373838
| 373880 |
374820
|
384946