diff options
author | Jan Brinkmann <luckyduck@gentoo.org> | 2005-05-14 20:27:43 +0000 |
---|---|---|
committer | Jan Brinkmann <luckyduck@gentoo.org> | 2005-05-14 20:27:43 +0000 |
commit | 8a27896f2ebbb6b373c4c421cc7aca68058bef4a (patch) | |
tree | 185222c84d563e38a445d04cee04cbc4da14e64f /net-irc/dircproxy | |
parent | digest fix #92627 (diff) | |
download | gentoo-2-8a27896f2ebbb6b373c4c421cc7aca68058bef4a.tar.gz gentoo-2-8a27896f2ebbb6b373c4c421cc7aca68058bef4a.tar.bz2 gentoo-2-8a27896f2ebbb6b373c4c421cc7aca68058bef4a.zip |
stable on amd64
(Portage version: 2.0.51.21)
Diffstat (limited to 'net-irc/dircproxy')
-rw-r--r-- | net-irc/dircproxy/ChangeLog | 5 | ||||
-rw-r--r-- | net-irc/dircproxy/Manifest | 14 | ||||
-rw-r--r-- | net-irc/dircproxy/dircproxy-1.0.5.ebuild | 4 |
3 files changed, 8 insertions, 15 deletions
diff --git a/net-irc/dircproxy/ChangeLog b/net-irc/dircproxy/ChangeLog index f135105ea7e6..ca1673b24004 100644 --- a/net-irc/dircproxy/ChangeLog +++ b/net-irc/dircproxy/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-irc/dircproxy # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/dircproxy/ChangeLog,v 1.15 2005/02/18 11:03:03 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/dircproxy/ChangeLog,v 1.16 2005/05/14 20:27:43 luckyduck Exp $ + + 14 May 2005; Jan Brinkmann <luckyduck@gentoo.org> dircproxy-1.0.5.ebuild: + stable on amd64 18 Feb 2005; Sven Wegener <swegener@gentoo.org> -files/1.1.0-005-numeric.patch, dircproxy-1.1.0-r1.ebuild: diff --git a/net-irc/dircproxy/Manifest b/net-irc/dircproxy/Manifest index 8126a316e793..49569af99108 100644 --- a/net-irc/dircproxy/Manifest +++ b/net-irc/dircproxy/Manifest @@ -1,17 +1,7 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 4753a74e9959d7771d1743b43e9fa4cc dircproxy-1.0.5.ebuild 604 +MD5 acb3890d5e4b11fff3a7a3d844e771e7 dircproxy-1.0.5.ebuild 603 MD5 e2c689795c2e7ac99e6c00329d834b52 dircproxy-1.1.0-r1.ebuild 718 -MD5 835ad51f46e87a28a661a40d81c7fc7c ChangeLog 2666 +MD5 5c4e8f0c466447913d9867523ca6fe82 ChangeLog 2761 MD5 44c39c6ad372a8e5a5e7ee3311f703a7 metadata.xml 160 MD5 8735716fa2ac751e4b10e7f38cd1bd38 files/digest-dircproxy-1.0.5 67 MD5 3305b6d2321a112b03180bef0a02b0d6 files/digest-dircproxy-1.1.0-r1 67 MD5 d020302a46b1d425abe235ba16582a03 files/1.1.0-less-lag-on-attach.patch 1506 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.0 (GNU/Linux) - -iD8DBQFCFctvI1lqEGTUzyQRAmTTAKCNi7vXN2ynWEwi9Th3OMzrRtzwWwCffUiA -N74hu+0e5RjELrs+muCeXiU= -=zHz2 ------END PGP SIGNATURE----- diff --git a/net-irc/dircproxy/dircproxy-1.0.5.ebuild b/net-irc/dircproxy/dircproxy-1.0.5.ebuild index 58cccbdff048..18ec195fc69e 100644 --- a/net-irc/dircproxy/dircproxy-1.0.5.ebuild +++ b/net-irc/dircproxy/dircproxy-1.0.5.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-irc/dircproxy/dircproxy-1.0.5.ebuild,v 1.12 2005/01/09 16:57:54 luckyduck Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/dircproxy/dircproxy-1.0.5.ebuild,v 1.13 2005/05/14 20:27:43 luckyduck Exp $ DESCRIPTION="an IRC proxy server" SRC_URI="http://www.securiweb.net/pub/oss/dircproxy/stable/${P}.tar.gz" @@ -8,7 +8,7 @@ HOMEPAGE="http://dircproxy.securiweb.net/" SLOT="0" LICENSE="GPL-2" -KEYWORDS="x86 ppc alpha ~amd64" +KEYWORDS="x86 ppc alpha amd64" IUSE="" DEPEND="virtual/libc" |