Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 258853 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]
Updated ebuild for GNUnet-SVN
gnunet-9999.ebuild (text/plain), 2.32 KB, created by
Vitaly Minko
on 2011-01-04 21:54:43 UTC
(
hide
)
Description:
Updated ebuild for GNUnet-SVN
Filename:
MIME Type:
Creator:
Vitaly Minko
Created:
2011-01-04 21:54:43 UTC
Size:
2.32 KB
patch
obsolete
># Copyright 1999-2010 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/net-p2p/gnunet/gnunet-0.8.1.ebuild,v 1.2 2010/06/20 13:56:46 xarthisius Exp $ > >EAPI=2 > >inherit autotools eutils flag-o-matic subversion > >DESCRIPTION="GNUnet is an anonymous, distributed, reputation based network." >HOMEPAGE="http://gnunet.org/" >ESVN_REPO_URI="https://ng.gnunet.org/svn/gnunet/" >RESTRICT="test" > >IUSE="mysql nls +sqlite http esmtp X" >KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" >LICENSE="GPL-2" >SLOT="0" > >DEPEND=">=dev-libs/libgcrypt-1.4.5 > >=media-libs/libextractor-0.6.1 > >=dev-libs/gmp-4.3.0 > sys-libs/zlib > >=net-misc/curl-7.21.0 > sys-apps/sed > sys-libs/ncurses > http? ( >=net-libs/libmicrohttpd-0.9.0 ) > esmtp? ( net-libs/libesmtp ) > mysql? ( >=virtual/mysql-5.0 ) > sqlite? ( >=dev-db/sqlite-3.6.0 ) > nls? ( sys-devel/gettext ) > X? ( > x11-libs/libXt > x11-libs/libXext > x11-libs/libX11 > x11-libs/libXrandr > ) > " > >pkg_setup() { > if ! use mysql && ! use sqlite; then > einfo > einfo "You need to specify at least one of 'mysql' or 'sqlite'" > einfo "USE flag in order to have properly installed gnunet" > einfo > die "Invalid USE flag set" > fi >} > >pkg_setup() { > enewgroup gnunet > enewuser gnunet -1 -1 /dev/null gnunet >} > >src_unpack() { > subversion_src_unpack > cd "${S}" > ./bootstrap || die > sed -i -e 's|$(bindir)/gnunet|$(DESTDIR)$(bindir)/gnunet|' \ > "${S}"/src/vpn/Makefile.in || die "sed failed" > sed -i -e 's|$(bindir)/gnunet|$(DESTDIR)$(bindir)/gnunet|g' \ > "${S}"/src/transport/Makefile.in || die "sed failed" >} > >src_configure() { > append-ldflags $(no-as-needed) > econf $(use_with X x) $(use_enable nls) \ > || die "econf failed" >} > >src_compile() { > emake -j1 || die "make failed" >} > >src_install() { > emake -j1 DESTDIR="${D}" install || die "make install failed" > dodoc ABOUT-NLS AUTHORS ChangeLog HACKING INSTALL NEWS README TODO || die > insinto /etc > newins "${FILESDIR}"/${P}.conf gnunet.conf || die "newins failed" > newconfd "${FILESDIR}"/${P}.confd gnunet || die "newconfd failed" > newinitd "${FILESDIR}"/${P}.initd gnunet || die "newinitd failed" > 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