diff options
author | Michal Hrušecký <miska@gentoo.org> | 2013-03-18 11:39:34 +0000 |
---|---|---|
committer | Michal Hrušecký <miska@gentoo.org> | 2013-03-18 11:39:34 +0000 |
commit | cf0ba68a9788467b953cdfc3a6e03ff3587fff71 (patch) | |
tree | 8e94ff33315c3df251f368bba8902ad61b520daf /dev-util/obs-service-source_validator | |
parent | Revision bump to force reinstall with new paths (bug#446074) (diff) | |
download | gentoo-2-cf0ba68a9788467b953cdfc3a6e03ff3587fff71.tar.gz gentoo-2-cf0ba68a9788467b953cdfc3a6e03ff3587fff71.tar.bz2 gentoo-2-cf0ba68a9788467b953cdfc3a6e03ff3587fff71.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 64b373b1097a..6e54a506378c 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.6 2013/03/18 11:37:19 miska Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/obs-service-source_validator/ChangeLog,v 1.7 2013/03/18 11:39:34 miska Exp $ + + 18 Mar 2013; Michal Hrusecky <miska@gentoo.org> + -obs-service-source_validator-0.2-r1.ebuild, + obs-service-source_validator-0.2-r2.ebuild: + Fast stabilization to minimize broken stable *obs-service-source_validator-0.2-r2 (18 Mar 2013) diff --git a/dev-util/obs-service-source_validator/obs-service-source_validator-0.2-r1.ebuild b/dev-util/obs-service-source_validator/obs-service-source_validator-0.2-r1.ebuild deleted file mode 100644 index c38d344835d6..000000000000 --- a/dev-util/obs-service-source_validator/obs-service-source_validator-0.2-r1.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2012 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-r1.ebuild,v 1.1 2012/11/19 13:16:58 scarabeus 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-r2.ebuild b/dev-util/obs-service-source_validator/obs-service-source_validator-0.2-r2.ebuild index a2165f21ebb2..2e1b95c1190f 100644 --- 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 @@ -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-r2.ebuild,v 1.1 2013/03/18 11:37:19 miska Exp $ +# $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 @@ -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" |