xmw 15/02/27 11:59:38 Modified: fdm-1.7.ebuild ChangeLog Added: fdm-1.8.ebuild Removed: fdm-1.6-r1.ebuild Log: Version bump (bug 539634, thanks [email protected] for the hint). (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 62EEF090)
Revision Changes Path 1.5 net-mail/fdm/fdm-1.7.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/fdm/fdm-1.7.ebuild?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/fdm/fdm-1.7.ebuild?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/fdm/fdm-1.7.ebuild?r1=1.4&r2=1.5 Index: fdm-1.7.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-mail/fdm/fdm-1.7.ebuild,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- fdm-1.7.ebuild 3 Mar 2014 23:32:15 -0000 1.4 +++ fdm-1.7.ebuild 27 Feb 2015 11:59:38 -0000 1.5 @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/fdm/fdm-1.7.ebuild,v 1.4 2014/03/03 23:32:15 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/fdm/fdm-1.7.ebuild,v 1.5 2015/02/27 11:59:38 xmw Exp $ EAPI=5 @@ -15,7 +15,7 @@ KEYWORDS="amd64 x86" IUSE="courierauth examples pcre" -DEPEND="dev-libs/openssl +DEPEND="dev-libs/openssl:0 sys-libs/tdb courierauth? ( net-libs/courier-authlib ) pcre? ( dev-libs/libpcre )" 1.10 net-mail/fdm/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/fdm/ChangeLog?rev=1.10&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/fdm/ChangeLog?rev=1.10&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/fdm/ChangeLog?r1=1.9&r2=1.10 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-mail/fdm/ChangeLog,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- ChangeLog 3 Mar 2014 23:32:15 -0000 1.9 +++ ChangeLog 27 Feb 2015 11:59:38 -0000 1.10 @@ -1,6 +1,12 @@ # ChangeLog for net-mail/fdm -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/fdm/ChangeLog,v 1.9 2014/03/03 23:32:15 pacho Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-mail/fdm/ChangeLog,v 1.10 2015/02/27 11:59:38 xmw Exp $ + +*fdm-1.8 (27 Feb 2015) + + 27 Feb 2015; Michael Weber <[email protected]> +fdm-1.8.ebuild, + -fdm-1.6-r1.ebuild, fdm-1.7.ebuild: + Version bump (bug 539634, thanks [email protected] for the hint). 03 Mar 2014; Pacho Ramos <[email protected]> fdm-1.7.ebuild: amd64 stable, bug #474878 1.1 net-mail/fdm/fdm-1.8.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/fdm/fdm-1.8.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/fdm/fdm-1.8.ebuild?rev=1.1&content-type=text/plain Index: fdm-1.8.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/net-mail/fdm/fdm-1.8.ebuild,v 1.1 2015/02/27 11:59:38 xmw Exp $ EAPI=5 inherit eutils multilib toolchain-funcs user DESCRIPTION="fetch, filter and deliver mail" HOMEPAGE="http://fdm.sourceforge.net" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="courierauth examples pcre" DEPEND="dev-libs/openssl:0 sys-libs/tdb courierauth? ( net-libs/courier-authlib ) pcre? ( dev-libs/libpcre )" RDEPEND="${DEPEND}" pkg_setup() { enewuser _fdm } src_prepare() { rm Makefile || die sed -e '/^FDEBUG=/s:=.*:=:' \ -e "/ifdef COURIER/aLIBS+=-L${EROOT}usr/$(get_libdir)/courier-authlib" \ -e '/CPPFLAGS/s: -I/usr/local/include : :' \ -i GNUmakefile || die } src_compile() { emake CC="$(tc-getCC)" \ COURIER=$(use courierauth && echo 1) \ PCRE=$(use pcre && echo 1) } src_install() { emake DESTDIR="${D}" PREFIX=/usr MANDIR=/usr/share/man install dodoc CHANGES README TODO MANUAL if use examples ; then docinto examples dodoc examples/* fi }
