diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2009-10-02 18:57:30 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2009-10-02 18:57:30 +0000 |
commit | 40db3da9a189fad2bc175453987dd142d1b83934 (patch) | |
tree | a8b96df64cf419d1662f2cf3dcaaab683152954c /net-irc | |
parent | 0.6.16 version bump. (diff) | |
download | gentoo-2-40db3da9a189fad2bc175453987dd142d1b83934.tar.gz gentoo-2-40db3da9a189fad2bc175453987dd142d1b83934.tar.bz2 gentoo-2-40db3da9a189fad2bc175453987dd142d1b83934.zip |
Fix epatch issue. People dont be lazy use PATCHES array. I missed this one thanks to it.
(Portage version: 2.2_rc41/cvs/Linux x86_64)
Diffstat (limited to 'net-irc')
-rw-r--r-- | net-irc/quassel/ChangeLog | 7 | ||||
-rw-r--r-- | net-irc/quassel/files/quassel-0.5_rc1-identity.cpp.patch | 13 | ||||
-rw-r--r-- | net-irc/quassel/quassel-0.5_rc2.ebuild | 6 |
3 files changed, 7 insertions, 19 deletions
diff --git a/net-irc/quassel/ChangeLog b/net-irc/quassel/ChangeLog index d1822286a47b..78d77653eb65 100644 --- a/net-irc/quassel/ChangeLog +++ b/net-irc/quassel/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-irc/quassel # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/quassel/ChangeLog,v 1.61 2009/10/02 13:48:41 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/quassel/ChangeLog,v 1.62 2009/10/02 18:57:29 scarabeus Exp $ + + 02 Oct 2009; Tomáš Chvátal <scarabeus@gentoo.org> + quassel-0.5_rc2.ebuild, -files/quassel-0.5_rc1-identity.cpp.patch: + Fix epatch issue. People dont be lazy use PATCHES array. I missed this one + thanks to it. *quassel-0.5_rc2 (02 Oct 2009) diff --git a/net-irc/quassel/files/quassel-0.5_rc1-identity.cpp.patch b/net-irc/quassel/files/quassel-0.5_rc1-identity.cpp.patch deleted file mode 100644 index b6b2fcbbfe75..000000000000 --- a/net-irc/quassel/files/quassel-0.5_rc1-identity.cpp.patch +++ /dev/null @@ -1,13 +0,0 @@ -X-Git-Url: http://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcommon%2Fidentity.cpp;h=275afcc6dfd3634413ba7fcb65e7f758a22763ad;hp=728cff128564d0ca918daece76312d946ebf6d8f;hb=5ec74a7b8f20e9e3f48cf286e0944f1855a271c3;hpb=d9db3175f4d977a4c809b2981a5a60ee00bb69b4 - -diff --git a/src/common/identity.cpp b/src/common/identity.cpp -index 728cff1..275afcc 100644 ---- a/src/common/identity.cpp -+++ b/src/common/identity.cpp -@@ -315,4 +315,6 @@ QDataStream &operator>>(QDataStream &in, Identity &id) { - return in; - } - -+#ifdef HAVE_SSL - INIT_SYNCABLE_OBJECT(CertManager) -+#endif // HAVE_SSL diff --git a/net-irc/quassel/quassel-0.5_rc2.ebuild b/net-irc/quassel/quassel-0.5_rc2.ebuild index 4923dab818d9..a2c612fa1858 100644 --- a/net-irc/quassel/quassel-0.5_rc2.ebuild +++ b/net-irc/quassel/quassel-0.5_rc2.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-irc/quassel/quassel-0.5_rc2.ebuild,v 1.1 2009/10/02 13:48:41 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/quassel/quassel-0.5_rc2.ebuild,v 1.2 2009/10/02 18:57:29 scarabeus Exp $ EAPI="2" @@ -62,10 +62,6 @@ pkg_setup() { fi } -src_prepare() { - epatch "$FILESDIR/${P}-identity.cpp.patch" -} - src_configure() { local my_langs for i in ${LINGUAS}; do |