public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/python-gnutls: python-gnutls-1.2.5.ebuild ChangeLog
@ 2013-12-17  6:29 Patrick Lauer (patrick)
  0 siblings, 0 replies; only message in thread
From: Patrick Lauer (patrick) @ 2013-12-17  6:29 UTC (permalink / raw
  To: gentoo-commits

patrick     13/12/17 06:29:02

  Modified:             ChangeLog
  Added:                python-gnutls-1.2.5.ebuild
  Log:
  Bump
  
  (Portage version: 2.2.7/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.10                 dev-python/python-gnutls/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/python-gnutls/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog	22 Feb 2012 03:58:12 -0000	1.9
+++ ChangeLog	17 Dec 2013 06:29:02 -0000	1.10
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/python-gnutls
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-gnutls/ChangeLog,v 1.9 2012/02/22 03:58:12 patrick Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-gnutls/ChangeLog,v 1.10 2013/12/17 06:29:02 patrick Exp $
+
+*python-gnutls-1.2.5 (17 Dec 2013)
+
+  17 Dec 2013; Patrick Lauer <patrick@gentoo.org> +python-gnutls-1.2.5.ebuild:
+  Bump
 
   22 Feb 2012; Patrick Lauer <patrick@gentoo.org> python-gnutls-1.2.0.ebuild,
   python-gnutls-1.2.2.ebuild, python-gnutls-1.2.4.ebuild:
@@ -44,4 +49,3 @@
   25 Apr 2009; Patrick Lauer <patrick@gentoo.org> +metadata.xml,
   +python-gnutls-1.1.8.ebuild:
   Initial commit. Fixes #267387. Ebuild by Ronan Bignaux.
-



1.1                  dev-python/python-gnutls/python-gnutls-1.2.5.ebuild

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

Index: python-gnutls-1.2.5.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/python-gnutls/python-gnutls-1.2.5.ebuild,v 1.1 2013/12/17 06:29:01 patrick Exp $

EAPI="4"
SUPPORT_PYTHON_ABIS="1"
RESTRICT_PYTHON_ABIS="3.* *-jython"
PYTHON_MODNAME="gnutls"

inherit distutils

DESCRIPTION="Python bindings for GnuTLS"
HOMEPAGE="http://pypi.python.org/pypi/python-gnutls http://ag-projects.com/"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"

LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86 ~ppc-macos ~x64-macos ~x86-macos"
IUSE="examples"

DEPEND="net-libs/gnutls"
RDEPEND="${DEPEND}"

src_install() {
	distutils_src_install

	if use examples; then
		insinto /usr/share/doc/${PF}
		doins -r examples
	fi
}





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-12-17  6:29 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-17  6:29 [gentoo-commits] gentoo-x86 commit in dev-python/python-gnutls: python-gnutls-1.2.5.ebuild ChangeLog Patrick Lauer (patrick)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox