Die outright, instead of warning about using ant_src_unpack.
authorJoshua Nichols <nichoj@gentoo.org>
Sun, 11 Mar 2007 22:51:25 +0000 (22:51 +0000)
committerJoshua Nichols <nichoj@gentoo.org>
Sun, 11 Mar 2007 22:51:25 +0000 (22:51 +0000)
eclass/java-ant-2.eclass

index 5d7d68cb251ce0ebb3a345bd7704ebda7f1fabc8..715c7196bcd94ada5da3ac11499a90a42349c091 100644 (file)
@@ -10,7 +10,7 @@
 #
 # Licensed under the GNU General Public License, v2
 #
-# $Header: /var/cvsroot/gentoo-x86/eclass/java-ant-2.eclass,v 1.18 2007/03/01 14:01:02 betelgeuse Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/java-ant-2.eclass,v 1.19 2007/03/11 22:51:25 nichoj Exp $
 
 inherit java-utils-2
 
@@ -130,8 +130,7 @@ JAVA_PKG_BSFIX_SOURCE_TAGS=${JAVA_PKG_BSFIX_SOURCE_TAGS:-"javadoc javac xjavac j
 # ------------------------------------------------------------------------------
 post_src_unpack() {
        if java-pkg_func-exists ant_src_unpack; then
-               java-pkg_announce-qa-violation "Using old ant_src_unpack. Should be src_unpack"
-               ant_src_unpack
+               die "ant_src_unpack is no longer support, should use just src_unpack"
        fi
        java-ant_bsfix
        [[ "${JAVA_ANT_IGNORE_SYSTEM_CLASSES}" ]] \