Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 378212 Details for
Bug 338909
net-p2p/gnunet: new package
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
GNUnet 0.10.1 ebuild (forced with -j1)
gnunet-0.10.1.ebuild (text/plain), 1.85 KB, created by
Vince C.
on 2014-06-04 06:41:34 UTC
(
hide
)
Description:
GNUnet 0.10.1 ebuild (forced with -j1)
Filename:
MIME Type:
Creator:
Vince C.
Created:
2014-06-04 06:41:34 UTC
Size:
1.85 KB
patch
obsolete
># Copyright 1999-2014 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >EAPI=5 > >inherit user >SRC_URI="mirror://gnu/${PN}/${P}.tar.gz" >KEYWORDS="~amd64" > >AUTOTOOLS_IN_SOURCE_BUILD=1 > >DESCRIPTION="GNUnet is a framework for secure peer-to-peer networking." >HOMEPAGE="http://gnunet.org/" >RESTRICT="test" > >LICENSE="GPL-3" > >SLOT="0" >IUSE="experimental http mysql nls postgres +sqlite X" >REQUIRED_USE=" > !mysql? ( !postgres? ( sqlite ) ) > !mysql? ( !sqlite? ( postgres ) ) > !postgres? ( !mysql? ( sqlite ) ) > !postgres? ( !sqlite? ( mysql ) ) > !sqlite? ( !postgres? ( mysql ) ) > !sqlite? ( !mysql? ( postgres ) ) >" > >DEPEND=" > >=net-misc/curl-7.21.0 > >=media-libs/libextractor-0.6.1 > >=dev-libs/libgcrypt-1.6 > >=dev-libs/libunistring-0.9.2 > sys-libs/ncurses > sys-libs/zlib > http? ( >=net-libs/libmicrohttpd-0.9.18 ) > mysql? ( >=virtual/mysql-5.1 ) > nls? ( sys-devel/gettext ) > postgres? ( >=dev-db/postgresql-server-8.3 ) > sqlite? ( >=dev-db/sqlite-3.0 ) > X? ( > x11-libs/libXt > x11-libs/libXext > x11-libs/libX11 > x11-libs/libXrandr > ) >" > >pkg_setup() { > enewgroup gnunetdns > enewuser gnunet >} > >src_prepare() { > subversion_src_prepare > epatch "${FILESDIR}"/install-${PV}.diff > autotools-utils_src_prepare >} > >src_configure() { > econf \ > --docdir="${EPREFIX}/usr/share/doc/${PF}" \ > $(use_enable nls) \ > $(use_enable experimental) \ > $(use_with http microhttpd) \ > $(use_with mysql) \ > $(use_with postgres) \ > $(use_with sqlite) \ > $(use_with X x) >} > >src_compile() { > MAKEOPTS="-j1" emake >} > >src_install() { > MAKEOPTS="-j1" emake DESTDIR="${D}" install > newinitd "${FILESDIR}"/${P}.initd gnunet > keepdir /var/{lib,log}/gnunet > fowners gnunet:gnunet /var/lib/gnunet /var/log/gnunet >} > >pkg_postinst() { > einfo > einfo "To configure" > einfo " 1) Add user(s) to the gnunet group" > einfo " 2) Edit the server config file '/etc/gnunet.conf'" > 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 338909
:
248775
|
248776
|
248778
|
248779
|
248780
|
248782
|
248784
|
248786
|
256833
|
256834
|
256836
|
256838
|
258853
|
288043
|
288045
|
288047
|
288049
|
288601
|
289387
|
289389
|
289391
|
289393
|
298401
|
304143
|
304145
|
304147
|
304149
|
378212
|
381924
|
381926