diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2008-12-10 23:36:07 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2008-12-10 23:36:07 +0000 |
commit | 571e1ff43a49007b28e8f9df8badac118d2328d6 (patch) | |
tree | 80d024ecb8a976ebc0d3ca097dbb1f0e2a2c6da9 /mail-client | |
parent | Add new ebuild with the patch from bug #230373, which builds with --as-needed... (diff) | |
download | gentoo-2-571e1ff43a49007b28e8f9df8badac118d2328d6.tar.gz gentoo-2-571e1ff43a49007b28e8f9df8badac118d2328d6.tar.bz2 gentoo-2-571e1ff43a49007b28e8f9df8badac118d2328d6.zip |
readd version that has been removed by mistake and clean out the correct ebuild
(Portage version: 2.1.4.5, RepoMan options: --force)
Diffstat (limited to 'mail-client')
-rw-r--r-- | mail-client/claws-mail-attachwarner/ChangeLog | 8 | ||||
-rw-r--r-- | mail-client/claws-mail-attachwarner/claws-mail-attachwarner-0.2.14.ebuild (renamed from mail-client/claws-mail-attachwarner/claws-mail-attachwarner-0.2.12.ebuild) | 4 |
2 files changed, 9 insertions, 3 deletions
diff --git a/mail-client/claws-mail-attachwarner/ChangeLog b/mail-client/claws-mail-attachwarner/ChangeLog index 8927ee0a91d5..40219618fb02 100644 --- a/mail-client/claws-mail-attachwarner/ChangeLog +++ b/mail-client/claws-mail-attachwarner/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for mail-client/claws-mail-attachwarner # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-attachwarner/ChangeLog,v 1.25 2008/12/08 00:01:50 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-attachwarner/ChangeLog,v 1.26 2008/12/10 23:36:07 fauli Exp $ + + 10 Dec 2008; Christian Faulhammer <fauli@gentoo.org> + -claws-mail-attachwarner-0.2.12.ebuild, + +claws-mail-attachwarner-0.2.14.ebuild: + readd version that has been removed by mistake and clean out the correct + ebuild 07 Dec 2008; Christian Faulhammer <fauli@gentoo.org> -claws-mail-attachwarner-0.2.14.ebuild: diff --git a/mail-client/claws-mail-attachwarner/claws-mail-attachwarner-0.2.12.ebuild b/mail-client/claws-mail-attachwarner/claws-mail-attachwarner-0.2.14.ebuild index 327761930fa2..acaf5917f112 100644 --- a/mail-client/claws-mail-attachwarner/claws-mail-attachwarner-0.2.12.ebuild +++ b/mail-client/claws-mail-attachwarner/claws-mail-attachwarner-0.2.14.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-attachwarner/claws-mail-attachwarner-0.2.12.ebuild,v 1.3 2008/06/14 19:46:00 ken69267 Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-attachwarner/claws-mail-attachwarner-0.2.14.ebuild,v 1.4 2008/12/10 23:36:07 fauli Exp $ MY_P="${P#claws-mail-}" @@ -11,7 +11,7 @@ LICENSE="GPL-3" SLOT="0" KEYWORDS="amd64 ~ppc x86" IUSE="nls" -RDEPEND=">=mail-client/claws-mail-3.4.0 +RDEPEND=">=mail-client/claws-mail-3.6.1 nls? ( >=sys-devel/gettext-0.12.1 )" DEPEND="${RDEPEND} dev-util/pkgconfig" |