Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 396856 Details for
Bug 540566
dev-lang/execline-2.0.2.1 Version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
execline-2.0.2.1.ebuild
execline-2.0.2.1.ebuild (text/plain), 1.26 KB, created by
Brian Evans (RETIRED)
on 2015-02-18 19:56:00 UTC
(
hide
)
Description:
execline-2.0.2.1.ebuild
Filename:
MIME Type:
Creator:
Brian Evans (RETIRED)
Created:
2015-02-18 19:56:00 UTC
Size:
1.26 KB
patch
obsolete
># Copyright 2013-2014 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >EAPI=5 > >inherit multilib > >DESCRIPTION="a non-interactive scripting language similar to SH" >HOMEPAGE="http://www.skarnet.org/software/execline/" >SRC_URI="http://www.skarnet.org/software/${PN}/${P}.tar.gz" > >LICENSE="ISC" >SLOT="0" >KEYWORDS="~amd64 ~x86" >IUSE="static static-libs" > >COMMON_DEPEND=">=dev-libs/skalibs-2.3.0.0" >DEPEND="${COMMON_DEPEND} > >=sys-devel/make-4.0 > static? ( ${COMMON_DEPEND}[static-libs] ) > " >RDEPEND="!static? ( ${COMMON_DEPEND} )" > >src_prepare() { > # Remove QA warning about LDFLAGS addition > sed -i "s~tryldflag LDFLAGS_AUTO -Wl,--hash-style=both~:~" "${S}/configure" || die >} > >src_configure() >{ > econf \ > $(use_enable static-libs static) \ > $(use_enable static allstatic) \ > $(use_enable !static shared) \ > --bindir=/bin \ > --sbindir=/sbin \ > --dynlibdir=/$(get_libdir) \ > --libdir=/usr/$(get_libdir)/${PN} \ > --datadir=/etc \ > --sysdepdir=/usr/$(get_libdir)/${PN} \ > --with-dynlib=/$(get_libdir) \ > --with-lib=/usr/$(get_libdir)/skalibs \ > --with-sysdeps=/usr/$(get_libdir)/skalibs >} > >src_install() >{ > default > dohtml -r doc/* >}
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 540566
: 396856