Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 163598 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 with gcc patch
ipager-1.1.0.ebuild (text/plain), 1.20 KB, created by
laqie
on 2008-08-23 04:59:49 UTC
(
hide
)
Description:
x11-misc/ipager-1.1.0.ebuild with gcc patch
Filename:
MIME Type:
Creator:
laqie
Created:
2008-08-23 04:59:49 UTC
Size:
1.20 KB
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" > epatch "${FILESDIR}"/ipager-${PV}-gcc.patch || die "epatch for gcc failed" >} >src_compile() { > if use xinerama; then > myconf="${myconf} xinerama=yes" > fi > scons --cache-disable \ > ${MAKEOPTS} ${myconf} CFLAGS="${CFLAGS}" || die "scons failed" >} >src_install() { > scons --cache-disable DESTDIR=${D} PREFIX=/usr install \ > || 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