summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregorio Guidi <greg_g@gentoo.org>2005-10-07 15:10:01 +0000
committerGregorio Guidi <greg_g@gentoo.org>2005-10-07 15:10:01 +0000
commitbc31af90ef50b5ec7fe1ab6baba5723a67624f12 (patch)
tree8c86ce3e67789eda49be4cd79a7e59aefc90b9cf /kde-base/kdenetwork
parentBetter description. (diff)
downloadgentoo-2-bc31af90ef50b5ec7fe1ab6baba5723a67624f12.tar.gz
gentoo-2-bc31af90ef50b5ec7fe1ab6baba5723a67624f12.tar.bz2
gentoo-2-bc31af90ef50b5ec7fe1ab6baba5723a67624f12.zip
Remove KDE 3.2.3.
(Portage version: 2.0.51.22-r3)
Diffstat (limited to 'kde-base/kdenetwork')
-rw-r--r--kde-base/kdenetwork/files/digest-kdenetwork-3.2.31
-rw-r--r--kde-base/kdenetwork/files/digest-kdenetwork-3.2.3-r11
-rw-r--r--kde-base/kdenetwork/files/yahoo-fix-connect-062404.patch31
-rw-r--r--kde-base/kdenetwork/kdenetwork-3.2.3-r1.ebuild47
-rw-r--r--kde-base/kdenetwork/kdenetwork-3.2.3.ebuild46
5 files changed, 0 insertions, 126 deletions
diff --git a/kde-base/kdenetwork/files/digest-kdenetwork-3.2.3 b/kde-base/kdenetwork/files/digest-kdenetwork-3.2.3
deleted file mode 100644
index 1b5486e0284d..000000000000
--- a/kde-base/kdenetwork/files/digest-kdenetwork-3.2.3
+++ /dev/null
@@ -1 +0,0 @@
-MD5 a58915e964d8f6ec87c76acaab9f8929 kdenetwork-3.2.3.tar.bz2 6194940
diff --git a/kde-base/kdenetwork/files/digest-kdenetwork-3.2.3-r1 b/kde-base/kdenetwork/files/digest-kdenetwork-3.2.3-r1
deleted file mode 100644
index 1b5486e0284d..000000000000
--- a/kde-base/kdenetwork/files/digest-kdenetwork-3.2.3-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 a58915e964d8f6ec87c76acaab9f8929 kdenetwork-3.2.3.tar.bz2 6194940
diff --git a/kde-base/kdenetwork/files/yahoo-fix-connect-062404.patch b/kde-base/kdenetwork/files/yahoo-fix-connect-062404.patch
deleted file mode 100644
index 568f42ad07a1..000000000000
--- a/kde-base/kdenetwork/files/yahoo-fix-connect-062404.patch
+++ /dev/null
@@ -1,31 +0,0 @@
---- kopete/protocols/yahoo/libyahoo2/libyahoo2.c 14 Jan 2004 02:07:29 -0000 1.18
-+++ kopete/protocols/yahoo/libyahoo2/libyahoo2.c 26 Jun 2004 00:37:08 -0000 1.18.2.3
-@@ -1816,6 +1816,8 @@ static void yahoo_process_auth_0x0b(stru
- * challenge. */
-
- shaUpdate(&ctx1, pass_hash_xor1, 64);
-+ if (j >= 3 )
-+ ctx1.sizeLo = 0x1ff;
- shaUpdate(&ctx1, magic_key_char, 4);
- shaFinal(&ctx1, digest1);
-
-@@ -1905,6 +1907,8 @@ static void yahoo_process_auth_0x0b(stru
- * challenge. */
-
- shaUpdate(&ctx1, crypt_hash_xor1, 64);
-+ if (j >= 3 )
-+ ctx1.sizeLo = 0x1ff;
- shaUpdate(&ctx1, magic_key_char, 4);
- shaFinal(&ctx1, digest1);
-
---- kopete/protocols/yahoo/libyahoo2/yahoo_fn.c 14 Jan 2004 02:07:29 -0000 1.18
-+++ kopete/protocols/yahoo/libyahoo2/yahoo_fn.c 26 Jun 2004 00:37:08 -0000 1.18.2.3
-@@ -4386,7 +4386,7 @@ struct yahoo_fn yahoo_fntable[5][96] =
- { XOR, 0x77D64B90, 0 },
- { BITFLD, (long)table_103, 0 },
- { LOOKUP, (long)table_104, 0 },
-- { MULADD, 0x7D1428CB, 0x89F6853D },
-+ { MULADD, 0x7D1428CB, 0x3D },
- { XOR, 0x6F872C49, 0 },
- { XOR, 0x2E484655, 0 },
- { MULADD, 0x1E3349F7, 0x41F5 },
diff --git a/kde-base/kdenetwork/kdenetwork-3.2.3-r1.ebuild b/kde-base/kdenetwork/kdenetwork-3.2.3-r1.ebuild
deleted file mode 100644
index c8bb29bf7381..000000000000
--- a/kde-base/kdenetwork/kdenetwork-3.2.3-r1.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kdenetwork/kdenetwork-3.2.3-r1.ebuild,v 1.11 2005/02/08 15:00:21 greg_g Exp $
-
-inherit kde-dist eutils
-
-DESCRIPTION="KDE network apps: kopete, kppp, kget. kmail and knode are now in kdepim."
-
-KEYWORDS="x86 ppc ~amd64 sparc hppa alpha ~ia64"
-IUSE="slp samba wifi jabber ssl"
-
-DEPEND="~kde-base/kdebase-${PV}
- slp? ( net-libs/openslp )
- samba? ( net-fs/samba )
- jabber? ( net-dns/libidn )
- ssl? ( app-crypt/qca-tls )
- wifi? ( net-wireless/wireless-tools )"
-
-src_unpack() {
- kde_src_unpack
- epatch ${FILESDIR}/yahoo-fix-connect-062404.patch
-}
-
-src_compile() {
- myconf="$myconf `use_enable slp`"
- use wifi || DO_NOT_COMPILE="$DO_NOT_COMPILE wifi"
- kde_src_compile
-}
-
-src_install() {
- kde_src_install
-
- chmod +s ${D}/${KDEDIR}/bin/reslisa
-
- # empty config file needed for lisa to work with default settings
- touch ${D}/etc/lisarc
-
- # lisa, reslisa initscripts
- dodir /etc/init.d
- sed -e "s:_KDEDIR_:${KDEDIR}:g" ${FILESDIR}/lisa > ${D}/etc/init.d/lisa
- sed -e "s:_KDEDIR_:${KDEDIR}:g" ${FILESDIR}/reslisa > ${D}/etc/init.d/reslisa
- chmod +x ${D}/etc/init.d/*
-
- insinto /etc/conf.d
- newins ${FILESDIR}/lisa.conf lisa
- newins ${FILESDIR}/reslisa.conf reslisa
-}
diff --git a/kde-base/kdenetwork/kdenetwork-3.2.3.ebuild b/kde-base/kdenetwork/kdenetwork-3.2.3.ebuild
deleted file mode 100644
index b9843ca81397..000000000000
--- a/kde-base/kdenetwork/kdenetwork-3.2.3.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kdenetwork/kdenetwork-3.2.3.ebuild,v 1.10 2005/02/08 15:00:21 greg_g Exp $
-
-inherit kde-dist
-
-DESCRIPTION="KDE network apps: kopete, kppp, kget. kmail and knode are now in kdepim."
-
-KEYWORDS="x86 ppc amd64 sparc"
-IUSE="slp samba wifi jabber ssl"
-
-DEPEND="~kde-base/kdebase-${PV}
- slp? ( net-libs/openslp )
- samba? ( net-fs/samba )
- jabber? ( net-dns/libidn )
- ssl? ( app-crypt/qca-tls )
- wifi? ( net-wireless/wireless-tools )"
-
-src_unpack() {
- kde_src_unpack
-}
-
-src_compile() {
- myconf="$myconf `use_enable slp`"
- use wifi || DO_NOT_COMPILE="$DO_NOT_COMPILE wifi"
- kde_src_compile
-}
-
-src_install() {
- kde_src_install
-
- chmod +s ${D}/${KDEDIR}/bin/reslisa
-
- # empty config file needed for lisa to work with default settings
- touch ${D}/etc/lisarc
-
- # lisa, reslisa initscripts
- dodir /etc/init.d
- sed -e "s:_KDEDIR_:${KDEDIR}:g" ${FILESDIR}/lisa > ${D}/etc/init.d/lisa
- sed -e "s:_KDEDIR_:${KDEDIR}:g" ${FILESDIR}/reslisa > ${D}/etc/init.d/reslisa
- chmod +x ${D}/etc/init.d/*
-
- insinto /etc/conf.d
- newins ${FILESDIR}/lisa.conf lisa
- newins ${FILESDIR}/reslisa.conf reslisa
-}