voyageur 14/10/27 09:57:22 Modified: ChangeLog Added: gnumail-1.2.2.ebuild Log: Version bump, clean ebuild (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key C74525F2)
Revision Changes Path 1.39 gnustep-apps/gnumail/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnustep-apps/gnumail/ChangeLog?rev=1.39&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnustep-apps/gnumail/ChangeLog?rev=1.39&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnustep-apps/gnumail/ChangeLog?r1=1.38&r2=1.39 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/gnustep-apps/gnumail/ChangeLog,v retrieving revision 1.38 retrieving revision 1.39 diff -u -r1.38 -r1.39 --- ChangeLog 20 Oct 2014 13:33:58 -0000 1.38 +++ ChangeLog 27 Oct 2014 09:57:22 -0000 1.39 @@ -1,6 +1,11 @@ # ChangeLog for gnustep-apps/gnumail # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/gnumail/ChangeLog,v 1.38 2014/10/20 13:33:58 voyageur Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/gnumail/ChangeLog,v 1.39 2014/10/27 09:57:22 voyageur Exp $ + +*gnumail-1.2.2 (27 Oct 2014) + + 27 Oct 2014; Bernard Cafarelli <[email protected]> +gnumail-1.2.2.ebuild: + Version bump, clean ebuild 20 Oct 2014; Bernard Cafarelli <[email protected]> -gnumail-1.2.0_pre3-r1.ebuild, gnumail-1.2.0.ebuild, 1.1 gnustep-apps/gnumail/gnumail-1.2.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnustep-apps/gnumail/gnumail-1.2.2.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnustep-apps/gnumail/gnumail-1.2.2.ebuild?rev=1.1&content-type=text/plain Index: gnumail-1.2.2.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/gnustep-apps/gnumail/gnumail-1.2.2.ebuild,v 1.1 2014/10/27 09:57:22 voyageur Exp $ EAPI=5 inherit gnustep-2 MY_P=${P/gnum/GNUM} S=${WORKDIR}/${MY_P} DESCRIPTION="A fully featured mail application for GNUstep" HOMEPAGE="http://www.collaboration-world.com/gnumail/" SRC_URI="http://download.gna.org/gnustep-nonfsf/${MY_P}.tar.gz" KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd" LICENSE="GPL-2" SLOT="0" IUSE="crypt" DEPEND=">=gnustep-base/gnustep-gui-0.11.0 =gnustep-libs/pantomime-1.2* gnustep-apps/addresses" RDEPEND="crypt? ( app-crypt/gnupg )" src_prepare() { sed -i -e 's|GNUMail_GUI_LIBS =|LIBRARIES_DEPEND_UPON +=|' \ Framework/GNUMail/GNUmakefile || die "as-needed sed failed" use crypt || sed -i -e 's|Bundles/PGP||' \ GNUmakefile || die "PGP bundle sed failed" } src_install() { gnustep-base_src_install dodoc "${S}"/Documentation/* }
