diff options
author | Wolfram Schlich <wschlich@gentoo.org> | 2009-04-21 14:58:47 +0000 |
---|---|---|
committer | Wolfram Schlich <wschlich@gentoo.org> | 2009-04-21 14:58:47 +0000 |
commit | e8aa02abc24431293078cfcb25a91d7d3cc137a4 (patch) | |
tree | dd309d4398d581c70a7e3b45e6ada30d875c5c33 /net-mail | |
parent | Initial commit. Ebuild by Sebastian Magrí <sebasmagri@gmail.com> . Bug 266932. (diff) | |
download | gentoo-2-e8aa02abc24431293078cfcb25a91d7d3cc137a4.tar.gz gentoo-2-e8aa02abc24431293078cfcb25a91d7d3cc137a4.tar.bz2 gentoo-2-e8aa02abc24431293078cfcb25a91d7d3cc137a4.zip |
version bump, removed old version
(Portage version: 2.2_rc26/cvs/Linux i686)
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/dovecot/ChangeLog | 8 | ||||
-rw-r--r-- | net-mail/dovecot/dovecot-1.1.14.ebuild (renamed from net-mail/dovecot/dovecot-1.1.13.ebuild) | 6 |
2 files changed, 10 insertions, 4 deletions
diff --git a/net-mail/dovecot/ChangeLog b/net-mail/dovecot/ChangeLog index c704d0141026..5d763c78caeb 100644 --- a/net-mail/dovecot/ChangeLog +++ b/net-mail/dovecot/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-mail/dovecot # Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/dovecot/ChangeLog,v 1.201 2009/03/22 13:14:44 wschlich Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/dovecot/ChangeLog,v 1.202 2009/04/21 14:58:47 wschlich Exp $ + +*dovecot-1.1.14 (20 Apr 2009) + + 20 Apr 2009; Wolfram Schlich <wschlich@gentoo.org> -dovecot-1.1.13.ebuild, + +dovecot-1.1.14.ebuild: + version bump, removed old version *dovecot-1.1.13 (22 Mar 2009) diff --git a/net-mail/dovecot/dovecot-1.1.13.ebuild b/net-mail/dovecot/dovecot-1.1.14.ebuild index 057676e972ef..be07c74cd899 100644 --- a/net-mail/dovecot/dovecot-1.1.13.ebuild +++ b/net-mail/dovecot/dovecot-1.1.14.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/dovecot/dovecot-1.1.13.ebuild,v 1.1 2009/03/22 13:14:44 wschlich Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/dovecot/dovecot-1.1.14.ebuild,v 1.1 2009/04/21 14:58:47 wschlich Exp $ inherit autotools eutils ssl-cert versionator @@ -9,8 +9,8 @@ MY_PV12=$(get_version_component_range 1-2 ${PV}) S="${WORKDIR}/${MY_P}" SIEVE="dovecot-sieve-1.1.6" SIEVE_S="${WORKDIR}/${SIEVE}" -MANAGESIEVE_PATCH="managesieve-0.10.5" -MANAGESIEVE="managesieve-0.10.5" +MANAGESIEVE_PATCH="managesieve-0.10.6" +MANAGESIEVE="managesieve-0.10.6" MANAGESIEVE_S="${WORKDIR}/${PN}-${MY_PV12}-${MANAGESIEVE}" SRC_URI="http://dovecot.org/releases/${MY_PV12}/${MY_P}.tar.gz |