diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-02-07 00:53:07 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-02-07 00:53:07 +0000 |
commit | 5a68f9e428e90793b4e02dc991d35ce20095cac0 (patch) | |
tree | 007842980acd2389c8124de6e72d4846e48b6ced /dev-libs/libots | |
parent | stable on ppc (Manifest recommit) (diff) | |
download | gentoo-2-5a68f9e428e90793b4e02dc991d35ce20095cac0.tar.gz gentoo-2-5a68f9e428e90793b4e02dc991d35ce20095cac0.tar.bz2 gentoo-2-5a68f9e428e90793b4e02dc991d35ce20095cac0.zip |
move libots to /lib
Diffstat (limited to 'dev-libs/libots')
-rw-r--r-- | dev-libs/libots/ChangeLog | 9 | ||||
-rw-r--r-- | dev-libs/libots/Manifest | 4 | ||||
-rw-r--r-- | dev-libs/libots/files/digest-libots-2.2.7-r1 | 1 | ||||
-rw-r--r-- | dev-libs/libots/libots-2.2.7-r1.ebuild | 26 |
4 files changed, 37 insertions, 3 deletions
diff --git a/dev-libs/libots/ChangeLog b/dev-libs/libots/ChangeLog index 11f1a1798601..69f7ccbe8603 100644 --- a/dev-libs/libots/ChangeLog +++ b/dev-libs/libots/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-libs/libots -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libots/ChangeLog,v 1.5 2003/05/20 19:30:50 taviso Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libots/ChangeLog,v 1.6 2004/02/07 00:53:07 agriffis Exp $ + +*libots-2.2.7-r1 (06 Feb 2004) + + 06 Feb 2004; Aron Griffis <agriffis@gentoo.org> libots-2.2.7-r1.ebuild: + move libots to /lib 20 May 2003; Tavis Ormandy <taviso@gentoo.org> libots-2.2.7.ebuild: Debian project say its okay to mirror libots. diff --git a/dev-libs/libots/Manifest b/dev-libs/libots/Manifest index 0bfe774fb667..dba50d64250d 100644 --- a/dev-libs/libots/Manifest +++ b/dev-libs/libots/Manifest @@ -1,4 +1,6 @@ MD5 8390e8d99040f39f3f128ec974acb1f5 ChangeLog 523 -MD5 8c75bbf53f15707693d8ba6f0997a264 libots-2.2.7.ebuild 874 +MD5 b26b0bcc7d8c485b459d7d401fa59f82 libots-2.2.7-r1.ebuild 798 MD5 d0ec81a70aa1af5bc20cc9bc02f0aca4 metadata.xml 382 +MD5 8c75bbf53f15707693d8ba6f0997a264 libots-2.2.7.ebuild 874 MD5 24217a4a8cbf67a8f09647b179a10571 files/digest-libots-2.2.7 68 +MD5 24217a4a8cbf67a8f09647b179a10571 files/digest-libots-2.2.7-r1 68 diff --git a/dev-libs/libots/files/digest-libots-2.2.7-r1 b/dev-libs/libots/files/digest-libots-2.2.7-r1 new file mode 100644 index 000000000000..11837f4bb110 --- /dev/null +++ b/dev-libs/libots/files/digest-libots-2.2.7-r1 @@ -0,0 +1 @@ +MD5 4b6337865c798f821850e20502964ae0 libots-2.2.7-2.alpha.rpm 94336 diff --git a/dev-libs/libots/libots-2.2.7-r1.ebuild b/dev-libs/libots/libots-2.2.7-r1.ebuild new file mode 100644 index 000000000000..071526fbb4e8 --- /dev/null +++ b/dev-libs/libots/libots-2.2.7-r1.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2004 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-r1.ebuild,v 1.1 2004/02/07 00:53:07 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/glibc + app-arch/rpm2targz " +RDEPEND="$DEPEND" +LICENSE="compaq-sdla" +SLOT="2.2.7" +KEYWORDS="-* ~alpha" + +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 +} |