diff options
author | Chuck Short <zul@gentoo.org> | 2004-01-19 01:32:48 +0000 |
---|---|---|
committer | Chuck Short <zul@gentoo.org> | 2004-01-19 01:32:48 +0000 |
commit | b79fc5f22c7783fe8160c3f65ecf182d8c9b00a9 (patch) | |
tree | 1e13f016d274ec025722c6be9709c5fa8606ba4f /net-irc | |
parent | Initial version, closes #37848. (Manifest recommit) (diff) | |
download | gentoo-2-b79fc5f22c7783fe8160c3f65ecf182d8c9b00a9.tar.gz gentoo-2-b79fc5f22c7783fe8160c3f65ecf182d8c9b00a9.tar.bz2 gentoo-2-b79fc5f22c7783fe8160c3f65ecf182d8c9b00a9.zip |
Version bump, closes #35805.
Diffstat (limited to 'net-irc')
-rw-r--r-- | net-irc/iip/ChangeLog | 10 | ||||
-rw-r--r-- | net-irc/iip/Manifest | 6 | ||||
-rw-r--r-- | net-irc/iip/files/digest-iip-1.2 | 1 | ||||
-rw-r--r-- | net-irc/iip/iip-1.1.0.ebuild | 4 | ||||
-rw-r--r-- | net-irc/iip/iip-1.2.ebuild | 36 | ||||
-rw-r--r-- | net-irc/iip/metadata.xml | 5 |
6 files changed, 56 insertions, 6 deletions
diff --git a/net-irc/iip/ChangeLog b/net-irc/iip/ChangeLog index a67ee9b57f2d..078c4f8527a0 100644 --- a/net-irc/iip/ChangeLog +++ b/net-irc/iip/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-irc/iip -# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/iip/ChangeLog,v 1.1 2003/09/27 22:51:07 zul Exp $ +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-irc/iip/ChangeLog,v 1.2 2004/01/19 01:32:48 zul Exp $ + + 18 Jan 2004; Chuck Short <zul@gentoo.org> iip-1.1.0.ebuild: + Version bump, closes #35805. + + 04 Jan 2004; Chuck Short <zul@gentoo.org> iip-1.1.0.ebuild: + Updated header. *iip-1.1.0 (27 Sep 2003) diff --git a/net-irc/iip/Manifest b/net-irc/iip/Manifest index 5f35c1511718..045563726c7d 100644 --- a/net-irc/iip/Manifest +++ b/net-irc/iip/Manifest @@ -1,3 +1,5 @@ -MD5 ecea2b29079d1d45e4c2b1321d3936db iip-1.1.0.ebuild 775 -MD5 ae566f38099e1ac8e855898a05ccbeff ChangeLog 453 +MD5 3732f1339187de2e82120819406b12f3 iip-1.1.0.ebuild 775 +MD5 57bbac6e8f7b0b0a1795c262526fc57b ChangeLog 534 +MD5 2555571d9fb1960b548614ecbc61737f iip-1.2.ebuild 835 +MD5 4a0260da2d54bb5646ddc91b604ce49b files/digest-iip-1.2 65 MD5 6c9503150f532297b61909618997f875 files/digest-iip-1.1.0 58 diff --git a/net-irc/iip/files/digest-iip-1.2 b/net-irc/iip/files/digest-iip-1.2 new file mode 100644 index 000000000000..4654124ca942 --- /dev/null +++ b/net-irc/iip/files/digest-iip-1.2 @@ -0,0 +1 @@ +MD5 131d8bca10d46af2a50f81e0d211cb3c iip-1.2-dev1.tar.bz2 299053 diff --git a/net-irc/iip/iip-1.1.0.ebuild b/net-irc/iip/iip-1.1.0.ebuild index 145b5a76e4be..966a1ce6ad0c 100644 --- a/net-irc/iip/iip-1.1.0.ebuild +++ b/net-irc/iip/iip-1.1.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/iip/iip-1.1.0.ebuild,v 1.1 2003/09/27 22:51:07 zul Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/iip/iip-1.1.0.ebuild,v 1.2 2004/01/19 01:32:48 zul Exp $ S="${WORKDIR}/${P}/src" DESCRIPTION="Proxy server for encrypted anonymous irc-like network" diff --git a/net-irc/iip/iip-1.2.ebuild b/net-irc/iip/iip-1.2.ebuild new file mode 100644 index 000000000000..3d0d4bb4cba2 --- /dev/null +++ b/net-irc/iip/iip-1.2.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-irc/iip/iip-1.2.ebuild,v 1.1 2004/01/19 01:32:48 zul Exp $ + +MY_P="iip-1.2-dev1" + +DESCRIPTION="Proxy server for encrypted anonymous irc-like network" +HOMEPAGE="http://www.invisiblenet.net/iip/" +SRC_URI="mirror://sourceforge/invisibleip/${MY_P}.tar.bz2" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86" +IUSE="" + +DEPEND="virtual/glibc + dev-libs/openssl" +RDEPEND="" + +S="${WORKDIR}/${MY_P}" + +src_compile() { + econf || die + emake || die +} + +src_install() { + einstall || die + ehome=/home/iip + enewuser iip + dodir /usr/man/man1 + dodir /usr/bin + dodir /usr/share/iip + make PREFIX=${D}/usr INSTALLFILEPATH=${D}/usr/share/iip/ install || die + dodoc AUTHORS CHANGELOG COPYING INSTALL README +} + diff --git a/net-irc/iip/metadata.xml b/net-irc/iip/metadata.xml new file mode 100644 index 000000000000..6ef15e900f17 --- /dev/null +++ b/net-irc/iip/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>net-irc</herd> +</pkgmetadata> |