summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien Krotkine <dams@gentoo.org>2004-12-07 22:29:15 +0000
committerDamien Krotkine <dams@gentoo.org>2004-12-07 22:29:15 +0000
commit77bae1fb74b50b268efbb525fefd35f35cab4e33 (patch)
tree803e774d2f7f4b2aff3595e8c6058c3bec490452 /dev-util
parentinitial commit - ebuild submitted by Greg Watson via bug #69184 (Manifest rec... (diff)
downloadgentoo-2-77bae1fb74b50b268efbb525fefd35f35cab4e33.tar.gz
gentoo-2-77bae1fb74b50b268efbb525fefd35f35cab4e33.tar.bz2
gentoo-2-77bae1fb74b50b268efbb525fefd35f35cab4e33.zip
version 0.39.5, needed for latest profuse
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/libconf/ChangeLog7
-rw-r--r--dev-util/libconf/Manifest4
-rw-r--r--dev-util/libconf/files/digest-libconf-0.39.51
-rw-r--r--dev-util/libconf/libconf-0.39.5.ebuild27
4 files changed, 37 insertions, 2 deletions
diff --git a/dev-util/libconf/ChangeLog b/dev-util/libconf/ChangeLog
index d77df40accf9..67d46ac54f29 100644
--- a/dev-util/libconf/ChangeLog
+++ b/dev-util/libconf/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-util/libconf
# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/libconf/ChangeLog,v 1.8 2004/11/29 22:47:35 dams Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/libconf/ChangeLog,v 1.9 2004/12/07 22:29:15 dams Exp $
+
+*libconf-0.39.5 (08 Dec 2004)
+
+ 08 Dec 2004; <dams@gentoo.org> +libconf-0.39.5.ebuild:
+ version 0.39.5, needed for latest profuse
*libconf-0.39.4 (30 Nov 2004)
diff --git a/dev-util/libconf/Manifest b/dev-util/libconf/Manifest
index d3e561a12b7b..3083a20d0d01 100644
--- a/dev-util/libconf/Manifest
+++ b/dev-util/libconf/Manifest
@@ -1,4 +1,4 @@
-MD5 db5c1d57d0e58fba371e095688662712 ChangeLog 1192
+MD5 09cdff0be6d4ae5901eb2c68b2ef352c ChangeLog 1325
MD5 dc34b8350c9eef33e3eb0ae18b04cc35 libconf-0.28.ebuild 679
MD5 6e1c940dac57cc6ec61e9c4f70b62d8c libconf-0.29.ebuild 718
MD5 5f1c3b9a62f513d6a4802b57677c23bf metadata.xml 284
@@ -7,6 +7,7 @@ MD5 3c951ab767869c9e0edaa83c99a44c88 libconf-0.39.1.ebuild 714
MD5 02293e2ba9174eb4fc024dee1cae08be libconf-0.39.2.ebuild 714
MD5 422ece02bac328b8b087de698bb9253b libconf-0.39.3.ebuild 714
MD5 4955608aa0131e9ed9022b64825ee79a libconf-0.39.4.ebuild 714
+MD5 4955608aa0131e9ed9022b64825ee79a libconf-0.39.5.ebuild 714
MD5 705119e17deb58b46fa93460207fff7a files/digest-libconf-0.28 70
MD5 813fffddc48e3fecaa47ad5c4674454b files/digest-libconf-0.29 70
MD5 7c60f6a0a7374ffaa0f1148bc523f66b files/digest-libconf-0.39_alpha 76
@@ -14,3 +15,4 @@ MD5 98f61655f831f3426abbda2d00bce6b4 files/digest-libconf-0.39.1 72
MD5 60ee8c9a899bf623bdcd9bd2dabcbefd files/digest-libconf-0.39.2 72
MD5 cede69cccdc150d81c888ba5367ffa50 files/digest-libconf-0.39.3 72
MD5 e51d31e9a14ecbe9f211bb7a3fbb878d files/digest-libconf-0.39.4 72
+MD5 9f118ef813395039e5f7bc8478f00109 files/digest-libconf-0.39.5 72
diff --git a/dev-util/libconf/files/digest-libconf-0.39.5 b/dev-util/libconf/files/digest-libconf-0.39.5
new file mode 100644
index 000000000000..5f383e096d18
--- /dev/null
+++ b/dev-util/libconf/files/digest-libconf-0.39.5
@@ -0,0 +1 @@
+MD5 1b6e6e6285a880aa43a6934c405272dc perl-Libconf-0.39.5.tar.bz2 230730
diff --git a/dev-util/libconf/libconf-0.39.5.ebuild b/dev-util/libconf/libconf-0.39.5.ebuild
new file mode 100644
index 000000000000..6d5717b720df
--- /dev/null
+++ b/dev-util/libconf/libconf-0.39.5.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/libconf/libconf-0.39.5.ebuild,v 1.1 2004/12/07 22:29:15 dams 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"
+ make test || die "make test failed"
+}
+
+src_install() {
+ einstall PREFIX=${D}/usr
+ dodoc AUTHORS COPYING ChangeLog
+}