Gentoo Archives: gentoo-commits

From: "Ian Stakenvicius (axs)" <axs@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-shells/push: push-1.5.ebuild push-1.6.ebuild ChangeLog
Date: Sat, 23 Nov 2013 03:10:10
Message-Id: 20131123031004.2DD002004E@flycatcher.gentoo.org
1 axs 13/11/23 03:10:04
2
3 Modified: ChangeLog
4 Added: push-1.5.ebuild push-1.6.ebuild
5 Log:
6 fixed misunderstanding on previous commit; restored old stable and committed the new ebuild as the proper full version bump
7
8 (Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 2B6559ED)
9
10 Revision Changes Path
11 1.13 app-shells/push/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/push/ChangeLog?rev=1.13&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/push/ChangeLog?rev=1.13&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/push/ChangeLog?r1=1.12&r2=1.13
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-shells/push/ChangeLog,v
20 retrieving revision 1.12
21 retrieving revision 1.13
22 diff -u -r1.12 -r1.13
23 --- ChangeLog 22 Nov 2013 15:05:27 -0000 1.12
24 +++ ChangeLog 23 Nov 2013 03:10:03 -0000 1.13
25 @@ -1,6 +1,14 @@
26 # ChangeLog for app-shells/push
27 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-shells/push/ChangeLog,v 1.12 2013/11/22 15:05:27 axs Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-shells/push/ChangeLog,v 1.13 2013/11/23 03:10:03 axs Exp $
30 +
31 +*push-1.5 (23 Nov 2013)
32 +*push-1.6 (23 Nov 2013)
33 +
34 + 23 Nov 2013; Ian Stakenvicius <axs@g.o> +push-1.5.ebuild,
35 + +push-1.6.ebuild:
36 + fixed misunderstanding on previous commit; restored old stable and committed
37 + the new ebuild as the proper full version bump
38
39 *push-1.5-r1 (22 Nov 2013)
40
41
42
43
44 1.11 app-shells/push/push-1.5.ebuild
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/push/push-1.5.ebuild?rev=1.11&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/push/push-1.5.ebuild?rev=1.11&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/push/push-1.5.ebuild?r1=1.10&r2=1.11
49
50
51
52
53 1.1 app-shells/push/push-1.6.ebuild
54
55 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/push/push-1.6.ebuild?rev=1.1&view=markup
56 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/push/push-1.6.ebuild?rev=1.1&content-type=text/plain
57
58 Index: push-1.6.ebuild
59 ===================================================================
60 # Copyright 1999-2013 Gentoo Foundation
61 # Distributed under the terms of the GNU General Public License v2
62 # $Header: /var/cvsroot/gentoo-x86/app-shells/push/push-1.6.ebuild,v 1.1 2013/11/23 03:10:03 axs Exp $
63
64 EAPI="4"
65 inherit vcs-snapshot
66
67 DESCRIPTION="A POSIX shell function to treat a variable like an array, quoting args."
68 HOMEPAGE="https://github.com/vaeth/push/"
69 SRC_URI="http://github.com/vaeth/${PN}/tarball/${PV} -> ${P}.tar.gz"
70
71 LICENSE="BSD"
72 SLOT="0"
73 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"
74 IUSE=""
75
76 src_install() {
77 insinto /usr/bin
78 doins push.sh
79 dodoc README
80 }