diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2002-08-03 17:23:01 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2002-08-03 17:23:01 +0000 |
commit | 283d2eb92dc1636bdc5f6e458d9a56257a3d78af (patch) | |
tree | 0dce678e9e95ca95e2bfcb7541a0a44a308fe7cc /app-text/rpl | |
parent | initial import of app-cdr/gtkcdlabel (diff) | |
download | gentoo-2-283d2eb92dc1636bdc5f6e458d9a56257a3d78af.tar.gz gentoo-2-283d2eb92dc1636bdc5f6e458d9a56257a3d78af.tar.bz2 gentoo-2-283d2eb92dc1636bdc5f6e458d9a56257a3d78af.zip |
Initial import.
Diffstat (limited to 'app-text/rpl')
-rw-r--r-- | app-text/rpl/ChangeLog | 8 | ||||
-rw-r--r-- | app-text/rpl/files/digest-rpl-1.4.0 | 1 | ||||
-rw-r--r-- | app-text/rpl/rpl-1.4.0.ebuild | 21 |
3 files changed, 30 insertions, 0 deletions
diff --git a/app-text/rpl/ChangeLog b/app-text/rpl/ChangeLog new file mode 100644 index 000000000000..65bdde961e69 --- /dev/null +++ b/app-text/rpl/ChangeLog @@ -0,0 +1,8 @@ +# ChangeLog for app-text/rpl +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/rpl/ChangeLog,v 1.1 2002/08/03 17:23:01 aliz Exp $ + +*rpl-1.4.0 (03 Aug 2002) + + 03 Aug 2002; Daniel Ahlberg <aliz@gentoo.org> rpl-1.4.0.ebuild: + Initial import. Ebuild submitted by Marko Mikulicic <marko@seul.org>. diff --git a/app-text/rpl/files/digest-rpl-1.4.0 b/app-text/rpl/files/digest-rpl-1.4.0 new file mode 100644 index 000000000000..64ce7507ab64 --- /dev/null +++ b/app-text/rpl/files/digest-rpl-1.4.0 @@ -0,0 +1 @@ +MD5 35af9ac5425f5a6278e5890c3272684e rpl-1.4.0.tar.gz 59602 diff --git a/app-text/rpl/rpl-1.4.0.ebuild b/app-text/rpl/rpl-1.4.0.ebuild new file mode 100644 index 000000000000..e9cc898df225 --- /dev/null +++ b/app-text/rpl/rpl-1.4.0.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# $Header: /var/cvsroot/gentoo-x86/app-text/rpl/rpl-1.4.0.ebuild,v 1.1 2002/08/03 17:23:01 aliz Exp $ + +DESCRIPTION="rpl is a UN*X text replacement utility. It will replace strings with new strings in multiple text files. It can work recursively" +HOMEPAGE="http://www.laffeycomputer.com/rpl.html" +SRC_URI="http://downloads.laffeycomputer.com/current_builds/${P}.tar.gz" +S=${WORKDIR}/${P} + +LICENSE="GPL" +SLOT="0" +KEYWORDS="x86" + +DEPEND="virtual/glibc" +RDEPEND="${DEPEND}" + +src_install () { + dobin src/rpl + doman man/rpl.1 + dodoc AUTHORS COPYING ChangeLog NEWS README +} |