public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Robin H. Johnson" <robbat2@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/cvs-fast-export/
Date: Mon,  4 Apr 2016 23:08:08 +0000 (UTC)	[thread overview]
Message-ID: <1459811283.7b7346b36c7632a7ddaa74e7cf77fdd323e15b25.robbat2@gentoo> (raw)

commit:     7b7346b36c7632a7ddaa74e7cf77fdd323e15b25
Author:     Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
AuthorDate: Mon Apr  4 23:07:12 2016 +0000
Commit:     Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
CommitDate: Mon Apr  4 23:08:03 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b7346b3

dev-vcs/cvs-fast-export: bump.

Package-Manager: portage-2.2.28

 dev-vcs/cvs-fast-export/Manifest                   |  1 +
 .../cvs-fast-export/cvs-fast-export-1.38.ebuild    | 40 ++++++++++++++++++++++
 2 files changed, 41 insertions(+)

diff --git a/dev-vcs/cvs-fast-export/Manifest b/dev-vcs/cvs-fast-export/Manifest
index 716ca1e..dce6015 100644
--- a/dev-vcs/cvs-fast-export/Manifest
+++ b/dev-vcs/cvs-fast-export/Manifest
@@ -1 +1,2 @@
 DIST cvs-fast-export-1.26.tar.gz 668913 SHA256 ebca4b19ba9045bc1b733f729042d7a98dd6675dac3030239f718b13a99949ed SHA512 81d240ae387b4231415335b4a0d294ae81f6ecbc97077d92a1738aca17642b9a7e7ee3f7806890ceafc5c65c50d4370c39c36ee21c927a4fcd30ebfa3bbe472e WHIRLPOOL 1a59b9e5e0b30d935f463a58873c3554315d0d512b4d9482d5fc2341bdb194b16bd017a444f9e21f8ce2181a3bcf6e85aa09584467b1a9e6845ed92b8a75c4f8
+DIST cvs-fast-export-1.38.tar.gz 396524 SHA256 7106c2e85b9fca680230879547dc102186637bd1fbcc5a913127483603d9731a SHA512 ed2aabc417b093c1742ea15bd21855c600a46a5ab72758d15bab24672b6e648531416a6b28c17e6faedd67b4c697b004ba3316cd65cb0ec638566c26878e9428 WHIRLPOOL aba8deba5f3ef8ef7bf38dedf7cd941c24ba709083ff94cfa6c45ae8ebd42f789d1c44276521a752a7b3869d20537964bd05a0689d0ba90a7b180abcc5384bd1

diff --git a/dev-vcs/cvs-fast-export/cvs-fast-export-1.38.ebuild b/dev-vcs/cvs-fast-export/cvs-fast-export-1.38.ebuild
new file mode 100644
index 0000000..e8943ec
--- /dev/null
+++ b/dev-vcs/cvs-fast-export/cvs-fast-export-1.38.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+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
+}


             reply	other threads:[~2016-04-04 23:08 UTC|newest]

Thread overview: 34+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-04-04 23:08 Robin H. Johnson [this message]
  -- strict thread matches above, loose matches on Subject: below --
2017-08-14  6:37 [gentoo-commits] repo/gentoo:master commit in: dev-vcs/cvs-fast-export/ Michał Górny
2018-10-14 21:16 Sergei Trofimovich
2018-10-14 21:16 Sergei Trofimovich
2018-10-15  7:07 Sergei Trofimovich
2019-01-22 23:21 Sergei Trofimovich
2019-01-22 23:21 Sergei Trofimovich
2019-01-27 16:53 Pacho Ramos
2019-03-18 23:23 Sergei Trofimovich
2019-03-19 22:18 Sergei Trofimovich
2019-04-26 15:24 Sergei Trofimovich
2019-04-26 15:24 Sergei Trofimovich
2020-01-02 22:42 Sergei Trofimovich
2020-01-02 22:42 Sergei Trofimovich
2020-02-12 22:32 Sergei Trofimovich
2020-02-26 13:13 Sergei Trofimovich
2020-04-10 12:01 Sergei Trofimovich
2020-04-10 20:43 Sergei Trofimovich
2020-04-10 20:43 Sergei Trofimovich
2020-05-02 17:51 Sergei Trofimovich
2020-05-22  8:49 Sergei Trofimovich
2020-05-24 17:27 Sergei Trofimovich
2020-05-29 22:13 Sergei Trofimovich
2021-04-04 19:39 Sergei Trofimovich
2021-04-12 23:19 Sergei Trofimovich
2021-05-06 18:15 Sergei Trofimovich
2021-05-09 11:53 Sergei Trofimovich
2021-05-29 19:03 David Seifert
2021-07-02  7:17 Sergei Trofimovich
2021-07-02 15:02 Ulrich Müller
2022-02-15 14:24 Ulrich Müller
2023-11-20  8:49 Ulrich Müller
2024-07-05  7:19 Ulrich Müller
2024-07-05  7:19 Ulrich Müller

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1459811283.7b7346b36c7632a7ddaa74e7cf77fdd323e15b25.robbat2@gentoo \
    --to=robbat2@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox