public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-admin/augeas: ChangeLog augeas-0.8.1.ebuild
@ 2011-05-11 14:41 Matsuu Takuto (matsuu)
  0 siblings, 0 replies; only message in thread
From: Matsuu Takuto (matsuu) @ 2011-05-11 14:41 UTC (permalink / raw
  To: gentoo-commits

matsuu      11/05/11 14:41:14

  Modified:             ChangeLog
  Added:                augeas-0.8.1.ebuild
  Log:
  Version bumped, bug #366013. Added static-libs USE flag.
  
  (Portage version: 2.1.9.46/cvs/Linux x86_64)

Revision  Changes    Path
1.24                 app-admin/augeas/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/augeas/ChangeLog?rev=1.24&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/augeas/ChangeLog?rev=1.24&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/augeas/ChangeLog?r1=1.23&r2=1.24

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-admin/augeas/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog	10 Apr 2011 12:56:06 -0000	1.23
+++ ChangeLog	11 May 2011 14:41:14 -0000	1.24
@@ -1,6 +1,11 @@
 # ChangeLog for app-admin/augeas
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/augeas/ChangeLog,v 1.23 2011/04/10 12:56:06 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/augeas/ChangeLog,v 1.24 2011/05/11 14:41:14 matsuu Exp $
+
+*augeas-0.8.1 (11 May 2011)
+
+  11 May 2011; MATSUU Takuto <matsuu@gentoo.org> +augeas-0.8.1.ebuild:
+  Version bumped, bug #366013. Added static-libs USE flag.
 
   10 Apr 2011; Tobias Klausmann <klausman@gentoo.org> augeas-0.7.4.ebuild:
   Stable on alpha, bug #359233



1.1                  app-admin/augeas/augeas-0.8.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/augeas/augeas-0.8.1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/augeas/augeas-0.8.1.ebuild?rev=1.1&content-type=text/plain

Index: augeas-0.8.1.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-admin/augeas/augeas-0.8.1.ebuild,v 1.1 2011/05/11 14:41:14 matsuu Exp $

EAPI="3"

DESCRIPTION="A library for changing configuration files"
HOMEPAGE="http://augeas.net/"
SRC_URI="http://augeas.net/download/${P}.tar.gz"

LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~sparc ~x86"
IUSE="static-libs test"

RDEPEND="sys-libs/readline"
DEPEND="${RDEPEND}
	>=app-doc/NaturalDocs-1.40
	test? ( dev-lang/ruby )"

src_prepare() {
	if [ -f /usr/share/NaturalDocs/Config/Languages.txt ] ; then
		addwrite /usr/share/NaturalDocs/Config/Languages.txt
	fi
	if [ -f /usr/share/NaturalDocs/Config/Topics.txt ] ; then
		addwrite /usr/share/NaturalDocs/Config/Topics.txt
	fi
}

src_configure() {
	econf $(use_enable static-libs static) || die
}

src_install() {
	emake DESTDIR="${D}" install || die "install failed"

	use static-libs || find "${ED}" -name '*.la' -exec rm {} +

	dodoc AUTHORS ChangeLog README NEWS || die
}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-05-11 14:41 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-11 14:41 [gentoo-commits] gentoo-x86 commit in app-admin/augeas: ChangeLog augeas-0.8.1.ebuild Matsuu Takuto (matsuu)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox