Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 237847 Details for
Bug 301196
Gnubiff 2.2.13 version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Ebuild updates for gnubiff-2.2.13
gnubiff-2.2.11-to-2.2.13.diff (text/plain), 1.47 KB, created by
Tim Harder
on 2010-07-07 08:34:51 UTC
(
hide
)
Description:
Ebuild updates for gnubiff-2.2.13
Filename:
MIME Type:
Creator:
Tim Harder
Created:
2010-07-07 08:34:51 UTC
Size:
1.47 KB
patch
obsolete
>--- gnubiff-2.2.11.ebuild 2009-05-22 13:18:30.000000000 -0700 >+++ gnubiff-2.2.13.ebuild 2010-07-07 01:26:55.749724779 -0700 >@@ -1,18 +1,19 @@ >-# Copyright 1999-2009 Gentoo Foundation >+# Copyright 1999-2010 Gentoo Foundation > # Distributed under the terms of the GNU General Public License v2 >-# $Header: /var/cvsroot/gentoo-x86/net-mail/gnubiff/gnubiff-2.2.11.ebuild,v 1.1 2009/05/22 20:18:30 dertobi123 Exp $ >+# $Header: $ > >-inherit base eutils >+EAPI=3 > > DESCRIPTION="A mail notification program" > HOMEPAGE="http://gnubiff.sourceforge.net/" > SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" >-LICENSE="GPL-2" >+ >+LICENSE="GPL-3" > SLOT="0" > KEYWORDS="~alpha ~amd64 ~ia64 ~x86" > IUSE="debug fam gnome nls password" > >-RDEPEND=">=x11-libs/gtk+-2.4 >+RDEPEND=">=x11-libs/gtk+-2.6 > >=gnome-base/libglade-2.3 > dev-libs/popt > gnome? ( >@@ -24,18 +25,17 @@ > DEPEND="${RDEPEND} > dev-util/pkgconfig" > >-src_compile() { >- econf $(use_enable debug) \ >+src_configure() { >+ econf \ >+ $(use_enable debug) \ > $(use_enable gnome) \ > $(use_enable nls) \ > $(use_enable fam) \ > $(use_with password) \ >- $(use_with password password-string ${RANDOM}${RANDOM}${RANDOM}${RANDOM}) \ >- ${myconf} || die "econf failed" >- emake || die "emake failed" >+ $(use_with password password-string ${RANDOM}${RANDOM}${RANDOM}${RANDOM}) > } > > src_install() { >- make DESTDIR="${D}" install || die "make install failed" >+ emake DESTDIR="${D}" install || die "emake install failed" > dodoc AUTHORS ChangeLog NEWS README THANKS TODO > }
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 301196
: 237847