diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2014-11-06 22:58:16 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2014-11-06 22:58:16 +0000 |
commit | d48f7d7aafec6f70acedcc5e6163fca9f7faa443 (patch) | |
tree | 3176107bc12938e6485d479a0ec9ff36667bd91b /dev-vcs | |
parent | Drop old EAPI=1 version (diff) | |
download | gentoo-2-d48f7d7aafec6f70acedcc5e6163fca9f7faa443.tar.gz gentoo-2-d48f7d7aafec6f70acedcc5e6163fca9f7faa443.tar.bz2 gentoo-2-d48f7d7aafec6f70acedcc5e6163fca9f7faa443.zip |
Version bump.
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)
Diffstat (limited to 'dev-vcs')
-rw-r--r-- | dev-vcs/cvs-fast-export/ChangeLog | 9 | ||||
-rw-r--r-- | dev-vcs/cvs-fast-export/cvs-fast-export-1.0.ebuild | 40 | ||||
-rw-r--r-- | dev-vcs/cvs-fast-export/cvs-fast-export-1.26.ebuild (renamed from dev-vcs/cvs-fast-export/cvs-fast-export-1.14.ebuild) | 2 |
3 files changed, 9 insertions, 42 deletions
diff --git a/dev-vcs/cvs-fast-export/ChangeLog b/dev-vcs/cvs-fast-export/ChangeLog index dc76b41e7b43..0e278cb16b6d 100644 --- a/dev-vcs/cvs-fast-export/ChangeLog +++ b/dev-vcs/cvs-fast-export/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for dev-vcs/cvs-fast-export # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/cvs-fast-export/ChangeLog,v 1.2 2014/08/13 19:30:00 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/cvs-fast-export/ChangeLog,v 1.3 2014/11/06 22:58:16 slyfox Exp $ + +*cvs-fast-export-1.26 (06 Nov 2014) + + 06 Nov 2014; Sergei Trofimovich <slyfox@gentoo.org> + +cvs-fast-export-1.26.ebuild, -cvs-fast-export-1.0.ebuild, + -cvs-fast-export-1.14.ebuild: + Version bump. *cvs-fast-export-1.14 (13 Aug 2014) diff --git a/dev-vcs/cvs-fast-export/cvs-fast-export-1.0.ebuild b/dev-vcs/cvs-fast-export/cvs-fast-export-1.0.ebuild deleted file mode 100644 index 49b8f8f270e9..000000000000 --- a/dev-vcs/cvs-fast-export/cvs-fast-export-1.0.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/cvs-fast-export/cvs-fast-export-1.0.ebuild,v 1.1 2013/12/28 22:32:24 slyfox Exp $ - -EAPI=5 - -inherit toolchain-funcs - -DESCRIPTION="fast-export history from a CVS repository or RCS collection" -HOMEPAGE="http://www.catb.org/~esr/cvs-fast-export/" -SRC_URI="http://www.catb.org/~esr/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND="" -DEPEND="${RDEPEND} - app-text/asciidoc" - -RESTRICT=test # upstream does not ship them in tarball - -src_prepare() { - tc-export CC - export prefix=/usr - - # respect CC, CFLAGS and LDFLAGS. don't install cvssync - sed \ - -e 's/cc /$(CC) $(LDFLAGS) /' \ - -e 's/^CFLAGS += -O/#&/' \ - -e 's/CFLAGS=/CFLAGS+=/' \ - -e 's/$(INSTALL).*cvssync/#&/g' \ - -i Makefile || die -} - -src_install() { - default - dodoc README -} diff --git a/dev-vcs/cvs-fast-export/cvs-fast-export-1.14.ebuild b/dev-vcs/cvs-fast-export/cvs-fast-export-1.26.ebuild index ff34bdd4ba7e..47962d03b0a1 100644 --- a/dev-vcs/cvs-fast-export/cvs-fast-export-1.14.ebuild +++ b/dev-vcs/cvs-fast-export/cvs-fast-export-1.26.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/cvs-fast-export/cvs-fast-export-1.14.ebuild,v 1.1 2014/08/13 19:29:59 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/cvs-fast-export/cvs-fast-export-1.26.ebuild,v 1.1 2014/11/06 22:58:16 slyfox Exp $ EAPI=5 |