summaryrefslogtreecommitdiff
path: root/app-text/pastebunz/pastebunz-1.4-r1.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@rogentos.ro>2016-02-26 23:50:05 +0000
committerV3n3RiX <venerix@rogentos.ro>2016-02-26 23:50:05 +0000
commited40676841e317a2aafa04c4c804bb6043864740 (patch)
tree91c5e4b12acc09eabb2b1234eb633aa78af224d2 /app-text/pastebunz/pastebunz-1.4-r1.ebuild
parentdc106bfbeb980942a8490753d6883eb34b13ea12 (diff)
repo cleanup...drop old ebuilds, drop ebuilds already in portage tree
Diffstat (limited to 'app-text/pastebunz/pastebunz-1.4-r1.ebuild')
-rw-r--r--app-text/pastebunz/pastebunz-1.4-r1.ebuild30
1 files changed, 0 insertions, 30 deletions
diff --git a/app-text/pastebunz/pastebunz-1.4-r1.ebuild b/app-text/pastebunz/pastebunz-1.4-r1.ebuild
deleted file mode 100644
index 2c002350..00000000
--- a/app-text/pastebunz/pastebunz-1.4-r1.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 2004-2014 Sabayon Linux
-# Distributed under the terms of the GNU General Public License v2
-
-PYTHON_DEPEND="2"
-RESTRICT_PYTHON_ABIS="3.*"
-
-inherit python eutils
-
-DESCRIPTION="command line interface to http://pastebin.rogentos.ro/"
-HOMEPAGE="http://pastebin.rogentos.ro/"
-SRC_URI=""
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~arm ~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc-fbsd ~sparc ~x86 ~x86-fbsd"
-IUSE=""
-
-DEPEND=""
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}"
-
-src_unpack() {
- cd "${S}"
- cp "${FILESDIR}/${P}" ${PN}
-}
-
-src_install() {
- dobin ${PN} || die
-}