summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Meier <maekke@gentoo.org>2007-12-28 11:27:37 +0000
committerMarkus Meier <maekke@gentoo.org>2007-12-28 11:27:37 +0000
commitc3925b29ec3ee360092966b091bc1aea6b19c1de (patch)
treea3def7ff74f050a56ba31ac69746b39b642d2d45 /dev-java/jmf-bin/jmf-bin-2.1.1e-r2.ebuild
parentInitial import, closing bug #165934. Thanks Eric Thibodeau for his help (diff)
downloadhistorical-c3925b29ec3ee360092966b091bc1aea6b19c1de.tar.gz
historical-c3925b29ec3ee360092966b091bc1aea6b19c1de.tar.bz2
historical-c3925b29ec3ee360092966b091bc1aea6b19c1de.zip
x86 stable wrt bug #203272 and quotes
Package-Manager: portage-2.1.4_rc11
Diffstat (limited to 'dev-java/jmf-bin/jmf-bin-2.1.1e-r2.ebuild')
-rw-r--r--dev-java/jmf-bin/jmf-bin-2.1.1e-r2.ebuild16
1 files changed, 8 insertions, 8 deletions
diff --git a/dev-java/jmf-bin/jmf-bin-2.1.1e-r2.ebuild b/dev-java/jmf-bin/jmf-bin-2.1.1e-r2.ebuild
index 00adac4c85b7..339999b8a28a 100644
--- a/dev-java/jmf-bin/jmf-bin-2.1.1e-r2.ebuild
+++ b/dev-java/jmf-bin/jmf-bin-2.1.1e-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/jmf-bin/jmf-bin-2.1.1e-r2.ebuild,v 1.1 2007/04/03 13:51:11 fordfrog Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/jmf-bin/jmf-bin-2.1.1e-r2.ebuild,v 1.2 2007/12/28 11:27:37 maekke Exp $
inherit java-pkg-2
@@ -9,7 +9,7 @@ S="${WORKDIR}/JMF-${PV}"
DESCRIPTION="The Java Media Framework API (JMF) enables audio, video and other time-based media to be added to Java applications and applets."
SRC_URI="${At}"
HOMEPAGE="http://java.sun.com/products/java-media/jmf/"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ~ppc x86"
IUSE=""
LICENSE="sun-bcla-jmf"
SLOT="0"
@@ -35,12 +35,12 @@ src_unpack() {
src_install() {
dobin \
- ${FILESDIR}/jmfcustomizer \
- ${FILESDIR}/jmfinit \
- ${FILESDIR}/jmfregistry \
- ${FILESDIR}/jmstudio
- dohtml ${S}/doc/*.html
- java-pkg_dojar ${S}/lib/*.jar
+ "${FILESDIR}"/jmfcustomizer \
+ "${FILESDIR}"/jmfinit \
+ "${FILESDIR}"/jmfregistry \
+ "${FILESDIR}"/jmstudio
+ dohtml "${S}"/doc/*.html
+ java-pkg_dojar "${S}"/lib/*.jar
insinto /usr/share/${PN}/lib
doins lib/jmf.properties
}