summaryrefslogtreecommitdiff
path: root/dev-libs/libots/libots-2.2.7.ebuild
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2008-05-08 21:49:32 +0000
committerMatt Turner <mattst88@gmail.com>2008-05-08 21:49:32 +0000
commit041f46bab5b2627cf7cfd27b6019e00f023059e6 (patch)
treec0b08fe3ccc44cd5d7dfce010b3c5a7e7276f78d /dev-libs/libots/libots-2.2.7.ebuild
parent4f0d9e47176171f78f766b852074089d7593bc2d (diff)
Remove libots (it's been added to portage)
git-svn-id: svn://mattst88.com/svn/compaq-c-overlay@17 8c41e67f-757b-4206-be13-12d8f16ad5be
Diffstat (limited to 'dev-libs/libots/libots-2.2.7.ebuild')
-rw-r--r--dev-libs/libots/libots-2.2.7.ebuild25
1 files changed, 0 insertions, 25 deletions
diff --git a/dev-libs/libots/libots-2.2.7.ebuild b/dev-libs/libots/libots-2.2.7.ebuild
deleted file mode 100644
index aaaa8ba..0000000
--- a/dev-libs/libots/libots-2.2.7.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2008 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.ebuild,v 1.7 2008/05/03 17:53:42 mattst88 Exp $
-
-inherit eutils rpm
-
-DESCRIPTION="Compaq's Optimized Runtime Library for the Alpha Platform"
-HOMEPAGE="ftp://ftp.compaq.com/pub/products/C-CXX/linux/"
-SRC_URI="ftp://ftp.compaq.com/pub/products/C-CXX/linux/libots-2.2.7-2.alpha.rpm"
-
-LICENSE="compaq-sdla"
-SLOT="0"
-KEYWORDS="-* ~alpha"
-RESTRICT="strip mirror"
-
-DEPEND="app-arch/rpm2targz"
-RDEPEND=""
-
-S=${WORKDIR}/usr/lib/compaq/libots-2.2.7
-
-src_install() {
- dolib.so libots.so
- dolib.a libots.a
- dodoc README
-}