diff options
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/psi/ChangeLog | 8 | ||||
-rw-r--r-- | net-im/psi/files/digest-psi-0.11_pre20070228 | 3 | ||||
-rw-r--r-- | net-im/psi/files/digest-psi-0.11_pre20070314 | 3 | ||||
-rw-r--r-- | net-im/psi/psi-0.11_pre20070314.ebuild (renamed from net-im/psi/psi-0.11_pre20070228.ebuild) | 4 |
4 files changed, 12 insertions, 6 deletions
diff --git a/net-im/psi/ChangeLog b/net-im/psi/ChangeLog index 3b3c798ac8c6..9ca10bfea46f 100644 --- a/net-im/psi/ChangeLog +++ b/net-im/psi/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-im/psi # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/psi/ChangeLog,v 1.113 2007/03/06 00:16:31 troll Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/psi/ChangeLog,v 1.114 2007/03/14 23:34:03 troll Exp $ + +*psi-0.11_pre20070314 (14 Mar 2007) + + 14 Mar 2007; Przemysław Maciąg <troll@gentoo.org> + -psi-0.11_pre20070228.ebuild, +psi-0.11_pre20070314.ebuild: + Updated snapshot for 0.11 06 Mar 2007; Przemysław Maciąg <troll@gentoo.org> psi-0.10.ebuild, psi-0.10-r2.ebuild: diff --git a/net-im/psi/files/digest-psi-0.11_pre20070228 b/net-im/psi/files/digest-psi-0.11_pre20070228 deleted file mode 100644 index d4f8b4083fd2..000000000000 --- a/net-im/psi/files/digest-psi-0.11_pre20070228 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 77c96f94ceb962be2b9bdf924910de5a psi-dev-snapshot-2007-02-28.tar.bz2 2422353 -RMD160 2fb0115db562566089c6bb0b0057d6d64aecd481 psi-dev-snapshot-2007-02-28.tar.bz2 2422353 -SHA256 dd4224ba4dec5a5ccdafdf986c6ea8f126235eaf3cea7b13be5b3e85ee311ed0 psi-dev-snapshot-2007-02-28.tar.bz2 2422353 diff --git a/net-im/psi/files/digest-psi-0.11_pre20070314 b/net-im/psi/files/digest-psi-0.11_pre20070314 new file mode 100644 index 000000000000..04380e4f5769 --- /dev/null +++ b/net-im/psi/files/digest-psi-0.11_pre20070314 @@ -0,0 +1,3 @@ +MD5 a167af67dab066c6787f325e67405a80 psi-dev-snapshot-2007-03-14.tar.bz2 2424207 +RMD160 07d4a15166cd5e19e310c1b0aaa405cf7f909c0c psi-dev-snapshot-2007-03-14.tar.bz2 2424207 +SHA256 64bae96307902520547c395fd31409abcf0d8c66059318caf7eed2731cfb3782 psi-dev-snapshot-2007-03-14.tar.bz2 2424207 diff --git a/net-im/psi/psi-0.11_pre20070228.ebuild b/net-im/psi/psi-0.11_pre20070314.ebuild index dd2c4845c777..5bf278d5f524 100644 --- a/net-im/psi/psi-0.11_pre20070228.ebuild +++ b/net-im/psi/psi-0.11_pre20070314.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/psi/psi-0.11_pre20070228.ebuild,v 1.1 2007/03/01 01:22:59 troll Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/psi/psi-0.11_pre20070314.ebuild,v 1.1 2007/03/14 23:34:03 troll Exp $ inherit confutils eutils qt4 @@ -47,7 +47,7 @@ src_unpack() { unpack ${A} cd ${S} - epatch ${FILESDIR}/psi-jingle-gcc4.patch + use jingle && epatch ${FILESDIR}/psi-jingle-gcc4.patch if use plugins; then epatch ${FILESDIR}/psi-ptr_64bit_fix.patch |