diff options
author | Petteri Räty <betelgeuse@gentoo.org> | 2007-04-06 22:20:17 +0000 |
---|---|---|
committer | Petteri Räty <betelgeuse@gentoo.org> | 2007-04-06 22:20:17 +0000 |
commit | 86cfeb52d834579da54a4a8e906781ec94d16933 (patch) | |
tree | a77d31e303f97e421283f934c7afcd80cc774737 /net-p2p | |
parent | Remove old version. Fixes bug #160044. (diff) | |
download | gentoo-2-86cfeb52d834579da54a4a8e906781ec94d16933.tar.gz gentoo-2-86cfeb52d834579da54a4a8e906781ec94d16933.tar.bz2 gentoo-2-86cfeb52d834579da54a4a8e906781ec94d16933.zip |
Fix qualudis warnings.
(Portage version: 2.1.2.3)
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/hx/ChangeLog | 6 | ||||
-rw-r--r-- | net-p2p/hx/hx-0.4.11.ebuild | 6 | ||||
-rw-r--r-- | net-p2p/hx/metadata.xml | 18 |
3 files changed, 19 insertions, 11 deletions
diff --git a/net-p2p/hx/ChangeLog b/net-p2p/hx/ChangeLog index 901da282c38f..89544b0c77b8 100644 --- a/net-p2p/hx/ChangeLog +++ b/net-p2p/hx/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-p2p/hx # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/hx/ChangeLog,v 1.8 2007/04/06 22:17:04 betelgeuse Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/hx/ChangeLog,v 1.9 2007/04/06 22:20:17 betelgeuse Exp $ + + 06 Apr 2007; Petteri Räty <betelgeuse@gentoo.org> metadata.xml, + hx-0.4.11.ebuild: + Fix qualudis warnings. 06 Apr 2007; Petteri Räty <betelgeuse@gentoo.org> -hx-0.4.10-r1.ebuild: Remove old version. Fixes bug #160044. diff --git a/net-p2p/hx/hx-0.4.11.ebuild b/net-p2p/hx/hx-0.4.11.ebuild index 320fc3bddd45..d922d2d240d5 100644 --- a/net-p2p/hx/hx-0.4.11.ebuild +++ b/net-p2p/hx/hx-0.4.11.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/hx/hx-0.4.11.ebuild,v 1.4 2007/04/06 22:15:12 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/hx/hx-0.4.11.ebuild,v 1.5 2007/04/06 22:20:17 betelgeuse Exp $ WANT_AUTOCONF="latest" WANT_AUTOMAKE="latest" @@ -11,13 +11,13 @@ LICENSE="GPL-2" KEYWORDS="ppc ~sparc x86" MY_P=mhxd-${PV} -DESCRIPTION="This is a Hotline 1.5+ compatible *nix Hotline Client in CLI. It supports IRC compatibility. See http://www.hotspringsinc.com/" +DESCRIPTION="This is a Hotline 1.5+ compatible *nix Hotline Client in CLI. It supports IRC compatibility." SRC_URI="http://projects.acidbeats.de/${MY_P}.tar.bz2" HOMEPAGE="http://hotlinex.sf.net/" IUSE="ssl" -DEPEND="virtual/libc +DEPEND=" ssl? ( >=dev-libs/openssl-0.9.6d ) >=sys-libs/zlib-1.1.4" diff --git a/net-p2p/hx/metadata.xml b/net-p2p/hx/metadata.xml index 2f043bbdf7f6..c590e4c16674 100644 --- a/net-p2p/hx/metadata.xml +++ b/net-p2p/hx/metadata.xml @@ -1,11 +1,15 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<herd>net-p2p</herd> -<maintainer> - <email>kang@gentoo.org</email> - <name>Guillaume Destuynder</name> - <description>Hotline packages maintainer</description> -</maintainer> -<longdescription>hx is an Hotline Client under the GPL for Linux/Unixes. It supports the Hotline Protocol from 1.2.3 up to 1.5+</longdescription> + <herd>net-p2p</herd> + <maintainer> + <email>kang@gentoo.org</email> + <name>Guillaume Destuynder</name> + <description>Hotline packages maintainer</description> + </maintainer> + <longdescription> + hx is an Hotline Client under the GPL for Linux/Unixes. + It supports the Hotline Protocol from 1.2.3 up to 1.5+. + See http://www.hotspringsinc.com/ + </longdescription> </pkgmetadata> |