diff options
author | Gustavo Felisberto <humpback@gentoo.org> | 2004-02-28 21:37:55 +0000 |
---|---|---|
committer | Gustavo Felisberto <humpback@gentoo.org> | 2004-02-28 21:37:55 +0000 |
commit | 19af74c439b097be8eaefef0c9952cbfa37e6d03 (patch) | |
tree | cdef1b167fb4b3f6731dad7d95311f6dd6b4d109 /net-im/psi | |
parent | x86 and amd64 unmasks, ChangeLog fixes and other various fixes. (diff) | |
download | historical-19af74c439b097be8eaefef0c9952cbfa37e6d03.tar.gz historical-19af74c439b097be8eaefef0c9952cbfa37e6d03.tar.bz2 historical-19af74c439b097be8eaefef0c9952cbfa37e6d03.zip |
stable on x86
Diffstat (limited to 'net-im/psi')
-rw-r--r-- | net-im/psi/ChangeLog | 5 | ||||
-rw-r--r-- | net-im/psi/Manifest | 11 | ||||
-rw-r--r-- | net-im/psi/metadata.xml | 9 | ||||
-rw-r--r-- | net-im/psi/psi-0.9.1.ebuild | 4 |
4 files changed, 21 insertions, 8 deletions
diff --git a/net-im/psi/ChangeLog b/net-im/psi/ChangeLog index 95ea75639238..3f9d2eb586a6 100644 --- a/net-im/psi/ChangeLog +++ b/net-im/psi/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-im/psi # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/psi/ChangeLog,v 1.27 2004/02/10 02:35:37 absinthe Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/psi/ChangeLog,v 1.28 2004/02/28 21:37:55 humpback Exp $ + + 28 Feb 2004; Gustavo Felisberto <humpback@gentoo.org>; psi-0.9.1.ebuild: + stable on x86. Added metadata.xml 09 Feb 2004; Dylan Carlson <absinthe@gentoo.org> psi-0.9.1.ebuild: added amd64 keyword. removed ~alpha because of bad dependencies. diff --git a/net-im/psi/Manifest b/net-im/psi/Manifest index 7cb1045f3bcf..468a02450f3a 100644 --- a/net-im/psi/Manifest +++ b/net-im/psi/Manifest @@ -1,8 +1,9 @@ -MD5 05988669b41ef7e1f7ab1164ef3ef199 ChangeLog 3797 -MD5 8d1bb3521e3adb09550068463bb31764 psi-0.9-r1.ebuild 1400 -MD5 e00f1e69abf98b8d99c1a691fffc3c9c psi-0.9.1.ebuild 833 +MD5 9b91ead14acbf0da98d3b33e75c67e79 metadata.xml 306 +MD5 76c25828e574687591ee371f23f6b838 ChangeLog 3909 +MD5 4276f7047bd87f35ae4091fc2fdbde06 psi-0.9.1.ebuild 832 MD5 492d63e85bf6250c1e206f03c31d29d8 psi-0.9.ebuild 1348 -MD5 e4acc00d7ae1d10a2788e5db6ba73dbc files/digest-psi-0.9 119 -MD5 e4acc00d7ae1d10a2788e5db6ba73dbc files/digest-psi-0.9-r1 119 +MD5 8d1bb3521e3adb09550068463bb31764 psi-0.9-r1.ebuild 1400 MD5 d27222ab1b988a3cb4364e0a66b7ff2a files/digest-psi-0.9.1 62 +MD5 e4acc00d7ae1d10a2788e5db6ba73dbc files/digest-psi-0.9 119 MD5 c43f1bfd60e72f69346f0a67288c62e8 files/psi_gpg_fix 1193 +MD5 e4acc00d7ae1d10a2788e5db6ba73dbc files/digest-psi-0.9-r1 119 diff --git a/net-im/psi/metadata.xml b/net-im/psi/metadata.xml new file mode 100644 index 000000000000..708880cf97e7 --- /dev/null +++ b/net-im/psi/metadata.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>net-im</herd> +<maintainer> + <email>humpback@gentoo.org</email> +</maintainer> + <longdescription>Psi is a very good jabber client that uses QT</longdescription> +</pkgmetadata> diff --git a/net-im/psi/psi-0.9.1.ebuild b/net-im/psi/psi-0.9.1.ebuild index 3886bbc1d07e..69df6484ee75 100644 --- a/net-im/psi/psi-0.9.1.ebuild +++ b/net-im/psi/psi-0.9.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # 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.5 2004/02/10 02:35:37 absinthe Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/psi/psi-0.9.1.ebuild,v 1.6 2004/02/28 21:37:55 humpback Exp $ IUSE="kde ssl crypt" @@ -12,7 +12,7 @@ HOMEPAGE="http://psi.affinix.com" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~x86 ppc amd64" +KEYWORDS="x86 ppc amd64" DEPEND="ssl? ( >=dev-libs/openssl-0.9.6c >=app-crypt/qca-tls-1.0 ) crypt? ( >=app-crypt/gnupg-1.2.2 ) |