* [gentoo-commits] gentoo-x86 commit in mail-filter/libmilter: ChangeLog libmilter-8.14.1.ebuild
@ 2007-10-09 18:18 Alin Nastac (mrness)
0 siblings, 0 replies; only message in thread
From: Alin Nastac (mrness) @ 2007-10-09 18:18 UTC (permalink / raw
To: gentoo-commits
mrness 07/10/09 18:18:55
Modified: ChangeLog
Added: libmilter-8.14.1.ebuild
Log:
Version bump. Build with user selected CFLAGS. Correct installation on amd64. Install HTML documentation.
(Portage version: 2.1.3.9)
Revision Changes Path
1.3 mail-filter/libmilter/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-filter/libmilter/ChangeLog?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-filter/libmilter/ChangeLog?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-filter/libmilter/ChangeLog?r1=1.2&r2=1.3
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-filter/libmilter/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog 6 Oct 2007 12:32:44 -0000 1.2
+++ ChangeLog 9 Oct 2007 18:18:54 -0000 1.3
@@ -1,6 +1,13 @@
# ChangeLog for mail-filter/libmilter
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-filter/libmilter/ChangeLog,v 1.2 2007/10/06 12:32:44 dragonheart Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-filter/libmilter/ChangeLog,v 1.3 2007/10/09 18:18:54 mrness Exp $
+
+*libmilter-8.14.1 (09 Oct 2007)
+
+ 09 Oct 2007; Alin Năstac <mrness@gentoo.org> +files/gentoo.config.m4,
+ +libmilter-8.14.1.ebuild:
+ Version bump. Build with user selected CFLAGS. Correct installation on amd64.
+ Install HTML documentation.
06 Oct 2007; Daniel Black <dragonheart@gentoo.org>
libmilter-8.13.7.ebuild:
1.1 mail-filter/libmilter/libmilter-8.14.1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-filter/libmilter/libmilter-8.14.1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-filter/libmilter/libmilter-8.14.1.ebuild?rev=1.1&content-type=text/plain
Index: libmilter-8.14.1.ebuild
===================================================================
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/mail-filter/libmilter/libmilter-8.14.1.ebuild,v 1.1 2007/10/09 18:18:54 mrness Exp $
inherit eutils
MY_PN="sendmail"
DESCRIPTION="The Sendmail Filter API (Milter)"
HOMEPAGE="http://www.sendmail.org/"
SRC_URI="ftp://ftp.sendmail.org/pub/sendmail/sendmail.${PV}.tar.gz"
LICENSE="Sendmail"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND="!mail-mta/sendmail"
RDEPEND="${DEPEND}"
S="${WORKDIR}/sendmail-${PV}"
src_unpack() {
unpack ${A}
sed -e "s:@@CFLAGS@@:${CFLAGS}:" \
"${FILESDIR}/gentoo.config.m4" > "${S}/devtools/Site/site.config.m4" \
|| die "failed to generate site.config.m4"
}
src_compile() {
pushd libmilter
sh Build || die "libmilter compilation failed"
popd
}
src_install () {
local MY_LIBDIR=/usr/$(get_libdir)
dodir "${MY_LIBDIR}" /usr/include/libmilter
emake DESTDIR="${D}" LIBDIR="${MY_LIBDIR}" MANROOT=/usr/share/man/man \
SBINOWN=root SBINGRP=root UBINOWN=root UBINGRP=root \
LIBOWN=root LIBGRP=root GBINOWN=root GBINGRP=root \
MANOWN=root MANGRP=root INCOWN=root INCGRP=root \
MSPQOWN=root CFOWN=root CFGRP=root \
install -C obj.*/libmilter \
|| die "install failed"
dodoc libmilter/README
dohtml libmilter/docs/*
}
--
gentoo-commits@gentoo.org mailing list
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2007-10-09 18:28 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-09 18:18 [gentoo-commits] gentoo-x86 commit in mail-filter/libmilter: ChangeLog libmilter-8.14.1.ebuild Alin Nastac (mrness)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox