public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-shells/push: metadata.xml push-1.5-r1.ebuild ChangeLog push-1.5.ebuild
@ 2013-11-22 15:05 Ian Stakenvicius (axs)
  0 siblings, 0 replies; only message in thread
From: Ian Stakenvicius (axs) @ 2013-11-22 15:05 UTC (permalink / raw
  To: gentoo-commits

axs         13/11/22 15:05:27

  Modified:             metadata.xml ChangeLog
  Added:                push-1.5-r1.ebuild
  Removed:              push-1.5.ebuild
  Log:
  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)

Revision  Changes    Path
1.4                  app-shells/push/metadata.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/push/metadata.xml?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/push/metadata.xml?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/push/metadata.xml?r1=1.3&r2=1.4

Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-shells/push/metadata.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- metadata.xml	17 Mar 2013 17:45:27 -0000	1.3
+++ metadata.xml	22 Nov 2013 15:05:27 -0000	1.4
@@ -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>



1.12                 app-shells/push/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/push/ChangeLog?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/push/ChangeLog?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/push/ChangeLog?r1=1.11&r2=1.12

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-shells/push/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog	17 Mar 2013 17:45:27 -0000	1.11
+++ ChangeLog	22 Nov 2013 15:05:27 -0000	1.12
@@ -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



1.1                  app-shells/push/push-1.5-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/push/push-1.5-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/push/push-1.5-r1.ebuild?rev=1.1&content-type=text/plain

Index: push-1.5-r1.ebuild
===================================================================
# 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-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/${PV} -> ${P}.tar.gz"

LICENSE="BSD"
SLOT="0"
KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x86-solaris"
IUSE=""

src_install() {
	insinto /usr/bin
	doins push.sh
	dodoc README
}





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-11-22 15:05 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-22 15:05 [gentoo-commits] gentoo-x86 commit in app-shells/push: metadata.xml push-1.5-r1.ebuild ChangeLog push-1.5.ebuild Ian Stakenvicius (axs)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox