Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 474966 Details for
Bug 620406
app-editors/komodo-edit-bin freeware editor for dynamic and web languages (ebuild attached)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
app-editors/komodo-edit-bin/komodo-edit-bin-10.2.2.ebuild
file_620406.txt (text/plain), 1.75 KB, created by
ephemer0l
on 2017-06-02 07:43:46 UTC
(
hide
)
Description:
app-editors/komodo-edit-bin/komodo-edit-bin-10.2.2.ebuild
Filename:
MIME Type:
Creator:
ephemer0l
Created:
2017-06-02 07:43:46 UTC
Size:
1.75 KB
patch
obsolete
># Copyright 1999-2017 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 > >EAPI="6" > >PYTHON_COMPAT=( python2_7 ) >inherit eutils python-single-r1 pax-utils > >MY_BUILD="17703" > >DESCRIPTION="Freeware advanced editor for dynamic and Web languages" >HOMEPAGE="http://www.activestate.com/products/komodo_edit" >LICENSE="MPL-1.1" > >SRC_URI="x86? ( http://downloads.activestate.com/Komodo/releases/${PV}/Komodo-Edit-${PV}-${MY_BUILD}-linux-x86.tar.gz ) > amd64? ( http://downloads.activestate.com/Komodo/releases/${PV}/Komodo-Edit-${PV}-${MY_BUILD}-linux-x86_64.tar.gz )" > >SLOT="0" >KEYWORDS="~x86 ~amd64" > >RESTRICT="strip" > >IUSE="pax_kernel" > >DEPEND="" >RDEPEND="${DEPEND} > virtual/jpeg > virtual/libc > x11-libs/gtk+ > x11-libs/pango > x11-base/xorg-server > x11-libs/gdk-pixbuf > gnome-base/libgnomeui > gnome-base/libgnome" > >RESTRICT="mirror" > >QA_PREBUILT="*" >QA_FLAGS_IGNORED="*" >QA_PRESTRIPPED="*" > >S="${WORKDIR}/Komodo-Edit-${PV}-${MY_BUILD}-linux-${ARCH/amd64/x86_64}" > >src_install() { > if use pax_kernel; then > pax-mark m "${S}"/INSTALLDIR/lib/mozilla/komodo > fi > > insinto /opt/${PN} > doins -r "${S}"/INSTALLDIR/share > mv "${S}"/INSTALLDIR/lib "${ED}opt/${PN}/" || die "Installation failed" > > # install the wrapper script > dodir /usr/bin > cat <<EOF >"${ED}usr/bin/komodo" ||die "could not create wrapper" >#!/bin/sh >LD_LIBRARY_PATH="${EPREFIX}/opt/${PN}/lib/mozilla" \ >exec ${EPREFIX}/opt/${PN}/lib/mozilla/komodo $@ >EOF > fperms 0755 /usr/bin/komodo > > doicon "${S}/INSTALLDIR/share/icons/komodo48.png" > > make_desktop_entry \ > "${EPREFIX}/usr/bin/komodo" \ > "Komodo Edit 10" \ > "${EPREFIX}/opt/${PN}/share/icons/komodo48.png" \ > "Development;IDE;TextEditor" \ > || die "make_desktop_entry 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 620406
:
474966
|
475048
|
475980
|
476072
|
476088
|
476090
|
485258
|
485260
|
485368
|
485370
|
485620
|
485622