diff options
author | Ian Stakenvicius <axs@gentoo.org> | 2013-11-22 15:05:27 +0000 |
---|---|---|
committer | Ian Stakenvicius <axs@gentoo.org> | 2013-11-22 15:05:27 +0000 |
commit | 25afb9e64aa5451a8260826e6e63cff9e69c6fa8 (patch) | |
tree | 6564117b7d20fffdea55e1d890f9b0829f924a6f /app-shells/push | |
parent | x86 stable wrt bug #458122 (diff) | |
download | gentoo-2-25afb9e64aa5451a8260826e6e63cff9e69c6fa8.tar.gz gentoo-2-25afb9e64aa5451a8260826e6e63cff9e69c6fa8.tar.bz2 gentoo-2-25afb9e64aa5451a8260826e6e63cff9e69c6fa8.zip |
updated metadata and upstream distfile, all code unchanged (only README) so committing revbump direct to stable
(Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 2B6559ED)
Diffstat (limited to 'app-shells/push')
-rw-r--r-- | app-shells/push/ChangeLog | 9 | ||||
-rw-r--r-- | app-shells/push/metadata.xml | 6 | ||||
-rw-r--r-- | app-shells/push/push-1.5-r1.ebuild (renamed from app-shells/push/push-1.5.ebuild) | 6 |
3 files changed, 14 insertions, 7 deletions
diff --git a/app-shells/push/ChangeLog b/app-shells/push/ChangeLog index 112e9e8fae98..832b6ae2920b 100644 --- a/app-shells/push/ChangeLog +++ b/app-shells/push/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for app-shells/push # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/push/ChangeLog,v 1.11 2013/03/17 17:45:27 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/push/ChangeLog,v 1.12 2013/11/22 15:05:27 axs Exp $ + +*push-1.5-r1 (22 Nov 2013) + + 22 Nov 2013; Ian Stakenvicius <axs@gentoo.org> +push-1.5-r1.ebuild, + -push-1.5.ebuild, metadata.xml: + updated metadata and upstream distfile, all code unchanged (only README) so + committing revbump direct to stable 17 Mar 2013; Markos Chandras <hwoarang@gentoo.org> metadata.xml: Add proxy-maintainers to metadata.xml diff --git a/app-shells/push/metadata.xml b/app-shells/push/metadata.xml index 1ad111435e5b..98c6bbc09ed5 100644 --- a/app-shells/push/metadata.xml +++ b/app-shells/push/metadata.xml @@ -3,7 +3,7 @@ <pkgmetadata>
<herd>proxy-maintainers</herd>
<maintainer>
- <email>vaeth@mathematik.uni-wuerzburg.de</email>
+ <email>martin@mvath.de</email>
<name>Martin Väth</name>
<description>Upstream developer, assign bugs</description>
</maintainer>
@@ -13,9 +13,9 @@ </maintainer>
<upstream>
<maintainer>
- <email>vaeth@mathematik.uni-wuerzburg.de</email>
+ <email>martin@mvath.de</email>
<name>Martin Väth</name>
</maintainer>
- <bugs-to>mailto:vaeth@mathematik.uni-wuerzburg.de</bugs-to>
+ <bugs-to>mailto:martin@mvath.de</bugs-to>
</upstream>
</pkgmetadata>
diff --git a/app-shells/push/push-1.5.ebuild b/app-shells/push/push-1.5-r1.ebuild index 04cb43906778..4a6b459dba33 100644 --- a/app-shells/push/push-1.5.ebuild +++ b/app-shells/push/push-1.5-r1.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/push/push-1.5.ebuild,v 1.9 2012/08/26 17:13:57 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/push/push-1.5-r1.ebuild,v 1.1 2013/11/22 15:05:27 axs Exp $ EAPI="4" inherit vcs-snapshot DESCRIPTION="A POSIX shell function to treat a variable like an array, quoting args." HOMEPAGE="https://github.com/vaeth/push/" -SRC_URI="http://github.com/vaeth/${PN}/tarball/release-${PV} -> ${P}.tar.gz" +SRC_URI="http://github.com/vaeth/${PN}/tarball/${PV} -> ${P}.tar.gz" LICENSE="BSD" SLOT="0" |