Ebuild
23. Mai 2012, 15:31
Generates patchset information from a CVS repository
| alpha | amd64 | arm | hppa | ia64 | m68k | mips | ppc | ppc64 | s390 | sh | sparc | x86 | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2.1-r1 | ~ | ~ | ~ | ~ | ~ | – | ~ | ~ | ~ | ~ | ~ | ~ | ~ |
Paketbeschreibung:
Generates patchset information from a CVS repository
Kategorie:
ÄNDERUNGSPROTOKOLL
# ChangeLog for dev-vcs/cvsps # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 # $Header: /var/cvsroot/gentoo-x86/dev-vcs/cvsps/ChangeLog,v 1.5 2012/05/09 15:24:13 aballier Exp $ 09 May 2012; Alexis Ballier (aballier) cvsps-2.1-r1.ebuild: keyword ~amd64-fbsd 20 Apr 2011; Justin Lecher (jlec) cvsps-2.1.ebuild, cvsps-2.1-r1.ebuild: Respect CC, #243992 19 Oct 2010; Mart Raudsepp (leio) cvsps-2.1.ebuild: Drop to ~mips 03 Sep 2010; Christian Faulhammer (fauli) cvsps-2.1-r1.ebuild: add ~x86-freebsd 19 Jun 2010; Jonathan Callen (abcd) +cvsps-2.1.ebuild, +cvsps-2.1-r1.ebuild, +files/cvsps-2.1-build.patch, +files/cvsps-2.1-solaris.patch, +metadata.xml: Move package from dev-util/cvsps to dev-vcs/cvsps *cvsps-2.1-r1 (06 Mar 2010) 06 Mar 2010; Fabian Groffen (grobian) +cvsps-2.1-r1.ebuild, +files/cvsps-2.1-solaris.patch: Revbump for Prefix patches, transferred Prefix keywords, bug #307939 10 Jun 2008; Raúl Porcel (armin76) cvsps-2.1.ebuild: ia64 stable 07 Jun 2008; Alexis Ballier (aballier) cvsps-2.1.ebuild: keyword ~sparc-fbsd 07 Jun 2008; Alexis Ballier (aballier) cvsps-2.1.ebuild: keyword ~x86-fbsd 24 Mar 2008; Raúl Porcel (armin76) cvsps-2.1.ebuild: Add ~ia64 wrt #214464 24 Mar 2008; Mike Frysinger (vapier) +files/cvsps-2.1-build.patch, cvsps-2.1.ebuild: Respect user LDFLAGS. 01 May 2007; Fabian Groffen (grobian) cvsps-2.1.ebuild: Dropped ppc-macos keyword, see you in prefix, resolves bug #173882 22 Apr 2007; Tobias Scherbaum (dertobi123) cvsps-2.1.ebuild: ppc stable, bug #173882 10 Apr 2007; Jeroen Roovers (jer) cvsps-2.1.ebuild: Stable for HPPA (bug #173882). 10 Apr 2007; Gustavo Zacarias (gustavoz) cvsps-2.1.ebuild: Stable on sparc wrt #173882 19 Mar 2007; Bryan Østergaard (kloeri) metadata.xml: Remove ka0ttic from metadata.xml due to retirement. 21 Jan 2007; Alexander H. Færøy (eroyf) cvsps-2.1.ebuild: Stable on MIPS. 17 Oct 2006; Diego Pettenò (flameeyes) cvsps-2.1.ebuild: Add missing dependency over zlib. 28 Jun 2006; Fabian Groffen (grobian) cvsps-2.1.ebuild: Marked ~ppc-macos 07 Feb 2006; Simon Stelling (blubb) cvsps-2.1.ebuild: stable on amd64 25 Nov 2005; Tom Gall (tgall) cvsps-2.1.ebuild: stable on ppc64 18 Sep 2005; Markus Rothe (corsair) cvsps-2.1.ebuild: Added ~ppc64 (bug #106318) 10 Sep 2005; Aron Griffis (agriffis) cvsps-2.1.ebuild: Mark 2.1 stable on alpha 06 Sep 2005; Aaron Walker (ka0ttic) cvsps-2.1.ebuild: Stable on x86. *cvsps-2.1 (26 May 2005) 26 May 2005; Aaron Walker (ka0ttic) cvsps-2.0_rc1.ebuild, +cvsps-2.1.ebuild: Version bump. 22 May 2005; Simon Stelling (blubb) cvsps-2.0_rc1.ebuild: stable on amd64 31 Dec 2004; Ciaran McCreesh (ciaranm) : Change encoding to UTF-8 for GLEP 31 compliance 03 Jun 2004; Bryan Østergaard (kloeri) cvsps-2.0_rc1.ebuild: Stable on alpha. 20 May 2004; Danny van Dyk (kugelfang) cvsps-2.0_rc1.ebuild: Marked ~amd64. *cvsps-2.0_rc1 (30 Jun 2003) 30 Jun 2003; Seemant Kulleen (seemant) cvsps-2.0_rc1.ebuild: New package -- provides a way to generate BK style changesets for CVS. Thanks to Rach Holmes for showing me this
FEHLER
No bugs found
USE-FLAGS
No Use Flags
KOMPILIER-ABHÄNGIGKEITEN
| sys-libs/zlib | Standard (de)compression library |
LAUFZEITABHÄNGIGKEITEN
| sys-libs/zlib | Standard (de)compression library |
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/cvsps/cvsps-2.1-r1.ebuild,v 1.5
2012/05/09 15:24:13 aballier Exp $
inherit eutils toolchain-funcs
MY_P="${P/_/}"
DESCRIPTION="Generates patchset information from a CVS repository"
HOMEPAGE="http://www.cobite.com/cvsps/"
SRC_URI="http://www.cobite.com/cvsps/${MY_P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86
~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux
~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
IUSE=""
DEPEND="sys-libs/zlib"
RDEPEND="${DEPEND}"
S="${WORKDIR}/${MY_P}"
src_unpack() {
unpack ${A}
cd "${S}"
epatch "${FILESDIR}"/${P}-build.patch
epatch "${FILESDIR}"/${P}-solaris.patch
# no configure around
if [[ ${CHOST} == *-solaris* ]] ; then
sed -i -e '/^LDLIBS+=/s/$/ -lsocket/' Makefile || die
fi
tc-export CC
}
src_install() {
dobin cvsps || die
doman cvsps.1
dodoc README CHANGELOG
}