Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 114778 Details for
Bug 172453
net-analyzer/echoping-6 version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Proposed ebuild (still a bit rough)
echoping-6.0.0.ebuild (text/plain), 1.66 KB, created by
Stéphane Bortzmeyer
on 2007-03-28 13:56:39 UTC
(
hide
)
Description:
Proposed ebuild (still a bit rough)
Filename:
MIME Type:
Creator:
Stéphane Bortzmeyer
Created:
2007-03-28 13:56:39 UTC
Size:
1.66 KB
patch
obsolete
># Copyright 1999-2007 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/net-analyzer/echoping/echoping-5.2.0.ebuild,v 1.7 2007/02/01 21:44:37 jokey Exp $ > >inherit eutils > >DESCRIPTION="echoping is a small program to test performances of remote servers" >HOMEPAGE="http://echoping.sourceforge.net/" >SRC_URI="mirror://sourceforge/echoping/${P}.tar.gz" >LICENSE="GPL-2" > >SLOT="0" >KEYWORDS="x86 amd64" >IUSE="gnutls http icp idn priority smtp ssl tos postgres ldap whois" > >DEPEND="gnutls? ( >=net-libs/gnutls-1.0.17 ) > ssl? ( >=dev-libs/openssl-0.9.7d ) > idn? ( net-dns/libidn ) > postgres? ( dev-db/postgresql ) > ldap? ( net-nds/openldap )" > >pkg_setup() { > # bug 141782 - conflicting USE flags - ssl and gnutls > if use ssl && use gnutls ; then > eerror "You cannot emerge net-analyzer/echoping with both" > eerror "ssl and gnutls USE flags set. Please choose one." > eerror > eerror "For example, you can add the line" > eerror > eerror "net-analyzer/echoping -gnutls" > eerror "to your /etc/portage/package.use" > die "echoping cannot use both ssl and gnutls at once" > fi >} > >src_unpack() { > unpack ${A} > cd "${S}" > >} > >src_compile() { > econf \ > --config-cache \ > --disable-ttcp \ > `use_with gnutls` \ > `use_enable http` \ > `use_enable icp` \ > `use_with idn libidn` \ > `use_enable smtp` \ > `use_enable tos` \ > `use_enable priority` \ > `use_with ssl` || die "econf failed" > > emake || die "emake failed" >} > >src_install() { > emake install DESTDIR="${D}" || die "emake install failed" > > # They are not installed by make install > dodoc README AUTHORS ChangeLog DETAILS NEWS TODO echoping.h compilation.h >}
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 172453
:
114778
|
115490