aidecoe 14/08/07 19:44:14 Modified: alot-0.3.5.ebuild alot-0.3.6.ebuild ChangeLog Log: Removed deprecated call to default pkg_setup. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key F0134531E1DBFAB5)
Revision Changes Path 1.3 mail-client/alot/alot-0.3.5.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/alot/alot-0.3.5.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/alot/alot-0.3.5.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/alot/alot-0.3.5.ebuild?r1=1.2&r2=1.3 Index: alot-0.3.5.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/mail-client/alot/alot-0.3.5.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- alot-0.3.5.ebuild 3 Aug 2013 09:45:43 -0000 1.2 +++ alot-0.3.5.ebuild 7 Aug 2014 19:44:13 -0000 1.3 @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/alot/alot-0.3.5.ebuild,v 1.2 2013/08/03 09:45:43 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/alot/alot-0.3.5.ebuild,v 1.3 2014/08/07 19:44:13 aidecoe Exp $ EAPI=5 @@ -33,8 +33,6 @@ ALOT_UPDATE="" pkg_setup() { - python-r1_pkg_setup - if has_version "<${CATEGORY}/${PN}-0.3.2"; then ALOT_UPDATE="yes" fi 1.2 mail-client/alot/alot-0.3.6.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/alot/alot-0.3.6.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/alot/alot-0.3.6.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/alot/alot-0.3.6.ebuild?r1=1.1&r2=1.2 Index: alot-0.3.6.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/mail-client/alot/alot-0.3.6.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- alot-0.3.6.ebuild 7 Aug 2014 19:05:49 -0000 1.1 +++ alot-0.3.6.ebuild 7 Aug 2014 19:44:13 -0000 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/alot/alot-0.3.6.ebuild,v 1.1 2014/08/07 19:05:49 aidecoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/alot/alot-0.3.6.ebuild,v 1.2 2014/08/07 19:44:13 aidecoe Exp $ EAPI=5 @@ -33,8 +33,6 @@ ALOT_UPDATE="" pkg_setup() { - python-r1_pkg_setup - if has_version "<${CATEGORY}/${PN}-0.3.2"; then ALOT_UPDATE="yes" fi 1.22 mail-client/alot/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/alot/ChangeLog?rev=1.22&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/alot/ChangeLog?rev=1.22&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/alot/ChangeLog?r1=1.21&r2=1.22 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/mail-client/alot/ChangeLog,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- ChangeLog 7 Aug 2014 19:05:49 -0000 1.21 +++ ChangeLog 7 Aug 2014 19:44:13 -0000 1.22 @@ -1,6 +1,10 @@ # ChangeLog for mail-client/alot # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/alot/ChangeLog,v 1.21 2014/08/07 19:05:49 aidecoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/alot/ChangeLog,v 1.22 2014/08/07 19:44:13 aidecoe Exp $ + + 07 Aug 2014; Amadeusz Żołnowski <[email protected]> alot-0.3.5.ebuild, + alot-0.3.6.ebuild: + Removed deprecated call to default pkg_setup. *alot-0.3.6 (07 Aug 2014)
