idella4 15/01/06 01:03:48
Modified: ChangeLog
Added: python-prctl-1.5.0-r1.ebuild
Removed: python-prctl-1.4.0.ebuild python-prctl-1.3.1.ebuild
python-prctl-1.5.0.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.5 dev-python/python-prctl/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-prctl/ChangeLog?rev=1.5&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-prctl/ChangeLog?rev=1.5&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-prctl/ChangeLog?r1=1.4&r2=1.5
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/python-prctl/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog 24 Jan 2013 08:55:36 -0000 1.4
+++ ChangeLog 6 Jan 2015 01:03:48 -0000 1.5
@@ -1,6 +1,13 @@
# ChangeLog for dev-python/python-prctl
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-prctl/ChangeLog,v 1.4
2013/01/24 08:55:36 patrick Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-prctl/ChangeLog,v 1.5
2015/01/06 01:03:48 idella4 Exp $
+
+*python-prctl-1.5.0-r1 (06 Jan 2015)
+
+ 06 Jan 2015; Ian Delaney <[email protected]> +python-prctl-1.5.0-r1.ebuild,
+ -python-prctl-1.3.1.ebuild, -python-prctl-1.4.0.ebuild,
+ -python-prctl-1.5.0.ebuild:
+ revbump; conversion -> distutils-r1, rm old
*python-prctl-1.5.0 (24 Jan 2013)
1.1 dev-python/python-prctl/python-prctl-1.5.0-r1.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-prctl/python-prctl-1.5.0-r1.ebuild?rev=1.1&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-prctl/python-prctl-1.5.0-r1.ebuild?rev=1.1&content-type=text/plain
Index: python-prctl-1.5.0-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/python-prctl/python-prctl-1.5.0-r1.ebuild,v
1.1 2015/01/06 01:03:48 idella4 Exp $
EAPI=5
PYTHON_COMPAT=( python2_7 )
inherit distutils-r1
DESCRIPTION="Control process attributes through prctl"
HOMEPAGE="http://github.com/seveas/python-prctl"
SRC_URI="http://github.com/seveas/${PN}/tarball/v${PV} -> ${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND="sys-libs/libcap"
DEPEND="${RDEPEND}"
src_unpack() {
unpack ${A}
mv *-${PN}-* "${S}"
}