summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien Krotkine <dams@gentoo.org>2004-11-29 22:47:35 +0000
committerDamien Krotkine <dams@gentoo.org>2004-11-29 22:47:35 +0000
commit2a703f327bfedf46fe7e038b8ed4612106f3d2e3 (patch)
treebefc4e52ba0fcfd4a05a69b4cbb39e7957e1ff48 /dev-util/libconf
parentadd patch (Manifest recommit) (diff)
downloadgentoo-2-2a703f327bfedf46fe7e038b8ed4612106f3d2e3.tar.gz
gentoo-2-2a703f327bfedf46fe7e038b8ed4612106f3d2e3.tar.bz2
gentoo-2-2a703f327bfedf46fe7e038b8ed4612106f3d2e3.zip
version 0.39.4
Diffstat (limited to 'dev-util/libconf')
-rw-r--r--dev-util/libconf/ChangeLog7
-rw-r--r--dev-util/libconf/Manifest2
-rw-r--r--dev-util/libconf/files/digest-libconf-0.39.41
-rw-r--r--dev-util/libconf/libconf-0.39.4.ebuild27
4 files changed, 36 insertions, 1 deletions
diff --git a/dev-util/libconf/ChangeLog b/dev-util/libconf/ChangeLog
index dc38db405128..d77df40accf9 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.7 2004/11/26 00:11:51 dams Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/libconf/ChangeLog,v 1.8 2004/11/29 22:47:35 dams Exp $
+
+*libconf-0.39.4 (30 Nov 2004)
+
+ 30 Nov 2004; <dams@gentoo.org> +libconf-0.39.4.ebuild:
+ version 0.39.4
26 Nov 2004; <dams@gentoo.org> :
version 0.39.3
diff --git a/dev-util/libconf/Manifest b/dev-util/libconf/Manifest
index 0a20e531150c..2a2c3a339e41 100644
--- a/dev-util/libconf/Manifest
+++ b/dev-util/libconf/Manifest
@@ -6,9 +6,11 @@ MD5 995121a0faa505b114c0def60bdc64de libconf-0.39_alpha.ebuild 718
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 422ece02bac328b8b087de698bb9253b libconf-0.39.4.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
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
diff --git a/dev-util/libconf/files/digest-libconf-0.39.4 b/dev-util/libconf/files/digest-libconf-0.39.4
new file mode 100644
index 000000000000..1d859d74e798
--- /dev/null
+++ b/dev-util/libconf/files/digest-libconf-0.39.4
@@ -0,0 +1 @@
+MD5 cc9e0a45d07bba65f3e44622b8c4a7c6 perl-Libconf-0.39.4.tar.bz2 213194
diff --git a/dev-util/libconf/libconf-0.39.4.ebuild b/dev-util/libconf/libconf-0.39.4.ebuild
new file mode 100644
index 000000000000..0e71da11d377
--- /dev/null
+++ b/dev-util/libconf/libconf-0.39.4.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.4.ebuild,v 1.1 2004/11/29 22:47:35 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
+}