Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 115554 Details for
Bug 173398
sci-electronics/geda-20070216 sci-libs/libgeda-20070216 - broken built_with_use check
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
libgeda-20070216.ebuild
libgeda-20070216.ebuild (text/plain), 1.45 KB, created by
Matteo Azzali (RETIRED)
on 2007-04-06 10:37:14 UTC
(
hide
)
Description:
libgeda-20070216.ebuild
Filename:
MIME Type:
Creator:
Matteo Azzali (RETIRED)
Created:
2007-04-06 10:37:14 UTC
Size:
1.45 KB
patch
obsolete
># Copyright 1999-2007 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/sci-libs/libgeda/libgeda-20070216.ebuild,v 1.2 2007/04/05 06:56:04 calchan Exp $ > >inherit eutils > >HOMEPAGE="http://www.geda.seul.org" >DESCRIPTION="libgeda - this library provides functions needed for the gEDA core suite" >SRC_URI="http://www.geda.seul.org/devel/${PV}/libgeda-${PV}.tar.gz" > >IUSE="gd" >LICENSE="GPL-2" >KEYWORDS="~amd64 ~ppc ~sparc ~x86" >SLOT="0" > >DEPEND=">=x11-libs/gtk+-2.4 > >=dev-scheme/guile-1.6.3 > >=dev-libs/libstroke-0.5.1 > gd? ( >=media-libs/gd-2 )" > >pkg_setup() { > if has_version ">=dev-scheme/guile-1.8" ; then > built_with_use "dev-scheme/guile" deprecated \ > || die "You need either <dev-scheme/guile-1.8, or >=dev-scheme/guile-1.8 with USE=deprecated" > fi > if use gd ; then > built_with_use media-libs/gd png || die "media-libs/gd must be compiled with USE=png" > fi >} > >src_unpack() { > unpack ${A} > > # Skip the share sub-directory, we'll install prolog.ps manually > sed -i \ > -e "s:SUBDIRS = src include scripts docs share:SUBDIRS = src include scripts docs:" \ > ${S}/Makefile.in \ > || die "Patch failed" >} > >src_compile() { > econf --disable-dependency-tracking $(use_enable gd) || die "Configuration failed" > emake || die "Compilation failed" >} > >src_install() { > emake DESTDIR=${D} install || die "Installation failed" > > insinto /usr/share/gEDA > doins share/prolog.ps > > dodoc AUTHORS BUGS ChangeLog README >}
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 173398
:
115550
| 115554