Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 169354 Details for
Bug 243158
Ebuild for dev-db/skytools
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
ebuild for version 2.1.8
skytools-2.1.8.ebuild (text/plain), 764 bytes, created by
Mike Weissman
on 2008-10-21 22:51:03 UTC
(
hide
)
Description:
ebuild for version 2.1.8
Filename:
MIME Type:
Creator:
Mike Weissman
Created:
2008-10-21 22:51:03 UTC
Size:
764 bytes
patch
obsolete
># Copyright 1999-2008 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit autotools python > >DESCRIPTION="Database management tools from Skype: WAL shipping, queueing, >replication." >HOMEPAGE="http://pgfoundry.org/projects/skytools/" >SRC_URI="http://pgfoundry.org/frs/download.php/1940/${P}.tar.gz" > >LICENSE="BSD" >SLOT="0" >KEYWORDS="~x86" >IUSE="" > >DEPEND=">=dev-db/postgresql-server-8.2 > app-text/asciidoc" >RDEPEND="${DEPENDS}" > >src_unpack(){ > unpack ${A} > cd ${S} > eautoreconf >} > >src_compile(){ > econf || die > emake || die >} > >src_install(){ > emake DESTDIR="${D}" install || die > dodoc README NEWS > cd ${S}/doc > dodoc overview.txt >} > >pkg_postinst(){ > python_mod_optimize >} > >pkg_postrm(){ > python_mod_cleanup >}
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 243158
:
169354
|
169734
|
185137
|
185139
|
185140
|
185141
|
185143