diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2013-12-28 22:14:29 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2013-12-28 22:14:29 +0000 |
commit | 697635e9c554ca82ce6206c62a393ac8f2bf9a03 (patch) | |
tree | 279c39936d3b95e0bcb2e45af9edc4461cc602d0 /dev-vcs/cvsps | |
parent | Version bump. (diff) | |
download | gentoo-2-697635e9c554ca82ce6206c62a393ac8f2bf9a03.tar.gz gentoo-2-697635e9c554ca82ce6206c62a393ac8f2bf9a03.tar.bz2 gentoo-2-697635e9c554ca82ce6206c62a393ac8f2bf9a03.zip |
Version bump (and deprecated by upstream in favour of cvs-fast-export http://esr.ibiblio.org/?p=5167).
(Portage version: 2.2.7_p53/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)
Diffstat (limited to 'dev-vcs/cvsps')
-rw-r--r-- | dev-vcs/cvsps/ChangeLog | 8 | ||||
-rw-r--r-- | dev-vcs/cvsps/cvsps-3.13.ebuild | 30 |
2 files changed, 37 insertions, 1 deletions
diff --git a/dev-vcs/cvsps/ChangeLog b/dev-vcs/cvsps/ChangeLog index f022d2646704..166ee285fc28 100644 --- a/dev-vcs/cvsps/ChangeLog +++ b/dev-vcs/cvsps/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-vcs/cvsps # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/cvsps/ChangeLog,v 1.19 2013/07/26 15:56:19 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/cvsps/ChangeLog,v 1.20 2013/12/28 22:14:29 slyfox Exp $ + +*cvsps-3.13 (28 Dec 2013) + + 28 Dec 2013; Sergei Trofimovich <slyfox@gentoo.org> +cvsps-3.13.ebuild: + Version bump (and deprecated by upstream in favour of cvs-fast-export + http://esr.ibiblio.org/?p=5167). 26 Jul 2013; Sergei Trofimovich <slyfox@gentoo.org> -cvsps-3.7.ebuild: Removed old. diff --git a/dev-vcs/cvsps/cvsps-3.13.ebuild b/dev-vcs/cvsps/cvsps-3.13.ebuild new file mode 100644 index 000000000000..b6ecb80a0c2d --- /dev/null +++ b/dev-vcs/cvsps/cvsps-3.13.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/cvsps/cvsps-3.13.ebuild,v 1.1 2013/12/28 22:14:29 slyfox Exp $ + +EAPI="4" + +inherit eutils toolchain-funcs + +DESCRIPTION="Generates patchset information from a CVS repository" +HOMEPAGE="http://www.catb.org/~esr/cvsps/" +SRC_URI="http://www.catb.org/~esr/${PN}/${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="" + +RDEPEND="sys-libs/zlib" +DEPEND="${RDEPEND} + app-text/asciidoc" + +src_prepare() { + tc-export CC + export prefix=/usr +} + +src_install() { + default + dodoc README +} |