diff options
author | Petteri Räty <betelgeuse@gentoo.org> | 2008-07-27 16:04:31 +0000 |
---|---|---|
committer | Petteri Räty <betelgeuse@gentoo.org> | 2008-07-27 16:04:31 +0000 |
commit | aa2b96c2feb9299d85c01ce333b3c23efea1ef24 (patch) | |
tree | 2f79087334abe0f4a01372cae0c7a867dec4a6f8 /dev-java/xmlc | |
parent | Bump (diff) | |
download | gentoo-2-aa2b96c2feb9299d85c01ce333b3c23efea1ef24.tar.gz gentoo-2-aa2b96c2feb9299d85c01ce333b3c23efea1ef24.tar.bz2 gentoo-2-aa2b96c2feb9299d85c01ce333b3c23efea1ef24.zip |
Remove generation 1 ebuilds.
(Portage version: 2.2_rc3/cvs/Linux 2.6.26-gentoo i686)
Diffstat (limited to 'dev-java/xmlc')
-rw-r--r-- | dev-java/xmlc/ChangeLog | 6 | ||||
-rw-r--r-- | dev-java/xmlc/xmlc-2.2.5-r1.ebuild | 85 | ||||
-rw-r--r-- | dev-java/xmlc/xmlc-2.2.5.ebuild | 38 |
3 files changed, 5 insertions, 124 deletions
diff --git a/dev-java/xmlc/ChangeLog b/dev-java/xmlc/ChangeLog index 4f5ef777d72e..cb65d6d75487 100644 --- a/dev-java/xmlc/ChangeLog +++ b/dev-java/xmlc/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-java/xmlc # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/xmlc/ChangeLog,v 1.10 2008/07/27 07:37:00 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/xmlc/ChangeLog,v 1.11 2008/07/27 16:04:31 betelgeuse Exp $ + + 27 Jul 2008; Petteri Räty <betelgeuse@gentoo.org> -xmlc-2.2.5.ebuild, + -xmlc-2.2.5-r1.ebuild: + Remove generation 1 ebuilds. 27 Jul 2008; nixnut <nixnut@gentoo.org> xmlc-2.3.ebuild: Stable on ppc wrt bug 212664 diff --git a/dev-java/xmlc/xmlc-2.2.5-r1.ebuild b/dev-java/xmlc/xmlc-2.2.5-r1.ebuild deleted file mode 100644 index 9a65d668d188..000000000000 --- a/dev-java/xmlc/xmlc-2.2.5-r1.ebuild +++ /dev/null @@ -1,85 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/xmlc/xmlc-2.2.5-r1.ebuild,v 1.2 2007/01/05 23:43:41 caster Exp $ - -inherit java-pkg - -DESCRIPTION="Open Source Java/XML Presentation Compiler" -HOMEPAGE="http://xmlc.objectweb.org/" -SRC_URI="http://download.forge.objectweb.org/${PN}/${PN}-src-${PV}.zip - http://download.us.forge.objectweb.org/${PN}/${PN}-src-${PV}.zip" - -RDEPEND=">=virtual/jre-1.3 - dev-java/xml-commons - dev-java/bcel - =dev-java/gnu-regexp-1* - =dev-java/servletapi-2.4* - dev-java/log4j" - -DEPEND=">=virtual/jdk-1.3 - ${RDEPEND} - app-arch/unzip - >=dev-java/ant-core-1.4 - jikes? ( >=dev-java/jikes-1.21 )" -RDEPEND=">=virtual/jre-1.3" -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="doc jikes" - -S="${WORKDIR}/${PN}-src-${PV}/" - -src_unpack() { - unpack "${A}" - - cd "${S}"/release/build-lib/ || die - rm *.jar || die - - java-pkg_jar-from xml-commons xml-apis.jar - java-pkg_jar-from servletapi-2.4 servlet-api.jar servlet.jar - java-pkg_jar-from log4j - - cd "${S}"/release/lib/ || die - rm *.jar || die -} - -src_compile() { - # doing this in src_compile so that src_compile can be manually - # run many times - cd "${S}"/release/lib/ || die - java-pkg_jar-from bcel - java-pkg_jar-from gnu-regexp-1 - - cd "${S}" - - # all-libs builds xmlc-all-runtime.jar which includes for - # example bcel in it - local antflags="lib xmlc.jar split-wireless-jar" - - use jikes && antflags="${antflags} -Dbuild.compiler=jikes" - use doc && antflags="${antflags} javadoc" - ant ${antflags} || die "compile problem" - - rm "${S}"/release/lib/{bcel,gnu-regexp}.jar || die -} - -src_install() { - java-pkg_dojar release/lib/*.jar - dodoc release/lib/README - - # Move the generated documentation around - if use doc; then - mv ${PN}/modules/taskdef/doc ${PN}/modules/${PN}/doc/taskdef || die - mv ${PN}/modules/wireless/doc ${PN}/modules/${PN}/doc/wireless || die - mv ${PN}/modules/xhtml/doc ${PN}/modules/${PN}/doc/xhtml || die - dohtml -r ${PN}/modules/xmlc/doc/* || die "Failed to install documentation" - fi -} - -pkg_postinst() { - elog "This release does not install dependencies of xmlc as separate jars or" - elog "inside the xmlc-all-runtime.jar. You should make sure to include the" - elog "dependencies by yourself when trying to run something using xmlc." - elog "jtidy.jar is still installed because xmlc needs a modified version of" - elog "it." -} diff --git a/dev-java/xmlc/xmlc-2.2.5.ebuild b/dev-java/xmlc/xmlc-2.2.5.ebuild deleted file mode 100644 index 2b7ddc49558e..000000000000 --- a/dev-java/xmlc/xmlc-2.2.5.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/xmlc/xmlc-2.2.5.ebuild,v 1.4 2006/10/05 15:53:30 gustavoz Exp $ - -inherit java-pkg - -DESCRIPTION="Enhydra XMLC is the presentation technology that supports the needs of designers, developers and architects alike, delivering what JSP cannot - strict separation of markup and logic in a true object view of dynamic presentations." -HOMEPAGE="http://xmlc.objectweb.org/" -SRC_URI="http://download.forge.objectweb.org/${PN}/${PN}-src-${PV}.zip - http://download.us.forge.objectweb.org/${PN}/${PN}-src-${PV}.zip" -DEPEND=">=virtual/jdk-1.3 - app-arch/unzip - >=dev-java/ant-core-1.4 - jikes? ( >=dev-java/jikes-1.21 )" -RDEPEND=">=virtual/jre-1.3" -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="x86 ppc amd64" -IUSE="doc jikes" - -S="${WORKDIR}/${PN}-src-${PV}/" - -src_compile() { - local antflags="all-libs" - use jikes && antflags="${antflags} -Dbuild.compiler=jikes" - use doc && antflags="${antflags} javadoc" - ant ${antflags} || die "compile problem" -} - -src_install() { - java-pkg_dojar release/lib/*.jar - dodoc release/lib/README - # Move the generated documentation around - use doc && mv ${PN}/modules/taskdef/doc ${PN}/modules/${PN}/doc/taskdef - use doc && mv ${PN}/modules/wireless/doc ${PN}/modules/${PN}/doc/wireless - use doc && mv ${PN}/modules/xhtml/doc ${PN}/modules/${PN}/doc/xhtml - use doc && dohtml -r ${PN}/modules/xmlc/doc/* -} |