Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 157761 Details for
Bug 228563
Ebuild for C-INTERCAL
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
c_intercal-28.0.28.ebuild
c_intercal-28.0.28.ebuild (text/plain), 1.11 KB, created by
Arvid Norlander
on 2008-06-20 15:26:44 UTC
(
hide
)
Description:
c_intercal-28.0.28.ebuild
Filename:
MIME Type:
Creator:
Arvid Norlander
Created:
2008-06-20 15:26:44 UTC
Size:
1.11 KB
patch
obsolete
># Copyright 2008 Arvid Norlander ># Distributed under the terms of the GNU General Public License v2 ># $Header$ > >inherit eutils multilib > ># Yes, C-INTERCAL uses minor-major... >MY_PV=0.28 > >DESCRIPTION="C-INTERCAL - INTERCAL to binary (via C) compiler" >HOMEPAGE="http://intercal.freeshell.org" >SRC_URI="http://intercal.freeshell.org/download/ick-${MY_PV/./-}.tgz" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" >IUSE="" > >DEPEND="sys-devel/gcc" >RDEPEND="${DEPEND}" > >S=${WORKDIR}/ick-${MY_PV} > >src_unpack() { > unpack ${A} > cd "${S}" > epatch "${FILESDIR}"/${P}-fix-install-info.patch || die "epatch failed" > epatch "${FILESDIR}"/${P}-fix-64bit.patch || die "epatch failed" >} > >src_compile() { > # This was done for DOS compatiblity it seems. > # Go figure... > cd "${S}" || die "cd to ${S} failed" > ln -s config.sh configure || die "ln -s failed" > econf || die "econf failed" > emake -j1 || die "make failed" >} > >src_install() { > # Thinks the directories exist, won't as this is done to a DESTDIR... > dodir /usr/bin > dodir /usr/$(get_libdir) > emake -j1 DESTDIR="${D}" install || die "make 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 228563
:
157761
|
157763
|
157765
|
157803
|
167541