diff options
author | Guillaume Destuynder <kang@gentoo.org> | 2004-07-28 12:25:11 +0000 |
---|---|---|
committer | Guillaume Destuynder <kang@gentoo.org> | 2004-07-28 12:25:11 +0000 |
commit | 6b8936a54e7511cc1072db604f73e2ac43f34e92 (patch) | |
tree | acd67e108fb3b25fcdd2a77ff88a85417387723b /net-p2p/hx | |
parent | stable on ia64 (Manifest recommit) (diff) | |
download | gentoo-2-6b8936a54e7511cc1072db604f73e2ac43f34e92.tar.gz gentoo-2-6b8936a54e7511cc1072db604f73e2ac43f34e92.tar.bz2 gentoo-2-6b8936a54e7511cc1072db604f73e2ac43f34e92.zip |
initial import
Diffstat (limited to 'net-p2p/hx')
-rw-r--r-- | net-p2p/hx/ChangeLog | 8 | ||||
-rw-r--r-- | net-p2p/hx/Manifest | 4 | ||||
-rw-r--r-- | net-p2p/hx/files/digest-hx-0.4.10 | 1 | ||||
-rw-r--r-- | net-p2p/hx/hx-0.4.10.ebuild | 41 | ||||
-rw-r--r-- | net-p2p/hx/metadata.xml | 11 |
5 files changed, 65 insertions, 0 deletions
diff --git a/net-p2p/hx/ChangeLog b/net-p2p/hx/ChangeLog new file mode 100644 index 000000000000..daeb290dfe2c --- /dev/null +++ b/net-p2p/hx/ChangeLog @@ -0,0 +1,8 @@ +# ChangeLog for net-p2p/hx +# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/hx/ChangeLog,v 1.1 2004/07/28 12:25:11 kang Exp $ + +*hx-0.4.10 (28 Jul 2004) + + 28 Jul 2004; Guillaume Destuynder <kang@gentoo.org>: + Initial import. Ebuild submitted by myself. diff --git a/net-p2p/hx/Manifest b/net-p2p/hx/Manifest new file mode 100644 index 000000000000..a23c75718f79 --- /dev/null +++ b/net-p2p/hx/Manifest @@ -0,0 +1,4 @@ +MD5 c85b5746077d35c3f3df79ba4a3b560c hx-0.4.10.ebuild 1026 +MD5 37e5335a8a178a44c21c9c6111a3cabc ChangeLog 239 +MD5 80bf1d304afa81e7684854e8b7d7f12a metadata.xml 459 +MD5 0dd23d068f2203e3539c8379ca838188 files/digest-hx-0.4.10 64 diff --git a/net-p2p/hx/files/digest-hx-0.4.10 b/net-p2p/hx/files/digest-hx-0.4.10 new file mode 100644 index 000000000000..33e14ac3b4b5 --- /dev/null +++ b/net-p2p/hx/files/digest-hx-0.4.10 @@ -0,0 +1 @@ +MD5 6b664c5f798746c5c0617c72d1c95967 mhxd-0.4.10.tar.bz2 768353 diff --git a/net-p2p/hx/hx-0.4.10.ebuild b/net-p2p/hx/hx-0.4.10.ebuild new file mode 100644 index 000000000000..bf62b58af154 --- /dev/null +++ b/net-p2p/hx/hx-0.4.10.ebuild @@ -0,0 +1,41 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/hx/hx-0.4.10.ebuild,v 1.1 2004/07/28 12:25:11 kang Exp $ + +LICENSE="GPL-2" +KEYWORDS="~x86 ~ppc ~sparc" +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/" +SRC_URI="http://projects.acidbeats.de/${MY_P}.tar.bz2" +HOMEPAGE="http://hotlinex.sf.net/" + +IUSE="ipv6 ssl" + +DEPEND="virtual/libc + >=sys-libs/libtermcap-compat-1.2.3-r1 + ssl? ( >=dev-libs/openssl-0.9.6d ) + >=sys-libs/zlib-1.1.4" + +SLOT="0" + +src_compile() { + cd work/${MY_P} + econf \ + `use_enable ssl idea` \ + `use_enable ssl cipher` \ + `use_enable ssl hope` \ + `use_enable ssl compress` \ + `use_enable ipv6` \ + --enable-hx || die "bad configure" + emake || die "compile problem" + make install || die "compile problem" +} + +src_install() { + cd ${P}/work/${MY_P} + dodoc AUTHORS INSTALL PROBLEMS README* ChangeLog TODO NEWS run/hx/ghxvars run/hx/ghxvars.jp \ + run/hx/hxrc run/hx/hxvars + + dosbin run/hx/bin/hx +} diff --git a/net-p2p/hx/metadata.xml b/net-p2p/hx/metadata.xml new file mode 100644 index 000000000000..2f043bbdf7f6 --- /dev/null +++ b/net-p2p/hx/metadata.xml @@ -0,0 +1,11 @@ +<?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> +</pkgmetadata> |