dolsen      15/01/08 18:06:06

  Modified:             ChangeLog pyGPG-9999.ebuild
  Added:                pyGPG-0.1.ebuild
  Log:
  First release, adjust gnupg dep
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
0x65E309F2189DB0B8)

Revision  Changes    Path
1.6                  dev-python/pyGPG/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyGPG/ChangeLog?rev=1.6&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyGPG/ChangeLog?rev=1.6&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyGPG/ChangeLog?r1=1.5&r2=1.6

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyGPG/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog   22 Dec 2014 23:34:50 -0000      1.5
+++ ChangeLog   8 Jan 2015 18:06:06 -0000       1.6
@@ -1,6 +1,12 @@
 # ChangeLog for dev-python/pyGPG
-# Copyright 2012-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyGPG/ChangeLog,v 1.5 2014/12/22 
23:34:50 dolsen Exp $
+# Copyright 2012-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyGPG/ChangeLog,v 1.6 2015/01/08 
18:06:06 dolsen Exp $
+
+*pyGPG-0.1 (08 Jan 2015)
+
+  08 Jan 2015; Brian Dolbec <[email protected]> +pyGPG-0.1.ebuild,
+  pyGPG-9999.ebuild:
+  First release, adjust gnupg dep.
 
   22 Dec 2014; Brian Dolbec <[email protected]> pyGPG-9999.ebuild:
   Update python comatibilty, added 3.3, 3.4



1.6                  dev-python/pyGPG/pyGPG-9999.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyGPG/pyGPG-9999.ebuild?rev=1.6&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyGPG/pyGPG-9999.ebuild?rev=1.6&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyGPG/pyGPG-9999.ebuild?r1=1.5&r2=1.6

Index: pyGPG-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyGPG/pyGPG-9999.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- pyGPG-9999.ebuild   22 Dec 2014 23:34:50 -0000      1.5
+++ pyGPG-9999.ebuild   8 Jan 2015 18:06:06 -0000       1.6
@@ -1,6 +1,6 @@
-# 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/dev-python/pyGPG/pyGPG-9999.ebuild,v 1.5 
2014/12/22 23:34:50 dolsen Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyGPG/pyGPG-9999.ebuild,v 1.6 
2015/01/08 18:06:06 dolsen Exp $
 
 EAPI="5"
 
@@ -24,7 +24,7 @@
 
 DEPEND=""
 RDEPEND="${DEPEND}
-       >=app-crypt/gnupg-2.0.0
+       app-crypt/gnupg
        "
 
 python_install_all() {



1.1                  dev-python/pyGPG/pyGPG-0.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyGPG/pyGPG-0.1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyGPG/pyGPG-0.1.ebuild?rev=1.1&content-type=text/plain

Index: pyGPG-0.1.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/pyGPG/pyGPG-0.1.ebuild,v 1.1 
2015/01/08 18:06:06 dolsen Exp $

EAPI="5"

PYTHON_COMPAT=(python{2_7,3_3,3_4})

inherit distutils-r1

EGIT_REPO_URI="git://github.com/dol-sen/pyGPG.git"

DESCRIPTION="A python interface wrapper for gnupg's gpg command"
HOMEPAGE="https://github.com/dol-sen/pyGPG";
SRC_URI="http://dev.gentoo.org/~dolsen/releases/pyGPG/${P}.tar.gz";

LICENSE="BSD"
SLOT="0"
IUSE=""

KEYWORDS="~amd64 ~x86"

DEPEND=""
RDEPEND="${DEPEND}
        app-crypt/gnupg
        "

pkg_postinst() {
        einfo
        einfo "This is experimental software."
        einfo "The API's it installs should be considered unstable"
        einfo "and are subject to change."
        einfo
        einfo "Please file any enhancement requests, or bugs"
        einfo "at https://github.com/dol-sen/pyGPG/issues";
        einfo "I am also on IRC @ #gentoo-keys of the freenode network"
        einfo
        ewarn "There may be some python 3 compatibility issues still."
        ewarn "Please help debug/fix/report them in github or bugzilla."
}




Reply via email to