summaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorKonstantin V. Arkhipov <voxus@gentoo.org>2005-11-12 12:52:41 +0000
committerKonstantin V. Arkhipov <voxus@gentoo.org>2005-11-12 12:52:41 +0000
commitf11360360c81b7396fe99df90613209af5c7fc1b (patch)
tree5b713cd5d0e684343ea51e8bfef067f52c3776f5 /net-im
parentadd support for 3.5.0_rc1 distfiles, which are on mirror://gentoo only (diff)
downloadhistorical-f11360360c81b7396fe99df90613209af5c7fc1b.tar.gz
historical-f11360360c81b7396fe99df90613209af5c7fc1b.tar.bz2
historical-f11360360c81b7396fe99df90613209af5c7fc1b.zip
* typo
Package-Manager: portage-2.0.53_rc7
Diffstat (limited to 'net-im')
-rw-r--r--net-im/licq/ChangeLog6
-rw-r--r--net-im/licq/Manifest6
-rw-r--r--net-im/licq/licq-1.3.2-r1.ebuild3
-rw-r--r--net-im/licq/licq-1.3.2.ebuild3
4 files changed, 10 insertions, 8 deletions
diff --git a/net-im/licq/ChangeLog b/net-im/licq/ChangeLog
index ae224c3ed677..b437caa8b1fb 100644
--- a/net-im/licq/ChangeLog
+++ b/net-im/licq/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-im/licq
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/licq/ChangeLog,v 1.69 2005/11/12 12:09:31 voxus Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/licq/ChangeLog,v 1.70 2005/11/12 12:52:41 voxus Exp $
+
+ 12 Nov 2005; Konstantin Arkhipov <voxus@gentoo.org> licq-1.3.2.ebuild,
+ licq-1.3.2-r1.ebuild:
+ Removed minor typo, spotted by Torsten Veller.
12 Nov 2005; Konstantin Arkhipov <voxus@gentoo.org> licq-1.3.2.ebuild:
Goes stable on amd64.
diff --git a/net-im/licq/Manifest b/net-im/licq/Manifest
index e35364e61542..4d30ceb7e840 100644
--- a/net-im/licq/Manifest
+++ b/net-im/licq/Manifest
@@ -1,4 +1,4 @@
-MD5 9bd2b7897033fc3294792d8a81924d0a ChangeLog 11236
+MD5 d91e7f5c82182d60951d34240ea1044c ChangeLog 11383
MD5 c18e90be9c36c7efb06211733ad765ff files/1.2.7-debugflag.patch 396
MD5 5f64e4b71c311ff7b6489953fc8bf1f9 files/1.2.7-nptl.patch 1178
MD5 5dbb2a47d1d863a55f564e874c871d30 files/1.3.0-gpgme3_hack.patch 878
@@ -11,6 +11,6 @@ MD5 b7d176e7d3091d82fed1f4931604b327 files/digest-licq-1.3.2 64
MD5 b7d176e7d3091d82fed1f4931604b327 files/digest-licq-1.3.2-r1 64
MD5 f30c97a120a37f90edd8abdf612cd52a licq-1.2.7.ebuild 3368
MD5 f8691d71dd37438ad228897e6e32b908 licq-1.3.0.ebuild 3800
-MD5 39976c399125cfc20eb56d93a9c13bdd licq-1.3.2-r1.ebuild 4997
-MD5 6c8758ffa2d4b1d7733fb92d33af807b licq-1.3.2.ebuild 4867
+MD5 b6602d07b65d88645dac04ab170a8f51 licq-1.3.2-r1.ebuild 4987
+MD5 153de58b78fe36946f7d7ac33ecda9f4 licq-1.3.2.ebuild 4857
MD5 7adc6310a4dbd42bad26caa80683d4ec metadata.xml 249
diff --git a/net-im/licq/licq-1.3.2-r1.ebuild b/net-im/licq/licq-1.3.2-r1.ebuild
index 7f3c8e73a148..ffff7bab9c0a 100644
--- a/net-im/licq/licq-1.3.2-r1.ebuild
+++ b/net-im/licq/licq-1.3.2-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/licq/licq-1.3.2-r1.ebuild,v 1.1 2005/11/12 12:02:08 voxus Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/licq/licq-1.3.2-r1.ebuild,v 1.2 2005/11/12 12:52:41 voxus Exp $
inherit eutils kde-functions multilib
@@ -36,7 +36,6 @@ src_unpack() {
if use kde
then
# fix for #12436
- inherit
ebegin "Setting kde plugin as default"
cp ${S}/src/licq.conf.h ${T}
sed "s:Plugin1 = qt-gui:Plugin1 = kde-gui:" \
diff --git a/net-im/licq/licq-1.3.2.ebuild b/net-im/licq/licq-1.3.2.ebuild
index 62359c3a71a1..1d7bbae7234b 100644
--- a/net-im/licq/licq-1.3.2.ebuild
+++ b/net-im/licq/licq-1.3.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/licq/licq-1.3.2.ebuild,v 1.2 2005/11/12 12:09:31 voxus Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/licq/licq-1.3.2.ebuild,v 1.3 2005/11/12 12:52:41 voxus Exp $
inherit eutils kde-functions multilib
@@ -36,7 +36,6 @@ src_unpack() {
if use kde
then
# fix for #12436
- inherit
ebegin "Setting kde plugin as default"
cp ${S}/src/licq.conf.h ${T}
sed "s:Plugin1 = qt-gui:Plugin1 = kde-gui:" \