mgorny 15/02/15 14:17:49 Modified: pass-9999.ebuild pass-1.6.5.ebuild ChangeLog Log: Fix HOMEPAGE, bump EAPI. Bug #520718 with PR by Michael Mair-Keimberger. (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Revision Changes Path 1.21 app-admin/pass/pass-9999.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/pass/pass-9999.ebuild?rev=1.21&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/pass/pass-9999.ebuild?rev=1.21&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/pass/pass-9999.ebuild?r1=1.20&r2=1.21 Index: pass-9999.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-admin/pass/pass-9999.ebuild,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- pass-9999.ebuild 21 Nov 2014 09:54:15 -0000 1.20 +++ pass-9999.ebuild 15 Feb 2015 14:17:49 -0000 1.21 @@ -1,13 +1,13 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/pass/pass-9999.ebuild,v 1.20 2014/11/21 09:54:15 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/pass/pass-9999.ebuild,v 1.21 2015/02/15 14:17:49 mgorny Exp $ -EAPI=4 +EAPI=5 inherit bash-completion-r1 git-2 elisp-common DESCRIPTION="Stores, retrieves, generates, and synchronizes passwords securely using gpg, pwgen, and git" -HOMEPAGE="http://zx2c4.com/projects/password-store/" +HOMEPAGE="http://www.passwordstore.org/" EGIT_REPO_URI="http://git.zx2c4.com/password-store" SLOT="0" 1.2 app-admin/pass/pass-1.6.5.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/pass/pass-1.6.5.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/pass/pass-1.6.5.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/pass/pass-1.6.5.ebuild?r1=1.1&r2=1.2 Index: pass-1.6.5.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-admin/pass/pass-1.6.5.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- pass-1.6.5.ebuild 28 Jan 2015 16:50:48 -0000 1.1 +++ pass-1.6.5.ebuild 15 Feb 2015 14:17:49 -0000 1.2 @@ -1,13 +1,13 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/pass/pass-1.6.5.ebuild,v 1.1 2015/01/28 16:50:48 zx2c4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/pass/pass-1.6.5.ebuild,v 1.2 2015/02/15 14:17:49 mgorny Exp $ -EAPI=4 +EAPI=5 inherit bash-completion-r1 elisp-common DESCRIPTION="Stores, retrieves, generates, and synchronizes passwords securely using gpg, pwgen, and git" -HOMEPAGE="http://zx2c4.com/projects/password-store/" +HOMEPAGE="http://www.passwordstore.org/" SRC_URI="http://git.zx2c4.com/password-store/snapshot/password-store-${PV}.tar.xz" SLOT="0" 1.32 app-admin/pass/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/pass/ChangeLog?rev=1.32&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/pass/ChangeLog?rev=1.32&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/pass/ChangeLog?r1=1.31&r2=1.32 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-admin/pass/ChangeLog,v retrieving revision 1.31 retrieving revision 1.32 diff -u -r1.31 -r1.32 --- ChangeLog 28 Jan 2015 16:50:48 -0000 1.31 +++ ChangeLog 15 Feb 2015 14:17:49 -0000 1.32 @@ -1,6 +1,10 @@ # ChangeLog for app-admin/pass # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/pass/ChangeLog,v 1.31 2015/01/28 16:50:48 zx2c4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/pass/ChangeLog,v 1.32 2015/02/15 14:17:49 mgorny Exp $ + + 15 Feb 2015; Michał Górny <mgo...@gentoo.org> pass-1.6.5.ebuild, + pass-9999.ebuild: + Fix HOMEPAGE, bump EAPI. Bug #520718 with PR by Michael Mair-Keimberger. *pass-1.6.5 (28 Jan 2015)