diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2013-06-25 09:33:13 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2013-06-25 09:33:13 +0000 |
commit | 4c1ee991ad8c62d8694b84863e67d9eb9550969a (patch) | |
tree | 3ac25e1f08c58b0b2806ee3f805f0824eb3a0c06 /dev-util | |
parent | Version bump to 0.3 to work with factory again. (diff) | |
download | gentoo-2-4c1ee991ad8c62d8694b84863e67d9eb9550969a.tar.gz gentoo-2-4c1ee991ad8c62d8694b84863e67d9eb9550969a.tar.bz2 gentoo-2-4c1ee991ad8c62d8694b84863e67d9eb9550969a.zip |
Stabilise 0.3 otherwise you can't push to factory.
(Portage version: 2.2.0_alpha181/cvs/Linux x86_64, signed Manifest commit with key 8EEE3BE8)
Diffstat (limited to 'dev-util')
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 43f8cafeca61..84774208af60 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.10 2013/06/25 09:29:20 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/obs-service-source_validator/ChangeLog,v 1.11 2013/06/25 09:33:13 scarabeus Exp $ + + 25 Jun 2013; Tomáš Chvátal <scarabeus@gentoo.org> + -obs-service-source_validator-0.2-r3.ebuild, + obs-service-source_validator-0.3.ebuild: + Stabilise 0.3 otherwise you can't push to factory. *obs-service-source_validator-0.3 (25 Jun 2013) 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 deleted file mode 100644 index 98dfb0372737..000000000000 --- a/dev-util/obs-service-source_validator/obs-service-source_validator-0.2-r3.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-r3.ebuild,v 1.2 2013/03/18 13:51:26 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/libexec/obs/service - doexe ${OBS_SERVICE_NAME} - - insinto /usr/libexec/obs/service - doins ${OBS_SERVICE_NAME}.service - - exeinto /usr/libexec/obs/service/${OBS_SERVICE_NAME}s - doexe [0-9]* - exeinto /usr/libexec/obs/service/${OBS_SERVICE_NAME}s/helpers/ - doexe helpers/* -} diff --git a/dev-util/obs-service-source_validator/obs-service-source_validator-0.3.ebuild b/dev-util/obs-service-source_validator/obs-service-source_validator-0.3.ebuild index 5aaf889fa800..18d0ea4d37ab 100644 --- a/dev-util/obs-service-source_validator/obs-service-source_validator-0.3.ebuild +++ b/dev-util/obs-service-source_validator/obs-service-source_validator-0.3.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.3.ebuild,v 1.1 2013/06/25 09:29:20 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/obs-service-source_validator/obs-service-source_validator-0.3.ebuild,v 1.2 2013/06/25 09:33:13 scarabeus 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" |