* [gentoo-commits] gentoo-x86 commit in app-arch/makeself: ChangeLog makeself-2.1.5.ebuild
@ 2008-05-22 0:01 Jeremy Olexa (darkside)
0 siblings, 0 replies; 2+ messages in thread
From: Jeremy Olexa (darkside) @ 2008-05-22 0:01 UTC (permalink / raw
To: gentoo-commits
darkside 08/05/22 00:01:50
Modified: ChangeLog
Added: makeself-2.1.5.ebuild
Log:
version bump. bug 217218
(Portage version: 2.1.4.4)
Revision Changes Path
1.15 app-arch/makeself/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/makeself/ChangeLog?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/makeself/ChangeLog?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/makeself/ChangeLog?r1=1.14&r2=1.15
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-arch/makeself/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog 30 Mar 2007 14:02:34 -0000 1.14
+++ ChangeLog 22 May 2008 00:01:49 -0000 1.15
@@ -1,6 +1,11 @@
# ChangeLog for app-arch/makeself
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/makeself/ChangeLog,v 1.14 2007/03/30 14:02:34 beandog Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-arch/makeself/ChangeLog,v 1.15 2008/05/22 00:01:49 darkside Exp $
+
+*makeself-2.1.5 (19 May 2008)
+
+ 19 May 2008; Jeremy Olexa <darkside@gentoo.org> +makeself-2.1.5.ebuild:
+ Version bump. bug 217218
30 Mar 2007; Steve Dibb <beandog@gentoo.org> makeself-2.1.4.ebuild:
amd64 stable
1.1 app-arch/makeself/makeself-2.1.5.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/makeself/makeself-2.1.5.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/makeself/makeself-2.1.5.ebuild?rev=1.1&content-type=text/plain
Index: makeself-2.1.5.ebuild
===================================================================
# Copyright 1999-2008 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.1 2008/05/22 00:01:49 darkside 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="~x86"
IUSE=""
DEPEND=""
RDEPEND=""
S=${WORKDIR}
src_unpack() {
unpack_makeself
}
src_install() {
dobin makeself-header.sh makeself.sh || die
doman makeself.1
dodoc README TODO makeself.lsm
}
--
gentoo-commits@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-arch/makeself: ChangeLog makeself-2.1.5.ebuild
@ 2012-08-29 13:48 Michael Palimaka (kensington)
0 siblings, 0 replies; 2+ messages in thread
From: Michael Palimaka (kensington) @ 2012-08-29 13:48 UTC (permalink / raw
To: gentoo-commits
kensington 12/08/29 13:48:32
Modified: ChangeLog
Removed: makeself-2.1.5.ebuild
Log:
Remove old.
(Portage version: 2.1.11.12/cvs/Linux x86_64)
Revision Changes Path
1.31 app-arch/makeself/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/makeself/ChangeLog?rev=1.31&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/makeself/ChangeLog?rev=1.31&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/makeself/ChangeLog?r1=1.30&r2=1.31
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-arch/makeself/ChangeLog,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- ChangeLog 26 Aug 2012 18:58:20 -0000 1.30
+++ ChangeLog 29 Aug 2012 13:48:32 -0000 1.31
@@ -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.30 2012/08/26 18:58:20 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/makeself/ChangeLog,v 1.31 2012/08/29 13:48:32 kensington Exp $
+
+ 29 Aug 2012; Michael Palimaka <kensington@gentoo.org> -makeself-2.1.5.ebuild:
+ Remove old.
26 Aug 2012; Raúl Porcel <armin76@gentoo.org> makeself-2.1.5.ebuild,
makeself-2.1.5-r1.ebuild:
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-08-29 13:48 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-22 0:01 [gentoo-commits] gentoo-x86 commit in app-arch/makeself: ChangeLog makeself-2.1.5.ebuild Jeremy Olexa (darkside)
-- strict thread matches above, loose matches on Subject: below --
2012-08-29 13:48 Michael Palimaka (kensington)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox