diff options
author | Ingmar Vanhassel <ingmar@gentoo.org> | 2008-02-18 13:11:45 +0000 |
---|---|---|
committer | Ingmar Vanhassel <ingmar@gentoo.org> | 2008-02-18 13:11:45 +0000 |
commit | 5e04e4952d3d3c9ed93fa249912dc905b0922c9c (patch) | |
tree | bd78d9b4ed6888304029d111691b57e4b5ee5d1d /kde-base/kdenetwork | |
parent | Spring cleaning. (diff) | |
download | gentoo-2-5e04e4952d3d3c9ed93fa249912dc905b0922c9c.tar.gz gentoo-2-5e04e4952d3d3c9ed93fa249912dc905b0922c9c.tar.bz2 gentoo-2-5e04e4952d3d3c9ed93fa249912dc905b0922c9c.zip |
Spring cleaning.
(Portage version: 2.1.4.4)
Diffstat (limited to 'kde-base/kdenetwork')
-rw-r--r-- | kde-base/kdenetwork/ChangeLog | 9 | ||||
-rw-r--r-- | kde-base/kdenetwork/kdenetwork-3.5.5-r1.ebuild | 85 | ||||
-rw-r--r-- | kde-base/kdenetwork/kdenetwork-3.5.5-r2.ebuild | 85 | ||||
-rw-r--r-- | kde-base/kdenetwork/kdenetwork-3.5.6-r1.ebuild | 94 | ||||
-rw-r--r-- | kde-base/kdenetwork/kdenetwork-3.5.6-r2.ebuild | 95 | ||||
-rw-r--r-- | kde-base/kdenetwork/kdenetwork-3.5.6.ebuild | 83 | ||||
-rw-r--r-- | kde-base/kdenetwork/kdenetwork-3.5.7-r1.ebuild | 101 | ||||
-rw-r--r-- | kde-base/kdenetwork/kdenetwork-3.5.7.ebuild | 100 |
8 files changed, 8 insertions, 644 deletions
diff --git a/kde-base/kdenetwork/ChangeLog b/kde-base/kdenetwork/ChangeLog index 8c1f8561f6ae..900df189d81d 100644 --- a/kde-base/kdenetwork/ChangeLog +++ b/kde-base/kdenetwork/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for kde-base/kdenetwork # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kdenetwork/ChangeLog,v 1.287 2008/01/31 02:26:59 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdenetwork/ChangeLog,v 1.288 2008/02/18 13:11:45 ingmar Exp $ + + 18 Feb 2008; Ingmar Vanhassel <ingmar@gentoo.org> + -kdenetwork-3.5.5-r1.ebuild, -kdenetwork-3.5.5-r2.ebuild, + -kdenetwork-3.5.6.ebuild, -kdenetwork-3.5.6-r1.ebuild, + -kdenetwork-3.5.6-r2.ebuild, -kdenetwork-3.5.7.ebuild, + -kdenetwork-3.5.7-r1.ebuild: + Spring cleaning. 31 Jan 2008; Brent Baude <ranger@gentoo.org> kdenetwork-3.5.8.ebuild: Marking kdenetwork-3.5.8 ppc for bug 207634 diff --git a/kde-base/kdenetwork/kdenetwork-3.5.5-r1.ebuild b/kde-base/kdenetwork/kdenetwork-3.5.5-r1.ebuild deleted file mode 100644 index 330991817872..000000000000 --- a/kde-base/kdenetwork/kdenetwork-3.5.5-r1.ebuild +++ /dev/null @@ -1,85 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kdenetwork/kdenetwork-3.5.5-r1.ebuild,v 1.18 2007/07/22 10:50:48 omp Exp $ - -inherit kde-dist eutils flag-o-matic - -DESCRIPTION="KDE network applications: Kopete, KPPP, KGet,..." - -KEYWORDS="alpha amd64 hppa ia64 ~mips ppc ppc64 sparc x86" -IUSE="jingle kdehiddenvisibility rdesktop sametime slp ssl wifi" - -SRC_URI="${SRC_URI} - mirror://gentoo/kdenetwork-3.5-patchset-01.tar.bz2" - -BOTH_DEPEND="~kde-base/kdebase-${PV} - dev-libs/libxslt - dev-libs/libxml2 - net-dns/libidn - >=dev-libs/glib-2 - app-crypt/qca - sametime? ( =net-libs/meanwhile-1.0* ) - slp? ( net-libs/openslp ) - wifi? ( net-wireless/wireless-tools ) - x11-libs/libX11 - x11-libs/libXext - x11-libs/libXrender - x11-libs/libXScrnSaver - kernel_linux? ( virtual/opengl )" - -RDEPEND="${BOTH_DEPEND} - rdesktop? ( >=net-misc/rdesktop-1.4.1 ) - dev-lang/perl - ssl? ( dev-perl/IO-Socket-SSL - app-crypt/qca-tls )" - -DEPEND="${BOTH_DEPEND} - kernel_linux? ( virtual/os-headers ) - x11-proto/videoproto - x11-proto/xproto - kernel_linux? ( x11-libs/libXv ) - x11-proto/scrnsaverproto - dev-util/pkgconfig" - -PATCHES="${FILESDIR}/kopete-3.5.5-icqfix.patch - ${FILESDIR}/kdenetwork-3.5.5-linux-headers-2.6.18.patch - ${FILESDIR}/kopete-3.5.5-status-visibility.patch - ${FILESDIR}/kopete-3.5.5-enable-final-redefines.patch" - -pkg_setup() { - if use kernel_linux && ! built_with_use =x11-libs/qt-3* opengl; then - eerror "To support Video4Linux webcams in this package is required to have" - eerror "=x11-libs/qt-3* compiled with OpenGL support." - eerror "Please reemerge =x11-libs/qt-3* with USE=\"opengl\"." - die "Please reemerge =x11-libs/qt-3* with USE=\"opengl\"." - fi -} - -src_compile() { - export BINDNOW_FLAGS="$(bindnow-flags)" - - local myconf="--with-libidn - $(use_enable sametime sametime-plugin) - $(use_enable slp) $(use_with wifi) $(use_enable jingle) - --without-xmms --without-external-libgadu" - - kde_src_compile -} - -src_install() { - kde_src_install - - chmod u+s "${D}/${KDEDIR}/bin/reslisa" - - # empty config file needed for lisa to work with default settings - dodir /etc - touch "${D}/etc/lisarc" - - # lisa, reslisa initscripts - sed -e "s:_KDEDIR_:${KDEDIR}:g" "${WORKDIR}/patches/lisa" > "${T}/lisa" - sed -e "s:_KDEDIR_:${KDEDIR}:g" "${WORKDIR}/patches/reslisa" > "${T}/reslisa" - doinitd "${T}/lisa" "${T}/reslisa" - - newconfd "${WORKDIR}/patches/lisa.conf" lisa - newconfd "${WORKDIR}/patches/reslisa.conf" reslisa -} diff --git a/kde-base/kdenetwork/kdenetwork-3.5.5-r2.ebuild b/kde-base/kdenetwork/kdenetwork-3.5.5-r2.ebuild deleted file mode 100644 index f02b716ff2d7..000000000000 --- a/kde-base/kdenetwork/kdenetwork-3.5.5-r2.ebuild +++ /dev/null @@ -1,85 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kdenetwork/kdenetwork-3.5.5-r2.ebuild,v 1.15 2007/07/25 18:05:13 armin76 Exp $ - -inherit kde-dist eutils flag-o-matic - -DESCRIPTION="KDE network applications: Kopete, KPPP, KGet,..." - -KEYWORDS="alpha amd64 hppa ia64 mips ppc ppc64 sparc x86" -IUSE="jingle kdehiddenvisibility rdesktop sametime slp ssl wifi" - -SRC_URI="${SRC_URI} - mirror://gentoo/kdenetwork-3.5-patchset-01.tar.bz2" - -BOTH_DEPEND="~kde-base/kdebase-${PV} - dev-libs/libxslt - dev-libs/libxml2 - net-dns/libidn - >=dev-libs/glib-2 - app-crypt/qca - sametime? ( =net-libs/meanwhile-1.0* ) - slp? ( net-libs/openslp ) - wifi? ( net-wireless/wireless-tools ) - x11-libs/libX11 - x11-libs/libXext - x11-libs/libXrender - x11-libs/libXScrnSaver - kernel_linux? ( virtual/opengl )" - -RDEPEND="${BOTH_DEPEND} - rdesktop? ( >=net-misc/rdesktop-1.4.1 ) - dev-lang/perl - ssl? ( dev-perl/IO-Socket-SSL - app-crypt/qca-tls )" - -DEPEND="${BOTH_DEPEND} - kernel_linux? ( virtual/os-headers ) - x11-proto/videoproto - x11-proto/xproto - kernel_linux? ( x11-libs/libXv ) - x11-proto/scrnsaverproto - dev-util/pkgconfig" - -PATCHES="${FILESDIR}/kopete-3.5.5-icqfix.patch - ${FILESDIR}/kdenetwork-3.5.5-linux-headers-2.6.18.patch - ${FILESDIR}/kopete-3.5.5-status-visibility.patch - ${FILESDIR}/kopete-3.5.5-enable-final-redefines.patch" - -pkg_setup() { - if use kernel_linux && ! built_with_use =x11-libs/qt-3* opengl; then - eerror "To support Video4Linux webcams in this package is required to have" - eerror "=x11-libs/qt-3* compiled with OpenGL support." - eerror "Please reemerge =x11-libs/qt-3* with USE=\"opengl\"." - die "Please reemerge =x11-libs/qt-3* with USE=\"opengl\"." - fi -} - -src_compile() { - export BINDNOW_FLAGS="$(bindnow-flags)" - - local myconf="--with-libidn - $(use_enable sametime sametime-plugin) - $(use_enable slp) $(use_with wifi) $(use_enable jingle) - --without-xmms --without-external-libgadu" - - kde_src_compile -} - -src_install() { - kde_src_install - - chmod u+s "${D}/${KDEDIR}/bin/reslisa" - - # empty config file needed for lisa to work with default settings - dodir /etc - touch "${D}/etc/lisarc" - - # lisa, reslisa initscripts - sed -e "s:_KDEDIR_:${KDEDIR}:g" "${WORKDIR}/patches/lisa" > "${T}/lisa" - sed -e "s:_KDEDIR_:${KDEDIR}:g" "${WORKDIR}/patches/reslisa" > "${T}/reslisa" - doinitd "${T}/lisa" "${T}/reslisa" - - newconfd "${WORKDIR}/patches/lisa.conf" lisa - newconfd "${WORKDIR}/patches/reslisa.conf" reslisa -} diff --git a/kde-base/kdenetwork/kdenetwork-3.5.6-r1.ebuild b/kde-base/kdenetwork/kdenetwork-3.5.6-r1.ebuild deleted file mode 100644 index cf9e21ac103e..000000000000 --- a/kde-base/kdenetwork/kdenetwork-3.5.6-r1.ebuild +++ /dev/null @@ -1,94 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kdenetwork/kdenetwork-3.5.6-r1.ebuild,v 1.4 2007/05/07 16:07:55 philantrop Exp $ - -inherit kde-dist eutils flag-o-matic - -DESCRIPTION="KDE network applications: Kopete, KPPP, KGet,..." - -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" -IUSE="jingle kdehiddenvisibility rdesktop sametime slp ssl wifi" - -SRC_URI="${SRC_URI} - mirror://gentoo/kdenetwork-3.5-patchset-01.tar.bz2" - -BOTH_DEPEND="~kde-base/kdebase-${PV} - dev-libs/libxslt - dev-libs/libxml2 - net-dns/libidn - >=dev-libs/glib-2 - app-crypt/qca - sametime? ( =net-libs/meanwhile-1.0* ) - jingle? ( - >=media-libs/speex-1.1.6 - dev-libs/expat - ~net-libs/ortp-0.7.1 ) - slp? ( net-libs/openslp ) - wifi? ( net-wireless/wireless-tools ) - x11-libs/libX11 - x11-libs/libXext - x11-libs/libXrender - x11-libs/libXScrnSaver - kernel_linux? ( virtual/opengl )" - -RDEPEND="${BOTH_DEPEND} - rdesktop? ( >=net-misc/rdesktop-1.4.1 ) - dev-lang/perl - ssl? ( dev-perl/IO-Socket-SSL - app-crypt/qca-tls ) - net-dialup/ppp" - -DEPEND="${BOTH_DEPEND} - kernel_linux? ( virtual/os-headers ) - x11-proto/videoproto - x11-proto/xproto - kernel_linux? ( x11-libs/libXv ) - x11-proto/scrnsaverproto" - -PATCHES="${FILESDIR}/kopete-3.5.5-icqfix.patch - ${FILESDIR}/kdenetwork-3.5.5-linux-headers-2.6.18.patch - ${FILESDIR}/kopete-3.5.6-cryptobug.patch" - -pkg_setup() { - if use kernel_linux && ! built_with_use =x11-libs/qt-3* opengl; then - eerror "To support Video4Linux webcams in this package is required to have" - eerror "=x11-libs/qt-3* compiled with OpenGL support." - eerror "Please reemerge =x11-libs/qt-3* with USE=\"opengl\"." - die "Please reemerge =x11-libs/qt-3* with USE=\"opengl\"." - fi -} - -src_compile() { - export BINDNOW_FLAGS="$(bindnow-flags)" - - local myconf="--with-libidn - $(use_enable sametime sametime-plugin) - $(use_enable slp) $(use_with wifi) $(use_enable jingle) - --without-xmms --without-external-libgadu" - - kde_src_compile -} - -src_install() { - kde_src_install - - chmod u+s "${D}/${KDEDIR}/bin/reslisa" - - # empty config file needed for lisa to work with default settings - dodir /etc - touch "${D}/etc/lisarc" - - # lisa, reslisa initscripts - sed -e "s:_KDEDIR_:${KDEDIR}:g" "${WORKDIR}/patches/lisa" > "${T}/lisa" - sed -e "s:_KDEDIR_:${KDEDIR}:g" "${WORKDIR}/patches/reslisa" > "${T}/reslisa" - doinitd "${T}/lisa" "${T}/reslisa" - - newconfd "${WORKDIR}/patches/lisa.conf" lisa - newconfd "${WORKDIR}/patches/reslisa.conf" reslisa -} - -pkg_postinst() { - kde_pkg_postinst - - elog "If you would like to use Off-The-Record encryption with Kopete, emerge net-im/kopete-otr." -} diff --git a/kde-base/kdenetwork/kdenetwork-3.5.6-r2.ebuild b/kde-base/kdenetwork/kdenetwork-3.5.6-r2.ebuild deleted file mode 100644 index 4002f27b4618..000000000000 --- a/kde-base/kdenetwork/kdenetwork-3.5.6-r2.ebuild +++ /dev/null @@ -1,95 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kdenetwork/kdenetwork-3.5.6-r2.ebuild,v 1.2 2007/06/03 21:43:49 kumba Exp $ - -inherit kde-dist eutils flag-o-matic - -DESCRIPTION="KDE network applications: Kopete, KPPP, KGet,..." - -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" -IUSE="jingle kdehiddenvisibility rdesktop sametime slp ssl wifi" - -SRC_URI="${SRC_URI} - mirror://gentoo/kdenetwork-3.5-patchset-01.tar.bz2" - -BOTH_DEPEND="~kde-base/kdebase-${PV} - dev-libs/libxslt - dev-libs/libxml2 - net-dns/libidn - >=dev-libs/glib-2 - app-crypt/qca - sametime? ( =net-libs/meanwhile-1.0* ) - jingle? ( - >=media-libs/speex-1.1.6 - dev-libs/expat - ~net-libs/ortp-0.7.1 ) - slp? ( net-libs/openslp ) - wifi? ( net-wireless/wireless-tools ) - x11-libs/libX11 - x11-libs/libXext - x11-libs/libXrender - x11-libs/libXScrnSaver - kernel_linux? ( virtual/opengl )" - -RDEPEND="${BOTH_DEPEND} - rdesktop? ( >=net-misc/rdesktop-1.4.1 ) - dev-lang/perl - ssl? ( dev-perl/IO-Socket-SSL - app-crypt/qca-tls ) - net-dialup/ppp" - -DEPEND="${BOTH_DEPEND} - kernel_linux? ( virtual/os-headers ) - x11-proto/videoproto - x11-proto/xproto - kernel_linux? ( x11-libs/libXv ) - x11-proto/scrnsaverproto" - -PATCHES="${FILESDIR}/kopete-3.5.5-icqfix.patch - ${FILESDIR}/kdenetwork-3.5.5-linux-headers-2.6.18.patch - ${FILESDIR}/kopete-3.5.6-cryptobug.patch - ${FILESDIR}/kopete-3.5.6-utf8-fix.diff" - -pkg_setup() { - if use kernel_linux && ! built_with_use =x11-libs/qt-3* opengl; then - eerror "To support Video4Linux webcams in this package is required to have" - eerror "=x11-libs/qt-3* compiled with OpenGL support." - eerror "Please reemerge =x11-libs/qt-3* with USE=\"opengl\"." - die "Please reemerge =x11-libs/qt-3* with USE=\"opengl\"." - fi -} - -src_compile() { - export BINDNOW_FLAGS="$(bindnow-flags)" - - local myconf="--with-libidn - $(use_enable sametime sametime-plugin) - $(use_enable slp) $(use_with wifi) $(use_enable jingle) - --without-xmms --without-external-libgadu" - - kde_src_compile -} - -src_install() { - kde_src_install - - chmod u+s "${D}/${KDEDIR}/bin/reslisa" - - # empty config file needed for lisa to work with default settings - dodir /etc - touch "${D}/etc/lisarc" - - # lisa, reslisa initscripts - sed -e "s:_KDEDIR_:${KDEDIR}:g" "${WORKDIR}/patches/lisa" > "${T}/lisa" - sed -e "s:_KDEDIR_:${KDEDIR}:g" "${WORKDIR}/patches/reslisa" > "${T}/reslisa" - doinitd "${T}/lisa" "${T}/reslisa" - - newconfd "${WORKDIR}/patches/lisa.conf" lisa - newconfd "${WORKDIR}/patches/reslisa.conf" reslisa -} - -pkg_postinst() { - kde_pkg_postinst - - elog "If you would like to use Off-The-Record encryption with Kopete, emerge net-im/kopete-otr." -} diff --git a/kde-base/kdenetwork/kdenetwork-3.5.6.ebuild b/kde-base/kdenetwork/kdenetwork-3.5.6.ebuild deleted file mode 100644 index 9e98e77e83fc..000000000000 --- a/kde-base/kdenetwork/kdenetwork-3.5.6.ebuild +++ /dev/null @@ -1,83 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kdenetwork/kdenetwork-3.5.6.ebuild,v 1.9 2007/04/29 17:16:08 carlo Exp $ - -inherit kde-dist eutils flag-o-matic - -DESCRIPTION="KDE network applications: Kopete, KPPP, KGet,..." - -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" -IUSE="jingle kdehiddenvisibility rdesktop sametime slp ssl wifi" - -SRC_URI="${SRC_URI} - mirror://gentoo/kdenetwork-3.5-patchset-01.tar.bz2" - -BOTH_DEPEND="~kde-base/kdebase-${PV} - dev-libs/libxslt - dev-libs/libxml2 - net-dns/libidn - >=dev-libs/glib-2 - app-crypt/qca - sametime? ( =net-libs/meanwhile-1.0* ) - slp? ( net-libs/openslp ) - wifi? ( net-wireless/wireless-tools ) - x11-libs/libX11 - x11-libs/libXext - x11-libs/libXrender - x11-libs/libXScrnSaver - kernel_linux? ( virtual/opengl )" - -RDEPEND="${BOTH_DEPEND} - rdesktop? ( >=net-misc/rdesktop-1.4.1 ) - dev-lang/perl - ssl? ( dev-perl/IO-Socket-SSL - app-crypt/qca-tls ) - net-dialup/ppp" - -DEPEND="${BOTH_DEPEND} - kernel_linux? ( virtual/os-headers ) - x11-proto/videoproto - x11-proto/xproto - kernel_linux? ( x11-libs/libXv ) - x11-proto/scrnsaverproto" - -PATCHES="${FILESDIR}/kopete-3.5.5-icqfix.patch - ${FILESDIR}/kdenetwork-3.5.5-linux-headers-2.6.18.patch" - -pkg_setup() { - if use kernel_linux && ! built_with_use =x11-libs/qt-3* opengl; then - eerror "To support Video4Linux webcams in this package is required to have" - eerror "=x11-libs/qt-3* compiled with OpenGL support." - eerror "Please reemerge =x11-libs/qt-3* with USE=\"opengl\"." - die "Please reemerge =x11-libs/qt-3* with USE=\"opengl\"." - fi -} - -src_compile() { - export BINDNOW_FLAGS="$(bindnow-flags)" - - local myconf="--with-libidn - $(use_enable sametime sametime-plugin) - $(use_enable slp) $(use_with wifi) $(use_enable jingle) - --without-xmms --without-external-libgadu" - - kde_src_compile -} - -src_install() { - kde_src_install - - chmod u+s "${D}/${KDEDIR}/bin/reslisa" - - # empty config file needed for lisa to work with default settings - dodir /etc - touch "${D}/etc/lisarc" - - # lisa, reslisa initscripts - sed -e "s:_KDEDIR_:${KDEDIR}:g" "${WORKDIR}/patches/lisa" > "${T}/lisa" - sed -e "s:_KDEDIR_:${KDEDIR}:g" "${WORKDIR}/patches/reslisa" > "${T}/reslisa" - doinitd "${T}/lisa" "${T}/reslisa" - - newconfd "${WORKDIR}/patches/lisa.conf" lisa - newconfd "${WORKDIR}/patches/reslisa.conf" reslisa -} diff --git a/kde-base/kdenetwork/kdenetwork-3.5.7-r1.ebuild b/kde-base/kdenetwork/kdenetwork-3.5.7-r1.ebuild deleted file mode 100644 index 73b606e17240..000000000000 --- a/kde-base/kdenetwork/kdenetwork-3.5.7-r1.ebuild +++ /dev/null @@ -1,101 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kdenetwork/kdenetwork-3.5.7-r1.ebuild,v 1.1 2007/08/11 20:12:08 philantrop Exp $ - -inherit kde-dist eutils flag-o-matic - -DESCRIPTION="KDE network applications: Kopete, KPPP, KGet,..." - -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" -IUSE="jingle kdehiddenvisibility rdesktop sametime slp ssl wifi" - -SRC_URI="${SRC_URI} - mirror://gentoo/kdenetwork-3.5-patchset-01.tar.bz2" - -BOTH_DEPEND="~kde-base/kdebase-${PV} - dev-libs/libxslt - dev-libs/libxml2 - net-dns/libidn - >=dev-libs/glib-2 - app-crypt/qca - sametime? ( =net-libs/meanwhile-1.0* ) - jingle? ( - >=media-libs/speex-1.1.6 - dev-libs/expat - ~net-libs/ortp-0.7.1 ) - slp? ( net-libs/openslp ) - wifi? ( net-wireless/wireless-tools ) - x11-libs/libX11 - x11-libs/libXext - x11-libs/libXrender - x11-libs/libXScrnSaver - kernel_linux? ( virtual/opengl )" - -RDEPEND="${BOTH_DEPEND} - rdesktop? ( >=net-misc/rdesktop-1.4.1 ) - dev-lang/perl - ssl? ( dev-perl/IO-Socket-SSL - app-crypt/qca-tls ) - net-dialup/ppp - || ( net-misc/netkit-talk net-misc/ytalk sys-freebsd/freebsd-ubin )" - -DEPEND="${BOTH_DEPEND} - kernel_linux? ( virtual/os-headers ) - x11-proto/videoproto - x11-proto/xproto - kernel_linux? ( x11-libs/libXv ) - x11-proto/scrnsaverproto" - -PATCHES="${FILESDIR}/kopete-3.5.5-icqfix.patch - ${FILESDIR}/kdenetwork-3.5.5-linux-headers-2.6.18.patch - ${FILESDIR}/kopete-3.5.7-videodevice.patch" - -pkg_setup() { - if use kernel_linux && ! built_with_use =x11-libs/qt-3* opengl; then - eerror "To support Video4Linux webcams in this package is required to have" - eerror "=x11-libs/qt-3* compiled with OpenGL support." - eerror "Please reemerge =x11-libs/qt-3* with USE=\"opengl\"." - die "Please reemerge =x11-libs/qt-3* with USE=\"opengl\"." - fi -} - -src_compile() { - export BINDNOW_FLAGS="$(bindnow-flags)" - - local myconf="--with-libidn - $(use_enable sametime sametime-plugin) - $(use_enable slp) $(use_with wifi) $(use_enable jingle) - --without-xmms --without-external-libgadu" - - kde_src_compile -} - -src_install() { - kde_src_install - - chmod u+s "${D}/${KDEDIR}/bin/reslisa" - - # empty config file needed for lisa to work with default settings - dodir /etc - touch "${D}/etc/lisarc" - - # lisa, reslisa initscripts - sed -e "s:_KDEDIR_:${KDEDIR}:g" "${WORKDIR}/patches/lisa" > "${T}/lisa" - sed -e "s:_KDEDIR_:${KDEDIR}:g" "${WORKDIR}/patches/reslisa" > "${T}/reslisa" - doinitd "${T}/lisa" "${T}/reslisa" - - newconfd "${WORKDIR}/patches/lisa.conf" lisa - newconfd "${WORKDIR}/patches/reslisa.conf" reslisa -} - -pkg_postinst() { - kde_pkg_postinst - - elog "If you would like to use Off-The-Record encryption with Kopete, emerge net-im/kopete-otr." - - if has_version net-misc/ytalk ; then - elog "To use net-misc/ytalk as your local network chat program, please" - elog "configure your system accordingly, either via the KDE control center" - elog "or by calling \"kcmshell kcmktalkd\" on the command line." - fi -} diff --git a/kde-base/kdenetwork/kdenetwork-3.5.7.ebuild b/kde-base/kdenetwork/kdenetwork-3.5.7.ebuild deleted file mode 100644 index 7d82f30644e6..000000000000 --- a/kde-base/kdenetwork/kdenetwork-3.5.7.ebuild +++ /dev/null @@ -1,100 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kdenetwork/kdenetwork-3.5.7.ebuild,v 1.9 2007/08/15 05:04:45 jer Exp $ - -inherit kde-dist eutils flag-o-matic - -DESCRIPTION="KDE network applications: Kopete, KPPP, KGet,..." - -KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86" -IUSE="jingle kdehiddenvisibility rdesktop sametime slp ssl wifi" - -SRC_URI="${SRC_URI} - mirror://gentoo/kdenetwork-3.5-patchset-01.tar.bz2" - -BOTH_DEPEND="~kde-base/kdebase-${PV} - dev-libs/libxslt - dev-libs/libxml2 - net-dns/libidn - >=dev-libs/glib-2 - app-crypt/qca - sametime? ( =net-libs/meanwhile-1.0* ) - jingle? ( - >=media-libs/speex-1.1.6 - dev-libs/expat - ~net-libs/ortp-0.7.1 ) - slp? ( net-libs/openslp ) - wifi? ( net-wireless/wireless-tools ) - x11-libs/libX11 - x11-libs/libXext - x11-libs/libXrender - x11-libs/libXScrnSaver - kernel_linux? ( virtual/opengl )" - -RDEPEND="${BOTH_DEPEND} - rdesktop? ( >=net-misc/rdesktop-1.4.1 ) - dev-lang/perl - ssl? ( dev-perl/IO-Socket-SSL - app-crypt/qca-tls ) - net-dialup/ppp - || ( net-misc/netkit-talk net-misc/ytalk sys-freebsd/freebsd-ubin )" - -DEPEND="${BOTH_DEPEND} - kernel_linux? ( virtual/os-headers ) - x11-proto/videoproto - x11-proto/xproto - kernel_linux? ( x11-libs/libXv ) - x11-proto/scrnsaverproto" - -PATCHES="${FILESDIR}/kopete-3.5.5-icqfix.patch - ${FILESDIR}/kdenetwork-3.5.5-linux-headers-2.6.18.patch" - -pkg_setup() { - if use kernel_linux && ! built_with_use =x11-libs/qt-3* opengl; then - eerror "To support Video4Linux webcams in this package is required to have" - eerror "=x11-libs/qt-3* compiled with OpenGL support." - eerror "Please reemerge =x11-libs/qt-3* with USE=\"opengl\"." - die "Please reemerge =x11-libs/qt-3* with USE=\"opengl\"." - fi -} - -src_compile() { - export BINDNOW_FLAGS="$(bindnow-flags)" - - local myconf="--with-libidn - $(use_enable sametime sametime-plugin) - $(use_enable slp) $(use_with wifi) $(use_enable jingle) - --without-xmms --without-external-libgadu" - - kde_src_compile -} - -src_install() { - kde_src_install - - chmod u+s "${D}/${KDEDIR}/bin/reslisa" - - # empty config file needed for lisa to work with default settings - dodir /etc - touch "${D}/etc/lisarc" - - # lisa, reslisa initscripts - sed -e "s:_KDEDIR_:${KDEDIR}:g" "${WORKDIR}/patches/lisa" > "${T}/lisa" - sed -e "s:_KDEDIR_:${KDEDIR}:g" "${WORKDIR}/patches/reslisa" > "${T}/reslisa" - doinitd "${T}/lisa" "${T}/reslisa" - - newconfd "${WORKDIR}/patches/lisa.conf" lisa - newconfd "${WORKDIR}/patches/reslisa.conf" reslisa -} - -pkg_postinst() { - kde_pkg_postinst - - elog "If you would like to use Off-The-Record encryption with Kopete, emerge net-im/kopete-otr." - - if has_version net-misc/ytalk ; then - elog "To use net-misc/ytalk as your local network chat program, please" - elog "configure your system accordingly, either via the KDE control center" - elog "or by calling \"kcmshell kcmktalkd\" on the command line." - fi -} |