public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Ryan Hill (dirtyepic)" <dirtyepic@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in sys-libs/libunwind: ChangeLog libunwind-0.99.ebuild
Date: Sun, 26 Jul 2009 03:51:14 +0000	[thread overview]
Message-ID: <E1MUulW-0001N8-Dt@stork.gentoo.org> (raw)

dirtyepic    09/07/26 03:51:14

  Modified:             ChangeLog
  Added:                libunwind-0.99.ebuild
  Log:
  Version bump (bug #273372).
  Also fix license (bug #273366) and disable tests.
  (Portage version: 2.2_rc33/cvs/Linux x86_64)

Revision  Changes    Path
1.5                  sys-libs/libunwind/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/libunwind/ChangeLog?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/libunwind/ChangeLog?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/libunwind/ChangeLog?r1=1.4&r2=1.5

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/libunwind/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog	14 Oct 2008 09:58:27 -0000	1.4
+++ ChangeLog	26 Jul 2009 03:51:14 -0000	1.5
@@ -1,6 +1,12 @@
 # ChangeLog for sys-libs/libunwind
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/libunwind/ChangeLog,v 1.4 2008/10/14 09:58:27 robbat2 Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/libunwind/ChangeLog,v 1.5 2009/07/26 03:51:14 dirtyepic Exp $
+
+*libunwind-0.99 (26 Jul 2009)
+
+  26 Jul 2009; Ryan Hill <dirtyepic@gentoo.org> +libunwind-0.99.ebuild:
+  Version bump (bug #273372).
+  Also fix license (bug #273366) and disable tests.
 
 *libunwind-0.98.5-r1 (14 Oct 2008)
 



1.1                  sys-libs/libunwind/libunwind-0.99.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/libunwind/libunwind-0.99.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/libunwind/libunwind-0.99.ebuild?rev=1.1&content-type=text/plain

Index: libunwind-0.99.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-libs/libunwind/libunwind-0.99.ebuild,v 1.1 2009/07/26 03:51:14 dirtyepic Exp $

inherit autotools

DESCRIPTION="Portable and efficient API to determine the call-chain of a program"
HOMEPAGE="http://savannah.nongnu.org/projects/libunwind"
SRC_URI="http://download.savannah.nongnu.org/releases/libunwind/${P}.tar.gz"

LICENSE="MIT"
SLOT="7"
KEYWORDS="~amd64 ~ia64 ~x86"
IUSE=""

DEPEND=""
RDEPEND=""

RESTRICT="test"		 # https://savannah.nongnu.org/bugs/?22368
					 # https://bugs.gentoo.org/273372

src_unpack() {
	unpack ${A}
	cd "${S}"
	eautoreconf
}

src_install() {
	emake install DESTDIR="${D}" || die
	dodoc AUTHORS ChangeLog NEWS README TODO
}






             reply	other threads:[~2009-07-26  3:51 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-07-26  3:51 Ryan Hill (dirtyepic) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2009-10-18 15:28 [gentoo-commits] gentoo-x86 commit in sys-libs/libunwind: ChangeLog libunwind-0.99.ebuild Samuli Suominen (ssuominen)
2009-11-21 17:23 Markus Meier (maekke)
2009-11-24 19:10 Raul Porcel (armin76)

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=E1MUulW-0001N8-Dt@stork.gentoo.org \
    --to=dirtyepic@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