diff options
author | 2007-02-11 15:11:28 +0000 | |
---|---|---|
committer | 2007-02-11 15:11:28 +0000 | |
commit | ca37f661923ab66260963a042cc6ae8dc3c5ca8f (patch) | |
tree | 0d0c83e54eda9b17a1bbd0685aaa53459855b9b6 /app-editors/jext | |
parent | amd64 stable, bug 165428 (diff) | |
download | gentoo-2-ca37f661923ab66260963a042cc6ae8dc3c5ca8f.tar.gz gentoo-2-ca37f661923ab66260963a042cc6ae8dc3c5ca8f.tar.bz2 gentoo-2-ca37f661923ab66260963a042cc6ae8dc3c5ca8f.zip |
Cleanup.
(Portage version: 2.1.2-r9)
Diffstat (limited to 'app-editors/jext')
-rw-r--r-- | app-editors/jext/ChangeLog | 5 | ||||
-rw-r--r-- | app-editors/jext/files/digest-jext-3.2_pre3 | 3 | ||||
-rw-r--r-- | app-editors/jext/jext-3.2_pre3.ebuild | 37 |
3 files changed, 4 insertions, 41 deletions
diff --git a/app-editors/jext/ChangeLog b/app-editors/jext/ChangeLog index 6c50cf22819c..fa047d90813c 100644 --- a/app-editors/jext/ChangeLog +++ b/app-editors/jext/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-editors/jext # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/jext/ChangeLog,v 1.15 2007/02/11 14:53:12 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/jext/ChangeLog,v 1.16 2007/02/11 15:11:28 caster Exp $ + + 11 Feb 2007; Vlastimil Babka <caster@gentoo.org> -jext-3.2_pre3.ebuild: + Cleanup. 11 Feb 2007; nixnut <nixnut@gentoo.org> jext-3.2_pre3-r1.ebuild: Stable on ppc wrt bug 166257 diff --git a/app-editors/jext/files/digest-jext-3.2_pre3 b/app-editors/jext/files/digest-jext-3.2_pre3 deleted file mode 100644 index 754e2ef67d7b..000000000000 --- a/app-editors/jext/files/digest-jext-3.2_pre3 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 57c1482cda431e5d5d7338ddc6ca5724 jext-sources-3.2pre3.tar.gz 1004576 -RMD160 8d10c252361f47d48aa8ddbc70c5eacf0edc7403 jext-sources-3.2pre3.tar.gz 1004576 -SHA256 9fdb098b29942c7869dbbc22f6b994aaa15887fd44aa15efc43b4b10d6d2b2b2 jext-sources-3.2pre3.tar.gz 1004576 diff --git a/app-editors/jext/jext-3.2_pre3.ebuild b/app-editors/jext/jext-3.2_pre3.ebuild deleted file mode 100644 index 3883bc776251..000000000000 --- a/app-editors/jext/jext-3.2_pre3.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/jext/jext-3.2_pre3.ebuild,v 1.21 2006/10/13 14:40:53 caster Exp $ - -inherit java-pkg - -DESCRIPTION="A cool and fully featured editor in Java" -HOMEPAGE="http://www.jext.org/" -MY_PV="${PV/_}" -SRC_URI="mirror://sourceforge/jext/${PN}-sources-${MY_PV}.tar.gz" -LICENSE="|| ( GPL-2 JPython )" -SLOT="0" -KEYWORDS="~amd64 ppc x86" -IUSE="doc" - -COMMON_DEPEND=">=dev-java/jython-2.1-r5" -RDEPEND=">=virtual/jre-1.3 - ${COMMON_DEPEND}" -DEPEND=">=virtual/jdk-1.3 - dev-java/ant-core - ${COMMON_DEPEND}" - -S="${WORKDIR}/${PN}-sources-${MY_PV}" - -src_compile() { - cd ${S}/src - local antflags="jar -Dclasspath=$(java-pkg_getjars jython)" - use doc && antflags="${antflags} javadocs" - ant ${antflags} || die "compile failed" -} - -src_install () { - java-pkg_dojar lib/*.jar - exeinto /usr/bin - newexe ${FILESDIR}/jext-gentoo.sh jext - use doc && java-pkg_dohtml -A .css .gif .jpg -r docs/api -} |