summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRainer Groesslinger <scandium@gentoo.org>2004-08-11 10:30:09 +0000
committerRainer Groesslinger <scandium@gentoo.org>2004-08-11 10:30:09 +0000
commit462fe3aedfb56d8fb949d4c0e9906da6e609e424 (patch)
tree99c1833371dc646a3132463999ad43c8c1ce9b64 /dev-util/tkcvs/tkcvs-7.1.2.ebuild
parentStable on alpha, bug 59526. (diff)
downloadhistorical-462fe3aedfb56d8fb949d4c0e9906da6e609e424.tar.gz
historical-462fe3aedfb56d8fb949d4c0e9906da6e609e424.tar.bz2
historical-462fe3aedfb56d8fb949d4c0e9906da6e609e424.zip
bump to fix #40420
Diffstat (limited to 'dev-util/tkcvs/tkcvs-7.1.2.ebuild')
-rw-r--r--dev-util/tkcvs/tkcvs-7.1.2.ebuild40
1 files changed, 0 insertions, 40 deletions
diff --git a/dev-util/tkcvs/tkcvs-7.1.2.ebuild b/dev-util/tkcvs/tkcvs-7.1.2.ebuild
deleted file mode 100644
index 28895e8b2626..000000000000
--- a/dev-util/tkcvs/tkcvs-7.1.2.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/tkcvs/tkcvs-7.1.2.ebuild,v 1.7 2004/07/15 00:12:28 agriffis Exp $
-
-MY_P=${PN}_${PV//./_}
-S=${WORKDIR}/${MY_P}
-DESCRIPTION="TkCVS"
-SRC_URI="http://www.twobarleycorns.net/${MY_P}.tar.gz"
-HOMEPAGE="http://www.twobarleycorns.net/tkcvs.html"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="x86"
-IUSE=""
-
-RDEPEND=">=dev-lang/tk-8.3"
-
-src_compile() {
- echo "It's tcl, you don't need to compile. ;)"
-}
-
-src_install() {
- dodir /usr/lib /usr/bin /usr/lib/tkcvs/ /usr/lib/tkcvs/bitmaps
-
- ./doinstall.tcl -nox -finallib /usr/lib ${D}/usr || die
-
- # Move man pages to FHS compliant locations
- dodir /usr/share/man/man1
- mv ${D}/usr/man/man1/* ${D}/usr/share/man/man1
- rm -rf ${D}/usr/man
-
- # Add docs...this is important
- dodoc CHANGELOG COPYING FAQ README.tkcvs README.windows
-
- docinto tkdiff
- dodoc tkdiff/PATCHES tkdiff/COPYING
-
- docinto tkcvs
- dodoc tkcvs/vendor.readme
-}