From: "Mike Frysinger (vapier)" <vapier@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in sys-fs/dosfstools: dosfstools-3.0.13.ebuild ChangeLog
Date: Fri, 14 Sep 2012 18:44:40 +0000 (UTC) [thread overview]
Message-ID: <20120914184440.1A1A921601@flycatcher.gentoo.org> (raw)
vapier 12/09/14 18:44:40
Modified: ChangeLog
Added: dosfstools-3.0.13.ebuild
Log:
Version bump based on work by Manuel Rüger #434938. Convert to EAPI=4. Add hack for embedded systems.
(Portage version: 2.2.0_alpha120/cvs/Linux x86_64)
Revision Changes Path
1.93 sys-fs/dosfstools/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/dosfstools/ChangeLog?rev=1.93&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/dosfstools/ChangeLog?rev=1.93&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/dosfstools/ChangeLog?r1=1.92&r2=1.93
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/dosfstools/ChangeLog,v
retrieving revision 1.92
retrieving revision 1.93
diff -u -r1.92 -r1.93
--- ChangeLog 11 Sep 2012 15:47:07 -0000 1.92
+++ ChangeLog 14 Sep 2012 18:44:39 -0000 1.93
@@ -1,6 +1,13 @@
# ChangeLog for sys-fs/dosfstools
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/dosfstools/ChangeLog,v 1.92 2012/09/11 15:47:07 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/dosfstools/ChangeLog,v 1.93 2012/09/14 18:44:39 vapier Exp $
+
+*dosfstools-3.0.13 (14 Sep 2012)
+
+ 14 Sep 2012; Mike Frysinger <vapier@gentoo.org> +dosfstools-3.0.13.ebuild,
+ +files/dosfstools-3.0.13-reserved-sectors-hack.patch:
+ Version bump based on work by Manuel Rüger #434938. Convert to EAPI=4. Add
+ hack for embedded systems.
11 Sep 2012; Raúl Porcel <armin76@gentoo.org> dosfstools-3.0.12.ebuild:
alpha/ia64/s390/sh/sparc stable wrt #432330
1.1 sys-fs/dosfstools/dosfstools-3.0.13.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/dosfstools/dosfstools-3.0.13.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/dosfstools/dosfstools-3.0.13.ebuild?rev=1.1&content-type=text/plain
Index: dosfstools-3.0.13.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-fs/dosfstools/dosfstools-3.0.13.ebuild,v 1.1 2012/09/14 18:44:39 vapier Exp $
EAPI="4"
inherit toolchain-funcs flag-o-matic eutils
DESCRIPTION="DOS filesystem tools - provides mkdosfs, mkfs.msdos, mkfs.vfat"
HOMEPAGE="http://www.daniel-baumann.ch/software/dosfstools/"
SRC_URI="http://www.daniel-baumann.ch/software/dosfstools/${P}.tar.bz2"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux"
IUSE=""
RESTRICT="test" # there is no test target #239071
src_prepare() {
epatch "${FILESDIR}"/${PN}-3.0.12-name-ext.patch
epatch "${FILESDIR}"/${PN}-3.0.13-reserved-sectors-hack.patch #434938
sed -i \
-e "/^PREFIX/s:=.*:= ${EPREFIX:-/usr}:" \
-e '/^OPTFLAGS/d' \
Makefile || die
append-lfs-flags
tc-export CC
}
src_install() {
default
mv "${ED}"/usr/share/doc/{${PN},${PF}} || die
}
next reply other threads:[~2012-09-14 18:44 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-09-14 18:44 Mike Frysinger (vapier) [this message]
-- strict thread matches above, loose matches on Subject: below --
2012-09-29 21:20 [gentoo-commits] gentoo-x86 commit in sys-fs/dosfstools: dosfstools-3.0.13.ebuild ChangeLog Zac Medico (zmedico)
2013-01-26 11:51 Agostino Sarubbo (ago)
2013-01-26 13:16 Agostino Sarubbo (ago)
2013-01-26 13:39 Agostino Sarubbo (ago)
2013-01-29 11:18 Agostino Sarubbo (ago)
2013-01-30 18:22 Agostino Sarubbo (ago)
2013-02-04 10:09 Agostino Sarubbo (ago)
2013-02-06 19:46 Agostino Sarubbo (ago)
2013-02-20 9:55 Agostino Sarubbo (ago)
2013-02-24 18:06 Agostino Sarubbo (ago)
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20120914184440.1A1A921601@flycatcher.gentoo.org \
--to=vapier@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox