mgorny      14/12/21 14:25:39

  Modified:             ChangeLog
  Added:                makeself-2.1.5-r2.ebuild makeself-2.2.0-r1.ebuild
  Removed:              makeself-2.2.0.ebuild
  Log:
  Use sys-apps/gentoo-functions, bug #504388.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  Changes    Path
1.33                 app-arch/makeself/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-arch/makeself/ChangeLog,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- ChangeLog   18 Feb 2014 06:18:50 -0000      1.32
+++ ChangeLog   21 Dec 2014 14:25:39 -0000      1.33
@@ -1,6 +1,13 @@
 # ChangeLog for app-arch/makeself
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/makeself/ChangeLog,v 1.32 
2014/02/18 06:18:50 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/makeself/ChangeLog,v 1.33 
2014/12/21 14:25:39 mgorny Exp $
+
+*makeself-2.2.0-r1 (21 Dec 2014)
+*makeself-2.1.5-r2 (21 Dec 2014)
+
+  21 Dec 2014; Michał Górny <mgo...@gentoo.org> +makeself-2.1.5-r2.ebuild,
+  +makeself-2.2.0-r1.ebuild, -makeself-2.2.0.ebuild, files/makeself-unpack:
+  Use sys-apps/gentoo-functions, bug #504388.
 
 *makeself-2.2.0 (18 Feb 2014)
 



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

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

Index: makeself-2.1.5-r2.ebuild
===================================================================
# Copyright 1999-2014 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-r2.ebuild,v 
1.1 2014/12/21 14:25:39 mgorny Exp $

inherit unpacker

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 ~x86 ~amd64-linux ~x86-linux"
IUSE=""

RDEPEND="sys-apps/gentoo-functions"

S=${WORKDIR}

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
}



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

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

Index: makeself-2.2.0-r1.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-arch/makeself/makeself-2.2.0-r1.ebuild,v 
1.1 2014/12/21 14:25:39 mgorny Exp $

EAPI="4"

inherit unpacker eutils

DESCRIPTION="shell script that generates a self-extractible tar.gz"
HOMEPAGE="http://www.megastep.org/makeself/";
SRC_URI="https://github.com/megastep/makeself/archive/release-${PV}.tar.gz";

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

RDEPEND="sys-apps/gentoo-functions"

S="${WORKDIR}/${PN}-release-${PV}"

src_prepare() {
        epatch "${FILESDIR}"/${P}-help-header.patch
}

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




Reply via email to