* [gentoo-commits] gentoo-x86 commit in sys-fs/mtd-utils: ChangeLog mtd-utils-1.4.4.ebuild
@ 2011-04-06 20:03 Mike Frysinger (vapier)
0 siblings, 0 replies; only message in thread
From: Mike Frysinger (vapier) @ 2011-04-06 20:03 UTC (permalink / raw
To: gentoo-commits
vapier 11/04/06 20:03:20
Modified: ChangeLog
Added: mtd-utils-1.4.4.ebuild
Log:
Version bump.
(Portage version: 2.2.0_alpha28/cvs/Linux x86_64)
Revision Changes Path
1.37 sys-fs/mtd-utils/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/mtd-utils/ChangeLog?rev=1.37&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/mtd-utils/ChangeLog?rev=1.37&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/mtd-utils/ChangeLog?r1=1.36&r2=1.37
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/mtd-utils/ChangeLog,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- ChangeLog 25 Sep 2010 14:09:38 -0000 1.36
+++ ChangeLog 6 Apr 2011 20:03:20 -0000 1.37
@@ -1,6 +1,11 @@
# ChangeLog for sys-fs/mtd-utils
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/mtd-utils/ChangeLog,v 1.36 2010/09/25 14:09:38 maekke Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/mtd-utils/ChangeLog,v 1.37 2011/04/06 20:03:20 vapier Exp $
+
+*mtd-utils-1.4.4 (06 Apr 2011)
+
+ 06 Apr 2011; Mike Frysinger <vapier@gentoo.org> +mtd-utils-1.4.4.ebuild:
+ Version bump.
25 Sep 2010; Markus Meier <maekke@gentoo.org> mtd-utils-20100718.ebuild:
arm stable, bug #335949
1.1 sys-fs/mtd-utils/mtd-utils-1.4.4.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/mtd-utils/mtd-utils-1.4.4.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/mtd-utils/mtd-utils-1.4.4.ebuild?rev=1.1&content-type=text/plain
Index: mtd-utils-1.4.4.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-fs/mtd-utils/mtd-utils-1.4.4.ebuild,v 1.1 2011/04/06 20:03:20 vapier Exp $
EAPI="3"
if [[ ${PV} == "99999999" ]] ; then
EGIT_REPO_URI="git://git.infradead.org/mtd-utils.git"
inherit git
SRC_URI=""
#KEYWORDS=""
else
if [[ ${PV} == *.*.* ]] ; then
MY_PV="${PV}-*"
SRC_URI="http://git.infradead.org/mtd-utils.git/snapshot/v${PV}.tar.gz -> ${P}.tar.gz"
else
MY_PV="${PV}-02ae0aac87576d07202a62d11294ea55b56f450b"
SRC_URI="mirror://gentoo/${PN}-snapshot-${MY_PV}.tar.xz"
fi
KEYWORDS="~amd64 ~arm ~mips ~ppc ~x86"
fi
DESCRIPTION="MTD userspace tools (NFTL, JFFS2, NAND, FTL, UBI)"
HOMEPAGE="http://git.infradead.org/?p=mtd-utils.git;a=summary"
LICENSE="GPL-2"
SLOT="0"
IUSE="xattr"
# We need libuuid
RDEPEND="!sys-fs/mtd
dev-libs/lzo
sys-libs/zlib
>=sys-apps/util-linux-2.16"
# ACL is only required for the <sys/acl.h> header file to build mkfs.jffs2
# And ACL brings in Attr as well.
DEPEND="${RDEPEND}
xattr? ( sys-apps/acl )"
# Diff snapshots have diff versions encoded into their dirnames
S=${WORKDIR}/${PN}
makeopts() {
echo CROSS=${CHOST}-
use xattr || echo WITHOUT_XATTR=1
}
src_compile() {
cd "${S}"*
emake $(makeopts) || die
}
src_install() {
cd "${S}"*
emake $(makeopts) install DESTDIR="${D}" || die
dodoc *.txt
newdoc mkfs.ubifs/README README.mkfs.ubifs
# TODO: check ubi-utils for docs+scripts
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2011-04-06 20:03 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-06 20:03 [gentoo-commits] gentoo-x86 commit in sys-fs/mtd-utils: ChangeLog mtd-utils-1.4.4.ebuild Mike Frysinger (vapier)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox