summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2010-05-28 08:51:25 +0000
committerJustin Lecher <jlec@gentoo.org>2010-05-28 08:51:25 +0000
commit56067414455467133520ae3cf1ab86087fa3d3ea (patch)
tree2c4c7bed85060571be62277a4e9a0391323a3a9b /sys-apps
parentdev-libs/yajl: InCvs (diff)
downloadsunrise-56067414455467133520ae3cf1ab86087fa3d3ea.tar.gz
sunrise-56067414455467133520ae3cf1ab86087fa3d3ea.tar.bz2
sunrise-56067414455467133520ae3cf1ab86087fa3d3ea.zip
InCvs
svn path=/sunrise/; revision=10613
Diffstat (limited to 'sys-apps')
-rw-r--r--sys-apps/timer_entropyd/ChangeLog8
-rw-r--r--sys-apps/timer_entropyd/Manifest5
-rw-r--r--sys-apps/timer_entropyd/files/timer_entropyd.initd23
-rw-r--r--sys-apps/timer_entropyd/metadata.xml6
-rw-r--r--sys-apps/timer_entropyd/timer_entropyd-0.1.ebuild18
5 files changed, 0 insertions, 60 deletions
diff --git a/sys-apps/timer_entropyd/ChangeLog b/sys-apps/timer_entropyd/ChangeLog
deleted file mode 100644
index 5c2c1f221..000000000
--- a/sys-apps/timer_entropyd/ChangeLog
+++ /dev/null
@@ -1,8 +0,0 @@
-# ChangeLog for sys-apps/timer_entropyd
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
- 21 Mar 2010; Michael Orlitzky <michael@orlitzky.com>
- +timer_entropyd-0.1.ebuild, +files/timer_entropyd.initd, +metadata.xml:
- New ebuild to address bug 308599.
-
diff --git a/sys-apps/timer_entropyd/Manifest b/sys-apps/timer_entropyd/Manifest
deleted file mode 100644
index 4da039683..000000000
--- a/sys-apps/timer_entropyd/Manifest
+++ /dev/null
@@ -1,5 +0,0 @@
-AUX timer_entropyd.initd 489 RMD160 b14da1d71901a9cc3f7768f8915b698102002463 SHA1 5ac9890dc4c2ea59d369a8af997da6199909fb00 SHA256 df2e69c607f3e1809454a65a18aafd878624161b62b07e72c21d8ad1442b8f3d
-DIST timer_entropyd-0.1.tgz 8152 RMD160 79b4f441ba87a646db37f6a0d36160ced8aa5d56 SHA1 02121b4eb6f3dcf2fc1d58193d5b963892391d0a SHA256 4b00b7abfd0b0f1bc1b7acb38cd37eaf6e12c04185cfb9d3f1368624f22257a9
-EBUILD timer_entropyd-0.1.ebuild 471 RMD160 aaa9456dd5038bc2ba015438cc9d71800896b125 SHA1 97bffbf2224a53dfc9ad9033a4ee53f80ca61052 SHA256 45dc7c748b20a41365a3cfa072c04b5f1312033739cac321341ecf03eab7c618
-MISC ChangeLog 290 RMD160 dfa864ffad4103c2d467630d9d97dccc67407bc2 SHA1 10bae0fbb6f339c7b241c372788af0145a82a908 SHA256 678ec0f3f962acde45d98c0f2cbbe5af15e6ed6f426cd844420271b6fdfb217b
-MISC metadata.xml 229 RMD160 f0f6417bec31ce8baba6d476664f7210c8c84c98 SHA1 e5f94f5caadc6f843fc90bb7959570cd503676fd SHA256 3b08fca3c878bdfc4e7639f477dd542d55a4ab5dce39a475e82633071d13eb3f
diff --git a/sys-apps/timer_entropyd/files/timer_entropyd.initd b/sys-apps/timer_entropyd/files/timer_entropyd.initd
deleted file mode 100644
index 4b3dfaf94..000000000
--- a/sys-apps/timer_entropyd/files/timer_entropyd.initd
+++ /dev/null
@@ -1,23 +0,0 @@
-#!/sbin/runscript
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-depend() {
- need localmount
- after bootmisc modules isapnp coldplug hotplug
- before net
-}
-
-start() {
- ebegin "Starting timer_entropyd"
- start-stop-daemon --start --quiet \
- --exec /usr/sbin/timer_entropyd > /dev/null
- eend $?
-}
-
-stop() {
- ebegin "Stopping timer_entropyd"
- start-stop-daemon --stop --quiet --exec /usr/sbin/timer_entropyd
- eend $?
-}
diff --git a/sys-apps/timer_entropyd/metadata.xml b/sys-apps/timer_entropyd/metadata.xml
deleted file mode 100644
index e6233b5dc..000000000
--- a/sys-apps/timer_entropyd/metadata.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<herd>no-herd</herd>
-<maintainer><email>maintainer-wanted@gentoo.org</email></maintainer>
-</pkgmetadata>
diff --git a/sys-apps/timer_entropyd/timer_entropyd-0.1.ebuild b/sys-apps/timer_entropyd/timer_entropyd-0.1.ebuild
deleted file mode 100644
index 99ecd86e6..000000000
--- a/sys-apps/timer_entropyd/timer_entropyd-0.1.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-DESCRIPTION="A timer-based entropy generator"
-HOMEPAGE="http://www.vanheusden.com/te/"
-SRC_URI="http://www.vanheusden.com/te/${P}.tgz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-src_install() {
- dosbin ${PN} || die "failed to install daemon"
- newinitd "${FILESDIR}/timer_entropyd.initd" ${PN} || die
- dodoc Changes readme.txt || die
-}