From: "Tim Harder (radhermit)" <radhermit@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in app-misc/abook: ChangeLog abook-0.6.0_pre2.ebuild
Date: Sun, 3 Oct 2010 22:18:40 +0000 (UTC) [thread overview]
Message-ID: <20101003221840.9F2ED20054@flycatcher.gentoo.org> (raw)
radhermit 10/10/03 22:18:40
Modified: ChangeLog
Added: abook-0.6.0_pre2.ebuild
Log:
Version bump (fixes bug #301502, thanks to Roger <rogerx@sdf.org> for reporting), update to EAPI=3, apply patches for vCard import support, and use emake instead of make.
(Portage version: 2.2_rc88/cvs/Linux x86_64)
Revision Changes Path
1.57 app-misc/abook/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/abook/ChangeLog?rev=1.57&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/abook/ChangeLog?rev=1.57&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/abook/ChangeLog?r1=1.56&r2=1.57
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/abook/ChangeLog,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -r1.56 -r1.57
--- ChangeLog 11 Feb 2010 14:59:04 -0000 1.56
+++ ChangeLog 3 Oct 2010 22:18:40 -0000 1.57
@@ -1,6 +1,15 @@
# ChangeLog for app-misc/abook
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/abook/ChangeLog,v 1.56 2010/02/11 14:59:04 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/abook/ChangeLog,v 1.57 2010/10/03 22:18:40 radhermit Exp $
+
+*abook-0.6.0_pre2 (03 Oct 2010)
+
+ 03 Oct 2010; Tim Harder <radhermit@gentoo.org> +abook-0.6.0_pre2.ebuild,
+ +files/abook-0.6.0_pre2-vcard-fix.patch,
+ +files/abook-0.6.0_pre2-vcard-import.patch:
+ Version bump (fixes bug #301502, thanks to Roger <rogerx@sdf.org> for
+ reporting), update to EAPI=3, apply patches for vCard import support, and
+ use emake instead of make.
11 Feb 2010; Torsten Veller <tove@gentoo.org> -abook-0.5.6.ebuild:
Cleanup
1.1 app-misc/abook/abook-0.6.0_pre2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/abook/abook-0.6.0_pre2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/abook/abook-0.6.0_pre2.ebuild?rev=1.1&content-type=text/plain
Index: abook-0.6.0_pre2.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-misc/abook/abook-0.6.0_pre2.ebuild,v 1.1 2010/10/03 22:18:40 radhermit Exp $
EAPI=3
inherit eutils
MY_P="${P/_/}"
DESCRIPTION="Abook is a text-based addressbook program designed to use with mutt mail client."
HOMEPAGE="http://abook.sourceforge.net/"
SRC_URI="http://abook.sourceforge.net/devel/${MY_P}.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"
RDEPEND="nls? ( virtual/libintl )"
DEPEND="nls? ( sys-devel/gettext )"
S="${WORKDIR}/${MY_P}"
src_prepare() {
epatch "${FILESDIR}"/${P}-vcard-import.patch
epatch "${FILESDIR}"/${P}-vcard-fix.patch
}
src_configure() {
econf $(use_enable nls)
}
src_install() {
emake DESTDIR="${D}" install || die "emake install failed"
dodoc BUGS ChangeLog FAQ README TODO sample.abookrc || die "dodoc failed"
}
next reply other threads:[~2010-10-03 22:18 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-10-03 22:18 Tim Harder (radhermit) [this message]
-- strict thread matches above, loose matches on Subject: below --
2012-12-21 18:46 [gentoo-commits] gentoo-x86 commit in app-misc/abook: ChangeLog abook-0.6.0_pre2.ebuild Kenneth Prugh (ken69267)
2012-12-25 3:34 Jeff Horelick (jdhore)
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20101003221840.9F2ED20054@flycatcher.gentoo.org \
--to=radhermit@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox