diff options
author | Sven Wegener <swegener@gentoo.org> | 2004-06-17 03:29:00 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2004-06-17 03:29:00 +0000 |
commit | 3a2d456002f1a8de888662752229fe53f1402210 (patch) | |
tree | 354df8e0861deff9541284fb34342a41c16e41bb | |
parent | Initial ebuild by Ben Slote <iswm@cox.net> in bug #48106. (diff) | |
download | historical-3a2d456002f1a8de888662752229fe53f1402210.tar.gz historical-3a2d456002f1a8de888662752229fe53f1402210.tar.bz2 historical-3a2d456002f1a8de888662752229fe53f1402210.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.
-rw-r--r-- | net-irc/dircproxy/ChangeLog | 14 | ||||
-rw-r--r-- | net-irc/dircproxy/Manifest | 6 | ||||
-rw-r--r-- | net-irc/dircproxy/dircproxy-1.0.5.ebuild | 10 | ||||
-rw-r--r-- | net-irc/dircproxy/dircproxy-1.1.0.ebuild | 18 | ||||
-rw-r--r-- | net-irc/dircproxy/files/digest-dircproxy-1.1.0 | 1 |
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..2ff32b45cd3a 100644 --- a/net-irc/dircproxy/Manifest +++ b/net-irc/dircproxy/Manifest @@ -1,4 +1,6 @@ -MD5 81b81cb0cffed79df1e93399520934e0 ChangeLog 922 +MD5 fb63afa62c8f656ab8b5fac672f229fb dircproxy-1.0.5.ebuild 596 MD5 44c39c6ad372a8e5a5e7ee3311f703a7 metadata.xml 160 -MD5 3cb8fbcadc0e2e52224ca4bd4dd087ac dircproxy-1.0.5.ebuild 566 +MD5 365f759ee2d9321cea7e6bb54073bd40 dircproxy-1.1.0.ebuild 601 +MD5 e0fb20c19504cf7ed569191d1bb61832 ChangeLog 1442 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 |