diff options
author | Michal Hrušecký <miska@gentoo.org> | 2013-07-24 17:40:50 +0000 |
---|---|---|
committer | Michal Hrušecký <miska@gentoo.org> | 2013-07-24 17:40:50 +0000 |
commit | 6d97c9d093603a9f46c9e6ee6a66d5ec914d6e3e (patch) | |
tree | 7c62f4ce40636780fec010a049826140543c0ed2 /dev-util/osc | |
parent | put ceiling PDEPENDS on virtual/udev to try and avoid end-user issues like bu... (diff) | |
download | gentoo-2-6d97c9d093603a9f46c9e6ee6a66d5ec914d6e3e.tar.gz gentoo-2-6d97c9d093603a9f46c9e6ee6a66d5ec914d6e3e.tar.bz2 gentoo-2-6d97c9d093603a9f46c9e6ee6a66d5ec914d6e3e.zip |
version bump to new testing, removing previous testing
(Portage version: 2.1.12.13/cvs/Linux x86_64, signed Manifest commit with key D39CB7C5)
Diffstat (limited to 'dev-util/osc')
-rw-r--r-- | dev-util/osc/ChangeLog | 8 | ||||
-rw-r--r-- | dev-util/osc/osc-0.140.1.ebuild (renamed from dev-util/osc/osc-0.139.2.ebuild) | 4 | ||||
-rw-r--r-- | dev-util/osc/osc-9999.ebuild | 4 |
3 files changed, 11 insertions, 5 deletions
diff --git a/dev-util/osc/ChangeLog b/dev-util/osc/ChangeLog index e7c8930632b3..721f444b9b94 100644 --- a/dev-util/osc/ChangeLog +++ b/dev-util/osc/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-util/osc # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/osc/ChangeLog,v 1.18 2013/05/29 14:33:49 miska Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/osc/ChangeLog,v 1.19 2013/07/24 17:40:50 miska Exp $ + +*osc-0.140.1 (24 Jul 2013) + + 24 Jul 2013; Michal Hrusecky <miska@gentoo.org> +osc-0.140.1.ebuild, + -osc-0.139.2.ebuild, osc-9999.ebuild: + version bump to new testing, removing previous testing 29 May 2013; Michal Hrusecky <miska@gentoo.org> osc-0.139.2.ebuild, osc-9999.ebuild: diff --git a/dev-util/osc/osc-0.139.2.ebuild b/dev-util/osc/osc-0.140.1.ebuild index 9e798a92b39b..0fb86f6e0476 100644 --- a/dev-util/osc/osc-0.139.2.ebuild +++ b/dev-util/osc/osc-0.140.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/osc/osc-0.139.2.ebuild,v 1.3 2013/05/29 14:33:49 miska Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/osc/osc-0.140.1.ebuild,v 1.1 2013/07/24 17:40:50 miska Exp $ EAPI=5 @@ -47,7 +47,7 @@ PDEPEND="${DEPEND} REQUIRED_USE="${PYTHON_REQUIRED_USE}" src_prepare() { - epatch "${FILESDIR}"/${P}-out-of-tree-build.patch + epatch "${FILESDIR}"/${PN}-0.139.2-out-of-tree-build.patch distutils-r1_src_prepare } diff --git a/dev-util/osc/osc-9999.ebuild b/dev-util/osc/osc-9999.ebuild index 0c6da36b2300..70f53a544c6e 100644 --- a/dev-util/osc/osc-9999.ebuild +++ b/dev-util/osc/osc-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/osc/osc-9999.ebuild,v 1.12 2013/05/29 14:33:49 miska Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/osc/osc-9999.ebuild,v 1.13 2013/07/24 17:40:50 miska Exp $ EAPI=5 @@ -47,7 +47,7 @@ PDEPEND="${DEPEND} REQUIRED_USE="${PYTHON_REQUIRED_USE}" src_prepare() { - epatch "${FILESDIR}"/${P}-out-of-tree-build.patch + epatch "${FILESDIR}"/${PN}-0.139.2-out-of-tree-build.patch distutils-r1_src_prepare } |