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 makeself-2.1.5.ebuild
@ 2012-02-05  5:50 Mike Frysinger (vapier)
  0 siblings, 0 replies; only message in thread
From: Mike Frysinger (vapier) @ 2012-02-05  5:50 UTC (permalink / raw
  To: gentoo-commits

vapier      12/02/05 05:50:25

  Modified:             ChangeLog makeself-2.1.5-r1.ebuild
                        makeself-2.1.5.ebuild
  Log:
  Move to new unpacker eclass for unpack_makeself.
  
  (Portage version: 2.2.0_alpha84/cvs/Linux x86_64)

Revision  Changes    Path
1.25                 app-arch/makeself/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-arch/makeself/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog	23 Oct 2011 13:10:10 -0000	1.24
+++ ChangeLog	5 Feb 2012 05:50:25 -0000	1.25
@@ -1,6 +1,10 @@
 # ChangeLog for app-arch/makeself
-# 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 $
+# 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 $
+
+  05 Feb 2012; Mike Frysinger <vapier@gentoo.org> makeself-2.1.5.ebuild,
+  makeself-2.1.5-r1.ebuild:
+  Move to new unpacker eclass for unpack_makeself.
 
 *makeself-2.1.5-r1 (23 Oct 2011)
 



1.2                  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.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/makeself/makeself-2.1.5-r1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/makeself/makeself-2.1.5-r1.ebuild?r1=1.1&r2=1.2

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.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- makeself-2.1.5-r1.ebuild	23 Oct 2011 13:10:10 -0000	1.1
+++ makeself-2.1.5-r1.ebuild	5 Feb 2012 05:50:25 -0000	1.2
@@ -1,8 +1,8 @@
-# Copyright 1999-2011 Gentoo Foundation
+# 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.1 2011/10/23 13:10:10 patrick Exp $
+# $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 $
 
-inherit eutils
+inherit unpacker
 
 DESCRIPTION="shell script that generates a self-extractible tar.gz"
 HOMEPAGE="http://www.megastep.org/makeself/"
@@ -15,10 +15,6 @@
 
 S=${WORKDIR}
 
-src_unpack() {
-	unpack_makeself
-}
-
 src_install() {
 	dobin makeself-header.sh makeself.sh "${FILESDIR}"/makeself-unpack || die
 	dosym makeself.sh /usr/bin/makeself



1.10                 app-arch/makeself/makeself-2.1.5.ebuild

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

Index: makeself-2.1.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-arch/makeself/makeself-2.1.5.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- makeself-2.1.5.ebuild	1 Jan 2010 19:35:26 -0000	1.9
+++ makeself-2.1.5.ebuild	5 Feb 2012 05:50:25 -0000	1.10
@@ -1,8 +1,8 @@
-# Copyright 1999-2010 Gentoo Foundation
+# 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.ebuild,v 1.9 2010/01/01 19:35:26 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/makeself/makeself-2.1.5.ebuild,v 1.10 2012/02/05 05:50:25 vapier Exp $
 
-inherit eutils
+inherit unpacker
 
 DESCRIPTION="shell script that generates a self-extractible tar.gz"
 HOMEPAGE="http://www.megastep.org/makeself/"
@@ -15,10 +15,6 @@
 
 S=${WORKDIR}
 
-src_unpack() {
-	unpack_makeself
-}
-
 src_install() {
 	dobin makeself-header.sh makeself.sh "${FILESDIR}"/makeself-unpack || die
 	doman makeself.1






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

only message in thread, other threads:[~2012-02-05  5:50 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-05  5:50 [gentoo-commits] gentoo-x86 commit in app-arch/makeself: ChangeLog makeself-2.1.5-r1.ebuild makeself-2.1.5.ebuild Mike Frysinger (vapier)

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