Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 120559 Details for
Bug 173562
ipager-1.1.0 ebuild (pager for fluxbox and other wm)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
x11-misc/ipager-1.1.0.ebuild
ipager-1.1.0.ebuild (text/plain), 1009 bytes, created by
Greg Fitzgerald
on 2007-05-29 00:02:54 UTC
(
hide
)
Description:
x11-misc/ipager-1.1.0.ebuild
Filename:
MIME Type:
Creator:
Greg Fitzgerald
Created:
2007-05-29 00:02:54 UTC
Size:
1009 bytes
patch
obsolete
># Copyright 1999-2007 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit eutils > >DESCRIPTION="IPager is a pager for fluxbox and other window managers." >HOMEPAGE="http://www.useperl.ru/ipager/" >SRC_URI="http://www.useperl.ru/ipager/src/ipager-${PV}.tar.gz" >LICENSE="MIT" >SLOT="0" >KEYWORDS="~x86 ~amd64" >IUSE="themes xinerama" >RDEPEND="x11-libs/libXext > x11-libs/libX11 > x11-libs/libXmu > x11-libs/libXext > x11-proto/xextproto" >DEPEND="${RDEPEND} > >=dev-util/scons-0.96.1 > xinerama? ( x11-libs/libXinerama )" > >src_unpack(){ > unpack ${A} > cd "${S}" > epatch "${FILESDIR}"/ipager-${PV}-scons.patch || die "epatch for SConstruct failed" >} >src_compile() { > scons ${MAKEOPTS} || die "scons failed" >} >src_install() { > scons install DESTDIR=${D} || die "scons install failed" > dodoc ChangeLog LICENSE README ToDo > if use themes; then > dodir /usr/share/ipager/themes > insinto /usr/share/ipager/themes > doins themes/*.conf || die "Could not install themes" > 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 173562
:
115570
|
120552
|
120553
|
120558
|
120559
|
120561
|
163597
|
163598