Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 611196 Details for
Bug 707996
net-misc/subnetcalc - IP address calculator
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
fix missing dobin
subnetcalc-2.4.14.ebuild (text/plain), 582 bytes, created by
Alix
on 2020-02-03 17:05:55 UTC
(
hide
)
Description:
fix missing dobin
Filename:
MIME Type:
Creator:
Alix
Created:
2020-02-03 17:05:55 UTC
Size:
582 bytes
patch
obsolete
># Copyright 2020 Gentoo Authors ># Distributed under the terms of the GNU General Public License v2 > >EAPI=7 >inherit cmake-utils > >DESCRIPTION="IP address calculator" >HOMEPAGE="https://github.com/dreibh/subnetcalc" >SRC_URI="https://github.com/dreibh/${PN}/archive/${P}.tar.gz -> {$PN}-${P}.tar.gz" > >LICENSE="GPL-3" >SLOT="0" >KEYWORDS="~amd64 ~x86" >IUSE="" > >DEPEND="" >BDEPEND="${COMMON_DEPEND}" >RDEPEND="${DEPEND}" > >S="${WORKDIR}/${PN}-${P}" > >src_configure() { > cmake-utils_src_configure >} > >src_install () { > dobin "${BUILD_DIR}/src/${PN}" > doman "src/${PN}.1" > dodoc 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 707996
:
611180
| 611196