diff options
author | Jonathan Callen <abcd@gentoo.org> | 2010-06-19 00:32:46 +0000 |
---|---|---|
committer | Jonathan Callen <abcd@gentoo.org> | 2010-06-19 00:32:46 +0000 |
commit | 46b3e6cfac42c188fa4803a17143b4a5e6389f6f (patch) | |
tree | bb205cbdf9fa3e5d7474daa5887f853c62b65072 /dev-vcs | |
parent | Move package from dev-util/cvsq to dev-vcs/cvsq (diff) | |
download | gentoo-2-46b3e6cfac42c188fa4803a17143b4a5e6389f6f.tar.gz gentoo-2-46b3e6cfac42c188fa4803a17143b4a5e6389f6f.tar.bz2 gentoo-2-46b3e6cfac42c188fa4803a17143b4a5e6389f6f.zip |
Move package from dev-util/cvsutils to dev-vcs/cvsutils
(Portage version: 2.2_rc67/cvs/Linux i686, RepoMan options: --force)
Diffstat (limited to 'dev-vcs')
-rw-r--r-- | dev-vcs/cvsutils/ChangeLog | 33 | ||||
-rw-r--r-- | dev-vcs/cvsutils/cvsutils-0.2.5.ebuild | 20 | ||||
-rw-r--r-- | dev-vcs/cvsutils/metadata.xml | 11 |
3 files changed, 64 insertions, 0 deletions
diff --git a/dev-vcs/cvsutils/ChangeLog b/dev-vcs/cvsutils/ChangeLog new file mode 100644 index 000000000000..a5d6024088e4 --- /dev/null +++ b/dev-vcs/cvsutils/ChangeLog @@ -0,0 +1,33 @@ +# ChangeLog for dev-vcs/cvsutils +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/cvsutils/ChangeLog,v 1.1 2010/06/19 00:32:46 abcd Exp $ + + 19 Jun 2010; Jonathan Callen <abcd@gentoo.org> +cvsutils-0.2.5.ebuild, + +metadata.xml: + Move package from dev-util/cvsutils to dev-vcs/cvsutils + + 26 Sep 2009; Peter Volkov <pva@gentoo.org> cvsutils-0.2.5.ebuild: + Cleanup: license changed, no point in autoupdate, TODO does not exist, + while ChangeLog do. + +*cvsutils-0.2.5 (12 Sep 2009) + + 12 Sep 2009; Patrick Lauer <patrick@gentoo.org> +cvsutils-0.2.5.ebuild: + Bump + + 07 Mar 2008; Christoph Mende <angelos@gentoo.org> cvsutils-0.2.3.ebuild: + Added ~amd64, bug #211514 + + 22 Feb 2007; Piotr Jaroszyński <peper@gentoo.org> ChangeLog: + Transition to Manifest2. + + 23 May 2006; Robin H. Johnson <robbat2@gentoo.org> cvsutils-0.2.3.ebuild: + Bug #123708 - QA cleanup. All keywords except x86/ppc explictly dropped - + please test and re-add. + +*cvsutils-0.2.3 (22 Feb 2006) + + 22 Feb 2006; Brandon Low <lostlogic@gentoo.org> +metadata.xml, + +cvsutils-0.2.3.ebuild: + New package, unstable on all arches, because it's just perl scripts + diff --git a/dev-vcs/cvsutils/cvsutils-0.2.5.ebuild b/dev-vcs/cvsutils/cvsutils-0.2.5.ebuild new file mode 100644 index 000000000000..f073f5f071d2 --- /dev/null +++ b/dev-vcs/cvsutils/cvsutils-0.2.5.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/cvsutils/cvsutils-0.2.5.ebuild,v 1.1 2010/06/19 00:32:46 abcd Exp $ + +DESCRIPTION="A small bundle of utilities to work with CVS repositories" +HOMEPAGE="http://www.red-bean.com/cvsutils/" +SRC_URI="http://www.red-bean.com/cvsutils/releases/${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="" + +RDEPEND="dev-lang/perl" +DEPEND="" + +src_install() { + emake DESTDIR="${D}" install || die + dodoc AUTHORS ChangeLog README THANKS NEWS +} diff --git a/dev-vcs/cvsutils/metadata.xml b/dev-vcs/cvsutils/metadata.xml new file mode 100644 index 000000000000..78866efc2780 --- /dev/null +++ b/dev-vcs/cvsutils/metadata.xml @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>cvs-utils</herd> + <longdescription> + CVS Utilities are helpful scripts for working with CVS repositories + offline and online. They include the ability to check file status, + "fake" include files in the repo, diff new files easily, change CVS + server of a repository and more. + </longdescription> +</pkgmetadata> |