summaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorGustavo Felisberto <humpback@gentoo.org>2005-02-03 21:47:04 +0000
committerGustavo Felisberto <humpback@gentoo.org>2005-02-03 21:47:04 +0000
commit98c9770d20cf9c0647aa5aae898b60a343865aeb (patch)
tree824068ce7a998716c86a269abe0e292442d11d81 /net-im
parentSet pam and pwdb versions. (diff)
downloadgentoo-2-98c9770d20cf9c0647aa5aae898b60a343865aeb.tar.gz
gentoo-2-98c9770d20cf9c0647aa5aae898b60a343865aeb.tar.bz2
gentoo-2-98c9770d20cf9c0647aa5aae898b60a343865aeb.zip
house cleaning
(Portage version: 2.0.51-r15)
Diffstat (limited to 'net-im')
-rw-r--r--net-im/psi/ChangeLog6
-rw-r--r--net-im/psi/files/digest-psi-0.9.11
-rw-r--r--net-im/psi/psi-0.9.1.ebuild31
-rw-r--r--net-im/psi/psi-0.9.3-r1.ebuild4
4 files changed, 7 insertions, 35 deletions
diff --git a/net-im/psi/ChangeLog b/net-im/psi/ChangeLog
index 83146134bd9f..5b547d87399b 100644
--- a/net-im/psi/ChangeLog
+++ b/net-im/psi/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-im/psi
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/psi/ChangeLog,v 1.52 2005/01/24 18:39:42 humpback Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/psi/ChangeLog,v 1.53 2005/02/03 21:47:04 humpback Exp $
+
+ 03 Feb 2005; Gustavo Felisberto <humpback@gentoo.org>; -psi-0.9.1.ebuild,
+ psi-0.9.3-r1.ebuild:
+ Removing older version
*psi-0.9.3-r1 (24 Jan 2005)
diff --git a/net-im/psi/files/digest-psi-0.9.1 b/net-im/psi/files/digest-psi-0.9.1
deleted file mode 100644
index 3f01c5efb2f4..000000000000
--- a/net-im/psi/files/digest-psi-0.9.1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 7057b61518e1b1ebd732a95c265a3b76 psi-0.9.1.tar.bz2 930227
diff --git a/net-im/psi/psi-0.9.1.ebuild b/net-im/psi/psi-0.9.1.ebuild
deleted file mode 100644
index 0415a1f03dcc..000000000000
--- a/net-im/psi/psi-0.9.1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/psi/psi-0.9.1.ebuild,v 1.11 2005/01/04 20:32:14 humpback Exp $
-
-IUSE="kde ssl crypt"
-
-QV="2.0"
-SRC_URI="mirror://sourceforge/psi/${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 amd64 ~sparc hppa"
-
-DEPEND="ssl? ( >=dev-libs/openssl-0.9.6c >=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
- addwrite "$HOME/.qt"
- addwrite "$QTDIR/etc/settings"
- emake || die
-}
-
-src_install() {
- dodoc README TODO
- make INSTALL_ROOT="${D}" install
-}
diff --git a/net-im/psi/psi-0.9.3-r1.ebuild b/net-im/psi/psi-0.9.3-r1.ebuild
index 37866a33f3f4..b4cd5c7d3c01 100644
--- a/net-im/psi/psi-0.9.3-r1.ebuild
+++ b/net-im/psi/psi-0.9.3-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/psi/psi-0.9.3-r1.ebuild,v 1.2 2005/01/26 01:36:12 humpback Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/psi/psi-0.9.3-r1.ebuild,v 1.3 2005/02/03 21:47:04 humpback Exp $
inherit eutils
@@ -48,7 +48,7 @@ SRC_URI="mirror://sourceforge/psi/${MY_P}.tar.bz2
SLOT="0"
LICENSE="GPL-2"
-KEYWORDS="~x86 ~ppc ~hppa ~amd64 ~sparc"
+KEYWORDS="x86 ~ppc ~hppa ~amd64 ~sparc"
#After final relase we do not need this
S="${WORKDIR}/${MY_P}"