public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/yolk: yolk-0.4.3.ebuild ChangeLog
@ 2012-03-09  8:08 Patrick Lauer (patrick)
  0 siblings, 0 replies; 2+ messages in thread
From: Patrick Lauer (patrick) @ 2012-03-09  8:08 UTC (permalink / raw
  To: gentoo-commits

patrick     12/03/09 08:08:55

  Modified:             ChangeLog
  Added:                yolk-0.4.3.ebuild
  Log:
  Bump for 405605
  
  (Portage version: 2.2.0_alpha90/cvs/Linux x86_64)

Revision  Changes    Path
1.14                 dev-python/yolk/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/yolk/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog	20 Jul 2011 17:55:39 -0000	1.13
+++ ChangeLog	9 Mar 2012 08:08:55 -0000	1.14
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/yolk
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/yolk/ChangeLog,v 1.13 2011/07/20 17:55:39 neurogeek Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/yolk/ChangeLog,v 1.14 2012/03/09 08:08:55 patrick Exp $
+
+*yolk-0.4.3 (09 Mar 2012)
+
+  09 Mar 2012; Patrick Lauer <patrick@gentoo.org> +yolk-0.4.3.ebuild:
+  Bump for 405605
 
   20 Jul 2011; Jesus Rivero <neurogeek@gentoo.org> -yolk-0.4.1.ebuild:
   Removed older version



1.1                  dev-python/yolk/yolk-0.4.3.ebuild

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

Index: yolk-0.4.3.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/yolk/yolk-0.4.3.ebuild,v 1.1 2012/03/09 08:08:55 patrick Exp $

EAPI="3"
PYTHON_DEPEND="2"
SUPPORT_PYTHON_ABIS="1"
RESTRICT_PYTHON_ABIS="3.*"

inherit eutils distutils

DESCRIPTION="Tool and library for querying PyPI and locally installed Python packages"
HOMEPAGE="http://pypi.python.org/pypi/yolk"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"

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

DEPEND="dev-python/setuptools"
RDEPEND="dev-python/yolk-portage"

src_install() {
	distutils_src_install

	if use examples; then
		docinto examples/plugins
		dodoc examples/plugins/*
		docinto examples/plugins/yolk_portage
		dodoc examples/plugins/yolk_portage/*
		docinto examples/plugins/yolk_pkg_manager
		dodoc examples/plugins/yolk_pkg_manager/*
	fi
}






^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-python/yolk: yolk-0.4.3.ebuild ChangeLog
@ 2012-03-13  3:04 Mike Gilbert (floppym)
  0 siblings, 0 replies; 2+ messages in thread
From: Mike Gilbert (floppym) @ 2012-03-13  3:04 UTC (permalink / raw
  To: gentoo-commits

floppym     12/03/13 03:04:52

  Modified:             yolk-0.4.3.ebuild ChangeLog
  Log:
  Use EAPI=4. Don't inherit unused eclass. Fix dependencies. Patch by Arfrever.
  
  (Portage version: 2.2.0_alpha90/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  dev-python/yolk/yolk-0.4.3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/yolk/yolk-0.4.3.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/yolk/yolk-0.4.3.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/yolk/yolk-0.4.3.ebuild?r1=1.1&r2=1.2

Index: yolk-0.4.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/yolk/yolk-0.4.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- yolk-0.4.3.ebuild	9 Mar 2012 08:08:55 -0000	1.1
+++ yolk-0.4.3.ebuild	13 Mar 2012 03:04:52 -0000	1.2
@@ -1,13 +1,13 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/yolk/yolk-0.4.3.ebuild,v 1.1 2012/03/09 08:08:55 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/yolk/yolk-0.4.3.ebuild,v 1.2 2012/03/13 03:04:52 floppym Exp $
 
-EAPI="3"
+EAPI="4"
 PYTHON_DEPEND="2"
 SUPPORT_PYTHON_ABIS="1"
 RESTRICT_PYTHON_ABIS="3.*"
 
-inherit eutils distutils
+inherit distutils
 
 DESCRIPTION="Tool and library for querying PyPI and locally installed Python packages"
 HOMEPAGE="http://pypi.python.org/pypi/yolk"
@@ -18,18 +18,15 @@
 KEYWORDS="~amd64 ~x86"
 IUSE="examples"
 
-DEPEND="dev-python/setuptools"
-RDEPEND="dev-python/yolk-portage"
+DEPEND="dev-python/setuptools
+	dev-python/yolk-portage"
+RDEPEND="${DEPEND}"
 
 src_install() {
 	distutils_src_install
 
 	if use examples; then
 		docinto examples/plugins
-		dodoc examples/plugins/*
-		docinto examples/plugins/yolk_portage
-		dodoc examples/plugins/yolk_portage/*
-		docinto examples/plugins/yolk_pkg_manager
-		dodoc examples/plugins/yolk_pkg_manager/*
+		dodoc -r examples/plugins/*
 	fi
 }



1.15                 dev-python/yolk/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/yolk/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog	9 Mar 2012 08:08:55 -0000	1.14
+++ ChangeLog	13 Mar 2012 03:04:52 -0000	1.15
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/yolk
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/yolk/ChangeLog,v 1.14 2012/03/09 08:08:55 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/yolk/ChangeLog,v 1.15 2012/03/13 03:04:52 floppym Exp $
+
+  13 Mar 2012; Mike Gilbert <floppym@gentoo.org> yolk-0.4.3.ebuild:
+  Use EAPI=4. Don't inherit unused eclass. Fix dependencies. Patch by Arfrever.
 
 *yolk-0.4.3 (09 Mar 2012)
 






^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-03-13  3:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-09  8:08 [gentoo-commits] gentoo-x86 commit in dev-python/yolk: yolk-0.4.3.ebuild ChangeLog Patrick Lauer (patrick)
  -- strict thread matches above, loose matches on Subject: below --
2012-03-13  3:04 Mike Gilbert (floppym)

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