diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 13:49:04 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 17:38:18 -0700 |
commit | 56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch) | |
tree | 3f91093cdb475e565ae857f1c5a7fd339e2d781e /dev-vcs/tkcvs | |
download | gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.gz gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.bz2 gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.zip |
proj/gentoo: Initial commit
This commit represents a new era for Gentoo:
Storing the gentoo-x86 tree in Git, as converted from CVS.
This commit is the start of the NEW history.
Any historical data is intended to be grafted onto this point.
Creation process:
1. Take final CVS checkout snapshot
2. Remove ALL ChangeLog* files
3. Transform all Manifests to thin
4. Remove empty Manifests
5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$
5.1. Do not touch files with -kb/-ko keyword flags.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests
X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project
X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration
X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn
X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts
X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration
X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging
X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed
Diffstat (limited to 'dev-vcs/tkcvs')
-rw-r--r-- | dev-vcs/tkcvs/Manifest | 2 | ||||
-rw-r--r-- | dev-vcs/tkcvs/metadata.xml | 5 | ||||
-rw-r--r-- | dev-vcs/tkcvs/tkcvs-8.2.2.ebuild | 46 | ||||
-rw-r--r-- | dev-vcs/tkcvs/tkcvs-8.2.3.ebuild | 44 |
4 files changed, 97 insertions, 0 deletions
diff --git a/dev-vcs/tkcvs/Manifest b/dev-vcs/tkcvs/Manifest new file mode 100644 index 000000000000..0a28b3099c1b --- /dev/null +++ b/dev-vcs/tkcvs/Manifest @@ -0,0 +1,2 @@ +DIST tkcvs-8.2.3.tar.gz 570910 SHA256 4bfb29dd9ffbbbc1e6e611e1c772af745d742d336e797bf056dbf70116b8e32a SHA512 42fb03acf6367e02f6f7b3e1ad66232be4825f152b3e4d123080e0ce7d2f53b5eacb71ac95fbc15224fb4c4c2cae979b612dbb11d0cd0b8fc4a0222a8cd40c8a WHIRLPOOL b5c8edb97099c094e1e3c1a04f76dc48dcca12ac036cf3236576dc00ba6ad9ddd696f38e74c715352199884fc7a17ddb3cb909be74a1fdb8509c053c8b9e2140 +DIST tkcvs_8_2_2.tar.gz 1183853 SHA256 d03cfa701ba4c3e360c6590ea546f9eb1ef8dbff037e62d82f750535b142385c SHA512 7a3f76f8157601a9359382597746e7ee4ed491f94d4ba5992848d48b8c5de1c81c91e8245a88b17c68af6898f269fcd3bf6ba9c920bb083190c849ec13e7bf9f WHIRLPOOL 75b8fe05628b353c01effaf64d20a58f45365c4616300313bad56016e408b2f473186d9cce0b00e3dcd78f7a2292a1e4024840a6a6dfe6bb9b1a3989a96ad35f diff --git a/dev-vcs/tkcvs/metadata.xml b/dev-vcs/tkcvs/metadata.xml new file mode 100644 index 000000000000..815cc916f2b6 --- /dev/null +++ b/dev-vcs/tkcvs/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>tcltk</herd> +</pkgmetadata> diff --git a/dev-vcs/tkcvs/tkcvs-8.2.2.ebuild b/dev-vcs/tkcvs/tkcvs-8.2.2.ebuild new file mode 100644 index 000000000000..890b8b4ddc17 --- /dev/null +++ b/dev-vcs/tkcvs/tkcvs-8.2.2.ebuild @@ -0,0 +1,46 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=4 + +inherit eutils multilib + +MY_P=${PN}_${PV//./_} + +DESCRIPTION="Tcl/Tk-based graphical interface to CVS with Subversion support" +HOMEPAGE="http://www.twobarleycorns.net/tkcvs.html" +SRC_URI="http://www.twobarleycorns.net/${MY_P}.tar.gz" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="amd64 ppc x86" +IUSE="" + +DEPEND="dev-lang/tk" +RDEPEND="${DEPEND} + dev-vcs/cvs + dev-vcs/subversion + sys-apps/diffutils + dev-util/tkdiff" + +S="${WORKDIR}"/${MY_P} + +src_prepare() { + sed \ + -e "/set MANDIR/s/man man1/share man man1/" \ + -e "/set LIBDIR/s/lib/$(get_libdir)/" \ + -i doinstall.tcl || die +} + +src_install() { + # bug 66030 + unset DISPLAY + ./doinstall.tcl -nox "${D}"/usr || die + + # dev-tcktk/tkdiff + rm "${D}"/usr/bin/tkdiff + + # Add docs...this is important + dodoc CHANGELOG FAQ +} diff --git a/dev-vcs/tkcvs/tkcvs-8.2.3.ebuild b/dev-vcs/tkcvs/tkcvs-8.2.3.ebuild new file mode 100644 index 000000000000..bf062eb54f51 --- /dev/null +++ b/dev-vcs/tkcvs/tkcvs-8.2.3.ebuild @@ -0,0 +1,44 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=4 + +inherit eutils multilib + +DESCRIPTION="Tcl/Tk-based graphical interface to CVS with Subversion support" +HOMEPAGE="http://www.twobarleycorns.net/tkcvs.html" +SRC_URI="http://www.twobarleycorns.net/${P}.tar.gz" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="amd64 ppc x86" +IUSE="" + +DEPEND="dev-lang/tk" +RDEPEND="${DEPEND} + dev-vcs/cvs + dev-vcs/subversion + sys-apps/diffutils + dev-util/tkdiff" + +src_prepare() { + sed \ + -e "/set MANDIR/s/man man1/share man man1/" \ + -e "/set LIBDIR/s/lib/$(get_libdir)/" \ + -i doinstall.tcl || die +} + +src_install() { + # bug 66030 + unset DISPLAY + ./doinstall.tcl -nox "${D}"/usr || die + + # dev-tcktk/tkdiff + rm "${D}"/usr/bin/tkdiff + + # Add docs...this is important + dodoc {CHANGELOG,FAQ}.txt + + make_desktop_entry ${PN} TkCVS "${EPREFIX}"/usr/$(get_libdir)/tkcvs/bitmaps/ticklefish_med.gif +} |