logo

overlay

My (experimental) gentoo overlay
commit: f883ce86fba5b1fd3a0673de39d30e55b00c456c
parent: 490e18020521466a7eb673d144edd9b8636925f5
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Fri, 11 May 2018 04:03:15 +0200

app-text/sshpaste: Bump to 1.0.1

Diffstat:

Mapp-text/sshpaste/Manifest1+
Aapp-text/sshpaste/sshpaste-1.0.1.ebuild26++++++++++++++++++++++++++
2 files changed, 27 insertions(+), 0 deletions(-)

diff --git a/app-text/sshpaste/Manifest b/app-text/sshpaste/Manifest @@ -1 +1,2 @@ DIST sshpaste-1.0.0.tar.gz 2901 BLAKE2B c9db9165a4abc056e1cc60eba110b5838f81f433bde4abcf6595add5092cd3501457ac109fb99a10b51df971611c9b70bd1b7675e0f273cddef1d40b6555dd01 SHA512 9a8588b97e6d12af8cecc8effc78fe6d10f0add8240184aa1c766f77ef271179634ccb7997b83bc45f1f4dfb84f024f371c651e312b25d93d465787bd558c370 +DIST sshpaste-1.0.1.tar.gz 3004 BLAKE2B b262033185cfc6c1001d73ad6467aedaec75eb137b1a728b8e58d207b4bc9647079a4f4444253077acb43e08fcf4d51d3985bea6ca366eb6bab8fcdc7865adb9 SHA512 1cd5e17de9ca14602b31a4e6b85af1ecbe88e854c6ec305ca1faff1c7193532af9bd717449c18e5cc8e3f800a33a9b771f9d562b404a5b466f920664d09cb618 diff --git a/app-text/sshpaste/sshpaste-1.0.1.ebuild b/app-text/sshpaste/sshpaste-1.0.1.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DESCRIPTION="wgetpaste clone for pushing to your own server" +HOMEPAGE="https://hacktivis.me/git/sshpaste/" +SRC_URI="https://hacktivis.me/git/sshpaste/archives/${P}.tar.gz" + +LICENSE="ISC" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~amd64-fbsd ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" +IUSE="X" + +DEPEND="" +RDEPEND=" + ${DEPEND} + virtual/ssh + X? ( x11-misc/xclip ) +" + +src_install() { + dodoc README.md + dodoc Changelog.md + dobin sshpaste +}