Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 348774 Details for
Bug 442516
net-p2p/uhub-0.4.1 (New submission)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
net-p2p/uhub-0.4.1.ebuild
uhub-0.4.1.ebuild (text/plain), 1.82 KB, created by
Emery Hemingway
on 2013-05-20 17:32:28 UTC
(
hide
)
Description:
net-p2p/uhub-0.4.1.ebuild
Filename:
MIME Type:
Creator:
Emery Hemingway
Created:
2013-05-20 17:32:28 UTC
Size:
1.82 KB
patch
obsolete
># Copyright 1999-2013 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >EAPI=5 > >inherit eutils cmake-utils systemd user > >DESCRIPTION="high performance peer-to-peer hub for the ADC network" >HOMEPAGE="https://www.uhub.org/" >SRC_URI="http://www.extatic.org/downloads/uhub/${P}-src.tar.bz2" >LICENSE="GPL-3" > >SLOT="0" >KEYWORDS="~amd64 ~x86" # big-endian issues to be fixed in uhub-0.4.2 >IUSE="+ssl" > >DEPEND="dev-db/sqlite:3 > dev-lang/perl > ssl? ( dev-libs/openssl )" >RDEPEND="${DEPEND}" > >pkg_setup() { > enewuser uhub >} > >src_prepare() { > epatch "${FILESDIR}/${P}-libsuffix.patch" >} > >src_configure() { > local mycmakeargs=( > $(cmake-utils_use ssl SSL_SUPPORT) > $(cmake-utils_use ssl USE_OPENSSL) > ) > > cmake-utils_src_configure >} > >src_install() { > keepdir /etc/uhub > cmake-utils_src_install > newinitd "${FILESDIR}/${PN}.runscript" ${PN} > systemd_dounit "${FILESDIR}/${PN}.service" > > dodoc AUTHORS BUGS README > cd doc || die "could not chdir to ${S}/doc" > insinto /etc/uhub > doins users.conf > > dodoc architecture.txt extensions.txt getstarted.txt > doman uhub.1 uhub-passwd.1 >} > >pkg_postinst() { > elog "To create an intial user database, run 'emerge --config net-p2p/uhub'. " > elog "See /usr/share/doc/${P}/getstarted.txt.bz2 and 'man 1 uhub-passwd' " > elog "for more information." > if use ssl; then > einfo "For documentation on TLS configuration see " > einfo "https://www.uhub.org/doc/config_ssl.php" > fi >} > >pkg_config() { > local users_file="${ROOT}/etc/uhub/users.db" > if [[ ! -e ${users_file} ]]; then > ebegin "Generating ${users_file}" > uhub-passwd ${users_file} create > eend ${?} > elog "Empty ${users_file} created with $(umask -S) permissions." > fi > > local motd_file="${ROOT}/etc/uhub/motd.txt" > if [[ ! -e ${motd_file} ]]; then > ebegin "Creating empty ${motd_file}" > touch ${motd_file} > eend ${?} > fi >}
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 442516
:
329044
|
329046
|
329048
| 348774