diff options
author | Marius Mauch <genone@gentoo.org> | 2004-12-14 06:42:13 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2004-12-14 06:42:13 +0000 |
commit | 54fd1ac389b83d2386183af23f0d6d8bcae8794e (patch) | |
tree | adacd9c1cc6c0854960f7eb82c2cfec68f59623f /mail-client/sylpheed-claws-mailmbox | |
parent | Re-add to tree since linux is now supported. (Manifest recommit) (diff) | |
download | gentoo-2-54fd1ac389b83d2386183af23f0d6d8bcae8794e.tar.gz gentoo-2-54fd1ac389b83d2386183af23f0d6d8bcae8794e.tar.bz2 gentoo-2-54fd1ac389b83d2386183af23f0d6d8bcae8794e.zip |
version bump / fixing dependencies
Diffstat (limited to 'mail-client/sylpheed-claws-mailmbox')
-rw-r--r-- | mail-client/sylpheed-claws-mailmbox/Manifest | 8 | ||||
-rw-r--r-- | mail-client/sylpheed-claws-mailmbox/sylpheed-claws-mailmbox-0.9.ebuild | 4 |
2 files changed, 6 insertions, 6 deletions
diff --git a/mail-client/sylpheed-claws-mailmbox/Manifest b/mail-client/sylpheed-claws-mailmbox/Manifest index 45bf6d6dca79..a9734be2815e 100644 --- a/mail-client/sylpheed-claws-mailmbox/Manifest +++ b/mail-client/sylpheed-claws-mailmbox/Manifest @@ -2,13 +2,13 @@ Hash: SHA1 MD5 5d0a878a0318c6d261424c0f55af1345 metadata.xml 392 -MD5 d47dc52082984190a724378ba4c8bfd8 sylpheed-claws-mailmbox-0.9.ebuild 756 MD5 dba5a4d7a24fa7e3721ae3058d4d5f3c ChangeLog 834 +MD5 55d3c28841911e840843abadc901fdfc sylpheed-claws-mailmbox-0.9.ebuild 758 MD5 72109419685fb54ad908a857ff95a3f0 files/digest-sylpheed-claws-mailmbox-0.9 64 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (GNU/Linux) -iD8DBQFBdXFpugEuf3OQ0akRAouMAJ9e005GHfnz8Mnz9r9HxDoOHE5P1ACfYqn/ -TWsPVlkWtau1NZSfpY5T420= -=v7SI +iD8DBQFBvoq26J2i8a8J4okRAmwdAJ4udIZWFW7JSBfPiOsnsK5BI9ItEQCcD+dc +e0qv3Eb2iwfIhBm6ypFpIDA= +=/lw4 -----END PGP SIGNATURE----- diff --git a/mail-client/sylpheed-claws-mailmbox/sylpheed-claws-mailmbox-0.9.ebuild b/mail-client/sylpheed-claws-mailmbox/sylpheed-claws-mailmbox-0.9.ebuild index e0a9936f0062..151386cfbe24 100644 --- a/mail-client/sylpheed-claws-mailmbox/sylpheed-claws-mailmbox-0.9.ebuild +++ b/mail-client/sylpheed-claws-mailmbox/sylpheed-claws-mailmbox-0.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed-claws-mailmbox/sylpheed-claws-mailmbox-0.9.ebuild,v 1.4 2004/10/19 19:56:08 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed-claws-mailmbox/sylpheed-claws-mailmbox-0.9.ebuild,v 1.5 2004/12/14 06:42:13 genone Exp $ MY_P="${P##sylpheed-claws-}" @@ -11,7 +11,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 ~ppc ~sparc ~amd64 ~alpha" IUSE="" -DEPEND=">=mail-client/sylpheed-claws-0.9.12b" +DEPEND="=mail-client/sylpheed-claws-0.9.12b-r1" S="${WORKDIR}/${MY_P}" |