public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-admin/augeas: metadata.xml ChangeLog augeas-0.4.0.ebuild
@ 2009-02-24 15:49 Matsuu Takuto (matsuu)
  0 siblings, 0 replies; only message in thread
From: Matsuu Takuto (matsuu) @ 2009-02-24 15:49 UTC (permalink / raw
  To: gentoo-commits

matsuu      09/02/24 15:49:22

  Added:                metadata.xml ChangeLog augeas-0.4.0.ebuild
  Log:
  Initial import, bug #229361.
  (Portage version: 2.1.6.7/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  app-admin/augeas/metadata.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/augeas/metadata.xml?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/augeas/metadata.xml?rev=1.1&content-type=text/plain

Index: metadata.xml
===================================================================
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>no-herd</herd>
<maintainer>
<email>matsuu@gentoo.org</email>
</maintainer>
<longdescription lang="en">
A library for programmatically editing configuration files. Augeas parses
configuration files into a tree structure, which it exposes through its
public API. Changes made through the API are written back to the initially
read files.

The transformation works very hard to preserve comments and formatting
details. It is controlled by ``lens'' definitions that describe the file
format and the transformation into a tree.
</longdescription>
</pkgmetadata>




1.1                  app-admin/augeas/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/augeas/ChangeLog?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/augeas/ChangeLog?rev=1.1&content-type=text/plain

Index: ChangeLog
===================================================================
# ChangeLog for app-admin/augeas
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/app-admin/augeas/ChangeLog,v 1.1 2009/02/24 15:49:22 matsuu Exp $

*augeas-0.4.0 (24 Feb 2009)

  24 Feb 2009; MATSUU Takuto <matsuu@gentoo.org> +metadata.xml,
  +augeas-0.4.0.ebuild:
  Initial import, bug #229361.




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

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

Index: augeas-0.4.0.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-admin/augeas/augeas-0.4.0.ebuild,v 1.1 2009/02/24 15:49:22 matsuu Exp $

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="~amd64 ~x86"
IUSE="test"

DEPEND="sys-libs/readline"
RDEPEND="${DEPEND}
	test? ( dev-lang/ruby )"

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

	dodoc AUTHORS ChangeLog README NEWS
}






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

only message in thread, other threads:[~2009-02-24 15:49 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-02-24 15:49 [gentoo-commits] gentoo-x86 commit in app-admin/augeas: metadata.xml ChangeLog augeas-0.4.0.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