summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Volkov <pva@gentoo.org>2009-10-10 19:55:06 +0000
committerPeter Volkov <pva@gentoo.org>2009-10-10 19:55:06 +0000
commit8c5fb457670c4cf96174a369d21c316fb2665af9 (patch)
treeca013c9ae016e740f32d0a5daa1498dba31597b2 /net-im/sim
parentrm (diff)
downloadgentoo-2-8c5fb457670c4cf96174a369d21c316fb2665af9.tar.gz
gentoo-2-8c5fb457670c4cf96174a369d21c316fb2665af9.tar.bz2
gentoo-2-8c5fb457670c4cf96174a369d21c316fb2665af9.zip
Dropped old.
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'net-im/sim')
-rw-r--r--net-im/sim/ChangeLog6
-rw-r--r--net-im/sim/sim-0.9.4.3-r1.ebuild102
-rw-r--r--net-im/sim/sim-0.9.4.3-r2.ebuild103
3 files changed, 5 insertions, 206 deletions
diff --git a/net-im/sim/ChangeLog b/net-im/sim/ChangeLog
index 34350cb3998f..663f23627a0d 100644
--- a/net-im/sim/ChangeLog
+++ b/net-im/sim/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-im/sim
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/sim/ChangeLog,v 1.95 2009/07/07 23:20:37 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/sim/ChangeLog,v 1.96 2009/10/10 19:55:06 pva Exp $
+
+ 10 Oct 2009; Peter Volkov <pva@gentoo.org> -sim-0.9.4.3-r1.ebuild,
+ -sim-0.9.4.3-r2.ebuild:
+ Dropped old.
07 Jul 2009; Diego E. Pettenò <flameeyes@gentoo.org>
sim-0.9.4.3-r3.ebuild:
diff --git a/net-im/sim/sim-0.9.4.3-r1.ebuild b/net-im/sim/sim-0.9.4.3-r1.ebuild
deleted file mode 100644
index bd2d2894e92f..000000000000
--- a/net-im/sim/sim-0.9.4.3-r1.ebuild
+++ /dev/null
@@ -1,102 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/sim/sim-0.9.4.3-r1.ebuild,v 1.10 2008/07/27 22:03:57 carlo Exp $
-
-EAPI=1
-
-inherit kde-functions eutils flag-o-matic
-
-DESCRIPTION="Simple Instant Messenger (with KDE support). ICQ/AIM/Jabber/MSN/Yahoo."
-HOMEPAGE="http://sim-im.org/"
-SRC_URI="mirror://berlios/sim-im/${P}.tar.bz2
- http://dev.gentoo.org/~pva/${P}-r1919_1924.patch.bz2"
-LICENSE="GPL-2"
-
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE="debug kde spell ssl"
-
-RESTRICT="fetch"
-
-# kdebase-data provides the icon "licq.png"
-RDEPEND="kde? ( =kde-base/kdelibs-3.5*
- || ( =kde-base/kdebase-data-3.5* =kde-base/kdebase-3.5* ) )
- !kde? ( x11-libs/qt:3
- spell? ( app-text/aspell ) )
- ssl? ( dev-libs/openssl )
- dev-libs/libxml2
- dev-libs/libxslt
- sys-libs/zlib
- x11-libs/libXScrnSaver"
-
-DEPEND="${RDEPEND}
- sys-devel/flex
- app-arch/zip
- x11-proto/scrnsaverproto"
-
-pkg_nofetch() {
- einfo "${CATEGORY}/${P} contains icons and sounds with unclear licensing and thus"
- einfo "you have to download and it put into '${DISTDIR}' by yourself."
- einfo "Download location:"
- echo
- einfo "${SRC_URI}"
- echo
- einfo "See http://archives.gentoo.org/gentoo-dev/msg_144003.xml for further"
- einfo "information."
-}
-
-pkg_setup() {
- if use kde; then
- if use spell; then
- if ! built_with_use "=kde-base/kdelibs-3.5*" spell; then
- ewarn "kde-base/kdelibs were merged without spell in USE."
- ewarn "Thus spelling will not work in sim. Please, either"
- ewarn "reemerge kde-base/kdelibs with spell in USE or emerge"
- ewarn 'sim with USE="-spell" to avoid this message.'
- ebeep
- fi
- else
- if built_with_use "=kde-base/kdelibs-3.5*" spell; then
- ewarn 'kde-base/kdelibs were merged with spell in USE.'
- ewarn 'Thus spelling will work in sim. Please, either'
- ewarn 'reemerge kde-base/kdelibs without spell in USE or emerge'
- ewarn 'sim with USE="spell" to avoid this message.'
- ebeep
- fi
- fi
- if ! built_with_use "=kde-base/kdelibs-3.5*" arts; then
- myconf="--without-arts"
- fi
- fi
-}
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
-
- epatch "${FILESDIR}"/${P}-double-message-fix.patch
- epatch ../${P}-r1919_1924.patch
- if use kde; then
- set-kdedir 3
- fi
-}
-
-src_compile() {
- filter-flags -fstack-protector -fstack-protector-all
-
- # Workaround for bug #119906
- append-flags -fno-stack-protector
-
- use kde || use spell || export DO_NOT_COMPILE="$DO_NOT_COMPILE plugins/spell"
-
- econf ${myconf} $(use_enable kde) \
- $(use_with ssl) \
- $(use_enable debug) || die "econf failed"
-
- emake -j1 || die "make failed"
-}
-
-src_install() {
- make DESTDIR="${D}" install || die "make install failed."
- dodoc TODO README AUTHORS.sim jisp-resources.txt ChangeLog
-}
diff --git a/net-im/sim/sim-0.9.4.3-r2.ebuild b/net-im/sim/sim-0.9.4.3-r2.ebuild
deleted file mode 100644
index fe490e72091d..000000000000
--- a/net-im/sim/sim-0.9.4.3-r2.ebuild
+++ /dev/null
@@ -1,103 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/sim/sim-0.9.4.3-r2.ebuild,v 1.2 2008/07/27 22:03:57 carlo Exp $
-
-EAPI=1
-
-inherit kde-functions eutils flag-o-matic
-
-DESCRIPTION="Simple Instant Messenger (with KDE support). ICQ/AIM/Jabber/MSN/Yahoo."
-HOMEPAGE="http://sim-im.org/"
-SRC_URI="mirror://berlios/sim-im/${P}.tar.bz2
- http://dev.gentoo.org/~pva/${P}-r1919_1924.patch.bz2"
-LICENSE="GPL-2"
-
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="debug kde spell ssl"
-
-RESTRICT="fetch"
-
-# kdebase-data provides the icon "licq.png"
-RDEPEND="kde? ( =kde-base/kdelibs-3.5*
- || ( =kde-base/kdebase-data-3.5* =kde-base/kdebase-3.5* ) )
- !kde? ( x11-libs/qt:3
- spell? ( app-text/aspell ) )
- ssl? ( dev-libs/openssl )
- dev-libs/libxml2
- dev-libs/libxslt
- sys-libs/zlib
- x11-libs/libXScrnSaver"
-
-DEPEND="${RDEPEND}
- sys-devel/flex
- app-arch/zip
- x11-proto/scrnsaverproto"
-
-pkg_nofetch() {
- einfo "${CATEGORY}/${P} contains icons and sounds with unclear licensing and thus"
- einfo "you have to download and it put into '${DISTDIR}' by yourself."
- einfo "Download location:"
- echo
- einfo "${SRC_URI}"
- echo
- einfo "See http://archives.gentoo.org/gentoo-dev/msg_144003.xml for further"
- einfo "information."
-}
-
-pkg_setup() {
- if use kde; then
- if use spell; then
- if ! built_with_use "=kde-base/kdelibs-3.5*" spell; then
- ewarn "kde-base/kdelibs were merged without spell in USE."
- ewarn "Thus spelling will not work in sim. Please, either"
- ewarn "reemerge kde-base/kdelibs with spell in USE or emerge"
- ewarn 'sim with USE="-spell" to avoid this message.'
- ebeep
- fi
- else
- if built_with_use "=kde-base/kdelibs-3.5*" spell; then
- ewarn 'kde-base/kdelibs were merged with spell in USE.'
- ewarn 'Thus spelling will work in sim. Please, either'
- ewarn 'reemerge kde-base/kdelibs without spell in USE or emerge'
- ewarn 'sim with USE="spell" to avoid this message.'
- ebeep
- fi
- fi
- if ! built_with_use "=kde-base/kdelibs-3.5*" arts; then
- myconf="--without-arts"
- fi
- fi
-}
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
-
- epatch "${FILESDIR}"/${P}-double-message-fix.patch
- epatch "${FILESDIR}"/${P}-sslv23.patch
- epatch ../${P}-r1919_1924.patch
- if use kde; then
- set-kdedir 3
- fi
-}
-
-src_compile() {
- filter-flags -fstack-protector -fstack-protector-all
-
- # Workaround for bug #119906
- append-flags -fno-stack-protector
-
- use kde || use spell || export DO_NOT_COMPILE="$DO_NOT_COMPILE plugins/spell"
-
- econf ${myconf} $(use_enable kde) \
- $(use_with ssl) \
- $(use_enable debug) || die "econf failed"
-
- emake -j1 || die "make failed"
-}
-
-src_install() {
- make DESTDIR="${D}" install || die "make install failed."
- dodoc TODO README AUTHORS.sim jisp-resources.txt ChangeLog
-}