Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 326300 Details for
Bug 383455
app-misc/openplacos/openplacos-0.3.0.ebuild New ebuild, latest stable releases on x86 and amd64
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
New ebuild version 9999 for unstable git development branch
openplacos-9999.ebuild (text/plain), 1.79 KB, created by
jaypeche@gmail.com
on 2012-10-11 17:16:49 UTC
(
hide
)
Description:
New ebuild version 9999 for unstable git development branch
Filename:
MIME Type:
Creator:
jaypeche@gmail.com
Created:
2012-10-11 17:16:49 UTC
Size:
1.79 KB
patch
obsolete
># Copyright 1999-2012 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >EAPI="2" > >inherit eutils git-2 > >DESCRIPTION="This utility is used to create a low cost home automation system controlled by computer" >HOMEPAGE="http://openplacos.tuxfamily.org" > >EGIT_REPO_URI="git://github.com/openplacos/openplacos.git" >EGIT_BRANCH="unstable" >OPOS_PATH="/usr/lib/ruby/openplacos" > >LICENSE="GPL-3" >SLOT="0" >KEYWORDS="~x86 ~amd64" >IUSE="-arduino -debug" > >DEPEND="dev-vcs/git > sys-apps/dbus > >=dev-lang/ruby-1.9.3 > >=dev-db/sqlite-3.7.12 > >=dev-ruby/rubygems-1.3.7-r1 > arduino? ( dev-embedded/arduino )" > >pkg_setup() { > enewgroup dialout > enewuser openplacos -1 -1 -1 dialout,uucp --system >} > >src_unpack () { > git-2_src_unpack ${A} > cd "${S}" > epatch "${FILESDIR}/${P}-gentoo.diff" > if use debug; then > epatch "${FILESDIR}/${P}-debug.diff" > fi >} > >src_install () { > emake DESTDIR="${D}" install || die "Install failed" >} > >pkg_postinst() { > # Gems Bundler install for opos > einfo > einfo "OpenplacOS bundle install" > einfo "This could take a while.. please wait..." > gem install bundler --bindir /usr/bin --no-ri --no-rdoc || die "gem install" > cd ${OPOS_PATH} && bundle install || die "bundle install failed !" > einfo > einfo "Bundle install deployment" > einfo "This could take a while, please wait..." > bundle install --deployment || die > > # Fix permissions (upstream?) > fowners openplacos ${OPOS_PATH}/server/tmp > > einfo > einfo "You should run OpenplacOS like this," > einfo "# /etc/init.d/openplacos start" > einfo "# rc-update add openplacos default" > einfo > einfo "Now, you can launch web interface for example," > einfo "URL: http://localhost:4567" > einfo > einfo "Look at http://openplacos.tuxfamily.org for more information" > einfo >}
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 383455
:
286863
|
286865
|
286867
|
286869
|
293417
|
293419
|
303679
|
303681
|
303683
|
303685
|
303687
|
303689
| 326300 |
326302
|
326304