diff options
author | BlackNoxis <steven.darklight@gmail.com> | 2015-01-17 12:42:17 +0200 |
---|---|---|
committer | BlackNoxis <steven.darklight@gmail.com> | 2015-01-17 12:42:17 +0200 |
commit | d9b2b543ecb113ba5deeb37fca59d54beac1a3e7 (patch) | |
tree | bfec2913837c2455b95e0771b45452431d773e0d /app-text/pastebunz/pastebunz-1.4-r1.ebuild | |
parent | 68b805cc946254e49672177551d7239589465441 (diff) |
Added poppler splitted, pastebunz for us (we need to create a pastebin), calibre, epdf
Diffstat (limited to 'app-text/pastebunz/pastebunz-1.4-r1.ebuild')
-rw-r--r-- | app-text/pastebunz/pastebunz-1.4-r1.ebuild | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/app-text/pastebunz/pastebunz-1.4-r1.ebuild b/app-text/pastebunz/pastebunz-1.4-r1.ebuild new file mode 100644 index 00000000..cb8313a5 --- /dev/null +++ b/app-text/pastebunz/pastebunz-1.4-r1.ebuild @@ -0,0 +1,30 @@ +# 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.org/" +HOMEPAGE="http://pastebin.rogentos.org/" +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 +} |