Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 31567 Details for
Bug 44409
libgnomemm, libgnomecanvasmm, libgnomeuimm ebuilds fail
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
libsigc++ for amd64
libsigc++-2.0.1.ebuild (text/plain), 1.10 KB, created by
Herbie Hopkins (RETIRED)
on 2004-05-17 01:45:52 UTC
(
hide
)
Description:
libsigc++ for amd64
Filename:
MIME Type:
Creator:
Herbie Hopkins (RETIRED)
Created:
2004-05-17 01:45:52 UTC
Size:
1.10 KB
patch
obsolete
># Copyright 1999-2004 Gentoo Technologies, Inc. ># Distributed under the terms of the GNU General Public License v2 ># $Header: /home/cvsroot/gentoo-x86/dev-libs/libsigc++/libsigc++-2.0.1.ebuild,v 1.3 2004/05/10 13:08:17 dholm Exp $ > >DESCRIPTION="Typesafe callback system for standard C++" >HOMEPAGE="http://libsigc.sourceforge.net/" >SRC_URI="mirror://sourceforge/libsigc/${P}.tar.gz" > >LICENSE="GPL-2 LGPL-2.1" >SLOT="1.3" >KEYWORDS="~amd64 ~x86 ~ppc" >IUSE="debug" > >DEPEND="virtual/glibc" > >src_compile() { > use amd64 && aclocal -I scripts && automake && autoconf > local myconf > use debug \ > && myconf="--enable-debug=yes" \ > || myconf="--enable-debug=no" > > econf ${myconf} || die > aclocal > automake --gnu --add-missing > emake || die "emake failure" >} > >src_install() { > einstall || die > dodoc AUTHORS ChangeLog COPYING* README INSTALL NEWS TODO >} > >pkg_postinst() { > ewarn "To allow parallel installation of sig++-1.0, sig++-1.2, and sig++2.0" > ewarn "the header files are now installed in a version specific" > ewarn "subdirectory. Be sure to unmerge any libsig++ versions" > ewarn "< 1.0.4 that you may have previously installed." >}
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 44409
:
27405
|
27406
|
27407
|
27408
|
27409
|
27410
| 31567