summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2004-02-26 21:43:32 +0000
committerSeemant Kulleen <seemant@gentoo.org>2004-02-26 21:43:32 +0000
commit3764a7f362d9c1b6157b013f3437e635e8a30aa9 (patch)
treebbabc514a543a0ab400fc0c5c13989f9f5d48383 /dev-util/libconf
parentversion bump (bug #42992) (Manifest recommit) (diff)
downloadgentoo-2-3764a7f362d9c1b6157b013f3437e635e8a30aa9.tar.gz
gentoo-2-3764a7f362d9c1b6157b013f3437e635e8a30aa9.tar.bz2
gentoo-2-3764a7f362d9c1b6157b013f3437e635e8a30aa9.zip
New abstraction library and utilities for interacting with configuration files. The app/lib itself is written by Dams (at gentoo dot org). Seemant committed it to portage.
Diffstat (limited to 'dev-util/libconf')
-rw-r--r--dev-util/libconf/ChangeLog12
-rw-r--r--dev-util/libconf/Manifest3
-rw-r--r--dev-util/libconf/files/digest-libconf-0.281
-rw-r--r--dev-util/libconf/libconf-0.28.ebuild26
-rw-r--r--dev-util/libconf/metadata.xml9
5 files changed, 51 insertions, 0 deletions
diff --git a/dev-util/libconf/ChangeLog b/dev-util/libconf/ChangeLog
new file mode 100644
index 000000000000..0b7dc303b776
--- /dev/null
+++ b/dev-util/libconf/ChangeLog
@@ -0,0 +1,12 @@
+# ChangeLog for dev-util/libconf
+# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/libconf/ChangeLog,v 1.1 2004/02/26 21:43:32 seemant Exp $
+
+*libconf-0.28 (26 Feb 2004)
+
+ 26 Feb 2004; Seemant Kulleen <seemant@gentoo.org> libconf-0.28.ebuild,
+ metadata.xml:
+ New abstraction library and utilities for interacting with configuration
+ files. The app/lib itself is written by Dams (at gentoo dot org). Seemant
+ committed it to portage.
+
diff --git a/dev-util/libconf/Manifest b/dev-util/libconf/Manifest
new file mode 100644
index 000000000000..5a1f074ec6a2
--- /dev/null
+++ b/dev-util/libconf/Manifest
@@ -0,0 +1,3 @@
+MD5 1c193496f59a44f1a8530c045e6bcab5 libconf-0.28.ebuild 564
+MD5 7cb9ab01e0cc907ef26304003efd978b metadata.xml 436
+MD5 705119e17deb58b46fa93460207fff7a files/digest-libconf-0.28 70
diff --git a/dev-util/libconf/files/digest-libconf-0.28 b/dev-util/libconf/files/digest-libconf-0.28
new file mode 100644
index 000000000000..f9a06c2d384f
--- /dev/null
+++ b/dev-util/libconf/files/digest-libconf-0.28
@@ -0,0 +1 @@
+MD5 79d373765bac0ba953fe32e7554f7914 perl-Libconf-0.28.tar.bz2 100299
diff --git a/dev-util/libconf/libconf-0.28.ebuild b/dev-util/libconf/libconf-0.28.ebuild
new file mode 100644
index 000000000000..d30a3055980e
--- /dev/null
+++ b/dev-util/libconf/libconf-0.28.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/libconf/libconf-0.28.ebuild,v 1.1 2004/02/26 21:43:32 seemant Exp $
+
+IUSE=""
+
+MY_P=perl-${PN/l/L}-${PV}
+S=${WORKDIR}/${MY_P}
+DESCRIPTION="Centralized abstraction layer for system configuration files"
+HOMEPAGE="http://libconf.net/"
+SRC_URI="http://libconf.net/download/${MY_P}.tar.bz2"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~x86 ~ppc ~sparc ~alpha ~hppa ~mips ~amd64 ~ia64 ~ppc64"
+
+DEPEND="dev-lang/perl"
+
+src_compile() {
+ emake || die "make failed"
+}
+
+src_install() {
+ einstall PREFIX=${D}/usr
+ dodoc AUTHORS COPYING ChangeLog
+}
diff --git a/dev-util/libconf/metadata.xml b/dev-util/libconf/metadata.xml
new file mode 100644
index 000000000000..e877e2cf627c
--- /dev/null
+++ b/dev-util/libconf/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>perl</herd>
+ <maintainer>
+ <email>dams@gentoo.org</email>
+ <name>Primary Maintainer is Dams. Secondary is Seemant</name>
+ </maintainer>
+</pkgmetadata>