summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Stelling <blubb@gentoo.org>2006-01-28 12:59:03 +0000
committerSimon Stelling <blubb@gentoo.org>2006-01-28 12:59:03 +0000
commitd28d398d299d492d6ad9099594a950b1a61a0878 (patch)
tree4e66e97a1728a32512aa5809e6559c38d8450106 /app-misc/linup
parentno need to have a bzipped patch in portage (diff)
downloadgentoo-2-d28d398d299d492d6ad9099594a950b1a61a0878.tar.gz
gentoo-2-d28d398d299d492d6ad9099594a950b1a61a0878.tar.bz2
gentoo-2-d28d398d299d492d6ad9099594a950b1a61a0878.zip
no need to compress 433 bytes patch
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'app-misc/linup')
-rw-r--r--app-misc/linup/ChangeLog8
-rw-r--r--app-misc/linup/files/fix-uptimes-host11
-rw-r--r--app-misc/linup/files/fix-uptimes-host.gzbin303 -> 0 bytes
-rw-r--r--app-misc/linup/linup-1.1.1-r1.ebuild6
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
deleted file mode 100644
index 3db725904996..000000000000
--- a/app-misc/linup/files/fix-uptimes-host.gz
+++ /dev/null
Binary files 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() {