diff options
author | Torsten Veller <tove@gentoo.org> | 2012-04-29 10:47:54 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2012-04-29 10:47:54 +0000 |
commit | 325f5795c3992502451796c9782433461c33045d (patch) | |
tree | 0a06997c4d74718919defb8948c2ee1e3268af15 | |
parent | Version bump. (diff) | |
download | gentoo-2-325f5795c3992502451796c9782433461c33045d.tar.gz gentoo-2-325f5795c3992502451796c9782433461c33045d.tar.bz2 gentoo-2-325f5795c3992502451796c9782433461c33045d.zip |
[bump] dev-perl/Fuse-0.150.0
(Portage version: 2.2.0_alpha101/cvs/Linux x86_64)
-rw-r--r-- | dev-perl/Fuse/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/Fuse/Fuse-0.150.0.ebuild | 22 |
2 files changed, 28 insertions, 1 deletions
diff --git a/dev-perl/Fuse/ChangeLog b/dev-perl/Fuse/ChangeLog index f7ec07372e2c..63d7def30281 100644 --- a/dev-perl/Fuse/ChangeLog +++ b/dev-perl/Fuse/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/Fuse # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Fuse/ChangeLog,v 1.15 2012/04/22 10:27:12 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Fuse/ChangeLog,v 1.16 2012/04/29 10:47:54 tove Exp $ + +*Fuse-0.150.0 (29 Apr 2012) + + 29 Apr 2012; Torsten Veller <tove@gentoo.org> +Fuse-0.150.0.ebuild: + Version bump 22 Apr 2012; Agostino Sarubbo <ago@gentoo.org> Fuse-0.140.0.ebuild: Stable for amd64, wrt bug #412997 diff --git a/dev-perl/Fuse/Fuse-0.150.0.ebuild b/dev-perl/Fuse/Fuse-0.150.0.ebuild new file mode 100644 index 000000000000..ec05db6db471 --- /dev/null +++ b/dev-perl/Fuse/Fuse-0.150.0.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Fuse/Fuse-0.150.0.ebuild,v 1.1 2012/04/29 10:47:54 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=DPATES +MODULE_VERSION=0.15 +inherit perl-module + +DESCRIPTION="Fuse module for perl" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="sys-fs/fuse" +DEPEND="${RDEPEND}" + +# Test is whack - ChrisWhite +#SRC_TEST="do" |