diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2008-05-05 13:06:50 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2008-05-05 13:06:50 +0000 |
commit | 0d3261177a8d15323c0860b75b89197dcfd284ac (patch) | |
tree | 3611b8f70a8a7f56321507797d32b1b6ad14ae92 /dev-libs/libots/libots-2.2.7-r1.ebuild | |
parent | alpha stable wrt #216759 (diff) | |
download | historical-0d3261177a8d15323c0860b75b89197dcfd284ac.tar.gz historical-0d3261177a8d15323c0860b75b89197dcfd284ac.tar.bz2 historical-0d3261177a8d15323c0860b75b89197dcfd284ac.zip |
New ebuild partly from bug 216606, thanks to Matt Turner.
Package-Manager: portage-2.1.5_rc6
RepoMan-Options: --force
Diffstat (limited to 'dev-libs/libots/libots-2.2.7-r1.ebuild')
-rw-r--r-- | dev-libs/libots/libots-2.2.7-r1.ebuild | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/dev-libs/libots/libots-2.2.7-r1.ebuild b/dev-libs/libots/libots-2.2.7-r1.ebuild deleted file mode 100644 index c4f8aed07000..000000000000 --- a/dev-libs/libots/libots-2.2.7-r1.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libots/libots-2.2.7-r1.ebuild,v 1.4 2004/07/14 14:45:13 agriffis Exp $ - -At="libots-2.2.7-2.alpha.rpm" -S=${WORKDIR}/usr/lib/compaq/libots-2.2.7 -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/libc - app-arch/rpm2targz " -RDEPEND="$DEPEND" -LICENSE="compaq-sdla" -SLOT="2.2.7" -KEYWORDS="-* ~alpha" -IUSE="" - -src_unpack() { - rpm2targz ${DISTDIR}/${At} || die - tar zxf libots-2.2.7-2.alpha.tar.gz || die -} - -src_install () { - dodir /lib || die - cp libots.* ${D}/lib || die - dodoc README || die -} |