Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 325514 Details for
Bug 436920
sci-electronics/smartsim: new ebuild
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
smartsim-9999.ebuild
smartsim-9999.ebuild (text/plain), 892 bytes, created by
Denilson Sá Maia
on 2012-10-02 04:17:18 UTC
(
hide
)
Description:
smartsim-9999.ebuild
Filename:
MIME Type:
Creator:
Denilson Sá Maia
Created:
2012-10-02 04:17:18 UTC
Size:
892 bytes
patch
obsolete
># Copyright 1999-2012 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >EAPI=4 > >inherit git-2 > >DESCRIPTION="SmartSim is digital logic circuit design and simulation package" >HOMEPAGE="http://www.smartsim.org.uk/ https://github.com/ashleynewson/SmartSim" >SRC_URI="doc? ( > http://www.smartsim.org.uk/downloads/manual/smartsim_user_manual.pdf )" >EGIT_REPO_URI="git://github.com/ashleynewson/SmartSim.git > https://github.com/ashleynewson/SmartSim.git" > >LICENSE="GPL-3" >SLOT="0" >KEYWORDS="~amd64" >IUSE="doc" > >DEPEND="dev-libs/libxml2:2 > dev-util/pkgconfig > gnome-base/librsvg:2 > x11-libs/cairo > x11-libs/gtk+:2" >RDEPEND="${DEPEND}" > >src_install() { > emake DESTDIR="${D}" install || die "Install failed" > dodoc AUTHORS ChangeLog NEWS README || die > if use doc; then > insinto /usr/share/doc/${PF} > doins "${DISTDIR}"/smartsim_user_manual.pdf > 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 436920
:
325514
|
325566