summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2008-06-28 16:19:02 +0000
committerMike Frysinger <vapier@gentoo.org>2008-06-28 16:19:02 +0000
commit4db14824e38f2da038f9cb62c8e70709c2e1a392 (patch)
tree780335d66ed579a67be138449fcb3c592e149b4d /sys-apps/util-linux
parentAdd ~alpha/~ia64 wrt #229249 (diff)
downloadgentoo-2-4db14824e38f2da038f9cb62c8e70709c2e1a392.tar.gz
gentoo-2-4db14824e38f2da038f9cb62c8e70709c2e1a392.tar.bz2
gentoo-2-4db14824e38f2da038f9cb62c8e70709c2e1a392.zip
Update loop-aes patch from upstream #228691.
(Portage version: 2.2_rc1/cvs/Linux 2.6.25 x86_64)
Diffstat (limited to 'sys-apps/util-linux')
-rw-r--r--sys-apps/util-linux/ChangeLog5
-rw-r--r--sys-apps/util-linux/util-linux-2.14.ebuild7
2 files changed, 8 insertions, 4 deletions
diff --git a/sys-apps/util-linux/ChangeLog b/sys-apps/util-linux/ChangeLog
index fc17f5e76ecc..9946a1866b88 100644
--- a/sys-apps/util-linux/ChangeLog
+++ b/sys-apps/util-linux/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-apps/util-linux
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/util-linux/ChangeLog,v 1.240 2008/06/21 04:46:29 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/util-linux/ChangeLog,v 1.241 2008/06/28 16:19:02 vapier Exp $
+
+ 28 Jun 2008; Mike Frysinger <vapier@gentoo.org> util-linux-2.14.ebuild:
+ Update loop-aes patch from upstream #228691.
*util-linux-2.14 (21 Jun 2008)
diff --git a/sys-apps/util-linux/util-linux-2.14.ebuild b/sys-apps/util-linux/util-linux-2.14.ebuild
index 65bd47de2731..699f4f03f4d9 100644
--- a/sys-apps/util-linux/util-linux-2.14.ebuild
+++ b/sys-apps/util-linux/util-linux-2.14.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-apps/util-linux/util-linux-2.14.ebuild,v 1.1 2008/06/21 04:46:29 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/util-linux/util-linux-2.14.ebuild,v 1.2 2008/06/28 16:19:02 vapier Exp $
EGIT_REPO_URI="git://git.kernel.org/pub/scm/utils/util-linux-ng/util-linux-ng.git"
inherit eutils
@@ -16,7 +16,8 @@ if [[ ${PV} == "9999" ]] ; then
SRC_URI=""
else
SRC_URI="http://www.kernel.org/pub/linux/utils/util-linux-ng/v${PV:0:4}/${MY_P}.tar.bz2
- loop-aes? ( http://loop-aes.sourceforge.net/loop-AES/loop-AES-v3.2c.tar.bz2 )"
+ loop-aes? ( http://loop-aes.sourceforge.net/updates/util-linux-ng-2.14-20080624.diff.bz2 )"
+# loop-aes? ( http://loop-aes.sourceforge.net/loop-AES/loop-AES-v3.2c.tar.bz2 )"
fi
LICENSE="GPL-2"
@@ -43,7 +44,7 @@ src_unpack() {
unpack ${A}
cd "${S}"
#epatch "${FILESDIR}"/${PN}-2.13-uclibc.patch #203711
- use loop-aes && epatch "${WORKDIR}"/loop-AES-*/util-linux-ng-*.diff
+ use loop-aes && epatch "${WORKDIR}"/util-linux-ng-2.14-20080624.diff
epatch "${FILESDIR}"/${PN}-2.13.1-no-a.out.patch #221939
fi
}