Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 461180 Details for
Bug 607010
mail-filter/imapfilter-2.6.10 version bump request
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
updated ebuild for imapfilter
imapfilter-2.6.10.ebuild (text/plain), 886 bytes, created by
Martin Zwicknagl
on 2017-01-24 10:00:00 UTC
(
hide
)
Description:
updated ebuild for imapfilter
Filename:
MIME Type:
Creator:
Martin Zwicknagl
Created:
2017-01-24 10:00:00 UTC
Size:
886 bytes
patch
obsolete
># Copyright 1999-2015 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Id$ > >EAPI=5 > >inherit toolchain-funcs > >DESCRIPTION="An IMAP mail filtering utility" >HOMEPAGE="http://imapfilter.hellug.gr" >SRC_URI="https://github.com/lefcha/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" > >LICENSE="MIT" >SLOT="0" >KEYWORDS="~amd64 ~ppc ~x86" > >IUSE="libressl" > >RDEPEND=" > !libressl? ( dev-libs/openssl:0 ) > libressl? ( dev-libs/libressl ) > dev-libs/libpcre > dev-lang/lua:*" >DEPEND="${RDEPEND}" > >DOCS="AUTHORS NEWS README samples/*" > >src_prepare() { > sed -i -e "/^PREFIX/s:/usr/local:${EPREFIX}/usr:" \ > -e "/^MANDIR/s:man:share/man:" \ > -e "/^CFLAGS/s:CFLAGS =:CFLAGS +=:" \ > -e "/^CFLAGS/s/-O//" \ > src/Makefile || die >} > >src_compile() { > emake CC="$(tc-getCC)" LDFLAGS="${LDFLAGS}" >} > >src_install() { > default > doman doc/imapfilter.1 doc/imapfilter_config.5 >}
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 607010
:
461180
|
461254
|
461256