diff options
author | Ryan Phillips <rphillips@gentoo.org> | 2004-02-18 01:56:49 +0000 |
---|---|---|
committer | Ryan Phillips <rphillips@gentoo.org> | 2004-02-18 01:56:49 +0000 |
commit | fad4f74d02fcafddaadff63181c311c4f44ba63b (patch) | |
tree | 2b7680faa79bf68fc8fbc380702f514b4cf45275 /dev-util/tla | |
parent | version bump (diff) | |
download | gentoo-2-fad4f74d02fcafddaadff63181c311c4f44ba63b.tar.gz gentoo-2-fad4f74d02fcafddaadff63181c311c4f44ba63b.tar.bz2 gentoo-2-fad4f74d02fcafddaadff63181c311c4f44ba63b.zip |
removed older ebuild
Diffstat (limited to 'dev-util/tla')
-rw-r--r-- | dev-util/tla/Manifest | 2 | ||||
-rw-r--r-- | dev-util/tla/files/digest-tla-20040113 | 1 | ||||
-rw-r--r-- | dev-util/tla/tla-20040113.ebuild | 49 |
3 files changed, 0 insertions, 52 deletions
diff --git a/dev-util/tla/Manifest b/dev-util/tla/Manifest index dc26d910e3ea..6c846ebbce36 100644 --- a/dev-util/tla/Manifest +++ b/dev-util/tla/Manifest @@ -1,5 +1,4 @@ MD5 b66406be8d578da0eaccc851890de68e tla-1.0.6.ebuild 681 -MD5 9094dd3f7078e8948216c9bb44c91e5f tla-20040113.ebuild 1224 MD5 650f56a5f3c41cfdf9f0df48149cd6ee ChangeLog 987 MD5 cc5094b0b12db335891dd2ebd76224ab tla-1.2_pre2.ebuild 1159 MD5 059733ad92a101895ce18a1120b6eb55 metadata.xml 225 @@ -7,4 +6,3 @@ MD5 5edfbc061a48f72814f0e1c074b3b643 tla-1.1.ebuild 1147 MD5 6301db02ae76fb7f3c7f8541d143498c files/digest-tla-1.2_pre2 64 MD5 4b643d505f794a0b0eca53e21efb3074 files/digest-tla-1.0.6 62 MD5 ed771c44099e7c67530910caaa54d279 files/digest-tla-1.1 60 -MD5 66669f0f78c14355a7941c246f0b289c files/digest-tla-20040113 70 diff --git a/dev-util/tla/files/digest-tla-20040113 b/dev-util/tla/files/digest-tla-20040113 deleted file mode 100644 index e2e194dab1e1..000000000000 --- a/dev-util/tla/files/digest-tla-20040113 +++ /dev/null @@ -1 +0,0 @@ -MD5 921fb2663228d53e78169eb6899dc0d0 tla_20040113.orig.tar.gz 3309318 diff --git a/dev-util/tla/tla-20040113.ebuild b/dev-util/tla/tla-20040113.ebuild deleted file mode 100644 index df0f56542ae9..000000000000 --- a/dev-util/tla/tla-20040113.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2004 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/tla/tla-20040113.ebuild,v 1.1 2004/01/15 19:58:17 rphillips Exp $ - -MY_P="${P/-/_}" - -S="${WORKDIR}/tla.lord/src/=build" -DESCRIPTION="Revision control system ideal for widely distributed development" -# http://arch.quackerhead.com/~lord/releases/tla/${MY_P}.tar.gz -SRC_URI="http://gluck.debian.org/~asuffield/arch/${MY_P}.orig.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 "tla.lord/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 . -} |