diff options
author | Tom Martin <slarti@gentoo.org> | 2005-11-27 12:12:25 +0000 |
---|---|---|
committer | Tom Martin <slarti@gentoo.org> | 2005-11-27 12:12:25 +0000 |
commit | 2e1a8ebce2578d32057488b17c3858dcc3c76c5b (patch) | |
tree | 1ac4a6e5c7103d8afcd517263349a8124fcce7ad /net-mail | |
parent | Remove bonjour support or vlc would fail if avahi 0.6 is installed. See bug #... (diff) | |
download | historical-2e1a8ebce2578d32057488b17c3858dcc3c76c5b.tar.gz historical-2e1a8ebce2578d32057488b17c3858dcc3c76c5b.tar.bz2 historical-2e1a8ebce2578d32057488b17c3858dcc3c76c5b.zip |
Marked ~amd64, resolving bug #108757. Add RESTRICT="test" for upstream tests.
Package-Manager: portage-2.0.53_rc7
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/imapsync/ChangeLog | 6 | ||||
-rw-r--r-- | net-mail/imapsync/Manifest | 16 | ||||
-rw-r--r-- | net-mail/imapsync/imapsync-1.121.ebuild | 6 |
3 files changed, 17 insertions, 11 deletions
diff --git a/net-mail/imapsync/ChangeLog b/net-mail/imapsync/ChangeLog index 3c3ed5a95992..7ada7f142938 100644 --- a/net-mail/imapsync/ChangeLog +++ b/net-mail/imapsync/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-mail/imapsync # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/imapsync/ChangeLog,v 1.4 2005/07/07 13:56:02 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/imapsync/ChangeLog,v 1.5 2005/11/27 12:12:25 slarti Exp $ + + 27 Nov 2005; Tom Martin <slarti@gentoo.org> imapsync-1.121.ebuild: + Marked ~amd64 resolving bug #108757. Also, RESTRICT="test"; they were + intended for upstream only. 07 Jul 2005; Andrej Kacian <ticho@gentoo.org> imapsync-1.121.ebuild: Stable on x86. diff --git a/net-mail/imapsync/Manifest b/net-mail/imapsync/Manifest index ee66521975b0..822d56991951 100644 --- a/net-mail/imapsync/Manifest +++ b/net-mail/imapsync/Manifest @@ -1,16 +1,16 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 -MD5 89977debe9acf9b298367814a79f5008 imapsync-1.121.ebuild 1174 -MD5 53e21171912d10cd26f030ced221aecd ChangeLog 918 -MD5 86c229fe394877d2c6a26aa5367bc697 metadata.xml 253 -MD5 e64e1e1301d8e51840c98381ec3a5245 files/imapsync-gentoo.patch 945 +MD5 0eb17ed5175c7d6a262addd6dcb69156 ChangeLog 1091 MD5 162952d278fd23763fa7810cad178625 files/digest-imapsync-1.121 62 +MD5 e64e1e1301d8e51840c98381ec3a5245 files/imapsync-gentoo.patch 945 MD5 9f3b0fb71f9437bcf73253609605915c files/imapsync-ssl.patch 990 +MD5 a8923eb64a76ff9f901ca56120622fa5 imapsync-1.121.ebuild 1199 +MD5 86c229fe394877d2c6a26aa5367bc697 metadata.xml 253 -----BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.1 (GNU/Linux) +Version: GnuPG v1.4.2 (GNU/Linux) -iD8DBQFCzTSLQlM6RnzZP+IRAlqpAJ959whYq4dSl/r+/Po9MbhcoFykVQCfe9IS -bqQLwOfHLjQvrXpyys7puKY= -=mQkh +iD8DBQFDiaK2CHk4+ZoBpvsRAgEQAKCH5bpOAj5osnt/Dm3lA1yFRP3MVQCgwzxb +bX9y9PnwhbMSAhMtWeMtZjE= +=Bu3R -----END PGP SIGNATURE----- diff --git a/net-mail/imapsync/imapsync-1.121.ebuild b/net-mail/imapsync/imapsync-1.121.ebuild index 4130be8004db..15db12cc0c6f 100644 --- a/net-mail/imapsync/imapsync-1.121.ebuild +++ b/net-mail/imapsync/imapsync-1.121.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/imapsync/imapsync-1.121.ebuild,v 1.3 2005/07/07 13:56:02 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/imapsync/imapsync-1.121.ebuild,v 1.4 2005/11/27 12:12:25 slarti Exp $ inherit eutils @@ -10,7 +10,7 @@ SRC_URI="http://www.linux-france.org/prj/imapsync/dist/${P}.tgz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86" +KEYWORDS="~amd64 x86" IUSE="ssl" DEPEND=">=dev-perl/Mail-IMAPClient-2.1.4" @@ -19,6 +19,8 @@ RDEPEND="${DEPEND} perl-core/Digest-MD5 dev-perl/Digest-HMAC" +RESTRICT="test" + src_unpack() { unpack ${A} cd ${S} |