]> Pileus Git - ~andy/sunrise/commitdiff
Removed net-dns/inadyn. Unmaintained, sources link broken, homepage down. net-dns...
authorJames Broadhead (hangfire) <jamesbroadhead@gmail.com>
Thu, 26 Nov 2009 14:24:19 +0000 (14:24 +0000)
committerJames Broadhead (hangfire) <jamesbroadhead@gmail.com>
Thu, 26 Nov 2009 14:24:19 +0000 (14:24 +0000)
svn path=/sunrise/; revision=9614

net-dns/inadyn/ChangeLog [deleted file]
net-dns/inadyn/Manifest [deleted file]
net-dns/inadyn/files/inadyn.conf [deleted file]
net-dns/inadyn/files/inadyn.initd [deleted file]
net-dns/inadyn/inadyn-1.96.2.ebuild [deleted file]
net-dns/inadyn/metadata.xml [deleted file]

diff --git a/net-dns/inadyn/ChangeLog b/net-dns/inadyn/ChangeLog
deleted file mode 100644 (file)
index 93a3fff..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-# ChangeLog for net-dns/inadyn
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
-  06 Nov 2007; Antti Järvinen (netfiniitti) <netfiniitti@kapsi.fi> -inadyn-1.96.ebuild,
-  +inadyn-1.96.2.ebuild:
-  Version bump.
-
-  19 Feb 2007; Chris Carlin (volkris) <carlin@jlab.org> +inadyn-1.96.ebuild,
-  +files/inadyn.conf, +files/inadyn.initd, +metadata.xml:
-  New Ebuild for bug 167619
-
diff --git a/net-dns/inadyn/Manifest b/net-dns/inadyn/Manifest
deleted file mode 100644 (file)
index df992ea..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-AUX inadyn.conf 191 RMD160 8a6b836555022e9888ea7a82d1b5124c1e3068e2 SHA1 d4175c1179e9fbf9d94ec349606e6a852269d9c3 SHA256 13030e0ba3877392b7a7a3d78cb098e7b6b0d130f5ee94172ababf77670fce0e
-AUX inadyn.initd 556 RMD160 9e06fa940717fc47271d4e03c94bc1e97d43c971 SHA1 392684f8513ef325398c8e7a54b41e72212df2b6 SHA256 f0a77d832057f01d9dbdc857f7f68fd8a55f65a64f0622d581708f52c27686a0
-DIST inadyn.v1.96.2.zip 110194 RMD160 36696e4ef36fc26ede0ed14dc04ba809700ca7f0 SHA1 4792154213343a5c346dfe094a0f0d568facc204 SHA256 cabaf79a467918dbdafa84792c963047692cd91283a808981736f78c95751650
-EBUILD inadyn-1.96.2.ebuild 819 RMD160 33d8131c8881fc6e22513b2d2fc5f9d477fd6a0b SHA1 c6cff1c687672590d849ea0860ca6cef80e9d91e SHA256 3a282bb8128bd9ac22f4fa1cf4c65e9d8109e2eb38d204193bd6bc1e7875c817
-MISC ChangeLog 410 RMD160 e52e733777a15286631483f5ec104c8578632a15 SHA1 eaa5dcf8625fbb482adb8c031369041bcd0e94ab SHA256 9612b4708f0135aa8c6d63669653cb806f10197745d9fa606a9920309d8c9c05
-MISC metadata.xml 170 RMD160 645927a396fdc21cdeb089fe42c5397332420ea6 SHA1 ac7f48a14fec325926f9ce1be8fbf1f311b4f2e4 SHA256 d797a2ec6f9dc516c9f9c1a758ee87ad3e8c43101b5dc76c2f872d5bd4639b42
diff --git a/net-dns/inadyn/files/inadyn.conf b/net-dns/inadyn/files/inadyn.conf
deleted file mode 100644 (file)
index 7e84034..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-# A quick example for freedns.afraid.org
-# (see docs about using hashes for freedns.afraid.org)
-
-alias example.net,HASHHASHHASH
-dyndns_system default@freedns.afraid.org
-update_period_sec 600
diff --git a/net-dns/inadyn/files/inadyn.initd b/net-dns/inadyn/files/inadyn.initd
deleted file mode 100644 (file)
index da388ba..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-#!/sbin/runscript
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-depend() {
-       need net
-       use logger dns
-       after bootmisc
-}
-
-start() {
-       ebegin "Starting inadyn"
-       start-stop-daemon --start --chuid inadyn --exec /usr/sbin/inadyn \
-           --pidfile /var/run/inadyn.pid --make-pidfile --background \
-           -- --syslog --input_file /etc/inadyn.conf
-       eend $?
-}
-
-stop() {
-       ebegin "Stopping inadyn"
-       start-stop-daemon --stop --exec /usr/sbin/inadyn \
-           --pidfile /var/run/inadyn.pid
-       eend $?
-}
diff --git a/net-dns/inadyn/inadyn-1.96.2.ebuild b/net-dns/inadyn/inadyn-1.96.2.ebuild
deleted file mode 100644 (file)
index 60b0f79..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-inherit eutils
-
-DESCRIPTION="Dyndns client in C supporting various services"
-HOMEPAGE="http://inadyn.ina-tech.net/"
-SRC_URI="http://inadyn.ina-tech.net/${PN}.v${PV}.zip"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86"
-IUSE=""
-
-DEPEND="app-arch/unzip"
-RDEPEND=""
-
-S=${WORKDIR}/${PN}
-
-pkg_setup() {
-       enewuser inadyn -1 -1 -1
-}
-
-src_install() {
-       dosbin bin/linux/inadyn
-       doman man/*
-       dohtml readme.html
-
-       newinitd "${FILESDIR}"/inadyn.initd inadyn
-
-       insinto /etc
-       doins "${FILESDIR}"/inadyn.conf
-}
-
-pkg_postinst() {
-       elog "You will need to edit /etc/inadyn.conf file before"
-       elog "running inadyn for the firt time. The file is basically"
-       elog "command line options; see inadyn and inayn.conf manpages."
-}
diff --git a/net-dns/inadyn/metadata.xml b/net-dns/inadyn/metadata.xml
deleted file mode 100644 (file)
index 7e32869..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<herd>maintainer-wanted</herd>
-</pkgmetadata>