diff options
author | Gustavo Felisberto <humpback@gentoo.org> | 2004-12-28 17:30:43 +0000 |
---|---|---|
committer | Gustavo Felisberto <humpback@gentoo.org> | 2004-12-28 17:30:43 +0000 |
commit | a1ac8d85a66da3746c8d196b028e3830db349f4d (patch) | |
tree | b045ac129e69f097017dff61ffb456418eec5490 /net-im | |
parent | Version bump closes bug #75919. (diff) | |
download | historical-a1ac8d85a66da3746c8d196b028e3830db349f4d.tar.gz historical-a1ac8d85a66da3746c8d196b028e3830db349f4d.tar.bz2 historical-a1ac8d85a66da3746c8d196b028e3830db349f4d.zip |
Changelog and deletion of older files
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/psi/ChangeLog | 7 | ||||
-rw-r--r-- | net-im/psi/files/digest-psi-0.9.3_rc1 | 1 | ||||
-rw-r--r-- | net-im/psi/psi-0.9.3_rc1.ebuild | 52 |
3 files changed, 6 insertions, 54 deletions
diff --git a/net-im/psi/ChangeLog b/net-im/psi/ChangeLog index a5fdeaf60e93..fff1825a2d23 100644 --- a/net-im/psi/ChangeLog +++ b/net-im/psi/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-im/psi # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/psi/ChangeLog,v 1.44 2004/12/28 12:48:29 humpback Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/psi/ChangeLog,v 1.45 2004/12/28 17:30:43 humpback Exp $ + + 28 Dec 2004; Gustavo Felisberto <humpback@gentoo.org>; + -psi-0.9.3_rc1.ebuild: + New test version that includes extra patches. Credits to Przemek Maciag for + the hard work in bug #75737 and extra work in RT mode. *psi-0.9.3_rc1 (27 Dec 2004) diff --git a/net-im/psi/files/digest-psi-0.9.3_rc1 b/net-im/psi/files/digest-psi-0.9.3_rc1 deleted file mode 100644 index e0c26b28cfe7..000000000000 --- a/net-im/psi/files/digest-psi-0.9.3_rc1 +++ /dev/null @@ -1 +0,0 @@ -MD5 a942b749c9fed685d2f64cc7958d783a psi-0.9.3-test1.tar.bz2 1314007 diff --git a/net-im/psi/psi-0.9.3_rc1.ebuild b/net-im/psi/psi-0.9.3_rc1.ebuild deleted file mode 100644 index f4f2293bbe0e..000000000000 --- a/net-im/psi/psi-0.9.3_rc1.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/psi/psi-0.9.3_rc1.ebuild,v 1.1 2004/12/27 13:20:30 humpback Exp $ - -VER="0.9.3" -REV="-test1" -MY_PV="${VER}${REV}" -MY_P="${PN}-${MY_PV}" - -IUSE="kde ssl crypt" -#RESTRICT="nomirror" -QV="2.0" -SRC_URI="http://people.ex.ac.uk/kismith/psi/${MY_P}.tar.bz2" -DESCRIPTION="QT 3.x Jabber Client, with Licq-like interface" -HOMEPAGE="http://psi.affinix.com" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="~x86 ~ppc ~hppa ~amd64 ~sparc" - -#After final relase we do not need this -S="${WORKDIR}/${MY_P}" - -DEPEND="ssl? ( >=dev-libs/openssl-0.9.6c - >=app-crypt/qca-1.0 - >=app-crypt/qca-tls-1.0 ) - crypt? ( >=app-crypt/gnupg-1.2.2 ) - >=x11-libs/qt-3" - -src_compile() { - use kde || myconf="${myconf} --disable-kde" - ./configure --prefix=/usr $myconf || die "Configure failed" - # for CXXFLAGS from make.conf - qmake psi.pro \ - QMAKE_CXXFLAGS_RELEASE="${CXXFLAGS}" \ - QMAKE_RPATH= \ - || die "Qmake failed" - - addwrite "$HOME/.qt" - addwrite "$QTDIR/etc/settings" - emake || die "Make failed" -} - -src_install() { - dodoc README TODO - make INSTALL_ROOT="${D}" install - #this away the docs will also be installed in the standard gentoo dir - for i in roster system emoticons; do - newdoc ${S}/iconsets/${i}/README README.${i} - done; - newdoc certs/README README.certs -} |