diff options
author | Amadeusz Piotr Żołnowski <aidecoe@gentoo.org> | 2012-08-01 10:35:11 +0000 |
---|---|---|
committer | Amadeusz Piotr Żołnowski <aidecoe@gentoo.org> | 2012-08-01 10:35:11 +0000 |
commit | a471da8e0bbb84b259dea85287452cf26ab70634 (patch) | |
tree | 8c77c654289c99cb1820677a5df3d67778890e25 /mail-client/alot | |
parent | Version bump. (diff) | |
download | gentoo-2-a471da8e0bbb84b259dea85287452cf26ab70634.tar.gz gentoo-2-a471da8e0bbb84b259dea85287452cf26ab70634.tar.bz2 gentoo-2-a471da8e0bbb84b259dea85287452cf26ab70634.zip |
Remove obsolete warnings from 0.3 and 0.3.1.
(Portage version: 2.1.11.9/cvs/Linux x86_64)
Diffstat (limited to 'mail-client/alot')
-rw-r--r-- | mail-client/alot/ChangeLog | 6 | ||||
-rw-r--r-- | mail-client/alot/alot-0.3.1.ebuild | 10 | ||||
-rw-r--r-- | mail-client/alot/alot-0.3.ebuild | 10 |
3 files changed, 7 insertions, 19 deletions
diff --git a/mail-client/alot/ChangeLog b/mail-client/alot/ChangeLog index 89d2a91ead8a..b64850523492 100644 --- a/mail-client/alot/ChangeLog +++ b/mail-client/alot/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for mail-client/alot # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/alot/ChangeLog,v 1.12 2012/08/01 10:33:35 aidecoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/alot/ChangeLog,v 1.13 2012/08/01 10:35:11 aidecoe Exp $ + + 01 Aug 2012; Amadeusz Żołnowski <aidecoe@gentoo.org> alot-0.3.ebuild, + alot-0.3.1.ebuild: + Remove obsolete warnings from 0.3 and 0.3.1. *alot-0.3.2 (01 Aug 2012) diff --git a/mail-client/alot/alot-0.3.1.ebuild b/mail-client/alot/alot-0.3.1.ebuild index fff9d109a248..adef29bb5e31 100644 --- a/mail-client/alot/alot-0.3.1.ebuild +++ b/mail-client/alot/alot-0.3.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/alot/alot-0.3.1.ebuild,v 1.4 2012/05/19 09:09:11 aidecoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/alot/alot-0.3.1.ebuild,v 1.5 2012/08/01 10:35:11 aidecoe Exp $ EAPI=4 @@ -58,11 +58,3 @@ src_install() { dohtml -r docs/build/html/* fi } - -pkg_postinst() { - ewarn "Versioning scheme has been corrected. Previous 0.21 is 0.2.1 now." - echo - ewarn "If you're upgrading from version prior to 0.3, you need to remove" - ewarn "current config (\$HOME/.config/alot/config) before running alot," - ewarn "because its format has been changed." -} diff --git a/mail-client/alot/alot-0.3.ebuild b/mail-client/alot/alot-0.3.ebuild index df8bc494395c..fe6fedba51bd 100644 --- a/mail-client/alot/alot-0.3.ebuild +++ b/mail-client/alot/alot-0.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/alot/alot-0.3.ebuild,v 1.4 2012/05/19 07:52:11 aidecoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/alot/alot-0.3.ebuild,v 1.5 2012/08/01 10:35:11 aidecoe Exp $ EAPI=4 @@ -57,11 +57,3 @@ src_install() { dohtml -r docs/build/html/* fi } - -pkg_postinst() { - ewarn "Versioning scheme has been corrected. Previous 0.21 is 0.2.1 now." - echo - ewarn "If you're upgrading from version prior to 0.3, you need to remove" - ewarn "current config (\$HOME/.config/alot/config) before running alot," - ewarn "because its format has been changed." -} |