Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 296599 Details for
Bug 395595
volnoti-0.1.ebuild (New package)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
volnoti-0.1.ebuild (New package)
volnoti-0.1.ebuild (text/plain), 867 bytes, created by
David Brazdil
on 2011-12-21 20:06:38 UTC
(
hide
)
Description:
volnoti-0.1.ebuild (New package)
Filename:
MIME Type:
Creator:
David Brazdil
Created:
2011-12-21 20:06:38 UTC
Size:
867 bytes
patch
obsolete
># Copyright 1999-2011 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v3 ># $Header: /var/cvsroot/gentoo-x86/media-sound/volti/volnoti-0.1.ebuild $ > >EAPI=3 > >inherit toolchain-funcs multilib > >SLOT="0" >MY_P="${PN}-${PV}" > >DESCRIPTION="Lightweight volume notification" >HOMEPAGE="https://github.com/davidbrazdil/volnoti" >SRC_URI="https://github.com/downloads/davidbrazdil/volnoti/${MY_P}.tar.gz" > >LICENSE="GPL-3" >KEYWORDS="amd64 x86" > >RDEPEND="sys-apps/dbus > dev-libs/dbus-glib > x11-libs/gtk+ > x11-libs/gdk-pixbuf" >DEPEND="sys-devel/make > dev-util/pkgconfig > sys-devel/gcc" > >S=${WORKDIR}/${MY_P} > >src_unpack() { > unpack ${A} > cd "${S}" >} > >src_compile() { > tc-export CC > emake || die "emake failed" >} > >src_install() { > emake DESTDIR="${D}" install || die "emake install failed" > dodoc README || die >}
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 395595
:
296599
|
296607
|
296609
|
296611