From 4ec91b11071dbecdd8a9fda7d2235f18b22e1979 Mon Sep 17 00:00:00 2001 From: Simon Stelling Date: Sat, 28 Jan 2006 12:59:03 +0000 Subject: no need to compress 433 bytes patch Package-Manager: portage-2.1_pre3-r1 --- app-misc/linup/ChangeLog | 8 ++++++-- app-misc/linup/files/fix-uptimes-host | 11 +++++++++++ app-misc/linup/files/fix-uptimes-host.gz | Bin 303 -> 0 bytes app-misc/linup/linup-1.1.1-r1.ebuild | 6 +++--- 4 files changed, 20 insertions(+), 5 deletions(-) create mode 100644 app-misc/linup/files/fix-uptimes-host delete mode 100644 app-misc/linup/files/fix-uptimes-host.gz (limited to 'app-misc') 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 +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 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 " + + /* 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 deleted file mode 100644 index 3db725904996..000000000000 Binary files a/app-misc/linup/files/fix-uptimes-host.gz and /dev/null differ 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() { -- cgit v1.2.3-65-gdbad