diff options
author | Luke Dashjr <luke-jr@gentoo.org> | 2003-10-21 00:56:25 +0000 |
---|---|---|
committer | Luke Dashjr <luke-jr@gentoo.org> | 2003-10-21 00:56:25 +0000 |
commit | bdcf368a871f55f4417fb34ef4d0d819f436f2d5 (patch) | |
tree | 24c5ba0469c79ab6bc644f66b573ab14efd9f528 /net-im/psi | |
parent | Removed useless patch; Psi already identifies Gentoo :) (diff) | |
download | gentoo-2-bdcf368a871f55f4417fb34ef4d0d819f436f2d5.tar.gz gentoo-2-bdcf368a871f55f4417fb34ef4d0d819f436f2d5.tar.bz2 gentoo-2-bdcf368a871f55f4417fb34ef4d0d819f436f2d5.zip |
Removed useless patch; Psi already identifies Gentoo :)
Diffstat (limited to 'net-im/psi')
-rw-r--r-- | net-im/psi/ChangeLog | 6 | ||||
-rw-r--r-- | net-im/psi/Manifest | 7 | ||||
-rw-r--r-- | net-im/psi/files/gen2-branding-0.9.patch | 11 | ||||
-rw-r--r-- | net-im/psi/psi-0.9.ebuild | 4 |
4 files changed, 8 insertions, 20 deletions
diff --git a/net-im/psi/ChangeLog b/net-im/psi/ChangeLog index 9880998c0464..d0e7d584f256 100644 --- a/net-im/psi/ChangeLog +++ b/net-im/psi/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-im/psi # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/psi/ChangeLog,v 1.17 2003/06/30 17:09:35 scandium Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/psi/ChangeLog,v 1.18 2003/10/21 00:56:16 luke-jr Exp $ + + 21 Oct 2003; Luke-Jr <luke-jr@gentoo.org> psi-0.9.ebuild, + files/gen2-branding-0.9.patch: + Removed useless patch; Psi already identifies Gentoo :) 30 Jun 2003; Rainer Groesslinger <scandium@gentoo.org> psi-0.9.ebuild: mark stable on x86, removing older versions 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() { |