diff options
author | 2003-07-31 20:48:42 +0000 | |
---|---|---|
committer | 2003-07-31 20:48:42 +0000 | |
commit | 92e4ac823123b06a324f62fe5280ec964174164a (patch) | |
tree | a6aae8becb8c43fa6fe94aca9cb77b6e53422164 /dev-util/tla | |
parent | stable on alpha (diff) | |
download | gentoo-2-92e4ac823123b06a324f62fe5280ec964174164a.tar.gz gentoo-2-92e4ac823123b06a324f62fe5280ec964174164a.tar.bz2 gentoo-2-92e4ac823123b06a324f62fe5280ec964174164a.zip |
new ebuild created by me
Diffstat (limited to 'dev-util/tla')
-rw-r--r-- | dev-util/tla/ChangeLog | 9 | ||||
-rw-r--r-- | dev-util/tla/files/digest-tla-1.0.6 | 1 | ||||
-rw-r--r-- | dev-util/tla/tla-1.0.6.ebuild | 27 |
3 files changed, 37 insertions, 0 deletions
diff --git a/dev-util/tla/ChangeLog b/dev-util/tla/ChangeLog new file mode 100644 index 000000000000..26bc8c00c67d --- /dev/null +++ b/dev-util/tla/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for dev-util/tla +# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/tla/ChangeLog,v 1.1 2003/07/31 20:48:42 rphillips Exp $ + +*tla-1.0.6 (31 Jul 2003) + + 31 Jul 2003; Ryan Phillips <rphillips@gentoo.org> tla-1.0.6.ebuild : + + Initial import. Created by me diff --git a/dev-util/tla/files/digest-tla-1.0.6 b/dev-util/tla/files/digest-tla-1.0.6 new file mode 100644 index 000000000000..8d23aed92e46 --- /dev/null +++ b/dev-util/tla/files/digest-tla-1.0.6 @@ -0,0 +1 @@ +MD5 3514b44b7d03860aa484db8abef0d484 tla-1.0.6.tar.gz 2965314 diff --git a/dev-util/tla/tla-1.0.6.ebuild b/dev-util/tla/tla-1.0.6.ebuild new file mode 100644 index 000000000000..6ebc4f3c601a --- /dev/null +++ b/dev-util/tla/tla-1.0.6.ebuild @@ -0,0 +1,27 @@ +# 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.0.6.ebuild,v 1.1 2003/07/31 20:48:42 rphillips Exp $ + +DESCRIPTION="the arch revision control system (C-implementation)" +HOMEPAGE="http://regexps.srparish.net/www/" +SRC_URI="http://regexps.srparish.net/src/tla/tla-${PV}.tar.gz" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86" +IUSE="" +DEPEND="" +S=${WORKDIR}/${P} + +src_compile() { + # recommended install settings + cd src ; mkdir \=build ; cd \=build + ../configure --prefix=/usr + make +} + +src_install() { + cd src ; cd \=build + einstall || die + + dodoc \=INSTALL \=COPYING +} |