Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 302499 Details for
Bug 404477
New Ebuild: x11-misc/unagi-0.3 Unagi Compositing Manager
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
unagi-0.3.ebuild
unagi-0.3.ebuild (text/plain), 1.03 KB, created by
Richard Grenville
on 2012-02-19 14:39:34 UTC
(
hide
)
Description:
unagi-0.3.ebuild
Filename:
MIME Type:
Creator:
Richard Grenville
Created:
2012-02-19 14:39:34 UTC
Size:
1.03 KB
patch
obsolete
># Copyright 1999-2012 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >EAPI="4" > >inherit eutils autotools-utils > >DESCRIPTION="Unagi Compositing Manager" >HOMEPAGE="http://projects.mini-dweeb.org/projects/unagi" > >SRC_ID="92" >SRC_URI="http://projects.mini-dweeb.org/attachments/download/${SRC_ID}/${P}.tar.gz" > >LICENSE="GPL-3" >SLOT="0" >KEYWORDS="~amd64 ~x86" >IUSE="debug doc" > >RDEPEND=" > >=x11-libs/libxcb-1.8 > x11-libs/xcb-util > dev-libs/confuse > >=x11-proto/xcb-proto-1.6 > >=dev-libs/libxdg-basedir-1.0.0 > x11-proto/xproto > dev-libs/libev" >DEPEND=" > ${RDEPEND} > doc? ( app-doc/doxygen ) > dev-util/pkgconfig" > >DOCS=( README AUTHORS ChangeLog INSTALL THANKS ) > >AUTOTOOLS_IN_SOURCE_BUILD=1 > >src_configure() { > local myeconfargs=( > $(use_enable debug) > $(use_enable doc doxygen-doc) > # $(use_enable doc doxygen-man) > $(use_enable doc doxygen-html) > ) > > autotools-utils_src_configure >} > >src_install() { > use doc && HTML_DOCS=( "${AUTOTOOLS_BUILD_DIR}/doc/api/html/" ) > > autotools-utils_src_install >}
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 404477
:
302469
|
302499
|
302663
|
302665
|
302771