diff options
author | Damien Krotkine <dams@gentoo.org> | 2005-08-27 18:51:20 +0000 |
---|---|---|
committer | Damien Krotkine <dams@gentoo.org> | 2005-08-27 18:51:20 +0000 |
commit | 6e457ff9318d9ec556373d34f2c0a006145034bb (patch) | |
tree | ee5b613095026e2dcd42aa45f7f74f7301899b68 /dev-util/libconf | |
parent | arm/hppa/s390 stable (diff) | |
download | historical-6e457ff9318d9ec556373d34f2c0a006145034bb.tar.gz historical-6e457ff9318d9ec556373d34f2c0a006145034bb.tar.bz2 historical-6e457ff9318d9ec556373d34f2c0a006145034bb.zip |
major version bump
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'dev-util/libconf')
-rw-r--r-- | dev-util/libconf/ChangeLog | 7 | ||||
-rw-r--r-- | dev-util/libconf/files/digest-libconf-0.40.00 | 1 | ||||
-rw-r--r-- | dev-util/libconf/libconf-0.40.00.ebuild | 29 |
3 files changed, 36 insertions, 1 deletions
diff --git a/dev-util/libconf/ChangeLog b/dev-util/libconf/ChangeLog index 8d7cd09fe2e2..2ee27285db36 100644 --- a/dev-util/libconf/ChangeLog +++ b/dev-util/libconf/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-util/libconf # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/libconf/ChangeLog,v 1.28 2005/08/23 16:52:06 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/libconf/ChangeLog,v 1.29 2005/08/27 18:51:20 dams Exp $ + +*libconf-0.40.00 (27 Aug 2005) + + 27 Aug 2005; Damien Krotkine <dams@gentoo.org> +libconf-0.40.00.ebuild: + major version bump 23 Aug 2005; Aron Griffis <agriffis@gentoo.org> libconf-0.39.21.ebuild: stable on ia64 diff --git a/dev-util/libconf/files/digest-libconf-0.40.00 b/dev-util/libconf/files/digest-libconf-0.40.00 new file mode 100644 index 000000000000..cb977820eaaa --- /dev/null +++ b/dev-util/libconf/files/digest-libconf-0.40.00 @@ -0,0 +1 @@ +MD5 9c6d795bf3c2d8603c3ab0b3ca300dc2 perl-Libconf-0.40.00.tar.bz2 321119 diff --git a/dev-util/libconf/libconf-0.40.00.ebuild b/dev-util/libconf/libconf-0.40.00.ebuild new file mode 100644 index 000000000000..5e3945282c4c --- /dev/null +++ b/dev-util/libconf/libconf-0.40.00.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/libconf/libconf-0.40.00.ebuild,v 1.1 2005/08/27 18:51:20 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="~alpha ~amd64 ~ia64 ppc ~ppc64 ~sparc x86" + +DEPEND="dev-lang/perl +dev-perl/DelimMatch +xml? ( dev-perl/Data-DumpXML )" + +src_compile() { + emake || die "make failed" + make test || die "make test failed" +} + +src_install() { + einstall PREFIX=${D}/usr + dodoc AUTHORS COPYING ChangeLog +} |