Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 159611 Details for
Bug 230852
sys-devel/libtool-1.5.26 : libtool.m4 and ltmain.sh have a version mismatch!
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
my rpl2-4.0.0_pre8.ebuild
rpl2-4.0.0_pre8.ebuild (text/plain), 3.30 KB, created by
DEMAINE Benoît-Pierre, aka DoubleHP
on 2008-07-05 12:17:27 UTC
(
hide
)
Description:
my rpl2-4.0.0_pre8.ebuild
Filename:
MIME Type:
Creator:
DEMAINE Benoît-Pierre, aka DoubleHP
Created:
2008-07-05 12:17:27 UTC
Size:
3.30 KB
patch
obsolete
># Copyright 1999-2006 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/app-misc/usbirboy/usbirboy-0.2.1-r1.ebuild,v 1.9 2006/09/24 09:20:38 hansmi Exp $ > >inherit eutils > >#ver="4.00pre8x" >#ver="4.0.0.prerelease.0" ># rpl2-4.0.0.8.0.18.ebuild = 4.00pre8r ># rpl2-4.0.0.8.0.19.ebuild = 4.00pre8s ># rpl2-4.0.0.8.0.22.ebuild = 4.00pre8v ># rpl2-4.0.0.8.0.24.ebuild = 4.00pre8x ># rpl2-4.0.0.9.0.0.ebuild = 4.0.0.prerelease.0 ># because "pre" is not supported by Gentoo, I thought adding many numbers as ># workaround; maybe 4.00(final) could be called 4.0.0.999 > ># small test: ># i=23 ; i=$(($i+96)) ; i=`echo $(($i/64))$((($i-64*($i/64))/8))$(($i%8))` ; echo -e "\0`echo -ne $i`" ># > >#ver=`if [ \`echo "${PV}" |grep pre \` ] ; then echo "${PV}"|sed 's/_pre/\.prerelease./' ; else echo "${PV}" ; fi` >#ver=` echo -ne "${PV}" | sed 's/_pre/\.prerelease\./' ` >#MY_P="${P/_pre/.prerelease}" >ver="${PV/_pre/.prerelease.}" > >DESCRIPTION="RPL/2 by Bertrand Joel after Hewlett-Packard 28S ( Reverse Polish Lisp )" >HOMEPAGE="http://www.systella.fr/~bertrand/rpl2/" >SRC_URI="http://www.systella.fr/~bertrand/rpl2/download/rpl-${ver}.tar.bz2" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~alpha" >IUSE="" ># requires gcc with fortran ># as a dep, dev-libs/mpfr should also be around > >IUSE="vim gnuplot doc" > >DEPEND="sys-libs/glibc >>=sys-devel/gcc-4.1.1 >>=app-shells/bash-2.05 >>=sys-devel/make-3.81 >>=sys-devel/automake-1.5 >>=sys-devel/autoconf-2.59 >sys-apps/gawk >x11-libs/libXpm >vim? ( >=app-editors/vim-6.3 ) >gnuplot? ( >=sci-visualization/gnuplot-4.0 ) >doc? ( >=sys-apps/texinfo-4.8-r5 >=app-text/tetex-3.0_p1-r3 )" > ># should "doc" imply ">=dev-tex/latex-unicode-20041017" ? ># not sure whether tetex-3 will suffice for: ># - TeX with LaTeX, dvips and gs/gv. ># - (Open)Motif or Lesstif (Motif version >= 2.1) > ># IUSE flags and conditionnal deps have not been proftested ># there may be too many or missing deps > >RDEPEND="" > >S=${WORKDIR}/rpl-${ver} > >pkg_setup() { > if ! built_with_use 'sys-devel/gcc' fortran ; then > eerror "Please build sys-devel/gcc with fortran support" > die "sys-devel/gcc without fortran support detected" > fi >} > >src_unpack() { > ewarn "Please add required deps in \${DEPEND}" > ewarn "add support for basic documentation." > ewarn " " > ewarn "Build may fail if gcc-4.1 is installed but not the default compiler." > ewarn "You 'sould' be able to build with GCC-3.3 if you remove the" > ewarn " -Wno-pointer-sign compile option" > ewarn " " > ewarn "for 4.00pre8s and later, gfortran has to be used instead of g77" > ewarn "due to f90 source code." ># TODO: if so, force using 4.1 at compile stage > unpack ${A} >} > >src_compile() { > mkdir build > cd build >ewarn "Assuming gcc >= 4.1" ># TODO remove this passing argument after 4.1 detection is implemented > # CC="gcc-4.1" CFLAGS="${CFLAGS}" \ > ../configure \ > --prefix="${D}/usr" \ > --enable-final-run-path="/usr" \ > --disable-embedded-gnuplot \ > CFLAGS="${CFLAGS}" \ > || die "econf failed" ># --disable-gnuplot --disable-embedded-gnuplot \ ># --with-final-run-path=/usr \ ># cp /tmp/gestion_processus.c /var/tmp/portage/doublehp/rpl2-4.0.0.8.0.23-r2/work/rpl-4.00pre8w/src > emake || die "emake failed" >} > >src_install() { ># dodoc README ># exeinto /usr/bin ># doexe ${T}/../work/${PN}/monitor-68HC08 > cd build > make install-strip || 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 Raw
Actions:
View
Attachments on
bug 230852
: 159611 |
159613
|
159614
|
159619