Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 357040 Details for
Bug 382491
Problems for bumping gtk-sharp packages
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
gtk-sharp-2.12.21.ebuild
gtk-sharp-2.12.21.ebuild (text/plain), 793 bytes, created by
Timo Rothenpieler
on 2013-08-26 03:49:21 UTC
(
hide
)
Description:
gtk-sharp-2.12.21.ebuild
Filename:
MIME Type:
Creator:
Timo Rothenpieler
Created:
2013-08-26 03:49:21 UTC
Size:
793 bytes
patch
obsolete
># Copyright 1999-2013 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >EAPI="5" > >inherit mono autotools base > >SLOT="2" >KEYWORDS="~amd64 ~x86" >SRC_URI="http://download.mono-project.com/sources/gtk-sharp212/${P}.tar.gz" >IUSE="debug" > >RESTRICT="test" > >RDEPEND=" > >=dev-lang/mono-3.0 > >=dev-util/pkgconfig-0.9 > x11-libs/pango > >=dev-libs/glib-2.31 > dev-libs/atk > x11-libs/gtk+:2 > gnome-base/libglade > dev-perl/XML-LibXML" >DEPEND="${RDEPEND} > sys-devel/automake:1.11" > >src_prepare() { > base_src_prepare || die > eautoreconf || die > libtoolize || die >} > >src_configure() { > econf \ > $(use_enable debug) \ > || die >} > >src_compile() { > emake || die >} > >src_install() { > default > mono_multilib_comply || die > sed -i "s/\\r//g" "${D}"/usr/bin/* || die >} >
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 382491
:
286053
|
286055
|
286057
|
296233
| 357040 |
357042