Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 299345 Details for
Bug 33679
qbrew-0.4.1.ebuild (New Package)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
new qbrew-0.4.1.ebuild
qbrew-0.4.1.ebuild (text/plain), 946 bytes, created by
Ben Kohler
on 2012-01-20 00:33:45 UTC
(
hide
)
Description:
new qbrew-0.4.1.ebuild
Filename:
MIME Type:
Creator:
Ben Kohler
Created:
2012-01-20 00:33:45 UTC
Size:
946 bytes
patch
obsolete
># Copyright 1999-2010 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >EAPI="2" >inherit qt4-r2 eutils > >DESCRIPTION="Homebrewer's recipe calculator" >HOMEPAGE="http://www.usermode.org/code.html" >SRC_URI="http://www.usermode.org/code/${P}.tar.gz" > >LICENSE="BSD-2" >SLOT="0" >KEYWORDS="~amd64 ~x86" >IUSE="" > >DEPEND="x11-libs/qt-gui:4" >RDEPEND="${DEPEND}" > >src_configure() { > export BINDIR="/usr/bin" DATADIR="/usr/share/${PN}" DOCDIR="/usr/share/doc/${P}" > ./configure --qtdir="/usr/$(get_libdir)/qt4" || die "configure failed" > echo "QT += xml" >> qbrew.pro > eqmake4 >} > >src_install() { > dobin qbrew || die "bin install failed" > insinto /usr/share/${PN} > doins data/* pics/splash.png || die "install failed" > > doicon "pics/${PN}.png" > make_desktop_entry ${PN} QBrew > > dohtml -r docs/* || die "documentation install failed" > dodoc AUTHORS ChangeLog README TODO || die "documentation install failed" >}
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 33679
:
20861
|
20862
|
39698
|
93941
|
137317
|
157291
|
157301
| 299345