summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Gianelloni <wolf31o2@gentoo.org>2008-06-28 09:13:48 +0000
committerChris Gianelloni <wolf31o2@gentoo.org>2008-06-28 09:13:48 +0000
commit9e00bac733dec2a2bc51069d0bdbbfe2eda4548e (patch)
tree45d6efe8238824b840cdb8545c2ecac01049fa39 /sys-fs/squashfs-tools
parentVersion bump. (diff)
downloadgentoo-2-9e00bac733dec2a2bc51069d0bdbbfe2eda4548e.tar.gz
gentoo-2-9e00bac733dec2a2bc51069d0bdbbfe2eda4548e.tar.bz2
gentoo-2-9e00bac733dec2a2bc51069d0bdbbfe2eda4548e.zip
Marking 3.2_p2 stable for 2.6.23 kernels. Thanks to Kerin Millar <kerframil@gmail.com> for pointing it out in bug #227461. This was used during the 2008.0 release cycle, so it received plenty of testing. Also, changing the elog to ewarn for 3.3 and the 2.6.24 requirement notice.
(Portage version: 2.1.5.5)
Diffstat (limited to 'sys-fs/squashfs-tools')
-rw-r--r--sys-fs/squashfs-tools/ChangeLog9
-rw-r--r--sys-fs/squashfs-tools/squashfs-tools-3.2_p2.ebuild6
-rw-r--r--sys-fs/squashfs-tools/squashfs-tools-3.3.ebuild4
3 files changed, 13 insertions, 6 deletions
diff --git a/sys-fs/squashfs-tools/ChangeLog b/sys-fs/squashfs-tools/ChangeLog
index 8c47898bba57..798e07e80923 100644
--- a/sys-fs/squashfs-tools/ChangeLog
+++ b/sys-fs/squashfs-tools/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for sys-fs/squashfs-tools
# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/squashfs-tools/ChangeLog,v 1.54 2008/06/19 17:39:18 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/squashfs-tools/ChangeLog,v 1.55 2008/06/28 09:13:48 wolf31o2 Exp $
+
+ 28 Jun 2008; Chris Gianelloni <wolf31o2@gentoo.org>
+ squashfs-tools-3.2_p2.ebuild, squashfs-tools-3.3.ebuild:
+ Marking 3.2_p2 stable for 2.6.23 kernels. Thanks to Kerin Millar
+ <kerframil@gmail.com> for pointing it out in bug #227461. This was used
+ during the 2008.0 release cycle, so it received plenty of testing. Also,
+ changing the elog to ewarn for 3.3 and the 2.6.24 requirement notice.
19 Jun 2008; Chris Gianelloni <wolf31o2@gentoo.org>
squashfs-tools-3.3.ebuild:
diff --git a/sys-fs/squashfs-tools/squashfs-tools-3.2_p2.ebuild b/sys-fs/squashfs-tools/squashfs-tools-3.2_p2.ebuild
index 2e8b32eb07c5..6d91c0393932 100644
--- a/sys-fs/squashfs-tools/squashfs-tools-3.2_p2.ebuild
+++ b/sys-fs/squashfs-tools/squashfs-tools-3.2_p2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/squashfs-tools/squashfs-tools-3.2_p2.ebuild,v 1.2 2007/11/06 22:54:24 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/squashfs-tools/squashfs-tools-3.2_p2.ebuild,v 1.3 2008/06/28 09:13:48 wolf31o2 Exp $
inherit toolchain-funcs
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/squashfs/squashfs${MY_PV}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
+KEYWORDS="alpha amd64 arm hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86"
IUSE=""
RDEPEND="sys-libs/zlib"
diff --git a/sys-fs/squashfs-tools/squashfs-tools-3.3.ebuild b/sys-fs/squashfs-tools/squashfs-tools-3.3.ebuild
index 082bf11a508e..1b32258087c8 100644
--- a/sys-fs/squashfs-tools/squashfs-tools-3.3.ebuild
+++ b/sys-fs/squashfs-tools/squashfs-tools-3.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/squashfs-tools/squashfs-tools-3.3.ebuild,v 1.3 2008/06/19 17:39:18 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/squashfs-tools/squashfs-tools-3.3.ebuild,v 1.4 2008/06/28 09:13:48 wolf31o2 Exp $
inherit eutils toolchain-funcs
@@ -36,5 +36,5 @@ src_install() {
}
pkg_postinst() {
- elog "This version of mksquashfs requires a 2.6.24 kernel or better."
+ ewarn "This version of mksquashfs requires a 2.6.24 kernel or better."
}