Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 53490 Details for
Bug 38990
DrScheme ebuild should create GNOME/KDE applications menu items
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
drscheme-209-r1.ebuild
drscheme-209-r1.ebuild (text/plain), 1.46 KB, created by
Josh Nichols (RETIRED)
on 2005-03-14 20:21:34 UTC
(
hide
)
Description:
drscheme-209-r1.ebuild
Filename:
MIME Type:
Creator:
Josh Nichols (RETIRED)
Created:
2005-03-14 20:21:34 UTC
Size:
1.46 KB
patch
obsolete
># Copyright 1999-2005 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >DESCRIPTION="DrScheme programming environment. Includes mzscheme." >HOMEPAGE="http://www.plt-scheme.org/software/drscheme/" >SRC_URI="http://download.plt-scheme.org/bundles/${PV}/plt/plt-${PV}-src-unix.tgz" > >LICENSE="LGPL-2.1" >SLOT="0" >KEYWORDS="~x86 ~ppc" >IUSE="opengl" > >DEPEND=">=sys-devel/gcc-2.95.3-r7 > virtual/x11 > opengl? ( virtual/opengl )" >RDEPEND="virtual/x11 > opengl? ( virtual/opengl )" > >S=${WORKDIR}/plt > >inherit eutils > >src_compile() { > cd ${S}/src > > econf \ > --prefix=/usr/share/drscheme/ || die "econf failed" > > make || die >} > >mysed() { > file=${D}/$1 > mv ${file} ${file}.orig > sed s.${D}./. < ${file}.orig> ${file} > chmod a+x ${file} > rm ${file}.orig >} > >src_install () { > dodir /usr/bin > dodir /usr/share/drscheme > > cd ${S}/src > sed -e 's/cp -p/cp/' Makefile > Makefile.new > mv Makefile.new Makefile > echo -e "n\n" | make prefix=${D}/usr/share/drscheme install || die > dodoc README > cd ${D}/usr/share/drscheme/man/man1 > doman * > rm -rf ${D}/usr/share/drscheme/man > > for x in background-help-desk drscheme games help-desk mzc \ > setup-plt tex2page web-server web-server-monitor \ > web-server-text > do > mysed /usr/share/drscheme/bin/${x} > done > > cd ${D}/usr/share/drscheme/bin > for x in * > do > dosym /usr/share/drscheme/bin/${x} /usr/bin/${x} > done > > doicon ${FILESDIR}/drscheme.png > make_desktop_entry drscheme "DrScheme" drscheme.png "Development" >}
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 38990
:
24217
|
53489
| 53490