From 4d42b5c097d9b338839b546f51e89f7711bd6d3e Mon Sep 17 00:00:00 2001 From: Jonathan Callen Date: Sat, 19 Jun 2010 00:28:31 +0000 Subject: Move package from dev-util/cvs2cl to dev-vcs/cvs2cl (Portage version: 2.2_rc67/cvs/Linux i686, RepoMan options: --force) --- dev-vcs/cvs2cl/ChangeLog | 95 +++++++++++++++++++++++++++++++++++++++ dev-vcs/cvs2cl/cvs2cl-2.59.ebuild | 20 +++++++++ dev-vcs/cvs2cl/cvs2cl-2.71.ebuild | 30 +++++++++++++ dev-vcs/cvs2cl/metadata.xml | 5 +++ 4 files changed, 150 insertions(+) create mode 100644 dev-vcs/cvs2cl/ChangeLog create mode 100644 dev-vcs/cvs2cl/cvs2cl-2.59.ebuild create mode 100644 dev-vcs/cvs2cl/cvs2cl-2.71.ebuild create mode 100644 dev-vcs/cvs2cl/metadata.xml (limited to 'dev-vcs/cvs2cl') diff --git a/dev-vcs/cvs2cl/ChangeLog b/dev-vcs/cvs2cl/ChangeLog new file mode 100644 index 000000000000..8838b604c838 --- /dev/null +++ b/dev-vcs/cvs2cl/ChangeLog @@ -0,0 +1,95 @@ +# ChangeLog for dev-vcs/cvs2cl +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/cvs2cl/ChangeLog,v 1.1 2010/06/19 00:28:31 abcd Exp $ + + 19 Jun 2010; Jonathan Callen +cvs2cl-2.59.ebuild, + +cvs2cl-2.71.ebuild, +metadata.xml: + Move package from dev-util/cvs2cl to dev-vcs/cvs2cl + + 15 Jan 2010; Christian Faulhammer cvs2cl-2.71.ebuild: + Transfer Prefix keywords + +*cvs2cl-2.71 (12 Nov 2008) + + 12 Nov 2008; Mike Frysinger +cvs2cl-2.71.ebuild: + Version bump. + + 10 Apr 2007; Gustavo Zacarias cvs2cl-2.59.ebuild: + Stable on sparc wrt #173881 + + 09 Apr 2007; Peter Weller cvs2cl-2.59.ebuild: + Stable on amd64 wrt bug 173881 + + 19 Mar 2007; Bryan Østergaard metadata.xml: + Remove ka0ttic from metadata.xml due to retirement. + + 04 Feb 2007; Diego Pettenò ChangeLog: + Regenerate digest in Manifest2 format. + + 13 Aug 2005; Michael Hanselmann cvs2cl-2.59.ebuild: + Stable on ppc. + + 22 Jul 2005; Aaron Walker cvs2cl-2.59.ebuild: + Added ~sparc. + + 28 Jun 2005; Aaron Walker cvs2cl-2.59.ebuild: + Stable on x86. + +*cvs2cl-2.59 (22 May 2005) + + 22 May 2005; Aaron Walker +cvs2cl-2.59.ebuild: + Version bump. + + 24 Apr 2005; Michael Hanselmann cvs2cl-2.58.ebuild: + Stable on ppc. + + 10 Dec 2004; Aaron Walker cvs2cl-2.58.ebuild: + Marked stable on x86. + +*cvs2cl-2.58 (12 Nov 2004) + + 12 Nov 2004; Aaron Walker +cvs2cl-2.58.ebuild: + Version bump. + + 12 Oct 2004; Aaron Walker -cvs2cl-2.50.ebuild, + cvs2cl-2.57.ebuild: + Install w/o pl extension (bug #67158); removed old version that is bad and + uses uncompressed .pl file in SRC_URI. Also, converted ChangeLog to proper + Gentoo-style format. + + 21 Sep 2004; Aaron Walker metadata.xml: + Added metadata.xml + + 21 Jul 2004; David Holm cvs2cl-2.57.ebuild: + Added to ~ppc + +*cvs2cl-2.57 (20 Jul 2004) + + 20 Jul 2004; Mike Frysinger +cvs2cl-2.57.ebuild: + ver bump #57461 + + 14 Jul 2004; Aron Griffis cvs2cl-2.50.ebuild: + sync IUSE (missing) + + 24 Jun 2004; Aron Griffis cvs2cl-2.50.ebuild: + update copyright line: Gentoo Technologies => Gentoo Foundation + + 18 May 2004; Jason Eric Huebel cvs2cl-2.50.ebuild: + ~amd64 + + 12 Mar 2004; Michael Sterrett cvs2cl-2.50.ebuild: + header fix + +*cvs2cl-2.50 (29 Nov 2003) + + 29 Nov 2003; Mike Frysinger +cvs2cl-2.50.ebuild: + ver bump + + 18 Jul 2003; Mike Frysinger cvs2cl-2.49.ebuild: + GPL-2 it + +*cvs2cl-2.49 (13 Jul 2003) + + 13 Jul 2003; Mike Frysinger +cvs2cl-2.49.ebuild: + initial ebuild #11523 + diff --git a/dev-vcs/cvs2cl/cvs2cl-2.59.ebuild b/dev-vcs/cvs2cl/cvs2cl-2.59.ebuild new file mode 100644 index 000000000000..ea966c6e594f --- /dev/null +++ b/dev-vcs/cvs2cl/cvs2cl-2.59.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/cvs2cl/cvs2cl-2.59.ebuild,v 1.1 2010/06/19 00:28:31 abcd Exp $ + +DESCRIPTION="produces a GNU-style ChangeLog for CVS-controlled sources" +HOMEPAGE="http://www.red-bean.com/cvs2cl/" +SRC_URI="mirror://gentoo/${P}.pl.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="amd64 ppc sparc x86" +IUSE="" + +DEPEND="dev-lang/perl" + +S=${WORKDIR} + +src_install() { + newbin ${P}.pl ${PN} || die +} diff --git a/dev-vcs/cvs2cl/cvs2cl-2.71.ebuild b/dev-vcs/cvs2cl/cvs2cl-2.71.ebuild new file mode 100644 index 000000000000..33398b973dff --- /dev/null +++ b/dev-vcs/cvs2cl/cvs2cl-2.71.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/cvs2cl/cvs2cl-2.71.ebuild,v 1.1 2010/06/19 00:28:31 abcd Exp $ + +DESCRIPTION="produces a GNU-style ChangeLog for CVS-controlled sources" +HOMEPAGE="http://www.red-bean.com/cvs2cl/" +SRC_URI="mirror://gentoo/${P}.pl.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos" +IUSE="" + +DEPEND="dev-lang/perl" + +S=${WORKDIR} + +maint_pkg_create() { + set -x + wget http://www.red-bean.com/cvs2cl/${PN}.pl + mv ${PN}.pl ${P}.pl + bzip2 ${P}.pl + ls -l ${PWD}/${P}.pl.bz2 + set +x +} +#pkg_setup() { maint_pkg_create; } + +src_install() { + newbin ${P}.pl ${PN} || die +} diff --git a/dev-vcs/cvs2cl/metadata.xml b/dev-vcs/cvs2cl/metadata.xml new file mode 100644 index 000000000000..45023270b146 --- /dev/null +++ b/dev-vcs/cvs2cl/metadata.xml @@ -0,0 +1,5 @@ + + + + cvs-utils + -- cgit v1.2.3-65-gdbad