diff options
author | Nicolas Bock <nicolasbock@gentoo.org> | 2015-07-25 13:28:23 +0000 |
---|---|---|
committer | Nicolas Bock <nicolasbock@gentoo.org> | 2015-07-25 13:28:23 +0000 |
commit | f51f07c7e74bba47963ab8494a7b695c592a2c34 (patch) | |
tree | b4a6ed52ff5710bd4409fbf2ce54546472765075 /app-crypt | |
parent | Remove old. (diff) | |
download | gentoo-2-f51f07c7e74bba47963ab8494a7b695c592a2c34.tar.gz gentoo-2-f51f07c7e74bba47963ab8494a7b695c592a2c34.tar.bz2 gentoo-2-f51f07c7e74bba47963ab8494a7b695c592a2c34.zip |
Version bump and cleanup.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key AC91CA52)
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/keybase/ChangeLog | 8 | ||||
-rw-r--r-- | app-crypt/keybase/keybase-0.7.9.ebuild | 33 | ||||
-rw-r--r-- | app-crypt/keybase/keybase-0.8.13.ebuild (renamed from app-crypt/keybase/keybase-0.7.8.ebuild) | 2 |
3 files changed, 8 insertions, 35 deletions
diff --git a/app-crypt/keybase/ChangeLog b/app-crypt/keybase/ChangeLog index 38dc46608f2e..b7ac966696fa 100644 --- a/app-crypt/keybase/ChangeLog +++ b/app-crypt/keybase/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-crypt/keybase # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/keybase/ChangeLog,v 1.7 2015/07/21 18:46:05 nicolasbock Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/keybase/ChangeLog,v 1.8 2015/07/25 13:28:23 nicolasbock Exp $ + +*keybase-0.8.13 (25 Jul 2015) + + 25 Jul 2015; Nicolas Bock <nicolasbock@gentoo.org> +keybase-0.8.13.ebuild, + -keybase-0.7.8.ebuild, -keybase-0.7.9.ebuild: + Version bump and cleanup. *keybase-0.8.12 (21 Jul 2015) diff --git a/app-crypt/keybase/keybase-0.7.9.ebuild b/app-crypt/keybase/keybase-0.7.9.ebuild deleted file mode 100644 index 899beb34984f..000000000000 --- a/app-crypt/keybase/keybase-0.7.9.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/keybase/keybase-0.7.9.ebuild,v 1.1 2015/06/02 11:31:14 nicolasbock Exp $ - -EAPI=5 - -inherit eutils - -DESCRIPTION="Client for keybase.io" -HOMEPAGE="https://keybase.io/" -SRC_URI="https://github.com/keybase/node-client/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND=" - net-libs/nodejs - app-crypt/gnupg" - -src_unpack() { - unpack "${P}.tar.gz" - mv "node-client-${PV}" "${P}" -} - -src_install() { - dodoc CHANGELOG.md README.md SIGNED.md - insinto "/opt/${PN}" - doins -r package.json bin certs json lib node_modules sql - dosym "${D}/opt/${PN}/bin/main.js" "${ROOT}/usr/bin/keybase" - chmod 0755 "${D}/opt/${PN}/bin/main.js" || die -} diff --git a/app-crypt/keybase/keybase-0.7.8.ebuild b/app-crypt/keybase/keybase-0.8.13.ebuild index 63466e62376a..8b82461e1869 100644 --- a/app-crypt/keybase/keybase-0.7.8.ebuild +++ b/app-crypt/keybase/keybase-0.8.13.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/keybase/keybase-0.7.8.ebuild,v 1.2 2015/04/30 03:16:31 nicolasbock Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/keybase/keybase-0.8.13.ebuild,v 1.1 2015/07/25 13:28:23 nicolasbock Exp $ EAPI=5 |