Ebuild
23. Maerz 2012, 16:01
produces a GNU-style ChangeLog for CVS-controlled sources
| alpha | amd64 | arm | hppa | ia64 | m68k | mips | ppc | ppc64 | s390 | sh | sparc | x86 | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2.71 | – | + | – | – | – | – | – | + | – | – | – | – | + |
Paketbeschreibung:
produces a GNU-style ChangeLog for CVS-controlled sources
Kategorie:
ÄNDERUNGSPROTOKOLL
# ChangeLog for dev-vcs/cvs2cl # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 # $Header: /var/cvsroot/gentoo-x86/dev-vcs/cvs2cl/ChangeLog,v 1.5 2012/03/18 15:45:27 armin76 Exp $ 18 Mar 2012; Raúl Porcel (armin76) cvs2cl-2.59.ebuild, cvs2cl-2.71.ebuild: Drop sparc keywords 16 Feb 2012; Pawel Hajdan jr (phajdan.jr) cvs2cl-2.71.ebuild: x86 stable wrt bug #397035 03 Feb 2012; Brent Baude (ranger) cvs2cl-2.71.ebuild: Marking cvs2cl-2.71 ppc for bug 397035 02 Feb 2012; Agostino Sarubbo (ago) cvs2cl-2.71.ebuild: Stable for amd64, wrt bug #397035 19 Jun 2010; Jonathan Callen (abcd) +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 (fauli) cvs2cl-2.71.ebuild: Transfer Prefix keywords *cvs2cl-2.71 (12 Nov 2008) 12 Nov 2008; Mike Frysinger (vapier) +cvs2cl-2.71.ebuild: Version bump. 10 Apr 2007; Gustavo Zacarias (gustavoz) cvs2cl-2.59.ebuild: Stable on sparc wrt #173881 09 Apr 2007; Peter Weller (welp) cvs2cl-2.59.ebuild: Stable on amd64 wrt bug 173881 19 Mar 2007; Bryan Østergaard (kloeri) metadata.xml: Remove ka0ttic from metadata.xml due to retirement. 04 Feb 2007; Diego Pettenò (flameeyes) ChangeLog: Regenerate digest in Manifest2 format. 13 Aug 2005; Michael Hanselmann (hansmi) cvs2cl-2.59.ebuild: Stable on ppc. 22 Jul 2005; Aaron Walker (ka0ttic) cvs2cl-2.59.ebuild: Added ~sparc. 28 Jun 2005; Aaron Walker (ka0ttic) cvs2cl-2.59.ebuild: Stable on x86. *cvs2cl-2.59 (22 May 2005) 22 May 2005; Aaron Walker (ka0ttic) +cvs2cl-2.59.ebuild: Version bump. 24 Apr 2005; Michael Hanselmann (hansmi) cvs2cl-2.58.ebuild: Stable on ppc. 10 Dec 2004; Aaron Walker (ka0ttic) cvs2cl-2.58.ebuild: Marked stable on x86. *cvs2cl-2.58 (12 Nov 2004) 12 Nov 2004; Aaron Walker (ka0ttic) +cvs2cl-2.58.ebuild: Version bump. 12 Oct 2004; Aaron Walker (ka0ttic) -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 (ka0ttic) metadata.xml: Added metadata.xml 21 Jul 2004; David Holm (dholm) cvs2cl-2.57.ebuild: Added to ~ppc *cvs2cl-2.57 (20 Jul 2004) 20 Jul 2004; Mike Frysinger (vapier) +cvs2cl-2.57.ebuild: ver bump #57461 14 Jul 2004; Aron Griffis (agriffis) cvs2cl-2.50.ebuild: sync IUSE (missing) 24 Jun 2004; Aron Griffis (agriffis) cvs2cl-2.50.ebuild: update copyright line: Gentoo Technologies => Gentoo Foundation 18 May 2004; Jason Eric Huebel (jhuebel) cvs2cl-2.50.ebuild: ~amd64 12 Mar 2004; Michael Sterrett (mr_bones_) cvs2cl-2.50.ebuild: header fix *cvs2cl-2.50 (29 Nov 2003) 29 Nov 2003; Mike Frysinger (vapier) +cvs2cl-2.50.ebuild: ver bump 18 Jul 2003; Mike Frysinger (vapier) cvs2cl-2.49.ebuild: GPL-2 it *cvs2cl-2.49 (13 Jul 2003) 13 Jul 2003; Mike Frysinger (vapier) +cvs2cl-2.49.ebuild: initial ebuild #11523
FEHLER
No bugs found
USE-FLAGS
No Use Flags
KOMPILIER-ABHÄNGIGKEITEN
| dev-lang/perl | Larry Wall's Practical Extraction and Report Language |
LAUFZEITABHÄNGIGKEITEN
| dev-lang/perl | Larry Wall's Practical Extraction and Report Language |
SOURCE CODE
# Copyright 1999-2012 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.5
2012/03/18 15:45:27 armin76 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 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
}