Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 261755 Details for
Bug 280898
ebuild for dev-tcltk/tclgpg-9999
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
tclgpg-9999.ebuild
tclgpg-9999.ebuild (text/plain), 802 bytes, created by
Michael Weber (RETIRED)
on 2011-02-07 21:04:00 UTC
(
hide
)
Description:
tclgpg-9999.ebuild
Filename:
MIME Type:
Creator:
Michael Weber (RETIRED)
Created:
2011-02-07 21:04:00 UTC
Size:
802 bytes
patch
obsolete
># Copyright 1999-2009 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >EAPI=2 > >ESVN_REPO_URI="http://tclgpg.googlecode.com/svn/trunk/" > >inherit autotools subversion > >DESCRIPTION="Tcl interface to GNU Privacy Guard with interface similar to TclGPGME." >HOMEPAGE="http://code.google.com/p/tclgpg/" >SRC_URI="" > >LICENSE="BSD-2" >SLOT="0" >KEYWORDS="~x86 ~amd64" >IUSE="doc helper threads" > > >RDEPEND="app-crypt/gnupg > dev-lang/tcl[threads] > !helper? ( dev-tcltk/tclx )" > >DEPEND="${RDEPEND} > dev-tcltk/tcllib" > >src_prepare() { > eautoreconf >} > >src_configure() { > econf \ > $(use_enable helper c-helper) \ > $(use_enable threads) >} > >src_install() { > emake DESTDIR="${D}" install || die > dodoc ChangeLog || die > if use doc ; then > dohtml doc/gpg.html || die > 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 280898
:
200701
|
200703
|
225641
|
225647
| 261755