caster      14/11/01 19:04:52

  Added:                metadata.xml icedtea-sound-1.0.1.ebuild ChangeLog
  Log:
  Initial version copied from java-overlay. Ebuild provided by Andrew John 
Hughes <[email protected]>.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.1                  dev-java/icedtea-sound/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/icedtea-sound/metadata.xml?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/icedtea-sound/metadata.xml?rev=1.1&content-type=text/plain

Index: metadata.xml
===================================================================
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
<pkgmetadata>
  <herd>java</herd>
  <maintainer>
    <email>[email protected]</email>
    <name>Andrew John Hughes</name>
    <description>Proxy Maintainer</description>
  </maintainer>
  <longdescription>
    Plugins for javax.sound, including the PulseAudio support formerly bundled 
with IcedTea.
  </longdescription>
</pkgmetadata>



1.1                  dev-java/icedtea-sound/icedtea-sound-1.0.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/icedtea-sound/icedtea-sound-1.0.1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/icedtea-sound/icedtea-sound-1.0.1.ebuild?rev=1.1&content-type=text/plain

Index: icedtea-sound-1.0.1.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-java/icedtea-sound/icedtea-sound-1.0.1.ebuild,v 1.1 
2014/11/01 19:04:52 caster Exp $
# Build written by Andrew John Hughes ([email protected])

EAPI="5"

inherit eutils java-pkg-2 prefix

DESCRIPTION="Plugins for javax.sound"
HOMEPAGE="http://icedtea.classpath.org";
SRC_URI="http://icedtea.classpath.org/download/source/${P}.tar.xz";

LICENSE="GPL-2-with-linking-exception"
SLOT="0"
KEYWORDS="~amd64 ~x86"

IUSE="+doc test"

COMMON_DEP="
        >=virtual/jdk-1.6.0
        >=media-sound/pulseaudio-0.9.11:="
RDEPEND="${COMMON_DEP}"
DEPEND="${COMMON_DEP}"

pkg_setup() {
        JAVA_PKG_WANT_SOURCE="1.6"
        JAVA_PKG_WANT_TARGET="1.6"

        java-pkg-2_pkg_setup
}

src_configure() {
        econf --with-jdk-home="${JAVA_HOME}" \
                $(use_enable doc docs) \
                --htmldir="${EROOT}usr/share/doc/${PF}/html"
}

src_compile() {
        default
}



1.1                  dev-java/icedtea-sound/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/icedtea-sound/ChangeLog?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/icedtea-sound/ChangeLog?rev=1.1&content-type=text/plain

Index: ChangeLog
===================================================================
# ChangeLog for dev-java/icedtea-sound
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-java/icedtea-sound/ChangeLog,v 1.1 
2014/11/01 19:04:52 caster Exp $

*icedtea-sound-1.0.1 (01 Nov 2014)

  01 Nov 2014; Vlastimil Babka <[email protected]> +icedtea-sound-1.0.1.ebuild,
  +metadata.xml:
  Initial version copied from java-overlay. Ebuild provided by Andrew John
  Hughes <[email protected]>.





Reply via email to