From: "Sergei Trofimovich (slyfox)" <slyfox@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in sys-fs/btrfs-progs: btrfs-progs-0.20_rc1.ebuild ChangeLog
Date: Thu, 11 Oct 2012 08:35:51 +0000 (UTC) [thread overview]
Message-ID: <20121011083551.3AB6121600@flycatcher.gentoo.org> (raw)
slyfox 12/10/11 08:35:51
Modified: ChangeLog
Added: btrfs-progs-0.20_rc1.ebuild
Log:
Version bump up to upstream release candidate.
(Portage version: 2.2.0_alpha133_p5/cvs/Linux x86_64)
Revision Changes Path
1.52 sys-fs/btrfs-progs/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/btrfs-progs/ChangeLog?rev=1.52&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/btrfs-progs/ChangeLog?rev=1.52&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/btrfs-progs/ChangeLog?r1=1.51&r2=1.52
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/btrfs-progs/ChangeLog,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- ChangeLog 11 Oct 2012 08:06:57 -0000 1.51
+++ ChangeLog 11 Oct 2012 08:35:51 -0000 1.52
@@ -1,6 +1,12 @@
# ChangeLog for sys-fs/btrfs-progs
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/btrfs-progs/ChangeLog,v 1.51 2012/10/11 08:06:57 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/btrfs-progs/ChangeLog,v 1.52 2012/10/11 08:35:51 slyfox Exp $
+
+*btrfs-progs-0.20_rc1 (11 Oct 2012)
+
+ 11 Oct 2012; Sergei Trofimovich <slyfox@gentoo.org>
+ +btrfs-progs-0.20_rc1.ebuild:
+ Version bump up to upstream release candidate.
11 Oct 2012; Sergei Trofimovich <slyfox@gentoo.org> btrfs-progs-9999.ebuild:
Remove sed "s:gcc:$(CC):" and "s:make:$(MAKE):" as patches gone upstream.
1.1 sys-fs/btrfs-progs/btrfs-progs-0.20_rc1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/btrfs-progs/btrfs-progs-0.20_rc1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/btrfs-progs/btrfs-progs-0.20_rc1.ebuild?rev=1.1&content-type=text/plain
Index: btrfs-progs-0.20_rc1.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-fs/btrfs-progs/btrfs-progs-0.20_rc1.ebuild,v 1.1 2012/10/11 08:35:51 slyfox Exp $
EAPI=4
MY_PV=${PV/_rc/-rc}
#inherit git-2 toolchain-funcs
inherit toolchain-funcs
DESCRIPTION="Btrfs filesystem utilities"
HOMEPAGE="https://btrfs.wiki.kernel.org"
# tarballed out of v0.20-rc1 tag in btrfs-progs repo
SRC_URI="http://dev.gentoo.org/~slyfox/${PN}-${MY_PV}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~x86"
IUSE=""
DEPEND="sys-libs/zlib
sys-apps/acl
sys-fs/e2fsprogs"
RDEPEND="${DEPEND}"
S="${WORKDIR}/${PN}-${MY_PV}"
#EGIT_REPO_URI="git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-progs.git
# https://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-progs.git"
#EGIT_COMMIT="89fe5b5f666c247aa3173745fb87c710f3a71a4a"
src_prepare() {
# upstream didn't bump program version
sed -i -e "s:Btrfs v0\.19:v${MY_PV}:" version.sh || die
}
src_compile() {
emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
}
src_install() {
emake DESTDIR="${D}" prefix=/usr bindir=/sbin mandir=/usr/share/man install
}
pkg_postinst() {
ewarn "WARNING: This version of btrfs-progs corresponds to and should only"
ewarn " be used with the version of btrfs included in the"
ewarn " Linux kernel (2.6.31 and above)."
ewarn ""
ewarn " This version should NOT be used with earlier versions"
ewarn " of the standalone btrfs module!"
}
next reply other threads:[~2012-10-11 8:36 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-10-11 8:35 Sergei Trofimovich (slyfox) [this message]
-- strict thread matches above, loose matches on Subject: below --
2013-01-01 12:51 [gentoo-commits] gentoo-x86 commit in sys-fs/btrfs-progs: btrfs-progs-0.20_rc1.ebuild ChangeLog Agostino Sarubbo (ago)
2013-01-01 14:56 Agostino Sarubbo (ago)
2013-01-06 11:11 Agostino Sarubbo (ago)
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=20121011083551.3AB6121600@flycatcher.gentoo.org \
--to=slyfox@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