summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Phillips <rphillips@gentoo.org>2004-01-12 18:04:06 +0000
committerRyan Phillips <rphillips@gentoo.org>2004-01-12 18:04:06 +0000
commit06dabbe32e0dd9bd1fe7de16206ba6a33f5a5a8e (patch)
treebb0993c6f3d105194b42b962e4719a043b9c87af /dev-util/tla
parentMarked stable on hppa. (diff)
downloadhistorical-06dabbe32e0dd9bd1fe7de16206ba6a33f5a5a8e.tar.gz
historical-06dabbe32e0dd9bd1fe7de16206ba6a33f5a5a8e.tar.bz2
historical-06dabbe32e0dd9bd1fe7de16206ba6a33f5a5a8e.zip
removed pre ebuilds
Diffstat (limited to 'dev-util/tla')
-rw-r--r--dev-util/tla/tla-1.1_pre7.ebuild48
-rw-r--r--dev-util/tla/tla-1.1_pre8.ebuild48
2 files changed, 0 insertions, 96 deletions
diff --git a/dev-util/tla/tla-1.1_pre7.ebuild b/dev-util/tla/tla-1.1_pre7.ebuild
deleted file mode 100644
index ec6a2e85ea0c..000000000000
--- a/dev-util/tla/tla-1.1_pre7.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/tla/tla-1.1_pre7.ebuild,v 1.2 2003/11/14 11:43:40 seemant Exp $
-
-MY_P="${P/_/}"
-
-S="${WORKDIR}/${MY_P}/src/=build"
-DESCRIPTION="Revision control system ideal for widely distributed development"
-SRC_URI="http://arch.quackerhead.com/~lord/releases/tla/${MY_P}.tar.gz"
-HOMEPAGE="http://arch.quackerhead.com/~lord/"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="~x86 ~alpha ~ppc ~mips ~hppa ~sparc ~arm"
-
-DEPEND="sys-apps/coreutils
- sys-apps/diffutils
- sys-devel/patch
- sys-apps/findutils
- sys-apps/gawk
- app-arch/tar
- sys-apps/util-linux
- sys-apps/debianutils
- sys-devel/make"
-
-src_unpack() {
- unpack "${A}"
- mkdir "${MY_P}/src/=build"
-}
-
-src_compile() {
- ../configure \
- --prefix="/usr" \
- --with-posix-shell="/bin/bash" || die "configure failed"
- # parallel make may cause problems with this package
- make || die "make failed"
-}
-
-src_install () {
- make install prefix="${D}/usr" \
- || die "make install failed"
- cd ${WORKDIR}/${MY_P}/src
- dodoc COPYING
- cd docs-tla
- dodoc =README
- cd html
- dohtml -r .
-}
diff --git a/dev-util/tla/tla-1.1_pre8.ebuild b/dev-util/tla/tla-1.1_pre8.ebuild
deleted file mode 100644
index 95af5ba3bd06..000000000000
--- a/dev-util/tla/tla-1.1_pre8.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/tla/tla-1.1_pre8.ebuild,v 1.1 2003/11/21 18:10:32 rphillips Exp $
-
-MY_P="${P/_/}"
-
-S="${WORKDIR}/${MY_P}/src/=build"
-DESCRIPTION="Revision control system ideal for widely distributed development"
-SRC_URI="http://arch.quackerhead.com/~lord/releases/tla/${MY_P}.tar.gz"
-HOMEPAGE="http://arch.quackerhead.com/~lord/"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="~x86 ~alpha ~ppc ~mips ~hppa ~sparc ~arm"
-
-DEPEND="sys-apps/coreutils
- sys-apps/diffutils
- sys-devel/patch
- sys-apps/findutils
- sys-apps/gawk
- app-arch/tar
- sys-apps/util-linux
- sys-apps/debianutils
- sys-devel/make"
-
-src_unpack() {
- unpack "${A}"
- mkdir "${MY_P}/src/=build"
-}
-
-src_compile() {
- ../configure \
- --prefix="/usr" \
- --with-posix-shell="/bin/bash" || die "configure failed"
- # parallel make may cause problems with this package
- make || die "make failed"
-}
-
-src_install () {
- make install prefix="${D}/usr" \
- || die "make install failed"
- cd ${WORKDIR}/${MY_P}/src
- dodoc COPYING
- cd docs-tla
- dodoc =README
- cd html
- dohtml -r .
-}