diff options
author | 2006-11-03 18:14:22 +0000 | |
---|---|---|
committer | 2006-11-03 18:14:22 +0000 | |
commit | 411afb01f8de111935003c54c439693e3e568bfa (patch) | |
tree | 0a7cfa7573ccaf15a8329eac6d8ed2cd80805ef7 /app-misc | |
parent | Stable on ppc wrt bug 153929 (diff) | |
download | gentoo-2-411afb01f8de111935003c54c439693e3e568bfa.tar.gz gentoo-2-411afb01f8de111935003c54c439693e3e568bfa.tar.bz2 gentoo-2-411afb01f8de111935003c54c439693e3e568bfa.zip |
Added back dropped patch for javadoc building so that the doc use flag works again. Fixes bug #153706.
(Portage version: 2.1.2_rc1-r3)
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/jbidwatcher/ChangeLog | 6 | ||||
-rw-r--r-- | app-misc/jbidwatcher/jbidwatcher-1.0.ebuild | 9 |
2 files changed, 13 insertions, 2 deletions
diff --git a/app-misc/jbidwatcher/ChangeLog b/app-misc/jbidwatcher/ChangeLog index e7fc6a7e0eba..e610fc64e3e2 100644 --- a/app-misc/jbidwatcher/ChangeLog +++ b/app-misc/jbidwatcher/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-misc/jbidwatcher # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/jbidwatcher/ChangeLog,v 1.26 2006/09/28 03:00:38 nichoj Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/jbidwatcher/ChangeLog,v 1.27 2006/11/03 18:14:22 betelgeuse Exp $ + + 03 Nov 2006; Petteri Räty <betelgeuse@gentoo.org> jbidwatcher-1.0.ebuild: + Added back dropped patch for javadoc building so that the doc use flag works + again. Fixes bug #153706. *jbidwatcher-1.0 (28 Sep 2006) diff --git a/app-misc/jbidwatcher/jbidwatcher-1.0.ebuild b/app-misc/jbidwatcher/jbidwatcher-1.0.ebuild index d680a5cfa15a..a92f3191934c 100644 --- a/app-misc/jbidwatcher/jbidwatcher-1.0.ebuild +++ b/app-misc/jbidwatcher/jbidwatcher-1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/jbidwatcher/jbidwatcher-1.0.ebuild,v 1.1 2006/09/28 03:00:38 nichoj Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/jbidwatcher/jbidwatcher-1.0.ebuild,v 1.2 2006/11/03 18:14:22 betelgeuse Exp $ inherit java-pkg-2 java-ant-2 eutils @@ -14,6 +14,7 @@ SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" + IUSE="doc" DEPEND=">=virtual/jdk-1.4 @@ -28,6 +29,12 @@ src_unpack() { # Fix bad build.xml (used to be the sed) epatch "${FILESDIR}/${P}-build_xml.patch" + epatch "${FILESDIR}/${PN}-0.9.8-javadoc.patch" + # jdictrayapi and tritonus are here + #rm -fr org + # apple stuff and pat stuff + #rm -rf com + #rm -fr javazoom } src_compile() { |