diff options
author | Achim Gottinger <achim@gentoo.org> | 2001-04-30 09:32:20 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2001-04-30 09:32:20 +0000 |
commit | b39873f8ca85e6ba1539ff191254847455ce426c (patch) | |
tree | 51cf9e283edf74874b229c0b315da0c7be177b60 /app-text/rcs | |
parent | Cleanup (diff) | |
download | gentoo-2-b39873f8ca85e6ba1539ff191254847455ce426c.tar.gz gentoo-2-b39873f8ca85e6ba1539ff191254847455ce426c.tar.bz2 gentoo-2-b39873f8ca85e6ba1539ff191254847455ce426c.zip |
Cleanup
Diffstat (limited to 'app-text/rcs')
-rw-r--r-- | app-text/rcs/files/digest-rcs-5.7 | 1 | ||||
-rw-r--r-- | app-text/rcs/rcs-5.7.ebuild | 31 |
2 files changed, 0 insertions, 32 deletions
diff --git a/app-text/rcs/files/digest-rcs-5.7 b/app-text/rcs/files/digest-rcs-5.7 deleted file mode 100644 index 6ee7b68a1357..000000000000 --- a/app-text/rcs/files/digest-rcs-5.7 +++ /dev/null @@ -1 +0,0 @@ -MD5 4c8e896f2d2446fa593c6f1601a4fb75 rcs-5.7.tar.gz diff --git a/app-text/rcs/rcs-5.7.ebuild b/app-text/rcs/rcs-5.7.ebuild deleted file mode 100644 index 43ca4cde09e1..000000000000 --- a/app-text/rcs/rcs-5.7.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/app-text/rcs/rcs-5.7.ebuild,v 1.4 2000/11/01 04:44:13 achim Exp $ - -A=${P}.tar.gz -S=${WORKDIR}/${P} -DESCRIPTION="Revision Controll System" -SRC_URI="ftp://gatekeeper.dec.com/pub/GNU/rcs/${A} - ftp://ftp.gnu.org/gnu/rcs/${A}" -HOMEPAGE="http://www.gnu.org/software/rcs/" - -DEPEND=">=sys-libs/glibc-2.1.3" - -src_compile() { - - cd ${S} - try ./configure --prefix=/usr --host=${CHOST} --with-diffutils - cp ${FILESDIR}/conf.sh src/conf.sh - try make - -} - -src_install () { - - cd ${S} - try make prefix=${D}/usr install - prepman - dodoc ChangeLog COPYING CREDITS NEWS README REFS -} - |