summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2013-10-13 15:18:51 +0000
committerJustin Lecher <jlec@gentoo.org>2013-10-13 15:18:51 +0000
commit0289df25335088985747e686aa2ea23092f676be (patch)
tree1707cde165ff82216b2b2997ac52bcae04762d1e /sys-fs/aufs3/aufs3-3_p20131007.ebuild
parentAdded latest release version (diff)
downloadgentoo-2-0289df25335088985747e686aa2ea23092f676be.tar.gz
gentoo-2-0289df25335088985747e686aa2ea23092f676be.tar.bz2
gentoo-2-0289df25335088985747e686aa2ea23092f676be.zip
sys-fs/aufs3: Drop old versions and add notification to aufs-sources
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Diffstat (limited to 'sys-fs/aufs3/aufs3-3_p20131007.ebuild')
-rw-r--r--sys-fs/aufs3/aufs3-3_p20131007.ebuild15
1 files changed, 14 insertions, 1 deletions
diff --git a/sys-fs/aufs3/aufs3-3_p20131007.ebuild b/sys-fs/aufs3/aufs3-3_p20131007.ebuild
index e0b14dfa9022..5e5bbbe46b1d 100644
--- a/sys-fs/aufs3/aufs3-3_p20131007.ebuild
+++ b/sys-fs/aufs3/aufs3-3_p20131007.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/aufs3/aufs3-3_p20131007.ebuild,v 1.2 2013/10/08 13:24:12 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/aufs3/aufs3-3_p20131007.ebuild,v 1.3 2013/10/13 15:18:51 jlec Exp $
EAPI=5
@@ -57,6 +57,19 @@ pkg_setup() {
PATCH_BRANCH="${KV_MINOR}"
fi
+ case ${KV_EXTRA} in
+ "")
+ elog "It seems you are using vanilla-sources with aufs3"
+ elog "Please use sys-kernel/aufs-sources with USE=vanilla"
+ elog "This will save you the nasty reemerge of sys-fs/aufs3 on every kernel upgrade"
+ ;;
+ "-gentoo")
+ elog "It seems you are using gentoo-sources with aufs3"
+ elog "Please use sys-kernel/aufs-sources"
+ elog "This will save you the nasty reemerge of sys-fs/aufs3 on every kernel upgrade"
+ ;;
+ esac
+
pushd "${T}" &> /dev/null
unpack ${A}
cd ${PN}-standalone || die