* [gentoo-commits] gentoo-x86 commit in sys-fs/fatsort: fatsort-0.9.15.247.ebuild ChangeLog
@ 2011-10-16 18:40 Daniel Pielmeier (billie)
0 siblings, 0 replies; 3+ messages in thread
From: Daniel Pielmeier (billie) @ 2011-10-16 18:40 UTC (permalink / raw
To: gentoo-commits
billie 11/10/16 18:40:43
Modified: ChangeLog
Added: fatsort-0.9.15.247.ebuild
Log:
Version bump. Switch to EAPI 4.
(Portage version: 2.1.10.27/cvs/Linux i686)
Revision Changes Path
1.15 sys-fs/fatsort/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/fatsort/ChangeLog?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/fatsort/ChangeLog?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/fatsort/ChangeLog?r1=1.14&r2=1.15
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/fatsort/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog 9 Jun 2011 19:21:45 -0000 1.14
+++ ChangeLog 16 Oct 2011 18:40:42 -0000 1.15
@@ -1,6 +1,11 @@
# ChangeLog for sys-fs/fatsort
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/fatsort/ChangeLog,v 1.14 2011/06/09 19:21:45 billie Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/fatsort/ChangeLog,v 1.15 2011/10/16 18:40:42 billie Exp $
+
+*fatsort-0.9.15.247 (16 Oct 2011)
+
+ 16 Oct 2011; Daniel Pielmeier <billie@gentoo.org> +fatsort-0.9.15.247.ebuild:
+ Version bump. Switch to EAPI 4.
09 Jun 2011; Daniel Pielmeier <billie@gentoo.org>
-fatsort-0.9.13.1.206.ebuild:
1.1 sys-fs/fatsort/fatsort-0.9.15.247.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/fatsort/fatsort-0.9.15.247.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/fatsort/fatsort-0.9.15.247.ebuild?rev=1.1&content-type=text/plain
Index: fatsort-0.9.15.247.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-fs/fatsort/fatsort-0.9.15.247.ebuild,v 1.1 2011/10/16 18:40:42 billie Exp $
EAPI=4
inherit toolchain-funcs
DESCRIPTION="Sorts files on FAT16/32 partitions, ideal for basic audio players."
HOMEPAGE="http://fatsort.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
src_prepare() {
sed -i -e "/^\(MANDIR=\|SBINDIR=\)/s|/usr/local|/usr|" \
$(find ./ -name Makefile) || die
}
src_compile() {
emake CC=$(tc-getCC) LD=$(tc-getCC) \
CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" \
DESTDIR="${D}"
}
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-fs/fatsort: fatsort-0.9.15.247.ebuild ChangeLog
@ 2011-11-01 9:21 Tony Vroon (chainsaw)
0 siblings, 0 replies; 3+ messages in thread
From: Tony Vroon (chainsaw) @ 2011-11-01 9:21 UTC (permalink / raw
To: gentoo-commits
chainsaw 11/11/01 09:21:11
Modified: fatsort-0.9.15.247.ebuild ChangeLog
Log:
Marked stable on AMD64 based on arch testing by Elijah "Armageddon" El Lazkani & Ian "idella4" Delaney in bug #388979.
(Portage version: 2.1.10.32/cvs/Linux x86_64)
Revision Changes Path
1.2 sys-fs/fatsort/fatsort-0.9.15.247.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/fatsort/fatsort-0.9.15.247.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/fatsort/fatsort-0.9.15.247.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/fatsort/fatsort-0.9.15.247.ebuild?r1=1.1&r2=1.2
Index: fatsort-0.9.15.247.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/fatsort/fatsort-0.9.15.247.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- fatsort-0.9.15.247.ebuild 16 Oct 2011 18:40:42 -0000 1.1
+++ fatsort-0.9.15.247.ebuild 1 Nov 2011 09:21:11 -0000 1.2
@@ -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/sys-fs/fatsort/fatsort-0.9.15.247.ebuild,v 1.1 2011/10/16 18:40:42 billie Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/fatsort/fatsort-0.9.15.247.ebuild,v 1.2 2011/11/01 09:21:11 chainsaw Exp $
EAPI=4
@@ -12,7 +12,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
IUSE=""
src_prepare() {
1.16 sys-fs/fatsort/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/fatsort/ChangeLog?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/fatsort/ChangeLog?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/fatsort/ChangeLog?r1=1.15&r2=1.16
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/fatsort/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog 16 Oct 2011 18:40:42 -0000 1.15
+++ ChangeLog 1 Nov 2011 09:21:11 -0000 1.16
@@ -1,6 +1,10 @@
# ChangeLog for sys-fs/fatsort
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/fatsort/ChangeLog,v 1.15 2011/10/16 18:40:42 billie Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/fatsort/ChangeLog,v 1.16 2011/11/01 09:21:11 chainsaw Exp $
+
+ 01 Nov 2011; Tony Vroon <chainsaw@gentoo.org> fatsort-0.9.15.247.ebuild:
+ Marked stable on AMD64 based on arch testing by Elijah "Armageddon" El
+ Lazkani & Ian "idella4" Delaney in bug #388979.
*fatsort-0.9.15.247 (16 Oct 2011)
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-fs/fatsort: fatsort-0.9.15.247.ebuild ChangeLog
@ 2011-11-02 14:51 PaweA Hajdan (phajdan.jr)
0 siblings, 0 replies; 3+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2011-11-02 14:51 UTC (permalink / raw
To: gentoo-commits
phajdan.jr 11/11/02 14:51:48
Modified: fatsort-0.9.15.247.ebuild ChangeLog
Log:
x86 stable wrt bug #388979
(Portage version: 2.1.10.11/cvs/Linux i686)
Revision Changes Path
1.3 sys-fs/fatsort/fatsort-0.9.15.247.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/fatsort/fatsort-0.9.15.247.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/fatsort/fatsort-0.9.15.247.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/fatsort/fatsort-0.9.15.247.ebuild?r1=1.2&r2=1.3
Index: fatsort-0.9.15.247.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/fatsort/fatsort-0.9.15.247.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- fatsort-0.9.15.247.ebuild 1 Nov 2011 09:21:11 -0000 1.2
+++ fatsort-0.9.15.247.ebuild 2 Nov 2011 14:51:48 -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/sys-fs/fatsort/fatsort-0.9.15.247.ebuild,v 1.2 2011/11/01 09:21:11 chainsaw Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/fatsort/fatsort-0.9.15.247.ebuild,v 1.3 2011/11/02 14:51:48 phajdan.jr Exp $
EAPI=4
@@ -12,7 +12,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
IUSE=""
src_prepare() {
1.17 sys-fs/fatsort/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/fatsort/ChangeLog?rev=1.17&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/fatsort/ChangeLog?rev=1.17&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/fatsort/ChangeLog?r1=1.16&r2=1.17
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/fatsort/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog 1 Nov 2011 09:21:11 -0000 1.16
+++ ChangeLog 2 Nov 2011 14:51:48 -0000 1.17
@@ -1,6 +1,10 @@
# ChangeLog for sys-fs/fatsort
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/fatsort/ChangeLog,v 1.16 2011/11/01 09:21:11 chainsaw Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/fatsort/ChangeLog,v 1.17 2011/11/02 14:51:48 phajdan.jr Exp $
+
+ 02 Nov 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org>
+ fatsort-0.9.15.247.ebuild:
+ x86 stable wrt bug #388979
01 Nov 2011; Tony Vroon <chainsaw@gentoo.org> fatsort-0.9.15.247.ebuild:
Marked stable on AMD64 based on arch testing by Elijah "Armageddon" El
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2011-11-02 14:51 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-16 18:40 [gentoo-commits] gentoo-x86 commit in sys-fs/fatsort: fatsort-0.9.15.247.ebuild ChangeLog Daniel Pielmeier (billie)
-- strict thread matches above, loose matches on Subject: below --
2011-11-01 9:21 Tony Vroon (chainsaw)
2011-11-02 14:51 PaweA Hajdan (phajdan.jr)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox