Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 350652 Details for
Bug 472616
sci-calculators/dozenal-20130216 - A complete suite of dozenal (base 12) programs
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
dozenal-20130218.ebuild
dozenal-20130218.ebuild (text/plain), 1.52 KB, created by
Jeremy Johnson
on 2013-06-10 16:32:54 UTC
(
hide
)
Description:
dozenal-20130218.ebuild
Filename:
MIME Type:
Creator:
Jeremy Johnson
Created:
2013-06-10 16:32:54 UTC
Size:
1.52 KB
patch
obsolete
># Copyright 1999-2013 (11X7-11E9) Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >EAPI=5 > >inherit base > >DESCRIPTION="A complete suite of dozenal (base 12) programs." >HOMEPAGE="http://dozenal.sourceforge.net" > ># Version is date in dozenal, e.g. 2013/02/16 = 11E90216 >MY_PV="11E90216" >MY_P="${PN}_v${MY_PV}" ># http://sourceforge.net/projects/dozenal/files/latest/download" ># http://downloads.sourceforge.net/projects/"${PN}"/"${MY_P}"_src.tar.gz" >SRC_URI="mirror://sourceforge/${PN}/${MY_P}_src.tar.gz" > >LICENSE="GPL-3" >SLOT="0" >KEYWORDS="~amd64 ~x86" >IUSE="+doz +dec +dozword +dozdc +tgmconv +dozpret +dozdate +dozstring" > >RDEPEND="dozdc? ( dev-perl/PAR )" >DEPEND="${RDEPEND}" > >PROGS=( 'doz' 'dec' 'dozword' 'dozdc' 'tgmconv' 'dozpret' 'dozdate' 'dozstring') > >S="${WORKDIR}/${PN}" > >src_prepare() { > epatch "${FILESDIR}/dozenal-20130218.patch" >} > > >src_compile() { > for f in ${PROGS[@]}; do > if use $f ; then #einfo -e "\nCompiling $f" > cd "${S}/$f"; > emake; > if [ "${f}" = "dozdc" ]; then # make graphical dozenal calculator > emake gdozdc; # needs PAR.pm > fi > emake doc > cd ..; > fi > done >} > >#prefix = /usr/local >#bindir="/usr/local/bin" >#mandir="/usr/local/share/man/man1" >src_install() { > insinto "/usr" > for f in ${PROGS[@]}; do > if use $f ; then #cp ${S}/$f/$f "${bindir}/" > dobin "${S}/$f/$f" > if [ ${f} = "dozdc" ] ; then dobin "${S}/$f/gdozdc" ; fi > doman "${S}/$f/$f.1" > if [ ${f} = "dozdc" ] ; then doman "${S}/$f/gdozdc.1" ; fi > fi > done >} >
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 Raw
Actions:
View
Attachments on
bug 472616
:
350356
| 350652 |
350654
|
350656