* [gentoo-commits] gentoo-x86 commit in net-mail/mu: ChangeLog mu-0.9.6.ebuild mu-0.9.2.ebuild
@ 2011-06-07 4:42 Thomas Kahle (tomka)
0 siblings, 0 replies; only message in thread
From: Thomas Kahle (tomka) @ 2011-06-07 4:42 UTC (permalink / raw
To: gentoo-commits
tomka 11/06/07 04:42:56
Modified: ChangeLog
Added: mu-0.9.6.ebuild
Removed: mu-0.9.2.ebuild
Log:
bump to 0.9.6 and remove old
(Portage version: 2.1.9.50/cvs/Linux i686)
Revision Changes Path
1.4 net-mail/mu/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/mu/ChangeLog?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/mu/ChangeLog?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/mu/ChangeLog?r1=1.3&r2=1.4
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-mail/mu/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog 21 Mar 2011 23:18:35 -0000 1.3
+++ ChangeLog 7 Jun 2011 04:42:56 -0000 1.4
@@ -1,6 +1,12 @@
# ChangeLog for net-mail/mu
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/mu/ChangeLog,v 1.3 2011/03/21 23:18:35 nirbheek Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/mu/ChangeLog,v 1.4 2011/06/07 04:42:56 tomka Exp $
+
+*mu-0.9.6 (07 Jun 2011)
+
+ 07 Jun 2011; Thomas Kahle <tomka@gentoo.org> -mu-0.9.2.ebuild,
+ +mu-0.9.6.ebuild:
+ bump to 0.9.6 and remove old
21 Mar 2011; Nirbheek Chauhan <nirbheek@gentoo.org> mu-0.9.2.ebuild:
Fix slot-deps on gnome libs
1.1 net-mail/mu/mu-0.9.6.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/mu/mu-0.9.6.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/mu/mu-0.9.6.ebuild?rev=1.1&content-type=text/plain
Index: mu-0.9.6.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-mail/mu/mu-0.9.6.ebuild,v 1.1 2011/06/07 04:42:56 tomka Exp $
EAPI=3
inherit base
DESCRIPTION="Set of tools to deal with Maildirs, in particular, searching and indexing"
HOMEPAGE="http://www.djcbsoftware.nl/code/mu/"
SRC_URI="http://mu0.googlecode.com/files/${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="gui"
DEPEND=">=dev-libs/gmime-2.4:2.4
dev-libs/xapian
>=dev-libs/glib-2.22:2
gui? ( x11-libs/gtk+:2
net-libs/webkit-gtk:2 ) "
RDEPEND="${DEPEND}"
src_configure() {
local guiconf
if use gui; then
guiconf="--with-gui=gtk2"
else
guiconf="--with-gui=none"
fi
econf "${guiconf}"
}
src_install () {
base_src_install
# Installing the guis is not supported by upstream
if use gui; then
dobin toys/mug/mug || die
dobin toys/mug2/mug2 || die
fi
}
pkg_postinst() {
elog "The database format changed. Please reindex your mail"
elog "using 'mu index --rebuild'."
elog "See the manpage for additional information."
}
DOCS=( "AUTHORS" "HACKING" "NEWS" "TODO" )
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2011-06-07 4:43 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-07 4:42 [gentoo-commits] gentoo-x86 commit in net-mail/mu: ChangeLog mu-0.9.6.ebuild mu-0.9.2.ebuild Thomas Kahle (tomka)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox