* [gentoo-commits] gentoo-x86 commit in app-arch/tarsync: ChangeLog tarsync-0.2.1.ebuild
@ 2009-10-12 16:50 Mark Loeser (halcy0n)
0 siblings, 0 replies; 2+ messages in thread
From: Mark Loeser (halcy0n) @ 2009-10-12 16:50 UTC (permalink / raw
To: gentoo-commits
halcy0n 09/10/12 16:50:08
Modified: ChangeLog tarsync-0.2.1.ebuild
Log:
QA fixes; redundant "cd "
(Portage version: 2.2_rc45/cvs/Linux x86_64)
Revision Changes Path
1.14 app-arch/tarsync/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/tarsync/ChangeLog?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/tarsync/ChangeLog?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/tarsync/ChangeLog?r1=1.13&r2=1.14
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-arch/tarsync/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog 25 Jan 2007 07:44:01 -0000 1.13
+++ ChangeLog 12 Oct 2009 16:50:07 -0000 1.14
@@ -1,6 +1,9 @@
# ChangeLog for app-arch/tarsync
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/tarsync/ChangeLog,v 1.13 2007/01/25 07:44:01 antarus Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-arch/tarsync/ChangeLog,v 1.14 2009/10/12 16:50:07 halcy0n Exp $
+
+ 12 Oct 2009; Mark Loeser <halcy0n@gentoo.org> tarsync-0.2.1.ebuild:
+ QA fixes; redundant "cd "
25 Jan 2007; Alec Warner <antarus@gentoo.org> tarsync-0.2.1.ebuild:
unstable on amd64
1.6 app-arch/tarsync/tarsync-0.2.1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/tarsync/tarsync-0.2.1.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/tarsync/tarsync-0.2.1.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/tarsync/tarsync-0.2.1.ebuild?r1=1.5&r2=1.6
Index: tarsync-0.2.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-arch/tarsync/tarsync-0.2.1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- tarsync-0.2.1.ebuild 25 Jan 2007 07:44:01 -0000 1.5
+++ tarsync-0.2.1.ebuild 12 Oct 2009 16:50:07 -0000 1.6
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/tarsync/tarsync-0.2.1.ebuild,v 1.5 2007/01/25 07:44:01 antarus Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/tarsync/tarsync-0.2.1.ebuild,v 1.6 2009/10/12 16:50:07 halcy0n Exp $
DESCRIPTION="Delta compression suite for using/generating binary patches"
HOMEPAGE="http://gentooexperimental.org/~ferringb/tarsync/"
@@ -17,11 +17,9 @@
RDEPEND="${DEPEND}"
src_compile() {
- cd "${S}"
emake || die "emake failed"
}
src_install() {
- cd ${S}
make DESTDIR="${D}" install || die "failed installing"
}
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-arch/tarsync: ChangeLog tarsync-0.2.1.ebuild
@ 2013-06-27 12:43 Michael Palimaka (kensington)
0 siblings, 0 replies; 2+ messages in thread
From: Michael Palimaka (kensington) @ 2013-06-27 12:43 UTC (permalink / raw
To: gentoo-commits
kensington 13/06/27 12:43:42
Modified: ChangeLog
Removed: tarsync-0.2.1.ebuild
Log:
Remove old.
(Portage version: 2.1.12.9/cvs/Linux x86_64, signed Manifest commit with key 675D0D2C)
Revision Changes Path
1.22 app-arch/tarsync/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/tarsync/ChangeLog?rev=1.22&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/tarsync/ChangeLog?rev=1.22&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/tarsync/ChangeLog?r1=1.21&r2=1.22
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-arch/tarsync/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog 25 Jun 2013 12:48:39 -0000 1.21
+++ ChangeLog 27 Jun 2013 12:43:41 -0000 1.22
@@ -1,6 +1,9 @@
# ChangeLog for app-arch/tarsync
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/tarsync/ChangeLog,v 1.21 2013/06/25 12:48:39 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/tarsync/ChangeLog,v 1.22 2013/06/27 12:43:41 kensington Exp $
+
+ 27 Jun 2013; Michael Palimaka <kensington@gentoo.org> -tarsync-0.2.1.ebuild:
+ Remove old.
25 Jun 2013; Agostino Sarubbo <ago@gentoo.org> tarsync-0.2.1-r1.ebuild:
Stable for amd64, wrt bug #474134
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-06-27 12:43 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-27 12:43 [gentoo-commits] gentoo-x86 commit in app-arch/tarsync: ChangeLog tarsync-0.2.1.ebuild Michael Palimaka (kensington)
-- strict thread matches above, loose matches on Subject: below --
2009-10-12 16:50 Mark Loeser (halcy0n)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox