summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Wegener <swegener@gentoo.org>2004-06-17 03:29:00 +0000
committerSven Wegener <swegener@gentoo.org>2004-06-17 03:29:00 +0000
commit8331572ec8327f27e19d77f7431576987ce09b6f (patch)
tree838ea4e4e8379a923c38dc11a7f106729569c91e /net-irc/dircproxy
parentInitial ebuild by Ben Slote <iswm@cox.net> in bug #48106. (Manifest recommit) (diff)
downloadgentoo-2-8331572ec8327f27e19d77f7431576987ce09b6f.tar.gz
gentoo-2-8331572ec8327f27e19d77f7431576987ce09b6f.tar.bz2
gentoo-2-8331572ec8327f27e19d77f7431576987ce09b6f.zip
Updated SRC_URI and HOMEPAGE to new locations. Changed make target in src_install() from install-strip to install. Version bump.. Closes bug #53887.
Diffstat (limited to 'net-irc/dircproxy')
-rw-r--r--net-irc/dircproxy/ChangeLog14
-rw-r--r--net-irc/dircproxy/Manifest6
-rw-r--r--net-irc/dircproxy/dircproxy-1.0.5.ebuild10
-rw-r--r--net-irc/dircproxy/dircproxy-1.1.0.ebuild18
-rw-r--r--net-irc/dircproxy/files/digest-dircproxy-1.1.01
5 files changed, 40 insertions, 9 deletions
diff --git a/net-irc/dircproxy/ChangeLog b/net-irc/dircproxy/ChangeLog
index 54b63e7d32ec..b5569203ca2b 100644
--- a/net-irc/dircproxy/ChangeLog
+++ b/net-irc/dircproxy/ChangeLog
@@ -1,6 +1,16 @@
# ChangeLog for net-irc/dircproxy
-# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/dircproxy/ChangeLog,v 1.7 2003/07/03 08:40:52 pauldv Exp $
+# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-irc/dircproxy/ChangeLog,v 1.8 2004/06/17 03:29:00 swegener Exp $
+
+*dircproxy-1.1.0 (17 Jun 2004)
+
+ 17 Jun 2004; Sven Wegener <swegener@gentoo.org> dircproxy-1.0.5.ebuild,
+ +dircproxy-1.1.0.ebuild:
+ Updated SRC_URI and HOMEPAGE to new locations. Added unstable upstream version
+ 1.1.0 which only includes small fixes over 1.0.5 and should be considered
+ stable. Thanks to Morten Lied Johansen <mortenjo@ifi.uio.no> for notifcation
+ and patch in bug #53887. Changed make target in src_install() from
+ install-strip to install, as stripping is controlled with FEATURES="nostrip".
03 Jul 2003; Paul de Vrieze <pauldv@gentoo.org> dircproxy-1.0.5.ebuild:
Add the INSTALL file to the documentation as it describes how to configure it
diff --git a/net-irc/dircproxy/Manifest b/net-irc/dircproxy/Manifest
index 46e795792b7b..a4ba9019a07c 100644
--- a/net-irc/dircproxy/Manifest
+++ b/net-irc/dircproxy/Manifest
@@ -1,4 +1,6 @@
-MD5 81b81cb0cffed79df1e93399520934e0 ChangeLog 922
+MD5 48530d06e524a3e0d26680112760c16e dircproxy-1.0.5.ebuild 596
MD5 44c39c6ad372a8e5a5e7ee3311f703a7 metadata.xml 160
-MD5 3cb8fbcadc0e2e52224ca4bd4dd087ac dircproxy-1.0.5.ebuild 566
+MD5 eabdd586ab18fdf2f34c61ac742fff5e ChangeLog 921
+MD5 328b05a580eded629852a15e6cf7191a dircproxy-1.1.0.ebuild 601
MD5 8735716fa2ac751e4b10e7f38cd1bd38 files/digest-dircproxy-1.0.5 67
+MD5 3305b6d2321a112b03180bef0a02b0d6 files/digest-dircproxy-1.1.0 67
diff --git a/net-irc/dircproxy/dircproxy-1.0.5.ebuild b/net-irc/dircproxy/dircproxy-1.0.5.ebuild
index bc24933862f0..2ea44126a64c 100644
--- a/net-irc/dircproxy/dircproxy-1.0.5.ebuild
+++ b/net-irc/dircproxy/dircproxy-1.0.5.ebuild
@@ -1,10 +1,10 @@
-# 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/dircproxy/dircproxy-1.0.5.ebuild,v 1.6 2003/09/08 07:01:23 msterret Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/dircproxy/dircproxy-1.0.5.ebuild,v 1.7 2004/06/17 03:29:00 swegener Exp $
DESCRIPTION="an IRC proxy server"
-SRC_URI="http://www.dircproxy.net/download/stable/${P}.tar.gz"
-HOMEPAGE="http://www.dircproxy.net/"
+SRC_URI="http://www.securiweb.net/pub/oss/dircproxy/stable/${P}.tar.gz"
+HOMEPAGE="http://dircproxy.securiweb.net/"
SLOT="0"
LICENSE="GPL-2"
@@ -13,6 +13,6 @@ KEYWORDS="x86 ppc alpha"
DEPEND="virtual/glibc"
src_install() {
- make DESTDIR=${D} install-strip || die
+ make DESTDIR=${D} install || die "make install failed"
dodoc AUTHORS ChangeLog FAQ NEWS PROTOCOL README* TODO INSTALL
}
diff --git a/net-irc/dircproxy/dircproxy-1.1.0.ebuild b/net-irc/dircproxy/dircproxy-1.1.0.ebuild
new file mode 100644
index 000000000000..6ee74b467b53
--- /dev/null
+++ b/net-irc/dircproxy/dircproxy-1.1.0.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-irc/dircproxy/dircproxy-1.1.0.ebuild,v 1.1 2004/06/17 03:29:00 swegener Exp $
+
+DESCRIPTION="an IRC proxy server"
+SRC_URI="http://www.securiweb.net/pub/oss/dircproxy/unstable/${P}.tar.gz"
+HOMEPAGE="http://dircproxy.securiweb.net/"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~x86 ~ppc ~alpha"
+
+DEPEND="virtual/glibc"
+
+src_install() {
+ make DESTDIR=${D} install || die "make install failed"
+ dodoc AUTHORS ChangeLog FAQ NEWS PROTOCOL README* TODO INSTALL
+}
diff --git a/net-irc/dircproxy/files/digest-dircproxy-1.1.0 b/net-irc/dircproxy/files/digest-dircproxy-1.1.0
new file mode 100644
index 000000000000..6da95c6d8130
--- /dev/null
+++ b/net-irc/dircproxy/files/digest-dircproxy-1.1.0
@@ -0,0 +1 @@
+MD5 066bd39d80f286ae5ce69a2adbbd01e4 dircproxy-1.1.0.tar.gz 250060