diff options
author | Simon Stelling <blubb@gentoo.org> | 2006-01-28 12:59:03 +0000 |
---|---|---|
committer | Simon Stelling <blubb@gentoo.org> | 2006-01-28 12:59:03 +0000 |
commit | 4ec91b11071dbecdd8a9fda7d2235f18b22e1979 (patch) | |
tree | 07cf8769fa3ab4640b2f808923e296f178b083b7 /app-misc/linup | |
parent | no need to have a bzipped patch in portage (diff) | |
download | historical-4ec91b11071dbecdd8a9fda7d2235f18b22e1979.tar.gz historical-4ec91b11071dbecdd8a9fda7d2235f18b22e1979.tar.bz2 historical-4ec91b11071dbecdd8a9fda7d2235f18b22e1979.zip |
no need to compress 433 bytes patch
Package-Manager: portage-2.1_pre3-r1
Diffstat (limited to 'app-misc/linup')
-rw-r--r-- | app-misc/linup/ChangeLog | 8 | ||||
-rw-r--r-- | app-misc/linup/files/fix-uptimes-host | 11 | ||||
-rw-r--r-- | app-misc/linup/files/fix-uptimes-host.gz | bin | 303 -> 0 bytes | |||
-rw-r--r-- | app-misc/linup/linup-1.1.1-r1.ebuild | 6 |
4 files changed, 20 insertions, 5 deletions
diff --git a/app-misc/linup/ChangeLog b/app-misc/linup/ChangeLog index 559b9afc6ef2..adb8929ad70e 100644 --- a/app-misc/linup/ChangeLog +++ b/app-misc/linup/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-misc/linup -# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/linup/ChangeLog,v 1.14 2005/04/21 19:27:57 blubb Exp $ +# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-misc/linup/ChangeLog,v 1.15 2006/01/28 12:59:03 blubb Exp $ + + 28 Jan 2006; Simon Stelling <blubb@gentoo.org> +files/fix-uptimes-host, + -files/fix-uptimes-host.gz, linup-1.1.1-r1.ebuild: + no need to compress 433 bytes patch 21 Apr 2005; Simon Stelling <blubb@gentoo.org> linup-1.1.1-r1.ebuild: stable on amd64 diff --git a/app-misc/linup/files/fix-uptimes-host b/app-misc/linup/files/fix-uptimes-host new file mode 100644 index 000000000000..f507fa3698ee --- /dev/null +++ b/app-misc/linup/files/fix-uptimes-host @@ -0,0 +1,11 @@ +--- linup.h.dist 2003-12-21 19:36:38.000000000 -0500 ++++ linup.h 2003-12-21 19:32:46.000000000 -0500 +@@ -29,7 +29,7 @@ + #define AUTHOR "Joao Ribeiro <sena@smux.net>" + + /* The uptimes project host. */ +-#define HOST "uptimes.wonko.com" ++#define HOST "uptimes.hostingwired.com" + /* The port to use (80 is default for HTTP), with the old (4.20) protocol. */ + #define PORT 80 + /* The location of the document to where we should POST. */ diff --git a/app-misc/linup/files/fix-uptimes-host.gz b/app-misc/linup/files/fix-uptimes-host.gz Binary files differdeleted file mode 100644 index 3db725904996..000000000000 --- a/app-misc/linup/files/fix-uptimes-host.gz +++ /dev/null diff --git a/app-misc/linup/linup-1.1.1-r1.ebuild b/app-misc/linup/linup-1.1.1-r1.ebuild index 10589e0861a5..d1ff8182eb76 100644 --- a/app-misc/linup/linup-1.1.1-r1.ebuild +++ b/app-misc/linup/linup-1.1.1-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/linup/linup-1.1.1-r1.ebuild,v 1.13 2005/04/21 19:27:57 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/linup/linup-1.1.1-r1.ebuild,v 1.14 2006/01/28 12:59:03 blubb Exp $ inherit eutils @@ -20,7 +20,7 @@ S=${WORKDIR}/${PN} src_unpack() { unpack ${A} cd ${S} - epatch ${FILESDIR}/fix-uptimes-host.gz + epatch ${FILESDIR}/fix-uptimes-host } src_compile() { |