summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2010-09-12 08:39:50 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2010-09-12 08:39:50 +0000
commit0c7092cd52082e0eb0d9896204e0878f920e041a (patch)
treed6d14b198840c46a77c4484fcc7bcf415b8e764c
parentBug #331111: Some of the testsuite fails if you have an old version of amanda... (diff)
downloadgentoo-2-0c7092cd52082e0eb0d9896204e0878f920e041a.tar.gz
gentoo-2-0c7092cd52082e0eb0d9896204e0878f920e041a.tar.bz2
gentoo-2-0c7092cd52082e0eb0d9896204e0878f920e041a.zip
Bug #299138: improve the description to say what filesystems are supported.
(Portage version: 2.2_rc75/cvs/Linux x86_64)
-rw-r--r--sys-fs/mtd-utils/ChangeLog8
-rw-r--r--sys-fs/mtd-utils/mtd-utils-20080907.ebuild6
-rw-r--r--sys-fs/mtd-utils/mtd-utils-20090630.ebuild4
-rw-r--r--sys-fs/mtd-utils/mtd-utils-20100718.ebuild4
-rw-r--r--sys-fs/mtd-utils/mtd-utils-99999999.ebuild4
5 files changed, 16 insertions, 10 deletions
diff --git a/sys-fs/mtd-utils/ChangeLog b/sys-fs/mtd-utils/ChangeLog
index 26238fa80324..9786f0372ebb 100644
--- a/sys-fs/mtd-utils/ChangeLog
+++ b/sys-fs/mtd-utils/ChangeLog
@@ -1,6 +1,12 @@
# 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.32 2010/09/10 10:53:15 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/mtd-utils/ChangeLog,v 1.33 2010/09/12 08:39:50 robbat2 Exp $
+
+ 12 Sep 2010; Robin H. Johnson <robbat2@gentoo.org>
+ mtd-utils-20080907.ebuild, mtd-utils-20090630.ebuild,
+ mtd-utils-20100718.ebuild, mtd-utils-99999999.ebuild:
+ Bug #299138: improve the description to say what filesystems are
+ supported.
10 Sep 2010; Christian Faulhammer <fauli@gentoo.org>
mtd-utils-20100718.ebuild:
diff --git a/sys-fs/mtd-utils/mtd-utils-20080907.ebuild b/sys-fs/mtd-utils/mtd-utils-20080907.ebuild
index 75555e6d89e6..a5be1bd75224 100644
--- a/sys-fs/mtd-utils/mtd-utils-20080907.ebuild
+++ b/sys-fs/mtd-utils/mtd-utils-20080907.ebuild
@@ -1,12 +1,12 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/mtd-utils/mtd-utils-20080907.ebuild,v 1.9 2009/12/29 06:24:26 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/mtd-utils/mtd-utils-20080907.ebuild,v 1.10 2010/09/12 08:39:50 robbat2 Exp $
inherit toolchain-funcs eutils
# Git ID for the snapshot
MY_PV="${PV}-41c53b6f2d756ae995c3ffa4455576515427c5e0"
-DESCRIPTION="MTD userspace tools, based on GIT snapshot from upstream"
+DESCRIPTION="MTD userspace tools, based on GIT snapshot from upstream (NFTL, JFFS2, NAND, FTL, UBI)"
HOMEPAGE="http://git.infradead.org/?p=mtd-utils.git;a=summary"
SRC_URI="mirror://gentoo/${PN}-snapshot-${MY_PV}.tar.gz"
diff --git a/sys-fs/mtd-utils/mtd-utils-20090630.ebuild b/sys-fs/mtd-utils/mtd-utils-20090630.ebuild
index 3c3af72babb4..72c3d265df58 100644
--- a/sys-fs/mtd-utils/mtd-utils-20090630.ebuild
+++ b/sys-fs/mtd-utils/mtd-utils-20090630.ebuild
@@ -1,12 +1,12 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/mtd-utils/mtd-utils-20090630.ebuild,v 1.7 2010/02/15 22:13:49 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/mtd-utils/mtd-utils-20090630.ebuild,v 1.8 2010/09/12 08:39:50 robbat2 Exp $
inherit eutils toolchain-funcs
# Git ID for the snapshot
MY_PV="${PV}-22494a8d105936785af53235b088fa38112128fc"
-DESCRIPTION="MTD userspace tools, based on GIT snapshot from upstream"
+DESCRIPTION="MTD userspace tools, based on GIT snapshot from upstream (NFTL, JFFS2, NAND, FTL, UBI)"
HOMEPAGE="http://git.infradead.org/?p=mtd-utils.git;a=summary"
SRC_URI="mirror://gentoo/${PN}-snapshot-${MY_PV}.tar.bz2"
diff --git a/sys-fs/mtd-utils/mtd-utils-20100718.ebuild b/sys-fs/mtd-utils/mtd-utils-20100718.ebuild
index b29ab785ed6f..c8a5d5189cd4 100644
--- a/sys-fs/mtd-utils/mtd-utils-20100718.ebuild
+++ b/sys-fs/mtd-utils/mtd-utils-20100718.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/mtd-utils/mtd-utils-20100718.ebuild,v 1.3 2010/09/10 10:53:15 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/mtd-utils/mtd-utils-20100718.ebuild,v 1.4 2010/09/12 08:39:50 robbat2 Exp $
EAPI="3"
@@ -18,7 +18,7 @@ else
KEYWORDS="~amd64 ~arm ~mips ~ppc x86"
fi
-DESCRIPTION="MTD userspace tools"
+DESCRIPTION="MTD userspace tools (NFTL, JFFS2, NAND, FTL, UBI)"
HOMEPAGE="http://git.infradead.org/?p=mtd-utils.git;a=summary"
LICENSE="GPL-2"
diff --git a/sys-fs/mtd-utils/mtd-utils-99999999.ebuild b/sys-fs/mtd-utils/mtd-utils-99999999.ebuild
index 6161a191aa7b..a72f74ddbc4f 100644
--- a/sys-fs/mtd-utils/mtd-utils-99999999.ebuild
+++ b/sys-fs/mtd-utils/mtd-utils-99999999.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/mtd-utils/mtd-utils-99999999.ebuild,v 1.4 2010/07/18 20:10:57 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/mtd-utils/mtd-utils-99999999.ebuild,v 1.5 2010/09/12 08:39:50 robbat2 Exp $
EAPI="3"
@@ -16,7 +16,7 @@ else
KEYWORDS="~amd64 ~arm ~mips ~ppc ~x86"
fi
-DESCRIPTION="MTD userspace tools"
+DESCRIPTION="MTD userspace tools (NFTL, JFFS2, NAND, FTL, UBI)"
HOMEPAGE="http://git.infradead.org/?p=mtd-utils.git;a=summary"
LICENSE="GPL-2"