Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 64085 Details for
Bug 90451
dev-util/openldev [new eBuild]
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
openldev-0.4.1.ebuild
openldev-0.4.1.ebuild (text/plain), 991 bytes, created by
Guido
on 2005-07-22 12:58:01 UTC
(
hide
)
Description:
openldev-0.4.1.ebuild
Filename:
MIME Type:
Creator:
Guido
Created:
2005-07-22 12:58:01 UTC
Size:
991 bytes
patch
obsolete
># Copyright 1999-2005 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit base eutils > >DESCRIPTION="Graphical front-end to gcc/g++" >HOMEPAGE="http://www.openldev.org" >SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2 > gtk? ( mirror://sourceforge/${PN}/gtk-template.tar.gz ) > gtkmm? ( mirror://sourceforge/${PN}/gtkmm-template-0.4.tar.gz )" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~amd64 ~x86" >IUSE="gtk gtkmm" > >DEPEND=">=dev-cpp/gtkmm-2.6 > >=dev-cpp/libglademm-2.4 > >=x11-libs/gtksourceview-1.0 > >=gnome-vfsmm-2.6 > vte" > >S="${WORKDIR}/${PN}" > >src_compile() { > ./autogen.sh || die "autogen.sh failed" > econf || die "econf failed" > emake || die "emake failed" >} > >tmpl_install() { > ebegin "Installing ${1} template" > insinto /usr/share/${PN}/templates > doins ${WORKDIR}/${1}/${1}* > eend $? "Failed" >} > >src_install() { > make DESTDIR=${D} install || die > # Install templates. > use gtk && tmpl_install gtk > use gtkmm && tmpl_install gtkmm >}
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 90451
:
57228
|
57292
|
57329
|
57373
|
57798
| 64085 |
82124
|
90122
|
135435
|
135438
|
135440