summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-admin/augeas')
-rw-r--r--app-admin/augeas/ChangeLog10
-rw-r--r--app-admin/augeas/Manifest4
-rw-r--r--app-admin/augeas/augeas-0.4.0.ebuild22
-rw-r--r--app-admin/augeas/metadata.xml19
4 files changed, 55 insertions, 0 deletions
diff --git a/app-admin/augeas/ChangeLog b/app-admin/augeas/ChangeLog
new file mode 100644
index 000000000000..b2fcb216ddf6
--- /dev/null
+++ b/app-admin/augeas/ChangeLog
@@ -0,0 +1,10 @@
+# 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.
+
diff --git a/app-admin/augeas/Manifest b/app-admin/augeas/Manifest
new file mode 100644
index 000000000000..e667f81eacf6
--- /dev/null
+++ b/app-admin/augeas/Manifest
@@ -0,0 +1,4 @@
+DIST augeas-0.4.0.tar.gz 998520 RMD160 d9d570a5fbb00aa65b5f816999ada431a14523d9 SHA1 09dfcb3abc9801a6a7f94d88edc7ff11be5b0b85 SHA256 cd8582c1b18796832e053110025bda64b4f205768b231cd3a525374c6a1fde0f
+EBUILD augeas-0.4.0.ebuild 602 RMD160 f86ef33fb610a596aef4c8b19db93260b3d04676 SHA1 64c788cb7ae84c385c4ac5e821066793fe60381c SHA256 667542a9bb8f6f6f7c1d7eb6a52038a3ffba2099bc69ec32fb5180b3566df807
+MISC ChangeLog 354 RMD160 ae1f4f539a84e0ee907f1fc6359980d2be99fb39 SHA1 b423402f3b8848de4d5ea41cdd6b209015698f19 SHA256 8ba067d80ce231932c169143c6b5d8ded60d76de89adcd4ddc85f7b292eab649
+MISC metadata.xml 689 RMD160 46659073c8bf9ff8a6275270d6a10e4bf4563312 SHA1 80f7ce274b99f535a9aba832d55a585846a45528 SHA256 539f4f666cef8c58c562844cd4aa50c40d2e350c420cd36441537679e7b1c511
diff --git a/app-admin/augeas/augeas-0.4.0.ebuild b/app-admin/augeas/augeas-0.4.0.ebuild
new file mode 100644
index 000000000000..b8d704490dd7
--- /dev/null
+++ b/app-admin/augeas/augeas-0.4.0.ebuild
@@ -0,0 +1,22 @@
+# 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
+}
diff --git a/app-admin/augeas/metadata.xml b/app-admin/augeas/metadata.xml
new file mode 100644
index 000000000000..d0c2ecf9a557
--- /dev/null
+++ b/app-admin/augeas/metadata.xml
@@ -0,0 +1,19 @@
+<?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>
+