Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 219303 Details for
Bug 301502
Version Bump: =app-misc/abook-0.6.0_pre2
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
abook-0.6.0_pre2-r1.ebuild
abook-0.6.0_pre2-r1.ebuild (text/plain), 1.44 KB, created by
Roger
on 2010-02-12 03:11:12 UTC
(
hide
)
Description:
abook-0.6.0_pre2-r1.ebuild
Filename:
MIME Type:
Creator:
Roger
Created:
2010-02-12 03:11:12 UTC
Size:
1.44 KB
patch
obsolete
># Copyright 1999-2007 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/app-misc/abook/abook-0.5.6.ebuild,v 1.8 2007/07/21 21:08:54 grobian Exp $ > >inherit eutils > >DESCRIPTION="Abook is a text-based addressbook program designed to use with mutt mail client." >HOMEPAGE="http://abook.sourceforge.net/" >#SRC_URI="mirror://sourceforge/abook/${P}.tar.gz" ># This specific source version package uses a non-standard download location ># with a non-standard Gentoo naming pre version field, so make SRC_URI use it ># instead. >SRC_URI="http://abook.sourceforge.net/devel/${PN}-0.6.0pre2.tar.gz" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86 ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris" >IUSE="nls vcard" > >RDEPEND="nls? ( virtual/libintl )" >DEPEND="nls? ( sys-devel/gettext )" > >src_unpack() { > > unpack ${A} > > # This package version doesn't submit to Gentoo naming standards, so make > # Gentoo's $S variable use it instead. > S=${WORKDIR}/${PN}"-0.6.0pre2" > cd ${S} > > if use vcard; then > epatch ${FILESDIR}/${PN}_vcard_import-20080603.patch > epatch ${FILESDIR}/${PN}_vcard_fix-20100211.patch > fi > >} > >src_compile() { > econf $(use_enable nls) || die "configure failed" > emake || die "make failed" >} > >src_install() { > make DESTDIR="${D}" install || die "install failed" > dodoc BUGS ChangeLog FAQ README TODO \ > sample.abookrc || die "dodoc failed" >}
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 301502
:
216886
| 219303 |
219305
|
219307