* [gentoo-commits] gentoo-x86 commit in app-arch/pure-sfv: pure-sfv-0.3-r1.ebuild ChangeLog
@ 2010-08-27 5:43 Jeroen Roovers (jer)
0 siblings, 0 replies; 3+ messages in thread
From: Jeroen Roovers (jer) @ 2010-08-27 5:43 UTC (permalink / raw
To: gentoo-commits
jer 10/08/27 05:43:29
Modified: ChangeLog
Added: pure-sfv-0.3-r1.ebuild
Log:
Respect LDFLAGS by Ross Smith (bug #334599).
(Portage version: 2.2_rc69/cvs/Linux i686)
Revision Changes Path
1.14 app-arch/pure-sfv/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/pure-sfv/ChangeLog?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/pure-sfv/ChangeLog?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/pure-sfv/ChangeLog?r1=1.13&r2=1.14
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-arch/pure-sfv/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog 3 Jan 2009 17:39:34 -0000 1.13
+++ ChangeLog 27 Aug 2010 05:43:29 -0000 1.14
@@ -1,6 +1,12 @@
# ChangeLog for app-arch/pure-sfv
-# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/pure-sfv/ChangeLog,v 1.13 2009/01/03 17:39:34 angelos Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-arch/pure-sfv/ChangeLog,v 1.14 2010/08/27 05:43:29 jer Exp $
+
+*pure-sfv-0.3-r1 (27 Aug 2010)
+
+ 27 Aug 2010; Jeroen Roovers <jer@gentoo.org> +pure-sfv-0.3-r1.ebuild,
+ files/pure-sfv-0.3-asneeded.patch:
+ Respect LDFLAGS by Ross Smith (bug #334599).
03 Jan 2009; Christoph Mende <angelos@gentoo.org>
+files/pure-sfv-0.3-asneeded.patch, pure-sfv-0.3.ebuild:
1.1 app-arch/pure-sfv/pure-sfv-0.3-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/pure-sfv/pure-sfv-0.3-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/pure-sfv/pure-sfv-0.3-r1.ebuild?rev=1.1&content-type=text/plain
Index: pure-sfv-0.3-r1.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-arch/pure-sfv/pure-sfv-0.3-r1.ebuild,v 1.1 2010/08/27 05:43:29 jer Exp $
EAPI="2"
inherit eutils toolchain-funcs
DESCRIPTION="utility to test and create .sfv files and create .par files"
HOMEPAGE="http://pure-sfv.sourceforge.net/"
SRC_URI="mirror://sourceforge/pure-sfv/${PN}_${PV}_src.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~hppa ~ppc ~sparc ~x86"
IUSE=""
RESTRICT="test"
DEPEND=""
S="${WORKDIR}"
src_prepare() {
sed -i Makefile -e "s:-Werror -O2 -g::"
epatch "${FILESDIR}"/${P}-asneeded.patch
}
src_compile() {
emake CC="$(tc-getCC)" || die "emake failed"
}
src_install() {
dobin pure-sfv || die "dobin failed"
dodoc ReadMe.txt
}
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-arch/pure-sfv: pure-sfv-0.3-r1.ebuild ChangeLog
@ 2011-12-18 19:55 Agostino Sarubbo (ago)
0 siblings, 0 replies; 3+ messages in thread
From: Agostino Sarubbo (ago) @ 2011-12-18 19:55 UTC (permalink / raw
To: gentoo-commits
ago 11/12/18 19:55:07
Modified: pure-sfv-0.3-r1.ebuild ChangeLog
Log:
Stable for AMD64, wrt bug #393755
(Portage version: 2.1.10.41/cvs/Linux i686)
Revision Changes Path
1.3 app-arch/pure-sfv/pure-sfv-0.3-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/pure-sfv/pure-sfv-0.3-r1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/pure-sfv/pure-sfv-0.3-r1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/pure-sfv/pure-sfv-0.3-r1.ebuild?r1=1.2&r2=1.3
Index: pure-sfv-0.3-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-arch/pure-sfv/pure-sfv-0.3-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- pure-sfv-0.3-r1.ebuild 18 Dec 2011 19:52:17 -0000 1.2
+++ pure-sfv-0.3-r1.ebuild 18 Dec 2011 19:55:07 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/pure-sfv/pure-sfv-0.3-r1.ebuild,v 1.2 2011/12/18 19:52:17 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/pure-sfv/pure-sfv-0.3-r1.ebuild,v 1.3 2011/12/18 19:55:07 ago Exp $
EAPI="2"
@@ -12,7 +12,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~sparc x86"
+KEYWORDS="amd64 ~hppa ~ppc ~sparc x86"
IUSE=""
RESTRICT="test"
1.16 app-arch/pure-sfv/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/pure-sfv/ChangeLog?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/pure-sfv/ChangeLog?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/pure-sfv/ChangeLog?r1=1.15&r2=1.16
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-arch/pure-sfv/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog 18 Dec 2011 19:52:17 -0000 1.15
+++ ChangeLog 18 Dec 2011 19:55:07 -0000 1.16
@@ -1,6 +1,9 @@
# ChangeLog for app-arch/pure-sfv
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/pure-sfv/ChangeLog,v 1.15 2011/12/18 19:52:17 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/pure-sfv/ChangeLog,v 1.16 2011/12/18 19:55:07 ago Exp $
+
+ 18 Dec 2011; Agostino Sarubbo <ago@gentoo.org> pure-sfv-0.3-r1.ebuild:
+ Stable for AMD64, wrt bug #393755
18 Dec 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> pure-sfv-0.3-r1.ebuild:
x86 stable wrt bug #393755
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-arch/pure-sfv: pure-sfv-0.3-r1.ebuild ChangeLog
@ 2012-05-29 19:28 Brent Baude (ranger)
0 siblings, 0 replies; 3+ messages in thread
From: Brent Baude (ranger) @ 2012-05-29 19:28 UTC (permalink / raw
To: gentoo-commits
ranger 12/05/29 19:28:27
Modified: pure-sfv-0.3-r1.ebuild ChangeLog
Log:
Marking pure-sfv-0.3-r1 ppc for bug 393755
(Portage version: 2.1.10.49/cvs/Linux ppc64)
Revision Changes Path
1.4 app-arch/pure-sfv/pure-sfv-0.3-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/pure-sfv/pure-sfv-0.3-r1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/pure-sfv/pure-sfv-0.3-r1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/pure-sfv/pure-sfv-0.3-r1.ebuild?r1=1.3&r2=1.4
Index: pure-sfv-0.3-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-arch/pure-sfv/pure-sfv-0.3-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- pure-sfv-0.3-r1.ebuild 18 Dec 2011 19:55:07 -0000 1.3
+++ pure-sfv-0.3-r1.ebuild 29 May 2012 19:28:27 -0000 1.4
@@ -1,6 +1,6 @@
-# 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/pure-sfv/pure-sfv-0.3-r1.ebuild,v 1.3 2011/12/18 19:55:07 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/pure-sfv/pure-sfv-0.3-r1.ebuild,v 1.4 2012/05/29 19:28:27 ranger Exp $
EAPI="2"
@@ -12,7 +12,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 ~hppa ~ppc ~sparc x86"
+KEYWORDS="amd64 ~hppa ppc ~sparc x86"
IUSE=""
RESTRICT="test"
1.17 app-arch/pure-sfv/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/pure-sfv/ChangeLog?rev=1.17&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/pure-sfv/ChangeLog?rev=1.17&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/pure-sfv/ChangeLog?r1=1.16&r2=1.17
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-arch/pure-sfv/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog 18 Dec 2011 19:55:07 -0000 1.16
+++ ChangeLog 29 May 2012 19:28:27 -0000 1.17
@@ -1,6 +1,9 @@
# ChangeLog for app-arch/pure-sfv
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/pure-sfv/ChangeLog,v 1.16 2011/12/18 19:55:07 ago Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-arch/pure-sfv/ChangeLog,v 1.17 2012/05/29 19:28:27 ranger Exp $
+
+ 29 May 2012; Brent Baude <ranger@gentoo.org> pure-sfv-0.3-r1.ebuild:
+ Marking pure-sfv-0.3-r1 ppc for bug 393755
18 Dec 2011; Agostino Sarubbo <ago@gentoo.org> pure-sfv-0.3-r1.ebuild:
Stable for AMD64, wrt bug #393755
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2012-05-29 19:28 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-18 19:55 [gentoo-commits] gentoo-x86 commit in app-arch/pure-sfv: pure-sfv-0.3-r1.ebuild ChangeLog Agostino Sarubbo (ago)
-- strict thread matches above, loose matches on Subject: below --
2012-05-29 19:28 Brent Baude (ranger)
2010-08-27 5:43 Jeroen Roovers (jer)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox