billie      14/04/17 07:12:47

  Modified:             ChangeLog
  Added:                fatsort-1.3.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
215AD14D)

Revision  Changes    Path
1.42                 sys-fs/fatsort/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/fatsort/ChangeLog,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- ChangeLog   24 Mar 2014 17:25:00 -0000      1.41
+++ ChangeLog   17 Apr 2014 07:12:46 -0000      1.42
@@ -1,6 +1,11 @@
 # ChangeLog for sys-fs/fatsort
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/fatsort/ChangeLog,v 1.41 2014/03/24 
17:25:00 billie Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/fatsort/ChangeLog,v 1.42 2014/04/17 
07:12:46 billie Exp $
+
+*fatsort-1.3 (17 Apr 2014)
+
+  17 Apr 2014; Daniel Pielmeier <[email protected]> +fatsort-1.3.ebuild:
+  Version bump.
 
   24 Mar 2014; Daniel Pielmeier <[email protected]>
   -files/fatsort-1.1.1-test-results.patch:



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

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

Index: fatsort-1.3.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-fs/fatsort/fatsort-1.3.ebuild,v 1.1 
2014/04/17 07:12:46 billie Exp $

EAPI=5

inherit eutils toolchain-funcs

SVN_REV=365
MY_P=${P}.${SVN_REV}

DESCRIPTION="Sorts files on FAT16/32 partitions, ideal for basic audio players."
HOMEPAGE="http://fatsort.sourceforge.net/";
SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"

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

DEPEND="test? ( dev-util/bbe sys-fs/dosfstools )"

RESTRICT="test? ( userpriv )"

S=${WORKDIR}/${MY_P}

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}"
}

src_test() {
        make tests
}




Reply via email to