diff options
author | Thomas Matthijs <axxo@gentoo.org> | 2005-07-18 17:10:07 +0000 |
---|---|---|
committer | Thomas Matthijs <axxo@gentoo.org> | 2005-07-18 17:10:07 +0000 |
commit | ba82d68f26e34dbfbbfa3ce69fb51a2428275ba9 (patch) | |
tree | 64fb2eb9a429945fc8acccf79e74a7b8f9c2b07f /dev-java/sun-dsml-bin | |
parent | dep fix (diff) | |
download | gentoo-2-ba82d68f26e34dbfbbfa3ce69fb51a2428275ba9.tar.gz gentoo-2-ba82d68f26e34dbfbbfa3ce69fb51a2428275ba9.tar.bz2 gentoo-2-ba82d68f26e34dbfbbfa3ce69fb51a2428275ba9.zip |
style fix
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'dev-java/sun-dsml-bin')
-rw-r--r-- | dev-java/sun-dsml-bin/sun-dsml-bin-2.1.2_pre1.ebuild | 26 |
1 files changed, 1 insertions, 25 deletions
diff --git a/dev-java/sun-dsml-bin/sun-dsml-bin-2.1.2_pre1.ebuild b/dev-java/sun-dsml-bin/sun-dsml-bin-2.1.2_pre1.ebuild index 30e785175f49..a546330e3550 100644 --- a/dev-java/sun-dsml-bin/sun-dsml-bin-2.1.2_pre1.ebuild +++ b/dev-java/sun-dsml-bin/sun-dsml-bin-2.1.2_pre1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/sun-dsml-bin/sun-dsml-bin-2.1.2_pre1.ebuild,v 1.4 2005/07/09 18:10:36 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/sun-dsml-bin/sun-dsml-bin-2.1.2_pre1.ebuild,v 1.5 2005/07/18 17:10:07 axxo Exp $ inherit java-pkg @@ -34,30 +34,6 @@ pkg_nofetch() { einfo } -src_unpack() { - if [ ! -f "${DISTDIR}/${At}" ] ; then - echo - echo "!!! Missing ${DISTDIR}/${At}" - echo - einfo - einfo " Due to license restrictions, we cannot fetch the" - einfo " distributables automagically." - einfo - einfo " 1. Visit ${HOMEPAGE}" - einfo " 2. Download ${At}" - einfo " 3. Move file to ${DISTDIR}" - einfo " 4. Run emerge on this package again to complete" - einfo - die "User must manually download distfile" - fi - - unzip -qq ${DISTDIR}/${At} -} - -src_compile() { - einfo " This is a binary-only ebuild." -} - src_install() { dodoc README-DSMLv2.txt if use doc; then |