Install this version:
emerge -a =app-text/sshpaste-1.0.1
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =app-text/sshpaste-1.0.1
Or alternatively:
emerge --autounmask-write -a =app-text/sshpaste-1.0.1
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 1.0.1 | 7 | ~alpha ~amd64 ~arm ~hppa ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 | 0 |
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DESCRIPTION="wgetpaste clone for pushing to your own server"
HOMEPAGE="https://hacktivis.me/git/sshpaste/"
SRC_URI="https://distfiles.hacktivis.me/releases/${P}.tar.gz"
LICENSE="ISC"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
IUSE="X"
RDEPEND="
${DEPEND}
virtual/ssh
X? ( x11-misc/xclip )
"
src_install() {
dodoc README.md
dodoc Changelog.md
dobin sshpaste
}
Manage flags for this package:
euse -i <flag> -p app-text/sshpaste |
euse -E <flag> -p app-text/sshpaste |
euse -D <flag> -p app-text/sshpaste
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | sshpaste-1.0.1.tar.gz | 3004 bytes | https://distfiles.hacktivis.me/releases/sshpaste-1.0.1.tar.gz |