public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Christian Faulhammer (fauli)" <fauli@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in net-news/newsbeuter: newsbeuter-2.0.ebuild ChangeLog
Date: Fri, 10 Jul 2009 11:05:41 +0000	[thread overview]
Message-ID: <E1MPDvB-00012s-0A@stork.gentoo.org> (raw)

fauli       09/07/10 11:05:40

  Modified:             ChangeLog
  Added:                newsbeuter-2.0.ebuild
  Log:
  version bump for bug 267191, thanks for the ebuild to Tim Harder <radhermit AT gmail DOT com>
  (Portage version: 2.1.6.13/cvs/Linux i686)

Revision  Changes    Path
1.19                 net-news/newsbeuter/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-news/newsbeuter/ChangeLog?rev=1.19&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-news/newsbeuter/ChangeLog?rev=1.19&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-news/newsbeuter/ChangeLog?r1=1.18&r2=1.19

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-news/newsbeuter/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog	19 Dec 2008 00:44:02 -0000	1.18
+++ ChangeLog	10 Jul 2009 11:05:40 -0000	1.19
@@ -1,6 +1,13 @@
 # ChangeLog for net-news/newsbeuter
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-news/newsbeuter/ChangeLog,v 1.18 2008/12/19 00:44:02 gentoofan23 Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-news/newsbeuter/ChangeLog,v 1.19 2009/07/10 11:05:40 fauli Exp $
+
+*newsbeuter-2.0 (10 Jul 2009)
+
+  10 Jul 2009; Christian Faulhammer <fauli@gentoo.org>
+  +newsbeuter-2.0.ebuild:
+  version bump for bug 267191, thanks for the ebuild to Tim Harder
+  <radhermit AT gmail DOT com>
 
 *newsbeuter-1.3 (19 Dec 2008)
 



1.1                  net-news/newsbeuter/newsbeuter-2.0.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-news/newsbeuter/newsbeuter-2.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-news/newsbeuter/newsbeuter-2.0.ebuild?rev=1.1&content-type=text/plain

Index: newsbeuter-2.0.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-news/newsbeuter/newsbeuter-2.0.ebuild,v 1.1 2009/07/10 11:05:40 fauli Exp $

EAPI="2"
inherit toolchain-funcs eutils

DESCRIPTION="A RSS/Atom feed reader for the text console."
HOMEPAGE="http://www.newsbeuter.org/index.html"
SRC_URI="http://www.${PN}.org/downloads/${P}.tar.gz"
# test fail currently
RESTRICT=test

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE="test"

RDEPEND=">=dev-db/sqlite-3.5:3
	>=dev-libs/stfl-0.19
	net-misc/curl
	dev-libs/libxml2"

DEPEND="${RDEPEND}
	dev-util/pkgconfig
	sys-devel/gettext
	test? ( dev-libs/boost )"

src_prepare() {
	sed -i \
		-e "s:-ggdb:${CXXFLAGS}:" \
		-e "s:^CXX=.*:CXX=$(tc-getCXX):" \
		Makefile
}

src_test() {
	emake test || die
	# Tests fail if in ${S} rather than in ${S}/test
	cd "${S}"/test
	./test || die
}

src_install() {
	emake prefix="${D}/usr" install || die
	dodoc AUTHORS README CHANGES
	mv "${D}"/usr/share/doc/${PN}/* "${D}"/usr/share/doc/${PF}/
	rm -rf "${D}"/usr/share/doc/${PN}
}






             reply	other threads:[~2009-07-10 11:05 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-07-10 11:05 Christian Faulhammer (fauli) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2009-08-18 21:56 [gentoo-commits] gentoo-x86 commit in net-news/newsbeuter: newsbeuter-2.0.ebuild ChangeLog Christian Faulhammer (fauli)
2009-08-30 12:25 Thomas Anderson (tanderson)

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=E1MPDvB-00012s-0A@stork.gentoo.org \
    --to=fauli@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