robbat2 15/02/25 05:44:53 Modified: procmail-lib-20081108.ebuild ChangeLog Added: procmail-lib-20091202.ebuild Log: Bump. (Portage version: 2.2.16/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path 1.8 mail-filter/procmail-lib/procmail-lib-20081108.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/procmail-lib/procmail-lib-20081108.ebuild?rev=1.8&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/procmail-lib/procmail-lib-20081108.ebuild?rev=1.8&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/procmail-lib/procmail-lib-20081108.ebuild?r1=1.7&r2=1.8 Index: procmail-lib-20081108.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/mail-filter/procmail-lib/procmail-lib-20081108.ebuild,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- procmail-lib-20081108.ebuild 23 Apr 2012 17:36:29 -0000 1.7 +++ procmail-lib-20081108.ebuild 25 Feb 2015 05:44:53 -0000 1.8 @@ -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" 1.8 mail-filter/procmail-lib/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/procmail-lib/ChangeLog?rev=1.8&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/procmail-lib/ChangeLog?rev=1.8&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/procmail-lib/ChangeLog?r1=1.7&r2=1.8 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/mail-filter/procmail-lib/ChangeLog,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- ChangeLog 23 Apr 2012 17:36:29 -0000 1.7 +++ ChangeLog 25 Feb 2015 05:44:53 -0000 1.8 @@ -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 <[email protected]> + +procmail-lib-20091202.ebuild, procmail-lib-20081108.ebuild: + Bump. 23 Apr 2012; Michał Górny <[email protected]> procmail-lib-20081108.ebuild: Use mirror:// in SRC_URI. @@ -27,4 +33,3 @@ 09 Jan 2009; Tobias Scherbaum <[email protected]> +metadata.xml, +procmail-lib-20081108.ebuild: Initial import, #213364. Ebuild by Martin Mokrejs - 1.1 mail-filter/procmail-lib/procmail-lib-20091202.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/procmail-lib/procmail-lib-20091202.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/procmail-lib/procmail-lib-20091202.ebuild?rev=1.1&content-type=text/plain Index: procmail-lib-20091202.ebuild =================================================================== # 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}" }
