public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-fs/fatsort: fatsort-0.9.14.1.213.ebuild ChangeLog
@ 2010-11-06 21:25 Daniel Pielmeier (billie)
  0 siblings, 0 replies; 3+ messages in thread
From: Daniel Pielmeier (billie) @ 2010-11-06 21:25 UTC (permalink / raw
  To: gentoo-commits

billie      10/11/06 21:25:07

  Modified:             ChangeLog
  Added:                fatsort-0.9.14.1.213.ebuild
  Log:
  Version bump.
  (Portage version: 2.1.8.3/cvs/Linux i686)

Revision  Changes    Path
1.11                 sys-fs/fatsort/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/fatsort/ChangeLog?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/fatsort/ChangeLog?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/fatsort/ChangeLog?r1=1.10&r2=1.11

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/fatsort/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog	12 Jul 2010 20:32:26 -0000	1.10
+++ ChangeLog	6 Nov 2010 21:25:07 -0000	1.11
@@ -1,6 +1,12 @@
 # ChangeLog for sys-fs/fatsort
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/fatsort/ChangeLog,v 1.10 2010/07/12 20:32:26 billie Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/fatsort/ChangeLog,v 1.11 2010/11/06 21:25:07 billie Exp $
+
+*fatsort-0.9.14.1.213 (06 Nov 2010)
+
+  06 Nov 2010; Daniel Pielmeier <billie@gentoo.org>
+  +fatsort-0.9.14.1.213.ebuild:
+  Version bump.
 
   12 Jul 2010; Daniel Pielmeier <billie@gentoo.org>
   -fatsort-0.9.12.199.ebuild:



1.1                  sys-fs/fatsort/fatsort-0.9.14.1.213.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/fatsort/fatsort-0.9.14.1.213.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/fatsort/fatsort-0.9.14.1.213.ebuild?rev=1.1&content-type=text/plain

Index: fatsort-0.9.14.1.213.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-fs/fatsort/fatsort-0.9.14.1.213.ebuild,v 1.1 2010/11/06 21:25:07 billie Exp $

EAPI=2

inherit toolchain-funcs versionator

MY_PV=$(replace_version_separator 4 '-')

DESCRIPTION="Sorts files on FAT16/32 partitions, ideal for basic audio players."
HOMEPAGE="http://fatsort.berlios.de/"
SRC_URI="mirror://berlios/${PN}/${PN}-${MY_PV}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

S=${WORKDIR}/${PN}-${MY_PV}

src_prepare() {
	sed -i -e "/^\(MANDIR=\|SBINDIR=\)/s|/usr/local|/usr|" $(find ./ -name Makefile)
}

src_compile() {
	emake CC=$(tc-getCC) LD=$(tc-getCC) CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" \
	DESTDIR="${D}" || die
}

src_install() {
	emake DESTDIR="${D}" install || die
	dodoc CHANGES README TODO || die
}






^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sys-fs/fatsort: fatsort-0.9.14.1.213.ebuild ChangeLog
@ 2011-02-16 22:31 Markos Chandras (hwoarang)
  0 siblings, 0 replies; 3+ messages in thread
From: Markos Chandras (hwoarang) @ 2011-02-16 22:31 UTC (permalink / raw
  To: gentoo-commits

hwoarang    11/02/16 22:31:57

  Modified:             fatsort-0.9.14.1.213.ebuild ChangeLog
  Log:
  Stable on amd64 wrt bug #355087
  
  (Portage version: 2.1.9.39/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  sys-fs/fatsort/fatsort-0.9.14.1.213.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/fatsort/fatsort-0.9.14.1.213.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/fatsort/fatsort-0.9.14.1.213.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/fatsort/fatsort-0.9.14.1.213.ebuild?r1=1.1&r2=1.2

Index: fatsort-0.9.14.1.213.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/fatsort/fatsort-0.9.14.1.213.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- fatsort-0.9.14.1.213.ebuild	6 Nov 2010 21:25:07 -0000	1.1
+++ fatsort-0.9.14.1.213.ebuild	16 Feb 2011 22:31:54 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# 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.14.1.213.ebuild,v 1.1 2010/11/06 21:25:07 billie Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/fatsort/fatsort-0.9.14.1.213.ebuild,v 1.2 2011/02/16 22:31:54 hwoarang Exp $
 
 EAPI=2
 
@@ -14,7 +14,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE=""
 
 S=${WORKDIR}/${PN}-${MY_PV}



1.12                 sys-fs/fatsort/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/fatsort/ChangeLog?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/fatsort/ChangeLog?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/fatsort/ChangeLog?r1=1.11&r2=1.12

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/fatsort/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog	6 Nov 2010 21:25:07 -0000	1.11
+++ ChangeLog	16 Feb 2011 22:31:54 -0000	1.12
@@ -1,6 +1,10 @@
 # ChangeLog for sys-fs/fatsort
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/fatsort/ChangeLog,v 1.11 2010/11/06 21:25:07 billie Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/fatsort/ChangeLog,v 1.12 2011/02/16 22:31:54 hwoarang Exp $
+
+  16 Feb 2011; Markos Chandras <hwoarang@gentoo.org>
+  fatsort-0.9.14.1.213.ebuild:
+  Stable on amd64 wrt bug #355087
 
 *fatsort-0.9.14.1.213 (06 Nov 2010)
 






^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sys-fs/fatsort: fatsort-0.9.14.1.213.ebuild ChangeLog
@ 2011-02-26 10:18 PaweA Hajdan (phajdan.jr)
  0 siblings, 0 replies; 3+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2011-02-26 10:18 UTC (permalink / raw
  To: gentoo-commits

phajdan.jr    11/02/26 10:18:48

  Modified:             fatsort-0.9.14.1.213.ebuild ChangeLog
  Log:
  x86 stable wrt bug #355087
  
  (Portage version: 2.1.9.25/cvs/Linux i686)

Revision  Changes    Path
1.3                  sys-fs/fatsort/fatsort-0.9.14.1.213.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/fatsort/fatsort-0.9.14.1.213.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/fatsort/fatsort-0.9.14.1.213.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/fatsort/fatsort-0.9.14.1.213.ebuild?r1=1.2&r2=1.3

Index: fatsort-0.9.14.1.213.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/fatsort/fatsort-0.9.14.1.213.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- fatsort-0.9.14.1.213.ebuild	16 Feb 2011 22:31:54 -0000	1.2
+++ fatsort-0.9.14.1.213.ebuild	26 Feb 2011 10:18: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.14.1.213.ebuild,v 1.2 2011/02/16 22:31:54 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/fatsort/fatsort-0.9.14.1.213.ebuild,v 1.3 2011/02/26 10:18:48 phajdan.jr Exp $
 
 EAPI=2
 
@@ -14,7 +14,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 S=${WORKDIR}/${PN}-${MY_PV}



1.13                 sys-fs/fatsort/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/fatsort/ChangeLog?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/fatsort/ChangeLog?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/fatsort/ChangeLog?r1=1.12&r2=1.13

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/fatsort/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog	16 Feb 2011 22:31:54 -0000	1.12
+++ ChangeLog	26 Feb 2011 10:18:48 -0000	1.13
@@ -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.12 2011/02/16 22:31:54 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/fatsort/ChangeLog,v 1.13 2011/02/26 10:18:48 phajdan.jr Exp $
+
+  26 Feb 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org>
+  fatsort-0.9.14.1.213.ebuild:
+  x86 stable wrt bug #355087
 
   16 Feb 2011; Markos Chandras <hwoarang@gentoo.org>
   fatsort-0.9.14.1.213.ebuild:






^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-02-26 10:18 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-16 22:31 [gentoo-commits] gentoo-x86 commit in sys-fs/fatsort: fatsort-0.9.14.1.213.ebuild ChangeLog Markos Chandras (hwoarang)
  -- strict thread matches above, loose matches on Subject: below --
2011-02-26 10:18 PaweA Hajdan (phajdan.jr)
2010-11-06 21:25 Daniel Pielmeier (billie)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox