summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Callen <abcd@gentoo.org>2009-12-25 05:23:47 +0000
committerJonathan Callen <abcd@gentoo.org>2009-12-25 05:23:47 +0000
commit0b068319af2b758155f21ce89af1b0b233dce77d (patch)
tree00b1dd04af7db7efbdf22261a755c1153066f40d /app-text/pastebin
parentDrop media-libs/libdlna and media-video/ushare: in gx86 (diff)
downloadsunrise-0b068319af2b758155f21ce89af1b0b233dce77d.tar.gz
sunrise-0b068319af2b758155f21ce89af1b0b233dce77d.tar.bz2
sunrise-0b068319af2b758155f21ce89af1b0b233dce77d.zip
Remove app-text/pastebin, now in tree
svn path=/sunrise/; revision=9772
Diffstat (limited to 'app-text/pastebin')
-rw-r--r--app-text/pastebin/ChangeLog16
-rw-r--r--app-text/pastebin/Manifest4
-rw-r--r--app-text/pastebin/metadata.xml5
-rw-r--r--app-text/pastebin/pastebin-0.3.ebuild19
4 files changed, 0 insertions, 44 deletions
diff --git a/app-text/pastebin/ChangeLog b/app-text/pastebin/ChangeLog
deleted file mode 100644
index e72c38b34..000000000
--- a/app-text/pastebin/ChangeLog
+++ /dev/null
@@ -1,16 +0,0 @@
-# ChangeLog for app-text/pastebin
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
- 02 Nov 2008; Christian Ruppert (idl0r) <spooky85@gmail.com>
- pastebin-0.3.ebuild:
- Added ~amd64 keyword.
-
- 13 Sep 2008; Mounir Lamouri (volkmar) <mounir.lamouri@gmail.com>
- pastebin-0.3.ebuild:
- Working on PPC : adding ~ppc keyword.
-
- 11 Sep 2008; Erik Hahn (a_b) <erikholgerhahn@web.de> +pastebin-0.3.ebuild,
- +metadata.xml:
- Ebuild for Bug #235377, based on the one by cHoBi
-
diff --git a/app-text/pastebin/Manifest b/app-text/pastebin/Manifest
deleted file mode 100644
index 76c5a907c..000000000
--- a/app-text/pastebin/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-DIST pastebin-0.3.tar.bz2 2097 RMD160 da6e35343ea472f54a3ddb3d50b4d33d22f1b293 SHA1 9d601a3902008e742f9814c40516db280005cb19 SHA256 dd60e118231630e3e547d61bd49948d94872e6ada9b657fa45d2f9880a63e9e2
-EBUILD pastebin-0.3.ebuild 417 RMD160 bacaca40acaeab24695be285d7d53fa2f1faec83 SHA1 f81c186320c2bf6496adab9c2a2e682c7dd32e1e SHA256 3cedad2fba73919d294108be61dbc4dca3c2c409a4509bea0f486fabf4356b55
-MISC ChangeLog 506 RMD160 da5575b72d1ad9ea513e1a18a7b158903b33788f SHA1 285e75d922376387d234f19da3710471c79293c4 SHA256 ccd8ce9b529f005e98b23951da04264be4c5ba5bd9863aaa3ed3b6989112e3b6
-MISC metadata.xml 170 RMD160 645927a396fdc21cdeb089fe42c5397332420ea6 SHA1 ac7f48a14fec325926f9ce1be8fbf1f311b4f2e4 SHA256 d797a2ec6f9dc516c9f9c1a758ee87ad3e8c43101b5dc76c2f872d5bd4639b42
diff --git a/app-text/pastebin/metadata.xml b/app-text/pastebin/metadata.xml
deleted file mode 100644
index 7e3286984..000000000
--- a/app-text/pastebin/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-text/pastebin/pastebin-0.3.ebuild b/app-text/pastebin/pastebin-0.3.ebuild
deleted file mode 100644
index cb9de616f..000000000
--- a/app-text/pastebin/pastebin-0.3.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-DESCRIPTION="CLI to pastebin.com"
-HOMEPAGE="http://code.google.com/p/pastebin-cli/"
-SRC_URI="http://pastebin-cli.googlecode.com/files/${P}.tar.bz2"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE=""
-
-RDEPEND="dev-lang/perl
- dev-perl/libwww-perl"
-
-src_install() {
- dobin ${PN} || die
-}