diff options
author | Tavis Ormandy <taviso@gentoo.org> | 2003-05-20 19:30:58 +0000 |
---|---|---|
committer | Tavis Ormandy <taviso@gentoo.org> | 2003-05-20 19:30:58 +0000 |
commit | be8197fb7c6283fb4f47118999971d4c4ac0333a (patch) | |
tree | 2dfba3daaafba502a3d32373f324335444e24730 /dev-libs/libots/libots-2.2.7.ebuild | |
parent | debian project say its okay to mirror libots. (diff) | |
download | gentoo-2-be8197fb7c6283fb4f47118999971d4c4ac0333a.tar.gz gentoo-2-be8197fb7c6283fb4f47118999971d4c4ac0333a.tar.bz2 gentoo-2-be8197fb7c6283fb4f47118999971d4c4ac0333a.zip |
debian project say its okay to mirror libots.
Diffstat (limited to 'dev-libs/libots/libots-2.2.7.ebuild')
-rw-r--r-- | dev-libs/libots/libots-2.2.7.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/dev-libs/libots/libots-2.2.7.ebuild b/dev-libs/libots/libots-2.2.7.ebuild index 19fe4dcfe2d8..eba8910ebe1b 100644 --- a/dev-libs/libots/libots-2.2.7.ebuild +++ b/dev-libs/libots/libots-2.2.7.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libots/libots-2.2.7.ebuild,v 1.3 2003/04/14 23:40:03 taviso Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libots/libots-2.2.7.ebuild,v 1.4 2003/05/20 19:30:50 taviso Exp $ At="libots-2.2.7-2.alpha.rpm" S=${WORKDIR}/usr/lib/compaq/libots-2.2.7 -SRC_URI="" +SRC_URI="ftp://ftp.compaq.com/pub/products/linuxdevtools/latest/${At}" DESCRIPTION="Compaq Linux optimized runtime for Alpha/Linux/GNU" HOMEPAGE="http://www.support.compaq.com/alpha-tools/" DEPEND="virtual/glibc @@ -15,9 +15,9 @@ SLOT="2.2.7" KEYWORDS="-x86 -ppc -sparc alpha" src_unpack() { - if [ ! -f ${DISTDIR}/${At} ] ; then - die "Please download ${At} from ${HOMEPAGE}" - fi + #if [ ! -f ${DISTDIR}/${At} ] ; then + # die "Please download ${At} from ${HOMEPAGE}" + #fi rpm2targz ${DISTDIR}/${At} tar zxf libots-2.2.7-2.alpha.tar.gz } |