From: "Samuli Suominen (ssuominen)" <ssuominen@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in app-arch/tar: ChangeLog tar-1.25.ebuild
Date: Mon, 8 Nov 2010 20:57:35 +0000 (UTC) [thread overview]
Message-ID: <20101108205735.217C420051@flycatcher.gentoo.org> (raw)
ssuominen 10/11/08 20:57:35
Modified: ChangeLog
Added: tar-1.25.ebuild
Log:
Version bump wrt #344751 by Jeroen Roovers.
(Portage version: 2.2.0_alpha4/cvs/Linux x86_64)
Revision Changes Path
1.159 app-arch/tar/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/tar/ChangeLog?rev=1.159&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/tar/ChangeLog?rev=1.159&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/tar/ChangeLog?r1=1.158&r2=1.159
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-arch/tar/ChangeLog,v
retrieving revision 1.158
retrieving revision 1.159
diff -u -r1.158 -r1.159
--- ChangeLog 1 Nov 2010 14:52:55 -0000 1.158
+++ ChangeLog 8 Nov 2010 20:57:35 -0000 1.159
@@ -1,6 +1,11 @@
# ChangeLog for app-arch/tar
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/tar/ChangeLog,v 1.158 2010/11/01 14:52:55 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/tar/ChangeLog,v 1.159 2010/11/08 20:57:35 ssuominen Exp $
+
+*tar-1.25 (08 Nov 2010)
+
+ 08 Nov 2010; Samuli Suominen <ssuominen@gentoo.org> +tar-1.25.ebuild:
+ Version bump wrt #344751 by Jeroen Roovers.
*tar-1.24-r2 (01 Nov 2010)
1.1 app-arch/tar/tar-1.25.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/tar/tar-1.25.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/tar/tar-1.25.ebuild?rev=1.1&content-type=text/plain
Index: tar-1.25.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-arch/tar/tar-1.25.ebuild,v 1.1 2010/11/08 20:57:35 ssuominen Exp $
EAPI="2"
inherit flag-o-matic
DESCRIPTION="Use this to make tarballs :)"
HOMEPAGE="http://www.gnu.org/software/tar/"
SRC_URI="http://ftp.gnu.org/gnu/tar/${P}.tar.bz2
ftp://alpha.gnu.org/gnu/tar/${P}.tar.bz2
mirror://gnu/tar/${P}.tar.bz2"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
IUSE="nls static userland_GNU"
RDEPEND=""
DEPEND="${RDEPEND}
nls? ( >=sys-devel/gettext-0.10.35 )"
src_prepare() {
if ! use userland_GNU ; then
sed -i \
-e 's:/backup\.sh:/gbackup.sh:' \
scripts/{backup,dump-remind,restore}.in \
|| die "sed non-GNU"
fi
}
src_configure() {
local myconf
use static && append-ldflags -static
use userland_GNU || myconf="--program-prefix=g"
# Work around bug in sandbox #67051
gl_cv_func_chown_follows_symlink=yes \
FORCE_UNSAFE_CONFIGURE=1 \
econf \
--enable-backup-scripts \
--bindir=/bin \
--libexecdir=/usr/sbin \
$(use_enable nls) \
${myconf}
}
src_install() {
local p=""
use userland_GNU || p=g
emake DESTDIR="${D}" install || die
if [[ -z ${p} ]] ; then
# a nasty yet required piece of baggage
exeinto /etc
doexe "${FILESDIR}"/rmt || die
fi
dodoc AUTHORS ChangeLog* NEWS README* THANKS
newman "${FILESDIR}"/tar.1 ${p}tar.1
mv "${D}"/usr/sbin/${p}backup{,-tar}
mv "${D}"/usr/sbin/${p}restore{,-tar}
rm -f "${D}"/usr/$(get_libdir)/charset.alias
}
next reply other threads:[~2010-11-08 20:57 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-11-08 20:57 Samuli Suominen (ssuominen) [this message]
-- strict thread matches above, loose matches on Subject: below --
2010-11-24 16:18 [gentoo-commits] gentoo-x86 commit in app-arch/tar: ChangeLog tar-1.25.ebuild Jeremy Olexa (darkside)
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=20101108205735.217C420051@flycatcher.gentoo.org \
--to=ssuominen@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