diff options
author | Vlastimil Babka <caster@gentoo.org> | 2008-07-14 22:18:28 +0000 |
---|---|---|
committer | Vlastimil Babka <caster@gentoo.org> | 2008-07-14 22:18:28 +0000 |
commit | 8f002d50e489b3c36962466788bf63771403a6ca (patch) | |
tree | 742d4926db0a0c093929e3c355cb6db122fb3d08 /dev-java | |
parent | Add note about removed ant-tasks to pkg_postinst messages. (diff) | |
download | gentoo-2-8f002d50e489b3c36962466788bf63771403a6ca.tar.gz gentoo-2-8f002d50e489b3c36962466788bf63771403a6ca.tar.bz2 gentoo-2-8f002d50e489b3c36962466788bf63771403a6ca.zip |
Add note about removed ant-tasks to pkg_postinst messages.
(Portage version: 2.2_rc1/cvs/Linux 2.6.25-gentoo-r4 x86_64)
Diffstat (limited to 'dev-java')
-rw-r--r-- | dev-java/ant/ChangeLog | 5 | ||||
-rw-r--r-- | dev-java/ant/ant-1.7.1.ebuild | 5 |
2 files changed, 8 insertions, 2 deletions
diff --git a/dev-java/ant/ChangeLog b/dev-java/ant/ChangeLog index 525a07f860f1..424e2396d2d1 100644 --- a/dev-java/ant/ChangeLog +++ b/dev-java/ant/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-java/ant # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/ant/ChangeLog,v 1.113 2008/07/14 22:11:35 caster Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/ant/ChangeLog,v 1.114 2008/07/14 22:18:28 caster Exp $ + + 14 Jul 2008; Vlastimil Babka <caster@gentoo.org> ant-1.7.1.ebuild: + Add note about removed ant-tasks to pkg_postinst messages. *ant-1.7.1 (14 Jul 2008) diff --git a/dev-java/ant/ant-1.7.1.ebuild b/dev-java/ant/ant-1.7.1.ebuild index 01cd5df301e8..cb1bbb47f484 100644 --- a/dev-java/ant/ant-1.7.1.ebuild +++ b/dev-java/ant/ant-1.7.1.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/dev-java/ant/ant-1.7.1.ebuild,v 1.1 2008/07/14 22:11:35 caster Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/ant/ant-1.7.1.ebuild,v 1.2 2008/07/14 22:18:28 caster Exp $ EAPI="1" @@ -48,6 +48,9 @@ S="${WORKDIR}" src_compile() { :; } pkg_postinst() { + elog "Since 1.7.1, the ant-tasks meta-ebuild has been removed and its USE" + elog "flags have been moved to dev-java/ant." + elog elog "You may now freely set the USE flags of this package without breaking" elog "building of Java packages, which depend on the exact ant tasks they need." elog "The USE flags default to enabled (except X, jai and jmf) for convenience." |