Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 53568 - Upgrade for the saxon ebuild
Summary: Upgrade for the saxon ebuild
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Java team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-06-10 12:52 UTC by Pupeno
Modified: 2004-06-20 14:10 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Pupeno 2004-06-10 12:52:57 UTC
# cat /usr/portage/dev-java/saxon/saxon-7.9.1.ebuild
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /home/cvsroot/gentoo-x86/dev-java/saxon/saxon-7.8.ebuild,v 1.2 2004/04/17 02:10:58 weeve Exp $

inherit java-pkg

DESCRIPTION="The SAXON package is a collection of tools for processing XML documents: XSLT processor, XSL library, parser."
SRC_URI="mirror://sourceforge/saxon/saxon${PV//./-}.zip"
HOMEPAGE="http://saxon.sourceforge.net/"
LICENSE="MPL-1.1"
KEYWORDS="~x86 ~sparc ~ppc"
IUSE="doc"
DEPEND=""
RDEPEND="virtual/jdk"
SLOT="0"

S=${WORKDIR}

src_compile() {
        einfo "This is a binary-only ebuild (for now)."
}

src_install() {
        use doc && dohtml -r doc/*
        java-pkg_dojar *.jar
}

# cat files/digest-saxon-7.9.1
MD5 6474422e8d2e9f6faf26a658a58ac3be saxon7-9-1.zip 5375327

and the saxon7-9-1.zip file can be find on 
http://prdownloads.sourceforge.net/saxon/saxon7-9-1.zip

Maybe this is not the way to report a new ebuild, but I didn't know how.

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Chris Aniszczyk (RETIRED) gentoo-dev 2004-06-20 14:10:02 UTC
8.0b is in portage now.

Cheers