commit: b29108f14a6b357b2fbaf49f5b182951bfbc7132
parent: 53b24fa8cf0791ba0e1021044e7645cd125cd5d9
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Thu, 10 May 2018 04:30:28 +0200
app-text/sshpaste: Release 1.0.0
Diffstat:
2 files changed, 27 insertions(+), 0 deletions(-)
diff --git a/app-text/sshpaste/Manifest b/app-text/sshpaste/Manifest
@@ -0,0 +1 @@
+DIST sshpaste-1.0.0.tar.gz 2901 BLAKE2B c9db9165a4abc056e1cc60eba110b5838f81f433bde4abcf6595add5092cd3501457ac109fb99a10b51df971611c9b70bd1b7675e0f273cddef1d40b6555dd01 SHA512 9a8588b97e6d12af8cecc8effc78fe6d10f0add8240184aa1c766f77ef271179634ccb7997b83bc45f1f4dfb84f024f371c651e312b25d93d465787bd558c370
diff --git a/app-text/sshpaste/sshpaste-1.0.0.ebuild b/app-text/sshpaste/sshpaste-1.0.0.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/sshpaste-1.0.0.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
+}