diff options
author | Michal Hrušecký <miska@gentoo.org> | 2013-03-18 10:57:03 +0000 |
---|---|---|
committer | Michal Hrušecký <miska@gentoo.org> | 2013-03-18 10:57:03 +0000 |
commit | 5c759576dda3d03c15c5096a53780c0833ea835b (patch) | |
tree | 39cab568887b0552d38401ba75c6d9162a6c9fec /dev-util | |
parent | Fast stabilization to minimize broken stable (diff) | |
download | gentoo-2-5c759576dda3d03c15c5096a53780c0833ea835b.tar.gz gentoo-2-5c759576dda3d03c15c5096a53780c0833ea835b.tar.bz2 gentoo-2-5c759576dda3d03c15c5096a53780c0833ea835b.zip |
Version bump to force reinstall with new paths (bug#446074)
(Portage version: 2.1.11.55/cvs/Linux x86_64, signed Manifest commit with key D39CB7C5)
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/obs-service-extract_file/ChangeLog | 10 | ||||
-rw-r--r-- | dev-util/obs-service-extract_file/obs-service-extract_file-20130318.ebuild | 19 |
2 files changed, 27 insertions, 2 deletions
diff --git a/dev-util/obs-service-extract_file/ChangeLog b/dev-util/obs-service-extract_file/ChangeLog index 6be28282cd8a..09acdcdc920c 100644 --- a/dev-util/obs-service-extract_file/ChangeLog +++ b/dev-util/obs-service-extract_file/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-util/obs-service-extract_file -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/obs-service-extract_file/ChangeLog,v 1.2 2012/11/15 21:03:21 scarabeus Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/obs-service-extract_file/ChangeLog,v 1.3 2013/03/18 10:57:03 miska Exp $ + +*obs-service-extract_file-20130318 (18 Mar 2013) + + 18 Mar 2013; Michal Hrusecky <miska@gentoo.org> + +obs-service-extract_file-20130318.ebuild: + Version bump to force reinstall with new paths (bug#446074) 15 Nov 2012; Tomáš Chvátal <scarabeus@gentoo.org> obs-service-extract_file-20110510.ebuild: diff --git a/dev-util/obs-service-extract_file/obs-service-extract_file-20130318.ebuild b/dev-util/obs-service-extract_file/obs-service-extract_file-20130318.ebuild new file mode 100644 index 000000000000..9521a5ab26ac --- /dev/null +++ b/dev-util/obs-service-extract_file/obs-service-extract_file-20130318.ebuild @@ -0,0 +1,19 @@ +# 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-extract_file/obs-service-extract_file-20130318.ebuild,v 1.1 2013/03/18 10:57:03 miska Exp $ + +EAPI=5 + +inherit obs-service + +IUSE="" +KEYWORDS="~amd64 ~x86" + +DEPEND="" +RDEPEND="${DEPEND} + app-arch/bzip2 + app-arch/gzip + app-arch/tar + app-arch/unzip + app-arch/xz-utils +" |