public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-arch/makeself: ChangeLog makeself-2.1.5-r1.ebuild
@ 2011-10-23 13:10 Patrick Lauer (patrick)
  0 siblings, 0 replies; 5+ messages in thread
From: Patrick Lauer (patrick) @ 2011-10-23 13:10 UTC (permalink / raw
  To: gentoo-commits

patrick     11/10/23 13:10:10

  Modified:             ChangeLog
  Added:                makeself-2.1.5-r1.ebuild
  Log:
  Adding makeself symlink to makeself.sh to make stupid build systems happy
  
  (Portage version: 2.2.0_alpha70/cvs/Linux x86_64)

Revision  Changes    Path
1.24                 app-arch/makeself/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/makeself/ChangeLog?rev=1.24&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/makeself/ChangeLog?rev=1.24&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/makeself/ChangeLog?r1=1.23&r2=1.24

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-arch/makeself/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog	28 Mar 2010 03:56:18 -0000	1.23
+++ ChangeLog	23 Oct 2011 13:10:10 -0000	1.24
@@ -1,6 +1,11 @@
 # ChangeLog for app-arch/makeself
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/makeself/ChangeLog,v 1.23 2010/03/28 03:56:18 darkside Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-arch/makeself/ChangeLog,v 1.24 2011/10/23 13:10:10 patrick Exp $
+
+*makeself-2.1.5-r1 (23 Oct 2011)
+
+  23 Oct 2011; Patrick Lauer <patrick@gentoo.org> +makeself-2.1.5-r1.ebuild:
+  Adding makeself symlink to makeself.sh to make stupid build systems happy
 
   28 Mar 2010; Jeremy Olexa <darkside@gentoo.org> metadata.xml:
   Drop myself from metadata, add maintainer-needed



1.1                  app-arch/makeself/makeself-2.1.5-r1.ebuild

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

Index: makeself-2.1.5-r1.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-arch/makeself/makeself-2.1.5-r1.ebuild,v 1.1 2011/10/23 13:10:10 patrick Exp $

inherit eutils

DESCRIPTION="shell script that generates a self-extractible tar.gz"
HOMEPAGE="http://www.megastep.org/makeself/"
SRC_URI="http://www.megastep.org/makeself/${P}.run"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~hppa ~ppc ~s390 ~x86 ~amd64-linux ~x86-linux"
IUSE=""

S=${WORKDIR}

src_unpack() {
	unpack_makeself
}

src_install() {
	dobin makeself-header.sh makeself.sh "${FILESDIR}"/makeself-unpack || die
	dosym makeself.sh /usr/bin/makeself
	doman makeself.1
	dodoc README TODO makeself.lsm
}






^ permalink raw reply	[flat|nested] 5+ messages in thread

* [gentoo-commits] gentoo-x86 commit in app-arch/makeself: ChangeLog makeself-2.1.5-r1.ebuild
@ 2012-02-12 14:38 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 5+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-02-12 14:38 UTC (permalink / raw
  To: gentoo-commits

ago         12/02/12 14:38:39

  Modified:             ChangeLog makeself-2.1.5-r1.ebuild
  Log:
  Stable for amd64, wrt bug #399911
  
  (Portage version: 2.1.10.44/cvs/Linux x86_64)

Revision  Changes    Path
1.26                 app-arch/makeself/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/makeself/ChangeLog?rev=1.26&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/makeself/ChangeLog?rev=1.26&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/makeself/ChangeLog?r1=1.25&r2=1.26

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-arch/makeself/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog	5 Feb 2012 05:50:25 -0000	1.25
+++ ChangeLog	12 Feb 2012 14:38:39 -0000	1.26
@@ -1,6 +1,9 @@
 # ChangeLog for app-arch/makeself
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/makeself/ChangeLog,v 1.25 2012/02/05 05:50:25 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/makeself/ChangeLog,v 1.26 2012/02/12 14:38:39 ago Exp $
+
+  12 Feb 2012; Agostino Sarubbo <ago@gentoo.org> makeself-2.1.5-r1.ebuild:
+  Stable for amd64, wrt bug #399911
 
   05 Feb 2012; Mike Frysinger <vapier@gentoo.org> makeself-2.1.5.ebuild,
   makeself-2.1.5-r1.ebuild:



1.3                  app-arch/makeself/makeself-2.1.5-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/makeself/makeself-2.1.5-r1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/makeself/makeself-2.1.5-r1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/makeself/makeself-2.1.5-r1.ebuild?r1=1.2&r2=1.3

Index: makeself-2.1.5-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-arch/makeself/makeself-2.1.5-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- makeself-2.1.5-r1.ebuild	5 Feb 2012 05:50:25 -0000	1.2
+++ makeself-2.1.5-r1.ebuild	12 Feb 2012 14:38:39 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/makeself/makeself-2.1.5-r1.ebuild,v 1.2 2012/02/05 05:50:25 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/makeself/makeself-2.1.5-r1.ebuild,v 1.3 2012/02/12 14:38:39 ago Exp $
 
 inherit unpacker
 
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~s390 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~hppa ~ppc ~s390 ~x86 ~amd64-linux ~x86-linux"
 IUSE=""
 
 S=${WORKDIR}






^ permalink raw reply	[flat|nested] 5+ messages in thread

* [gentoo-commits] gentoo-x86 commit in app-arch/makeself: ChangeLog makeself-2.1.5-r1.ebuild
@ 2012-02-14 21:32 Jeroen Roovers (jer)
  0 siblings, 0 replies; 5+ messages in thread
From: Jeroen Roovers (jer) @ 2012-02-14 21:32 UTC (permalink / raw
  To: gentoo-commits

jer         12/02/14 21:32:14

  Modified:             ChangeLog makeself-2.1.5-r1.ebuild
  Log:
  Stable for HPPA (bug #399911).
  
  (Portage version: 2.2.0_alpha86/cvs/Linux x86_64)

Revision  Changes    Path
1.27                 app-arch/makeself/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/makeself/ChangeLog?rev=1.27&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/makeself/ChangeLog?rev=1.27&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/makeself/ChangeLog?r1=1.26&r2=1.27

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-arch/makeself/ChangeLog,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- ChangeLog	12 Feb 2012 14:38:39 -0000	1.26
+++ ChangeLog	14 Feb 2012 21:32:12 -0000	1.27
@@ -1,6 +1,9 @@
 # ChangeLog for app-arch/makeself
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/makeself/ChangeLog,v 1.26 2012/02/12 14:38:39 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/makeself/ChangeLog,v 1.27 2012/02/14 21:32:12 jer Exp $
+
+  14 Feb 2012; Jeroen Roovers <jer@gentoo.org> makeself-2.1.5-r1.ebuild:
+  Stable for HPPA (bug #399911).
 
   12 Feb 2012; Agostino Sarubbo <ago@gentoo.org> makeself-2.1.5-r1.ebuild:
   Stable for amd64, wrt bug #399911



1.4                  app-arch/makeself/makeself-2.1.5-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/makeself/makeself-2.1.5-r1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/makeself/makeself-2.1.5-r1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/makeself/makeself-2.1.5-r1.ebuild?r1=1.3&r2=1.4

Index: makeself-2.1.5-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-arch/makeself/makeself-2.1.5-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- makeself-2.1.5-r1.ebuild	12 Feb 2012 14:38:39 -0000	1.3
+++ makeself-2.1.5-r1.ebuild	14 Feb 2012 21:32:12 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/makeself/makeself-2.1.5-r1.ebuild,v 1.3 2012/02/12 14:38:39 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/makeself/makeself-2.1.5-r1.ebuild,v 1.4 2012/02/14 21:32:12 jer Exp $
 
 inherit unpacker
 
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~hppa ~ppc ~s390 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 hppa ~ppc ~s390 ~x86 ~amd64-linux ~x86-linux"
 IUSE=""
 
 S=${WORKDIR}






^ permalink raw reply	[flat|nested] 5+ messages in thread

* [gentoo-commits] gentoo-x86 commit in app-arch/makeself: ChangeLog makeself-2.1.5-r1.ebuild
@ 2012-02-15 16:43 Brent Baude (ranger)
  0 siblings, 0 replies; 5+ messages in thread
From: Brent Baude (ranger) @ 2012-02-15 16:43 UTC (permalink / raw
  To: gentoo-commits

ranger      12/02/15 16:43:11

  Modified:             ChangeLog makeself-2.1.5-r1.ebuild
  Log:
  Marking makeself-2.1.5-r1 ppc for bug 399911
  
  (Portage version: 2.1.10.11/cvs/Linux ppc64)

Revision  Changes    Path
1.28                 app-arch/makeself/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/makeself/ChangeLog?rev=1.28&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/makeself/ChangeLog?rev=1.28&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/makeself/ChangeLog?r1=1.27&r2=1.28

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-arch/makeself/ChangeLog,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- ChangeLog	14 Feb 2012 21:32:12 -0000	1.27
+++ ChangeLog	15 Feb 2012 16:43:10 -0000	1.28
@@ -1,6 +1,9 @@
 # ChangeLog for app-arch/makeself
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/makeself/ChangeLog,v 1.27 2012/02/14 21:32:12 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/makeself/ChangeLog,v 1.28 2012/02/15 16:43:10 ranger Exp $
+
+  15 Feb 2012; Brent Baude <ranger@gentoo.org> makeself-2.1.5-r1.ebuild:
+  Marking makeself-2.1.5-r1 ppc for bug 399911
 
   14 Feb 2012; Jeroen Roovers <jer@gentoo.org> makeself-2.1.5-r1.ebuild:
   Stable for HPPA (bug #399911).



1.5                  app-arch/makeself/makeself-2.1.5-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/makeself/makeself-2.1.5-r1.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/makeself/makeself-2.1.5-r1.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/makeself/makeself-2.1.5-r1.ebuild?r1=1.4&r2=1.5

Index: makeself-2.1.5-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-arch/makeself/makeself-2.1.5-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- makeself-2.1.5-r1.ebuild	14 Feb 2012 21:32:12 -0000	1.4
+++ makeself-2.1.5-r1.ebuild	15 Feb 2012 16:43:10 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/makeself/makeself-2.1.5-r1.ebuild,v 1.4 2012/02/14 21:32:12 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/makeself/makeself-2.1.5-r1.ebuild,v 1.5 2012/02/15 16:43:10 ranger Exp $
 
 inherit unpacker
 
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 hppa ~ppc ~s390 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 hppa ppc ~s390 ~x86 ~amd64-linux ~x86-linux"
 IUSE=""
 
 S=${WORKDIR}






^ permalink raw reply	[flat|nested] 5+ messages in thread

* [gentoo-commits] gentoo-x86 commit in app-arch/makeself: ChangeLog makeself-2.1.5-r1.ebuild
@ 2012-02-16 17:46 PaweA Hajdan (phajdan.jr)
  0 siblings, 0 replies; 5+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2012-02-16 17:46 UTC (permalink / raw
  To: gentoo-commits

phajdan.jr    12/02/16 17:46:25

  Modified:             ChangeLog makeself-2.1.5-r1.ebuild
  Log:
  x86 stable wrt bug #399911
  
  (Portage version: 2.1.10.44/cvs/Linux i686)

Revision  Changes    Path
1.29                 app-arch/makeself/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/makeself/ChangeLog?rev=1.29&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/makeself/ChangeLog?rev=1.29&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/makeself/ChangeLog?r1=1.28&r2=1.29

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-arch/makeself/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog	15 Feb 2012 16:43:10 -0000	1.28
+++ ChangeLog	16 Feb 2012 17:46:24 -0000	1.29
@@ -1,6 +1,10 @@
 # ChangeLog for app-arch/makeself
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/makeself/ChangeLog,v 1.28 2012/02/15 16:43:10 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/makeself/ChangeLog,v 1.29 2012/02/16 17:46:24 phajdan.jr Exp $
+
+  16 Feb 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org>
+  makeself-2.1.5-r1.ebuild:
+  x86 stable wrt bug #399911
 
   15 Feb 2012; Brent Baude <ranger@gentoo.org> makeself-2.1.5-r1.ebuild:
   Marking makeself-2.1.5-r1 ppc for bug 399911



1.6                  app-arch/makeself/makeself-2.1.5-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/makeself/makeself-2.1.5-r1.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/makeself/makeself-2.1.5-r1.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/makeself/makeself-2.1.5-r1.ebuild?r1=1.5&r2=1.6

Index: makeself-2.1.5-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-arch/makeself/makeself-2.1.5-r1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- makeself-2.1.5-r1.ebuild	15 Feb 2012 16:43:10 -0000	1.5
+++ makeself-2.1.5-r1.ebuild	16 Feb 2012 17:46:24 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/makeself/makeself-2.1.5-r1.ebuild,v 1.5 2012/02/15 16:43:10 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/makeself/makeself-2.1.5-r1.ebuild,v 1.6 2012/02/16 17:46:24 phajdan.jr Exp $
 
 inherit unpacker
 
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 hppa ppc ~s390 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 hppa ppc ~s390 x86 ~amd64-linux ~x86-linux"
 IUSE=""
 
 S=${WORKDIR}






^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2012-02-16 17:46 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-23 13:10 [gentoo-commits] gentoo-x86 commit in app-arch/makeself: ChangeLog makeself-2.1.5-r1.ebuild Patrick Lauer (patrick)
  -- strict thread matches above, loose matches on Subject: below --
2012-02-12 14:38 Agostino Sarubbo (ago)
2012-02-14 21:32 Jeroen Roovers (jer)
2012-02-15 16:43 Brent Baude (ranger)
2012-02-16 17:46 PaweA Hajdan (phajdan.jr)

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