summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Volkov <pva@gentoo.org>2009-07-14 15:24:38 +0000
committerPeter Volkov <pva@gentoo.org>2009-07-14 15:24:38 +0000
commita1104d662916feaf8d84f7f9698163115dcf8ed1 (patch)
tree2a3b797016f5416ab1bf8c9f3c41e726383d1123 /net-im/psi
parentversion bump for security bug 276988, and stable for x86 (diff)
downloadgentoo-2-a1104d662916feaf8d84f7f9698163115dcf8ed1.tar.gz
gentoo-2-a1104d662916feaf8d84f7f9698163115dcf8ed1.tar.bz2
gentoo-2-a1104d662916feaf8d84f7f9698163115dcf8ed1.zip
Version bump, thank Vadim Efimov for report. Added a note about patch dependencies, thank Dennis Schridde for report, bug #277436
(Portage version: 2.2_rc33/cvs/Linux i686)
Diffstat (limited to 'net-im/psi')
-rw-r--r--net-im/psi/ChangeLog9
-rw-r--r--net-im/psi/psi-0.13_rc3.ebuild (renamed from net-im/psi/psi-0.13_rc2.ebuild)12
2 files changed, 16 insertions, 5 deletions
diff --git a/net-im/psi/ChangeLog b/net-im/psi/ChangeLog
index d30006b47ea6..1d8d130813a5 100644
--- a/net-im/psi/ChangeLog
+++ b/net-im/psi/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for net-im/psi
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/psi/ChangeLog,v 1.161 2009/07/08 10:44:52 pva Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/psi/ChangeLog,v 1.162 2009/07/14 15:24:38 pva Exp $
+
+*psi-0.13_rc3 (14 Jul 2009)
+
+ 14 Jul 2009; Peter Volkov <pva@gentoo.org> -psi-0.13_rc2.ebuild,
+ +psi-0.13_rc3.ebuild:
+ Version bump, thank Vadim Efimov for report. Added a note about patch
+ dependencies, thank Dennis Schridde for report, bug #277436
*psi-0.13_rc2 (08 Jul 2009)
diff --git a/net-im/psi/psi-0.13_rc2.ebuild b/net-im/psi/psi-0.13_rc3.ebuild
index 9ed18fffdb0c..232a397b4e10 100644
--- a/net-im/psi/psi-0.13_rc2.ebuild
+++ b/net-im/psi/psi-0.13_rc3.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-im/psi/psi-0.13_rc2.ebuild,v 1.1 2009/07/08 10:44:52 pva Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/psi/psi-0.13_rc3.ebuild,v 1.1 2009/07/14 15:24:38 pva Exp $
EAPI="2"
@@ -14,8 +14,8 @@ DESCRIPTION="Qt4 Jabber client, with Licq-like interface"
HOMEPAGE="http://psi-im.org/"
SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2
mirror://gentoo/${PN}-langs-${LANGPACK_VER}.tar.bz2
- extras? ( mirror://gentoo/${PN}-extra-patches-r654.tar.bz2
- mirror://gentoo/${PN}-extra-iconsets-r654.tar.bz2 )"
+ extras? ( mirror://gentoo/${PN}-extra-patches-r691.tar.bz2
+ mirror://gentoo/${PN}-extra-iconsets-r691.tar.bz2 )"
LICENSE="GPL-2"
SLOT="0"
@@ -47,11 +47,15 @@ src_prepare() {
if use extras; then
# some patches from psi+ project http://code.google.com/p/psi-dev
ewarn "You're about to build heavily patched version of Psi called Psi+."
- ewarn "It has really nice features but still under heavy development."
+ ewarn "It has really nice features but still is under heavy development."
ewarn "Take a look at homepage for more info: http://code.google.com/p/psi-dev"
ewarn "If you wish to disable some patches just put"
ewarn "MY_EPATCH_EXCLUDE=\"list of patches\""
ewarn "into /etc/portage/env/${CATEGORY}/${PN} file."
+ ewarn
+ ewarn "Note: some patches depend on other. So if you disabled some patch"
+ ewarn "and other started to fail to apply, you'll have to disable patches"
+ ewarn "that fail too."
ebeep
EPATCH_EXCLUDE="${MY_EPATCH_EXCLUDE} 270-psi-application-info.diff" \