* [gentoo-commits] gentoo-x86 commit in sys-fs/safecopy: safecopy-1.7.ebuild ChangeLog
@ 2012-04-26 10:58 Tomas Chvatal (scarabeus)
0 siblings, 0 replies; 5+ messages in thread
From: Tomas Chvatal (scarabeus) @ 2012-04-26 10:58 UTC (permalink / raw
To: gentoo-commits
scarabeus 12/04/26 10:58:20
Modified: ChangeLog
Added: safecopy-1.7.ebuild
Log:
Version bump to latest.
(Portage version: 2.2.0_alpha101/cvs/Linux x86_64)
Revision Changes Path
1.9 sys-fs/safecopy/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/safecopy/ChangeLog?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/safecopy/ChangeLog?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/safecopy/ChangeLog?r1=1.8&r2=1.9
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/safecopy/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog 11 Nov 2011 11:36:15 -0000 1.8
+++ ChangeLog 26 Apr 2012 10:58:20 -0000 1.9
@@ -1,6 +1,11 @@
# ChangeLog for sys-fs/safecopy
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/safecopy/ChangeLog,v 1.8 2011/11/11 11:36:15 scarabeus Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/safecopy/ChangeLog,v 1.9 2012/04/26 10:58:20 scarabeus Exp $
+
+*safecopy-1.7 (26 Apr 2012)
+
+ 26 Apr 2012; Tomáš Chvátal <scarabeus@gentoo.org> +safecopy-1.7.ebuild:
+ Version bump to latest.
11 Nov 2011; Tomáš Chvátal <scarabeus@gentoo.org> metadata.xml:
Drop me from maint.
1.1 sys-fs/safecopy/safecopy-1.7.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/safecopy/safecopy-1.7.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/safecopy/safecopy-1.7.ebuild?rev=1.1&content-type=text/plain
Index: safecopy-1.7.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-fs/safecopy/safecopy-1.7.ebuild,v 1.1 2012/04/26 10:58:20 scarabeus Exp $
EAPI=4
inherit base
DESCRIPTION="Data recovery tool to fault-tolerantly extract data from damaged (io-errors) devices or files."
HOMEPAGE="http://safecopy.sourceforge.net"
SRC_URI="mirror://sourceforge/safecopy/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"
RDEPEND=""
DEPEND=""
DOCS=( README )
src_prepare() {
base_src_prepare
sed -e 's:bin/sh:bin/bash:' \
-i "${S}"/test/test.sh || die
}
src_configure() {
econf
if use test; then
cd "${S}"/simulator
econf
fi
}
src_compile() {
emake
if use test; then
cd "${S}"/simulator
emake
fi
}
src_test() {
cd "${S}"/test
./test.sh || die
}
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-fs/safecopy: safecopy-1.7.ebuild ChangeLog
@ 2013-03-26 11:37 Agostino Sarubbo (ago)
0 siblings, 0 replies; 5+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-03-26 11:37 UTC (permalink / raw
To: gentoo-commits
ago 13/03/26 11:37:23
Modified: safecopy-1.7.ebuild ChangeLog
Log:
Stable for amd64, wrt bug #463148
(Portage version: 2.1.11.55/cvs/Linux x86_64, signed Manifest commit with key 7194459F)
Revision Changes Path
1.2 sys-fs/safecopy/safecopy-1.7.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/safecopy/safecopy-1.7.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/safecopy/safecopy-1.7.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/safecopy/safecopy-1.7.ebuild?r1=1.1&r2=1.2
Index: safecopy-1.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/safecopy/safecopy-1.7.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- safecopy-1.7.ebuild 26 Apr 2012 10:58:20 -0000 1.1
+++ safecopy-1.7.ebuild 26 Mar 2013 11:37:23 -0000 1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/safecopy/safecopy-1.7.ebuild,v 1.1 2012/04/26 10:58:20 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/safecopy/safecopy-1.7.ebuild,v 1.2 2013/03/26 11:37:23 ago Exp $
EAPI=4
@@ -12,7 +12,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
IUSE="test"
RDEPEND=""
1.12 sys-fs/safecopy/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/safecopy/ChangeLog?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/safecopy/ChangeLog?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/safecopy/ChangeLog?r1=1.11&r2=1.12
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/safecopy/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog 21 Mar 2013 21:13:49 -0000 1.11
+++ ChangeLog 26 Mar 2013 11:37:23 -0000 1.12
@@ -1,6 +1,9 @@
# ChangeLog for sys-fs/safecopy
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/safecopy/ChangeLog,v 1.11 2013/03/21 21:13:49 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/safecopy/ChangeLog,v 1.12 2013/03/26 11:37:23 ago Exp $
+
+ 26 Mar 2013; Agostino Sarubbo <ago@gentoo.org> safecopy-1.7.ebuild:
+ Stable for amd64, wrt bug #463148
21 Mar 2013; Markos Chandras <hwoarang@gentoo.org> metadata.xml:
Remove maintainer. Drop to maintainer-needed@gentoo.org
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-fs/safecopy: safecopy-1.7.ebuild ChangeLog
@ 2013-03-26 11:43 Agostino Sarubbo (ago)
0 siblings, 0 replies; 5+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-03-26 11:43 UTC (permalink / raw
To: gentoo-commits
ago 13/03/26 11:43:49
Modified: safecopy-1.7.ebuild ChangeLog
Log:
Stable for x86, wrt bug #463148
(Portage version: 2.1.11.55/cvs/Linux x86_64, signed Manifest commit with key 7194459F)
Revision Changes Path
1.3 sys-fs/safecopy/safecopy-1.7.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/safecopy/safecopy-1.7.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/safecopy/safecopy-1.7.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/safecopy/safecopy-1.7.ebuild?r1=1.2&r2=1.3
Index: safecopy-1.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/safecopy/safecopy-1.7.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- safecopy-1.7.ebuild 26 Mar 2013 11:37:23 -0000 1.2
+++ safecopy-1.7.ebuild 26 Mar 2013 11:43:49 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/safecopy/safecopy-1.7.ebuild,v 1.2 2013/03/26 11:37:23 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/safecopy/safecopy-1.7.ebuild,v 1.3 2013/03/26 11:43:49 ago Exp $
EAPI=4
@@ -12,7 +12,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
IUSE="test"
RDEPEND=""
1.13 sys-fs/safecopy/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/safecopy/ChangeLog?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/safecopy/ChangeLog?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/safecopy/ChangeLog?r1=1.12&r2=1.13
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/safecopy/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog 26 Mar 2013 11:37:23 -0000 1.12
+++ ChangeLog 26 Mar 2013 11:43:49 -0000 1.13
@@ -1,6 +1,9 @@
# ChangeLog for sys-fs/safecopy
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/safecopy/ChangeLog,v 1.12 2013/03/26 11:37:23 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/safecopy/ChangeLog,v 1.13 2013/03/26 11:43:49 ago Exp $
+
+ 26 Mar 2013; Agostino Sarubbo <ago@gentoo.org> safecopy-1.7.ebuild:
+ Stable for x86, wrt bug #463148
26 Mar 2013; Agostino Sarubbo <ago@gentoo.org> safecopy-1.7.ebuild:
Stable for amd64, wrt bug #463148
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-fs/safecopy: safecopy-1.7.ebuild ChangeLog
@ 2014-08-10 20:20 Sergei Trofimovich (slyfox)
0 siblings, 0 replies; 5+ messages in thread
From: Sergei Trofimovich (slyfox) @ 2014-08-10 20:20 UTC (permalink / raw
To: gentoo-commits
slyfox 14/08/10 20:20:13
Modified: safecopy-1.7.ebuild ChangeLog
Log:
QA: drop trailing '.' from DESCRIPTION
(Portage version: 2.2.11_p9/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)
Revision Changes Path
1.4 sys-fs/safecopy/safecopy-1.7.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/safecopy/safecopy-1.7.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/safecopy/safecopy-1.7.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/safecopy/safecopy-1.7.ebuild?r1=1.3&r2=1.4
Index: safecopy-1.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/safecopy/safecopy-1.7.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- safecopy-1.7.ebuild 26 Mar 2013 11:43:49 -0000 1.3
+++ safecopy-1.7.ebuild 10 Aug 2014 20:20:13 -0000 1.4
@@ -1,12 +1,12 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/safecopy/safecopy-1.7.ebuild,v 1.3 2013/03/26 11:43:49 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/safecopy/safecopy-1.7.ebuild,v 1.4 2014/08/10 20:20:13 slyfox Exp $
EAPI=4
inherit base
-DESCRIPTION="Data recovery tool to fault-tolerantly extract data from damaged (io-errors) devices or files."
+DESCRIPTION="Data recovery tool to fault-tolerantly extract data from damaged (io-errors) devices or files"
HOMEPAGE="http://safecopy.sourceforge.net"
SRC_URI="mirror://sourceforge/safecopy/${P}.tar.gz"
1.15 sys-fs/safecopy/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/safecopy/ChangeLog?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/safecopy/ChangeLog?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/safecopy/ChangeLog?r1=1.14&r2=1.15
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/safecopy/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog 26 Mar 2013 13:21:44 -0000 1.14
+++ ChangeLog 10 Aug 2014 20:20:13 -0000 1.15
@@ -1,6 +1,9 @@
# ChangeLog for sys-fs/safecopy
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/safecopy/ChangeLog,v 1.14 2013/03/26 13:21:44 kensington Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/safecopy/ChangeLog,v 1.15 2014/08/10 20:20:13 slyfox Exp $
+
+ 10 Aug 2014; Sergei Trofimovich <slyfox@gentoo.org> safecopy-1.7.ebuild:
+ QA: drop trailing '.' from DESCRIPTION
26 Mar 2013; Michael Palimaka <kensington@gentoo.org> -safecopy-1.6.ebuild:
Remove old.
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-fs/safecopy: safecopy-1.7.ebuild ChangeLog
@ 2014-10-14 22:14 Matthias Maier (tamiko)
0 siblings, 0 replies; 5+ messages in thread
From: Matthias Maier (tamiko) @ 2014-10-14 22:14 UTC (permalink / raw
To: gentoo-commits
tamiko 14/10/14 22:14:36
Modified: safecopy-1.7.ebuild ChangeLog
Log:
fix license
(Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key BD3A97A3)
Revision Changes Path
1.5 sys-fs/safecopy/safecopy-1.7.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/safecopy/safecopy-1.7.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/safecopy/safecopy-1.7.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/safecopy/safecopy-1.7.ebuild?r1=1.4&r2=1.5
Index: safecopy-1.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/safecopy/safecopy-1.7.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- safecopy-1.7.ebuild 10 Aug 2014 20:20:13 -0000 1.4
+++ safecopy-1.7.ebuild 14 Oct 2014 22:14:36 -0000 1.5
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/safecopy/safecopy-1.7.ebuild,v 1.4 2014/08/10 20:20:13 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/safecopy/safecopy-1.7.ebuild,v 1.5 2014/10/14 22:14:36 tamiko Exp $
EAPI=4
@@ -10,7 +10,7 @@
HOMEPAGE="http://safecopy.sourceforge.net"
SRC_URI="mirror://sourceforge/safecopy/${P}.tar.gz"
-LICENSE="GPL-2"
+LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE="test"
1.17 sys-fs/safecopy/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/safecopy/ChangeLog?rev=1.17&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/safecopy/ChangeLog?rev=1.17&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/safecopy/ChangeLog?r1=1.16&r2=1.17
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/safecopy/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog 14 Oct 2014 21:49:25 -0000 1.16
+++ ChangeLog 14 Oct 2014 22:14:36 -0000 1.17
@@ -1,6 +1,9 @@
# ChangeLog for sys-fs/safecopy
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/safecopy/ChangeLog,v 1.16 2014/10/14 21:49:25 tamiko Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/safecopy/ChangeLog,v 1.17 2014/10/14 22:14:36 tamiko Exp $
+
+ 14 Oct 2014; Matthias Maier <tamiko@gentoo.org> safecopy-1.7.ebuild:
+ fix license
14 Oct 2014; Matthias Maier <tamiko@gentoo.org> metadata.xml:
take over maintainership
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2014-10-14 22:14 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-26 11:43 [gentoo-commits] gentoo-x86 commit in sys-fs/safecopy: safecopy-1.7.ebuild ChangeLog Agostino Sarubbo (ago)
-- strict thread matches above, loose matches on Subject: below --
2014-10-14 22:14 Matthias Maier (tamiko)
2014-08-10 20:20 Sergei Trofimovich (slyfox)
2013-03-26 11:37 Agostino Sarubbo (ago)
2012-04-26 10:58 Tomas Chvatal (scarabeus)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox