summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author <luke-jr@gentoo.org>2003-10-21 00:56:25 +0000
committer <luke-jr@gentoo.org>2003-10-21 00:56:25 +0000
commit246f337fbf283495dc0341e369fd41ec91580493 (patch)
treebad2d51755d22e79fd537ec94cc8bc681dc3ec32 /net-im/psi
parentRemoved useless patch; Psi already identifies Gentoo :) (diff)
downloadhistorical-246f337fbf283495dc0341e369fd41ec91580493.tar.gz
historical-246f337fbf283495dc0341e369fd41ec91580493.tar.bz2
historical-246f337fbf283495dc0341e369fd41ec91580493.zip
Removed useless patch; Psi already identifies Gentoo :)
Diffstat (limited to 'net-im/psi')
-rw-r--r--net-im/psi/Manifest7
-rw-r--r--net-im/psi/files/gen2-branding-0.9.patch11
-rw-r--r--net-im/psi/psi-0.9.ebuild4
3 files changed, 3 insertions, 19 deletions
diff --git a/net-im/psi/Manifest b/net-im/psi/Manifest
index 9e61963df2a5..fa9cb179e0d6 100644
--- a/net-im/psi/Manifest
+++ b/net-im/psi/Manifest
@@ -1,6 +1,3 @@
-MD5 befec3097f16fb908198d95f0f4b52be ChangeLog 2542
-MD5 8b4a3606fcfe77ca4c3a7652be1c13db psi-0.9-r1.ebuild 1414
-MD5 fa36de9624df4fe7cc935aea33713107 psi-0.9.ebuild 1413
-MD5 83db3cef4d81d6fa30bc81db011776de files/gen2-branding-0.9.patch 407
-MD5 e4acc00d7ae1d10a2788e5db6ba73dbc files/digest-psi-0.9-r1 119
+MD5 01eebb3a6177070d75eeaa5bb66f711a ChangeLog 2693
+MD5 4fe6d7f752a608f7661319dd93442c1f psi-0.9.ebuild 1350
MD5 e4acc00d7ae1d10a2788e5db6ba73dbc files/digest-psi-0.9 119
diff --git a/net-im/psi/files/gen2-branding-0.9.patch b/net-im/psi/files/gen2-branding-0.9.patch
deleted file mode 100644
index f7a3c640ee91..000000000000
--- a/net-im/psi/files/gen2-branding-0.9.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- psiaccount.cpp.orig 2002-12-06 15:00:19.000000000 +0100
-+++ psiaccount.cpp 2002-12-06 14:59:50.000000000 +0100
-@@ -139,7 +139,7 @@
-
- // create Jabber::Client
- d->client = new Client;
-- d->client->setOSName(getOSName());
-+ d->client->setOSName("Gentoo Linux");
- d->client->setTimeZone(getTZString(), getTZOffset());
- d->client->setClientName(PROG_NAME);
- d->client->setClientVersion(PROG_VERSION);
diff --git a/net-im/psi/psi-0.9.ebuild b/net-im/psi/psi-0.9.ebuild
index e0d25b4aaa9e..f2f428cd8aa6 100644
--- a/net-im/psi/psi-0.9.ebuild
+++ b/net-im/psi/psi-0.9.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/psi/psi-0.9.ebuild,v 1.5 2003/09/05 23:58:58 msterret Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/psi/psi-0.9.ebuild,v 1.6 2003/10/21 00:56:16 luke-jr Exp $
inherit kde-functions
IUSE="ssl crypt"
@@ -25,8 +25,6 @@ src_unpack() {
unpack ${P}.tar.bz2
unpack qssl-${QV}.tar.bz2
- cd ${S}/src
- patch -p0 < ${FILESDIR}/gen2-branding-0.9.patch
}
src_compile() {