/[gentoo-x86]/dev-vcs/tkcvs/tkcvs-8.2.3.ebuild
Gentoo

Contents of /dev-vcs/tkcvs/tkcvs-8.2.3.ebuild

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.6 - (show annotations) (download)
Tue Jul 3 16:30:31 2012 UTC (11 months, 2 weeks ago) by ranger
Branch: MAIN
CVS Tags: HEAD
Changes since 1.5: +2 -2 lines
Marking tkcvs-8.2.3 ppc for bug 418981

(Portage version: 2.1.10.65/cvs/Linux ppc64)

1 # Copyright 1999-2012 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Header: /var/cvsroot/gentoo-x86/dev-vcs/tkcvs/tkcvs-8.2.3.ebuild,v 1.5 2012/06/12 06:37:30 jdhore Exp $
4
5 EAPI=4
6
7 inherit eutils multilib
8
9 DESCRIPTION="Tcl/Tk-based graphical interface to CVS with Subversion support"
10 HOMEPAGE="http://www.twobarleycorns.net/tkcvs.html"
11 SRC_URI="http://www.twobarleycorns.net/${P}.tar.gz"
12
13 SLOT="0"
14 LICENSE="GPL-2"
15 KEYWORDS="amd64 ppc x86"
16 IUSE=""
17
18 DEPEND="dev-lang/tk"
19 RDEPEND="${DEPEND}
20 dev-vcs/cvs
21 dev-vcs/subversion
22 sys-apps/diffutils
23 dev-util/tkdiff"
24
25 src_prepare() {
26 sed \
27 -e "/set MANDIR/s/man man1/share man man1/" \
28 -e "/set LIBDIR/s/lib/$(get_libdir)/" \
29 -i doinstall.tcl || die
30 }
31
32 src_install() {
33 # bug 66030
34 unset DISPLAY
35 ./doinstall.tcl -nox "${D}"/usr || die
36
37 # dev-tcktk/tkdiff
38 rm "${D}"/usr/bin/tkdiff
39
40 # Add docs...this is important
41 dodoc {CHANGELOG,FAQ}.txt
42
43 make_desktop_entry ${PN} TkCVS "${EPREFIX}"/usr/$(get_libdir)/tkcvs/bitmaps/ticklefish_med.gif
44 }

  ViewVC Help
Powered by ViewVC 1.1.20