diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2015-02-25 05:44:53 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2015-02-25 05:44:53 +0000 |
commit | f7090eb819b1d4e59c87d64ea77dbfd7ebbdb516 (patch) | |
tree | bfdc7b84e01b8403de4ea669f9d9dbd53336e2d3 /mail-filter | |
parent | Add missing dep (diff) | |
download | gentoo-2-f7090eb819b1d4e59c87d64ea77dbfd7ebbdb516.tar.gz gentoo-2-f7090eb819b1d4e59c87d64ea77dbfd7ebbdb516.tar.bz2 gentoo-2-f7090eb819b1d4e59c87d64ea77dbfd7ebbdb516.zip |
Bump.
(Portage version: 2.2.16/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'mail-filter')
-rw-r--r-- | mail-filter/procmail-lib/ChangeLog | 11 | ||||
-rw-r--r-- | mail-filter/procmail-lib/procmail-lib-20081108.ebuild | 6 | ||||
-rw-r--r-- | mail-filter/procmail-lib/procmail-lib-20091202.ebuild | 24 |
3 files changed, 35 insertions, 6 deletions
diff --git a/mail-filter/procmail-lib/ChangeLog b/mail-filter/procmail-lib/ChangeLog index 8b9a96ca400e..94f872fad0de 100644 --- a/mail-filter/procmail-lib/ChangeLog +++ b/mail-filter/procmail-lib/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for mail-filter/procmail-lib -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-filter/procmail-lib/ChangeLog,v 1.7 2012/04/23 17:36:29 mgorny Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/mail-filter/procmail-lib/ChangeLog,v 1.8 2015/02/25 05:44:53 robbat2 Exp $ + +*procmail-lib-20091202 (25 Feb 2015) + + 25 Feb 2015; Robin H. Johnson <robbat2@gentoo.org> + +procmail-lib-20091202.ebuild, procmail-lib-20081108.ebuild: + Bump. 23 Apr 2012; Michał Górny <mgorny@gentoo.org> procmail-lib-20081108.ebuild: Use mirror:// in SRC_URI. @@ -27,4 +33,3 @@ 09 Jan 2009; Tobias Scherbaum <dertobi123@gentoo.org> +metadata.xml, +procmail-lib-20081108.ebuild: Initial import, #213364. Ebuild by Martin Mokrejs - diff --git a/mail-filter/procmail-lib/procmail-lib-20081108.ebuild b/mail-filter/procmail-lib/procmail-lib-20081108.ebuild index 7a76c6ce17dc..04008d69c48d 100644 --- a/mail-filter/procmail-lib/procmail-lib-20081108.ebuild +++ b/mail-filter/procmail-lib/procmail-lib-20081108.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-filter/procmail-lib/procmail-lib-20081108.ebuild,v 1.7 2012/04/23 17:36:29 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-filter/procmail-lib/procmail-lib-20081108.ebuild,v 1.8 2015/02/25 05:44:53 robbat2 Exp $ -MY_PV="2008.1108" +MY_PV="${PV:0:4}.${PV:4}" DESCRIPTION="Procmail Module Library is a collection of modules for Procmail" HOMEPAGE="http://freshmeat.net/projects/procmail-lib" diff --git a/mail-filter/procmail-lib/procmail-lib-20091202.ebuild b/mail-filter/procmail-lib/procmail-lib-20091202.ebuild new file mode 100644 index 000000000000..69ec7453bb1d --- /dev/null +++ b/mail-filter/procmail-lib/procmail-lib-20091202.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/mail-filter/procmail-lib/procmail-lib-20091202.ebuild,v 1.1 2015/02/25 05:44:53 robbat2 Exp $ + +MY_PV="${PV:0:4}.${PV:4}" + +DESCRIPTION="Procmail Module Library is a collection of modules for Procmail" +HOMEPAGE="http://freshmeat.net/projects/procmail-lib" +SRC_URI="mirror://nongnu/${PN}/${PN}-${MY_PV}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~sparc ~x86" +IUSE="" + +DEPEND="" +RDEPEND="mail-filter/procmail" + +S="${WORKDIR}/${PN}-${MY_PV}" + +src_install() { + emake DESTDIR="${D}" prefix=/usr install || die "make install failed" + mv "${D}"/usr/share/doc/"${PN}" "${D}"/usr/share/doc/"${PF}" +} |