Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 336392 Details for
Bug 453426
dev-embedded/avrdude - add live ebuild
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
avrdude-9999.ebuild
avrdude-9999.ebuild (text/plain), 1.64 KB, created by
Oleg Bulatov
on 2013-01-21 22:13:50 UTC
(
hide
)
Description:
avrdude-9999.ebuild
Filename:
MIME Type:
Creator:
Oleg Bulatov
Created:
2013-01-21 22:13:50 UTC
Size:
1.64 KB
patch
obsolete
># Copyright 1999-2012 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/dev-embedded/avrdude/avrdude-5.11.1.ebuild,v 1.9 2012/05/30 07:29:42 jdhore Exp $ > >EAPI="4" > >inherit eutils autotools subversion > >if [[ ${PV} == *9999 ]] ; then > ESVN_REPO_URI="svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude" >fi > >DESCRIPTION="AVR Downloader/UploaDEr" >HOMEPAGE="http://savannah.nongnu.org/projects/avrdude" > >if [[ ${PV} == *9999 ]] ; then > SRC_URI="" >else > SRC_URI="mirror://nongnu/${PN}/${P}.tar.gz > doc? ( > mirror://nongnu/${PN}/${PN}-doc-${PV}.tar.gz > mirror://nongnu/${PN}/${PN}-doc-${PV}.pdf > )" >fi > >LICENSE="GPL-2" >SLOT="0" > >[[ ${PV} == *9999 ]] || \ >KEYWORDS="amd64 arm ppc ppc64 x86" >IUSE="doc ftdi ncurses readline" > >RDEPEND="virtual/libusb:1 > ftdi? ( dev-embedded/libftdi ) > ncurses? ( sys-libs/ncurses ) > readline? ( sys-libs/readline )" >DEPEND="${RDEPEND}" > >DOCS="AUTHORS ChangeLog* NEWS README" > >src_prepare() { > # let the build system re-generate these, bug #120194 > rm -f lexer.c config_gram.c config_gram.h > > [[ ${PV} == *9999 ]] && eautoreconf >} > >src_configure() { > export ac_cv_lib_ftdi_ftdi_usb_get_strings=$(usex ftdi) > export ac_cv_lib_ncurses_tputs=$(usex ncurses) > export ac_cv_lib_readline_readline=$(usex readline) > default >} > >src_compile() { > # The automake target for these files does not use tempfiles or create > # these atomically, confusing a parallel build. So we force them first. > emake lexer.c config_gram.c config_gram.h > emake >} > >src_install() { > default > > if use doc ; then > newdoc "${DISTDIR}/${PN}-doc-${PV}.pdf" avrdude.pdf > dohtml -r "${WORKDIR}/avrdude-html/" > fi >}
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 453426
: 336392