summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Sachau <tommy@gentoo.org>2008-12-03 19:06:50 +0000
committerThomas Sachau <tommy@gentoo.org>2008-12-03 19:06:50 +0000
commitb7475494d34501103ab361bb174a2188b3c80bb3 (patch)
tree1f16181b7fbc09aaf0016f5704335c24984e31a3 /app-misc
parentapp-misc/freeme2: Add number of created bug 249720 to ChangeLog (diff)
downloadsunrise-b7475494d34501103ab361bb174a2188b3c80bb3.tar.gz
sunrise-b7475494d34501103ab361bb174a2188b3c80bb3.tar.bz2
sunrise-b7475494d34501103ab361bb174a2188b3c80bb3.zip
app-misc/throttle: Remove app-misc/throttle, already in portage as net-misc/throttle
svn path=/sunrise/; revision=7434
Diffstat (limited to 'app-misc')
-rw-r--r--app-misc/throttle/ChangeLog12
-rw-r--r--app-misc/throttle/Manifest4
-rw-r--r--app-misc/throttle/metadata.xml5
-rw-r--r--app-misc/throttle/throttle-1.2.ebuild18
4 files changed, 0 insertions, 39 deletions
diff --git a/app-misc/throttle/ChangeLog b/app-misc/throttle/ChangeLog
deleted file mode 100644
index 0b8a575ea..000000000
--- a/app-misc/throttle/ChangeLog
+++ /dev/null
@@ -1,12 +0,0 @@
-# ChangeLog for app-misc/throttle
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
- 01 Sep 2008; Thomas Sachau (Tommy[D]) <tommy@gentoo.org>
- throttle-1.2.ebuild:
- Add missing || die to emake install
-
- 01 Sep 2008; Mike Kazantsev (MK_FG) <mk.fraggod@gmail.com>
- +throttle-1.2.ebuild, +metadata.xml:
- New Ebuild for bug 236360 (throttle)
-
diff --git a/app-misc/throttle/Manifest b/app-misc/throttle/Manifest
deleted file mode 100644
index 745dacb0d..000000000
--- a/app-misc/throttle/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-DIST throttle-1.2.tar.gz 72501 RMD160 febf150f1e614eabe64e2495e287db65ac8c0fda SHA1 fcee417bd75fc7eac31bde2fc80da9f2a449d3c9 SHA256 6d90e4dcd6c604846020d60e82df1576e0a022cb96716a709db4ebfa143d6772
-EBUILD throttle-1.2.ebuild 416 RMD160 cd7d1d576172ebb36492179588bdf0b0808b5a95 SHA1 4d3cd2e017e3c75cc22f633ca2a4b3c70f8fcafd SHA256 b575e3e8dee4af1d307cd4fff4c44bbf4c034ab24ca9cf40e0fa1cfc78cd1788
-MISC ChangeLog 379 RMD160 35bdaf4e7217c534da040091580f4854585b637e SHA1 f2183b13d05db60930986c38e3765ee511057da4 SHA256 2ed6cd46b5106c5935ffe2579d0b5c148f01452e79bdae9a1e588aa93f07165e
-MISC metadata.xml 170 RMD160 645927a396fdc21cdeb089fe42c5397332420ea6 SHA1 ac7f48a14fec325926f9ce1be8fbf1f311b4f2e4 SHA256 d797a2ec6f9dc516c9f9c1a758ee87ad3e8c43101b5dc76c2f872d5bd4639b42
diff --git a/app-misc/throttle/metadata.xml b/app-misc/throttle/metadata.xml
deleted file mode 100644
index 7e3286984..000000000
--- a/app-misc/throttle/metadata.xml
+++ /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>
diff --git a/app-misc/throttle/throttle-1.2.ebuild b/app-misc/throttle/throttle-1.2.ebuild
deleted file mode 100644
index cc36aeb3f..000000000
--- a/app-misc/throttle/throttle-1.2.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-DESCRIPTION="Bandwidth limiting pipe"
-HOMEPAGE="http://klicman.org/throttle/"
-SRC_URI="http://klicman.org/throttle/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86"
-
-IUSE=""
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
- dodoc AUTHORS NEWS README ChangeLog
-}