idella4     15/01/09 07:22:32

  Modified:             ChangeLog
  Added:                shm-1.2.2-r1.ebuild
  Removed:              shm-1.2.2.ebuild
  Log:
  revbump; conversion -> distutils-r1, rm old
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  Changes    Path
1.12                 dev-python/shm/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/shm/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog   10 Aug 2014 21:22:01 -0000      1.11
+++ ChangeLog   9 Jan 2015 07:22:32 -0000       1.12
@@ -1,6 +1,12 @@
 # ChangeLog for dev-python/shm
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/shm/ChangeLog,v 1.11 2014/08/10 
21:22:01 slyfox Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/shm/ChangeLog,v 1.12 2015/01/09 
07:22:32 idella4 Exp $
+
+*shm-1.2.2-r1 (09 Jan 2015)
+
+  09 Jan 2015; Ian Delaney <[email protected]> +shm-1.2.2-r1.ebuild,
+  -shm-1.2.2.ebuild:
+  revbump; conversion -> distutils-r1, rm old
 
   10 Aug 2014; Sergei Trofimovich <[email protected]> shm-1.2.2.ebuild:
   QA: drop trailing '.' from DESCRIPTION



1.1                  dev-python/shm/shm-1.2.2-r1.ebuild

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

Index: shm-1.2.2-r1.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/shm/shm-1.2.2-r1.ebuild,v 1.1 
2015/01/09 07:22:32 idella4 Exp $

EAPI=5
PYTHON_COMPAT=( python2_7 )

inherit distutils-r1

DESCRIPTION="Python modules to access System V shared memory and semaphores"
HOMEPAGE="http://nikitathespider.com/python/shm/";
SRC_URI="http://nikitathespider.com/python/${PN}/${P}.tar.gz";

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
IUSE="examples"

DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
RDEPEND=""

PATCHES=( "${FILESDIR}"/${P}-compiler.patch )

python_install_all() {
        dohtml ReadMe.html
        use examples && local EXAMPLES=( demo/. )
        distutils-r1_python_install_all
}




Reply via email to