summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Black <dragonheart@gentoo.org>2004-12-02 12:07:41 +0000
committerDaniel Black <dragonheart@gentoo.org>2004-12-02 12:07:41 +0000
commitd73a9c366b6c076676639d13a47031e5eae39279 (patch)
tree5aa13a940a1e5e7e3917ff13ac6f4ca96f212e58 /net-dns
parentUpdated doc files; bug #72644. (Manifest recommit) (diff)
downloadgentoo-2-d73a9c366b6c076676639d13a47031e5eae39279.tar.gz
gentoo-2-d73a9c366b6c076676639d13a47031e5eae39279.tar.bz2
gentoo-2-d73a9c366b6c076676639d13a47031e5eae39279.zip
old version cleanout
Diffstat (limited to 'net-dns')
-rw-r--r--net-dns/noip-updater/ChangeLog7
-rw-r--r--net-dns/noip-updater/Manifest10
-rw-r--r--net-dns/noip-updater/files/digest-noip-updater-2.0.151
-rw-r--r--net-dns/noip-updater/files/noip-2.0.12.patch25
-rw-r--r--net-dns/noip-updater/files/noip-2.0.15.patch25
-rw-r--r--net-dns/noip-updater/files/noip.c.patch6
-rw-r--r--net-dns/noip-updater/files/noip.start28
-rw-r--r--net-dns/noip-updater/noip-updater-2.0.15.ebuild51
8 files changed, 8 insertions, 145 deletions
diff --git a/net-dns/noip-updater/ChangeLog b/net-dns/noip-updater/ChangeLog
index 7a536cf2a0a9..cfbd41b57806 100644
--- a/net-dns/noip-updater/ChangeLog
+++ b/net-dns/noip-updater/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-dns/noip-updater
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/noip-updater/ChangeLog,v 1.13 2004/07/01 22:12:59 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/noip-updater/ChangeLog,v 1.14 2004/12/02 12:07:40 dragonheart Exp $
+
+ 02 Dec 2004; Daniel Black <dragonheart@gentoo.org> -files/noip-2.0.12.patch,
+ -files/noip-2.0.15.patch, -files/noip.c.patch, -files/noip.start,
+ -noip-updater-2.0.15.ebuild:
+ old version cleanout
01 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org>
noip-updater-2.0.15.ebuild, noip-updater-2.1.1-r1.ebuild:
diff --git a/net-dns/noip-updater/Manifest b/net-dns/noip-updater/Manifest
index a041d2371ee0..03a43e0b3de8 100644
--- a/net-dns/noip-updater/Manifest
+++ b/net-dns/noip-updater/Manifest
@@ -1,12 +1,6 @@
MD5 a7fb143ff42651d3db7dbf889f9902fa ChangeLog 2427
-MD5 a20cdb92b8a1629599ec1bf97074d8f6 metadata.xml 545
-MD5 e721324fba81448acb9a44603149aa36 noip-updater-2.0.15.ebuild 1206
MD5 2097c3a1a84059dc0ba1158694375c13 noip-updater-2.1.1-r1.ebuild 1448
-MD5 99b1c0cb4c76aad553644c0a5b2dab81 files/digest-noip-updater-2.0.15 62
-MD5 9e3e84c3f86b94767256ba5b41f5b5fa files/digest-noip-updater-2.1.1-r1 61
-MD5 30c80856624fffbea9f30895dbeb411e files/noip-2.0.12.patch 647
-MD5 52f1769a9095b987cf951d77b3bed3ce files/noip-2.0.15.patch 647
+MD5 a20cdb92b8a1629599ec1bf97074d8f6 metadata.xml 545
MD5 1f86b2531c8f115fa178f23b095d0140 files/noip-2.1.1.patch 486
-MD5 72fe1de71cd094fa1a00d0e1bc742dcd files/noip.c.patch 234
-MD5 dbba0145cdeb92a600483d7addcd8837 files/noip.start 692
+MD5 9e3e84c3f86b94767256ba5b41f5b5fa files/digest-noip-updater-2.1.1-r1 61
MD5 ced8f9146ce6aaaa6254e329056676da files/noip2.start 786
diff --git a/net-dns/noip-updater/files/digest-noip-updater-2.0.15 b/net-dns/noip-updater/files/digest-noip-updater-2.0.15
deleted file mode 100644
index da9f2d1b34f8..000000000000
--- a/net-dns/noip-updater/files/digest-noip-updater-2.0.15
+++ /dev/null
@@ -1 +0,0 @@
-MD5 6713d3819e71d980ac81ba7804b13148 noip-2.0.15.tar.gz 69318
diff --git a/net-dns/noip-updater/files/noip-2.0.12.patch b/net-dns/noip-updater/files/noip-2.0.12.patch
deleted file mode 100644
index 44a8b9c6290c..000000000000
--- a/net-dns/noip-updater/files/noip-2.0.12.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-*** noip2.c.orig Wed Jan 29 07:21:46 2003
---- noip2.c Fri Jan 31 12:01:18 2003
-***************
-*** 147,156 ****
- #define HOST 1
- #define GROUP 2
- #ifndef PREFIX
-! #define PREFIX "/usr/local"
- #endif
-! #define CONFIG_FILEPATH PREFIX"/etc"
-! #define CONFIG_FILENAME PREFIX"/etc/no-ip2.conf"
- #define CONFSTRLEN 1024
- #define MAX_DEVLEN 16
- #define MAX_INSTANCE 4
---- 147,156 ----
- #define HOST 1
- #define GROUP 2
- #ifndef PREFIX
-! #define PREFIX "/usr"
- #endif
-! #define CONFIG_FILEPATH "/etc"
-! #define CONFIG_FILENAME "/etc/no-ip2.conf"
- #define CONFSTRLEN 1024
- #define MAX_DEVLEN 16
- #define MAX_INSTANCE 4
diff --git a/net-dns/noip-updater/files/noip-2.0.15.patch b/net-dns/noip-updater/files/noip-2.0.15.patch
deleted file mode 100644
index d0246e0c6e9e..000000000000
--- a/net-dns/noip-updater/files/noip-2.0.15.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-*** noip2.c.orig Sun Nov 16 07:59:27 2003
---- noip2.c Tue Dec 23 11:21:42 2003
-***************
-*** 178,187 ****
- #define HOST 1
- #define GROUP 2
- #ifndef PREFIX
-! #define PREFIX "/usr/local"
- #endif
-! #define CONFIG_FILEPATH PREFIX"/etc"
-! #define CONFIG_FILENAME PREFIX"/etc/no-ip2.conf"
- #define CONFSTRLEN 1024
- #define MAX_DEVLEN 16
- #define MAX_INSTANCE 4
---- 178,187 ----
- #define HOST 1
- #define GROUP 2
- #ifndef PREFIX
-! #define PREFIX "/usr"
- #endif
-! #define CONFIG_FILEPATH "/etc"
-! #define CONFIG_FILENAME "/etc/no-ip2.conf"
- #define CONFSTRLEN 1024
- #define MAX_DEVLEN 16
- #define MAX_INSTANCE 4
diff --git a/net-dns/noip-updater/files/noip.c.patch b/net-dns/noip-updater/files/noip.c.patch
deleted file mode 100644
index b20f55ccea62..000000000000
--- a/net-dns/noip-updater/files/noip.c.patch
+++ /dev/null
@@ -1,6 +0,0 @@
-98,99c98,99
-< #define CONFIG_FILENAME "/usr/local/lib/no-ip.conf"
-< #define CONFIG_FILENAME_ETC "/usr/local/etc/no-ip.conf"
----
-> #define CONFIG_FILENAME "/usr/lib/no-ip.conf"
-> #define CONFIG_FILENAME_ETC "/etc/no-ip.conf"
diff --git a/net-dns/noip-updater/files/noip.start b/net-dns/noip-updater/files/noip.start
deleted file mode 100644
index 992e19924642..000000000000
--- a/net-dns/noip-updater/files/noip.start
+++ /dev/null
@@ -1,28 +0,0 @@
-#! /sbin/runscript
-
-depend() {
- need localmount
- need net
-}
-
-start() {
- if [ ! -f /etc/no-ip.conf ]
- then
- einfo "Answer the following questions about your no-ip account."
- cd /tmp
- (no-ip.sh && mv no-ip.conf /etc/no-ip.conf) || eend 1
- ln -s /etc/no-ip.conf /usr/lib/no-ip.conf >& /dev/null
- fi
- ebegin "Starting noip"
- noip -c /etc/no-ip.conf
- eend $? "noip did not start, error code $?"
-}
-
-stop() {
- ebegin "Stopping noip"
- kill `ps -A | grep noip | awk '{print $1}'` >& /dev/null
- eend $? "Either noip did not start or there was a problem stopping"
- ebegin "Setting noip addresses to 0.0.0.0"
- noip -c /etc/no-ip.conf -i 0.0.0.0
- eend $? "Failed to set noip addresses to 0.0.0.0"
-}
diff --git a/net-dns/noip-updater/noip-updater-2.0.15.ebuild b/net-dns/noip-updater/noip-updater-2.0.15.ebuild
deleted file mode 100644
index 461f506ffe24..000000000000
--- a/net-dns/noip-updater/noip-updater-2.0.15.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/noip-updater/noip-updater-2.0.15.ebuild,v 1.6 2004/07/01 22:12:59 eradicator Exp $
-
-inherit base
-
-IUSE=""
-
-MY_P=${P/-updater/}
-S=${WORKDIR}/${MY_P}
-DESCRIPTION="no-ip.com dynamic DNS updater"
-HOMEPAGE="http://www.no-ip.com"
-SRC_URI="http://www.no-ip.com/client/linux/${MY_P}.tar.gz"
-PATCHES="${FILESDIR}/${MY_P}.patch"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="x86 ~ppc ~sparc ~alpha ~hppa ~mips ~amd64 ~ia64 ~ppc64"
-
-DEPEND="virtual/libc"
-
-pkg_config() {
- cd /tmp
- einfo "Answer the following questions."
- noip2 -C || die
-}
-
-src_compile() {
- emake PREFIX=/usr || die
-}
-
-src_install() {
- into /usr
- dosbin noip2
- dodoc README.FIRST COPYING
- exeinto /etc/init.d
- newexe ${FILESDIR}/noip2.start noip
- prepalldocs
-}
-
-pkg_postinst() {
-
- einfo "Configuration can be done manually via:"
- einfo "/usr/sbin/noip2 -C or "
- einfo "first time you use the /etc/init.d/noip script; or"
- einfo "by using this ebuild's config option."
- einfo
- einfo "You must update the /etc/init.d/noip script, the "
- einfo "binary name and the command line options have "
- einfo "changed."
-}