Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 283575 Details for
Bug 379429
new ebuild for CProwl, a command-line utility to generate Prowl notifications
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
new ebuild (revised)
cprowl-0.5.1.ebuild (text/plain), 576 bytes, created by
Scott Alfter
on 2011-08-16 16:12:43 UTC
(
hide
)
Description:
new ebuild (revised)
Filename:
MIME Type:
Creator:
Scott Alfter
Created:
2011-08-16 16:12:43 UTC
Size:
576 bytes
patch
obsolete
># Copyright 1999-2011 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >EAPI=2 >inherit eutils toolchain-funcs > >DESCRIPTION="command-line tool to send Prowl notifications to iOS devices" >HOMEPAGE="https://github.com/rphillips/cprowl/" >SRC_URI="https://github.com/downloads/rphillips/cprowl/${P}.tar.bz2" > >LICENSE="Apache-2.0" >SLOT="0" >KEYWORDS="~x86 ~amd64" >DEPEND=" > net-misc/curl[ssl] >" >RDEPEND="${DEPEND}" > >src_configure() { > ./waf --prefix="${D}/usr" configure >} > >src_compile() { > ./waf >} > >src_install() { > ./waf 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 379429
:
283573
| 283575