summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Black <dragonheart@gentoo.org>2009-03-08 03:10:26 +0000
committerDaniel Black <dragonheart@gentoo.org>2009-03-08 03:10:26 +0000
commit85a0c3f45de12aa6763c0917d4b7d755e2329b53 (patch)
treef05803cef2f486f7392463d93880ca68516e84b1 /net-irc
parentChanged the harddep on sys-libs/pam for virtual/pam. (diff)
downloadgentoo-2-85a0c3f45de12aa6763c0917d4b7d755e2329b53.tar.gz
gentoo-2-85a0c3f45de12aa6763c0917d4b7d755e2329b53.tar.bz2
gentoo-2-85a0c3f45de12aa6763c0917d4b7d755e2329b53.zip
simple bugday fix as per bug #261007. Thanks Victor Ostorga
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Diffstat (limited to 'net-irc')
-rw-r--r--net-irc/dircproxy/ChangeLog9
-rw-r--r--net-irc/dircproxy/dircproxy-1.0.5-r1.ebuild8
-rw-r--r--net-irc/dircproxy/dircproxy-1.1.0-r2.ebuild9
-rw-r--r--net-irc/dircproxy/dircproxy-1.2.0_beta2-r1.ebuild9
4 files changed, 21 insertions, 14 deletions
diff --git a/net-irc/dircproxy/ChangeLog b/net-irc/dircproxy/ChangeLog
index 5b2733393ff2..72fcb211c80d 100644
--- a/net-irc/dircproxy/ChangeLog
+++ b/net-irc/dircproxy/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-irc/dircproxy
-# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/dircproxy/ChangeLog,v 1.24 2007/11/10 15:59:43 armin76 Exp $
+# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-irc/dircproxy/ChangeLog,v 1.25 2009/03/08 03:10:26 dragonheart Exp $
+
+ 08 Mar 2009; Daniel Black <dragonheart@gentoo.org>
+ dircproxy-1.0.5-r1.ebuild, dircproxy-1.1.0-r2.ebuild,
+ dircproxy-1.2.0_beta2-r1.ebuild:
+ simple bugday fix as per bug #261007. Thanks Victor Ostorga
10 Nov 2007; Raúl Porcel <armin76@gentoo.org> -dircproxy-1.0.5.ebuild:
old
diff --git a/net-irc/dircproxy/dircproxy-1.0.5-r1.ebuild b/net-irc/dircproxy/dircproxy-1.0.5-r1.ebuild
index da42c3612c43..1083cfacb318 100644
--- a/net-irc/dircproxy/dircproxy-1.0.5-r1.ebuild
+++ b/net-irc/dircproxy/dircproxy-1.0.5-r1.ebuild
@@ -1,12 +1,12 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2009 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-r1.ebuild,v 1.5 2007/10/21 15:00:27 beandog Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/dircproxy/dircproxy-1.0.5-r1.ebuild,v 1.6 2009/03/08 03:10:26 dragonheart Exp $
inherit eutils
DESCRIPTION="an IRC proxy server"
-HOMEPAGE="http://dircproxy.securiweb.net/"
-SRC_URI="http://dircproxy.securiweb.net/pub/1.0/${P}.tar.gz"
+HOMEPAGE="http://code.google.com/p/dircproxy"
+SRC_URI="http://dircproxy.googlecode.com/files/${P}.tar.gz"
SLOT="0"
LICENSE="GPL-2"
diff --git a/net-irc/dircproxy/dircproxy-1.1.0-r2.ebuild b/net-irc/dircproxy/dircproxy-1.1.0-r2.ebuild
index bfd4ad413626..237b73e1ee13 100644
--- a/net-irc/dircproxy/dircproxy-1.1.0-r2.ebuild
+++ b/net-irc/dircproxy/dircproxy-1.1.0-r2.ebuild
@@ -1,12 +1,13 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/dircproxy/dircproxy-1.1.0-r2.ebuild,v 1.1 2007/10/15 13:25:14 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/dircproxy/dircproxy-1.1.0-r2.ebuild,v 1.2 2009/03/08 03:10:26 dragonheart Exp $
inherit eutils
DESCRIPTION="an IRC proxy server"
-HOMEPAGE="http://dircproxy.securiweb.net/"
-SRC_URI="http://dircproxy-securiweb.net/pub/1.1/${P}.tar.gz"
+HOMEPAGE="http://code.google.com/p/dircproxy"
+SRC_URI="http://dircproxy.googlecode.com/files/${P}.tar.gz"
+
LICENSE="GPL-2"
SLOT="0"
diff --git a/net-irc/dircproxy/dircproxy-1.2.0_beta2-r1.ebuild b/net-irc/dircproxy/dircproxy-1.2.0_beta2-r1.ebuild
index 463e1b8ff39b..be60ab2364a2 100644
--- a/net-irc/dircproxy/dircproxy-1.2.0_beta2-r1.ebuild
+++ b/net-irc/dircproxy/dircproxy-1.2.0_beta2-r1.ebuild
@@ -1,13 +1,14 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/dircproxy/dircproxy-1.2.0_beta2-r1.ebuild,v 1.1 2007/10/15 13:25:14 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/dircproxy/dircproxy-1.2.0_beta2-r1.ebuild,v 1.2 2009/03/08 03:10:26 dragonheart Exp $
inherit eutils
MY_P="${P/_/-}"
DESCRIPTION="an IRC proxy server"
-SRC_URI="http://dircproxy.securiweb.net/pub/1.2/${MY_P}.tar.bz"
-HOMEPAGE="http://dircproxy.securiweb.net/"
+HOMEPAGE="http://code.google.com/p/dircproxy"
+SRC_URI="http://dircproxy.googlecode.com/files/${MY_P}.tar.bz"
+
SLOT="0"
LICENSE="GPL-2"