Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 73661 Details for
Bug 105253
dev-db/pxlib, dev-db/pxview: utilities for browsing paradox databases (new packages)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
pxdiff-0.0.7
pxdiff-0.0.7.ebuild (text/plain), 1.24 KB, created by
Stefan de Konink
on 2005-11-26 17:29:46 UTC
(
hide
)
Description:
pxdiff-0.0.7
Filename:
MIME Type:
Creator:
Stefan de Konink
Created:
2005-11-26 17:29:46 UTC
Size:
1.24 KB
patch
obsolete
># Copyright 1999-2005 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >DESCRIPTION="pxdiff is a command line program which compares two paradox >databases and outputs the difference." >HOMEPAGE="http://pxlib.sourceforge.net/" >SRC_URI="mirror://sourceforge/pxlib/${PN}_${PV}.orig.tar.gz" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~x86 ~amd64" >IUSE="gsf" > >DEPEND="dev-db/pxlib > gsf? ( gnome-extra/libgsf )" > > >src_compile() { > local myconf > if use gsf ; then > myconf="${myconf} --with-gsf" > else > myconf="${myconf} --without-gsf" > fi > > econf ${myconf} || die "Could not configure" > emake || die "Error building ${PN}" > > # Manually build the docs since it seems the autoconf system+Makefile > # requires docbook-to-man and not docbook2man (which works slightly > # different). Additionally the sgml files seems to be broken, having > # the page names in all upper case instead of case-sensitive (eg, PX_close). > einfo "Building manpages" > cd doc > for i in *.sgml; do > pagename=$(basename "$i" .sgml) > ucase_pagename=$(echo "${pagename}" | tr '[:lower:]' '[:upper:]') > sed -i -e "s:${ucase_pagename}:${pagename}:" "$i" > /usr/bin/docbook2man "$i" > done >} > >src_install() { > make install DESTDIR=${D} > doman doc/px*.[1-8] >}
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 105253
:
67934
|
67935
|
68161
|
68162
|
68231
|
68232
|
68368
|
68369
|
73659
|
73660
| 73661 |
73662
|
73663
|
277181