diff options
author | Michal Hrušecký <miska@gentoo.org> | 2013-03-18 13:51:26 +0000 |
---|---|---|
committer | Michal Hrušecký <miska@gentoo.org> | 2013-03-18 13:51:26 +0000 |
commit | 86390f21a24d062f27115d11f608ca920e5e49a1 (patch) | |
tree | 7156255e6d0e5efc6e3d29acf0696faf8c9e6d3e /dev-util/obs-service-source_validator | |
parent | Refixing paths (bug#446074) as ebuild doesn't use eclass installation (diff) | |
download | gentoo-2-86390f21a24d062f27115d11f608ca920e5e49a1.tar.gz gentoo-2-86390f21a24d062f27115d11f608ca920e5e49a1.tar.bz2 gentoo-2-86390f21a24d062f27115d11f608ca920e5e49a1.zip |
Fast stabilization to minimize broken stable
(Portage version: 2.1.11.55/cvs/Linux x86_64, signed Manifest commit with key D39CB7C5)
Diffstat (limited to 'dev-util/obs-service-source_validator')
3 files changed, 8 insertions, 37 deletions
diff --git a/dev-util/obs-service-source_validator/ChangeLog b/dev-util/obs-service-source_validator/ChangeLog index eb41ae37b1fb..4b72b9b2d31a 100644 --- a/dev-util/obs-service-source_validator/ChangeLog +++ b/dev-util/obs-service-source_validator/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-util/obs-service-source_validator # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/obs-service-source_validator/ChangeLog,v 1.8 2013/03/18 13:48:56 miska Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/obs-service-source_validator/ChangeLog,v 1.9 2013/03/18 13:51:26 miska Exp $ + + 18 Mar 2013; Michal Hrusecky <miska@gentoo.org> + -obs-service-source_validator-0.2-r2.ebuild, + obs-service-source_validator-0.2-r3.ebuild: + Fast stabilization to minimize broken stable *obs-service-source_validator-0.2-r3 (18 Mar 2013) diff --git a/dev-util/obs-service-source_validator/obs-service-source_validator-0.2-r2.ebuild b/dev-util/obs-service-source_validator/obs-service-source_validator-0.2-r2.ebuild deleted file mode 100644 index 2e1b95c1190f..000000000000 --- a/dev-util/obs-service-source_validator/obs-service-source_validator-0.2-r2.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/obs-service-source_validator/obs-service-source_validator-0.2-r2.ebuild,v 1.2 2013/03/18 11:39:34 miska Exp $ - -EAPI=5 - -inherit obs-service - -# only one sanely packed service -SRC_URI="${OBS_URI}/${P}.tar.bz2" - -KEYWORDS="amd64 x86" -IUSE="" - -DEPEND="dev-perl/TimeDate" -RDEPEND="${DEPEND}" - -src_unpack() { - default -} - -src_install() { - # different folder and files in this module - exeinto /usr/lib/obs/service - doexe ${OBS_SERVICE_NAME} - - insinto /usr/lib/obs/service - doins ${OBS_SERVICE_NAME}.service - - exeinto /usr/lib/obs/service/${OBS_SERVICE_NAME}s - doexe [0-9]* - exeinto /usr/lib/obs/service/${OBS_SERVICE_NAME}s/helpers/ - doexe helpers/* -} diff --git a/dev-util/obs-service-source_validator/obs-service-source_validator-0.2-r3.ebuild b/dev-util/obs-service-source_validator/obs-service-source_validator-0.2-r3.ebuild index 325484046353..98dfb0372737 100644 --- a/dev-util/obs-service-source_validator/obs-service-source_validator-0.2-r3.ebuild +++ b/dev-util/obs-service-source_validator/obs-service-source_validator-0.2-r3.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/obs-service-source_validator/obs-service-source_validator-0.2-r3.ebuild,v 1.1 2013/03/18 13:48:56 miska Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/obs-service-source_validator/obs-service-source_validator-0.2-r3.ebuild,v 1.2 2013/03/18 13:51:26 miska Exp $ EAPI=5 @@ -9,7 +9,7 @@ inherit obs-service # only one sanely packed service SRC_URI="${OBS_URI}/${P}.tar.bz2" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="" DEPEND="dev-perl/TimeDate" |