summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <drac@gentoo.org>2008-05-05 13:06:50 +0000
committerSamuli Suominen <drac@gentoo.org>2008-05-05 13:06:50 +0000
commit18e3ed58cfd6ca42da4656407e46773ac0ee2fda (patch)
tree2bd9604a241378695dca38e2d50750d93f5a6b82 /dev-libs/libots
parentalpha stable wrt #216759 (diff)
downloadgentoo-2-18e3ed58cfd6ca42da4656407e46773ac0ee2fda.tar.gz
gentoo-2-18e3ed58cfd6ca42da4656407e46773ac0ee2fda.tar.bz2
gentoo-2-18e3ed58cfd6ca42da4656407e46773ac0ee2fda.zip
New ebuild partly from bug 216606, thanks to Matt Turner.
(Portage version: 2.1.5_rc6, RepoMan options: --force)
Diffstat (limited to 'dev-libs/libots')
-rw-r--r--dev-libs/libots/ChangeLog8
-rw-r--r--dev-libs/libots/libots-2.2.7-r1.ebuild27
-rw-r--r--dev-libs/libots/libots-2.2.7-r2.ebuild35
-rw-r--r--dev-libs/libots/libots-2.2.7.ebuild32
4 files changed, 21 insertions, 81 deletions
diff --git a/dev-libs/libots/ChangeLog b/dev-libs/libots/ChangeLog
index a714ce25478c..f61703b3ca55 100644
--- a/dev-libs/libots/ChangeLog
+++ b/dev-libs/libots/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-libs/libots
-# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libots/ChangeLog,v 1.15 2007/12/25 15:57:33 phreak Exp $
+# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libots/ChangeLog,v 1.16 2008/05/05 13:06:50 drac Exp $
+
+ 05 May 2008; Samuli Suominen <drac@gentoo.org> -libots-2.2.7.ebuild,
+ -libots-2.2.7-r1.ebuild, libots-2.2.7-r2.ebuild:
+ New ebuild partly from bug 216606, thanks to Matt Turner.
25 Dec 2007; Christian Heim <phreak@gentoo.org> metadata.xml:
Removing taviso from metadata.xml as per #202471. Assigning to
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
-}
diff --git a/dev-libs/libots/libots-2.2.7-r2.ebuild b/dev-libs/libots/libots-2.2.7-r2.ebuild
index 7c93e482b9b9..da36d65e0c8f 100644
--- a/dev-libs/libots/libots-2.2.7-r2.ebuild
+++ b/dev-libs/libots/libots-2.2.7-r2.ebuild
@@ -1,32 +1,27 @@
-# Copyright 1999-2007 Gentoo Foundation
+# 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-r2.ebuild,v 1.6 2007/07/02 14:59:01 peper Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libots/libots-2.2.7-r2.ebuild,v 1.7 2008/05/05 13:06:50 drac Exp $
-inherit eutils rpm
+inherit rpm toolchain-funcs
-At="libots-2.2.7-2.alpha.rpm"
-HOMEPAGE="http://www.support.compaq.com/alpha-tools/"
-DESCRIPTION="Compaq Linux optimized runtime for Alpha/Linux/GNU"
-SRC_URI="ftp://ftp.compaq.com/pub/products/linuxdevtools/latest/${At}"
+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"
-DEPEND="virtual/libc"
LICENSE="compaq-sdla"
-SLOT="2.2.7"
+SLOT="0"
KEYWORDS="-* alpha"
-IUSE=""
-
-S=${WORKDIR}/usr/lib/compaq/libots-2.2.7
-
RESTRICT="strip"
-src_unpack() {
- rpm_src_unpack
-}
+DEPEND="app-arch/rpm2targz"
+RDEPEND=""
-src_install () {
- into /
- dolib.so libots.so
- dolib.a libots.a
+S=${WORKDIR}/usr/lib/compaq/libots-2.2.7
+src_install() {
+ dolib.a ${PN}.a
dodoc README
+ into /
+ dolib.so ${PN}.so
+ gen_usr_ldscript ${PN}.so
}
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 77c15a9e0439..000000000000
--- a/dev-libs/libots/libots-2.2.7.ebuild
+++ /dev/null
@@ -1,32 +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.ebuild,v 1.9 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="-x86 -ppc -sparc alpha"
-IUSE=""
-
-src_unpack() {
- #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
-}
-
-src_install () {
- dodir /usr/lib
-
- cp libots.* ${D}/usr/lib
-
- dodoc README
-}