diff options
author | Michael Cummings <mcummings@gentoo.org> | 2006-08-02 01:24:06 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2006-08-02 01:24:06 +0000 |
commit | d2bc3728c8e237e54029ac9a69efc9d2f830a348 (patch) | |
tree | ff2f978321e7819ba60a72ac93a8ba676a303b7b /app-portage | |
parent | Treecleaners maskings (diff) | |
download | gentoo-2-d2bc3728c8e237e54029ac9a69efc9d2f830a348.tar.gz gentoo-2-d2bc3728c8e237e54029ac9a69efc9d2f830a348.tar.bz2 gentoo-2-d2bc3728c8e237e54029ac9a69efc9d2f830a348.zip |
Announcing g-cpan-0.14.0. Any further bug fixes that arise will go into 0.14.1
(Portage version: 2.1.1_pre3-r1)
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/g-cpan/ChangeLog | 8 | ||||
-rw-r--r-- | app-portage/g-cpan/files/digest-g-cpan-0.14.0 | 3 | ||||
-rw-r--r-- | app-portage/g-cpan/g-cpan-0.14.0.ebuild | 33 |
3 files changed, 43 insertions, 1 deletions
diff --git a/app-portage/g-cpan/ChangeLog b/app-portage/g-cpan/ChangeLog index fd144a69a4c4..0d0d20061b1d 100644 --- a/app-portage/g-cpan/ChangeLog +++ b/app-portage/g-cpan/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-portage/g-cpan # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-portage/g-cpan/ChangeLog,v 1.16 2006/07/05 04:12:13 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/g-cpan/ChangeLog,v 1.17 2006/08/02 01:24:06 mcummings Exp $ + +*g-cpan-0.14.0 (02 Aug 2006) + + 02 Aug 2006; Michael Cummings <mcummings@gentoo.org> + +g-cpan-0.14.0.ebuild: + Announcing g-cpan-0.14.0. Any further bug fixes that arise will go into 0.14.1 *g-cpan-0.14.0_rc3 (05 Jul 2006) diff --git a/app-portage/g-cpan/files/digest-g-cpan-0.14.0 b/app-portage/g-cpan/files/digest-g-cpan-0.14.0 new file mode 100644 index 000000000000..36076dd888e5 --- /dev/null +++ b/app-portage/g-cpan/files/digest-g-cpan-0.14.0 @@ -0,0 +1,3 @@ +MD5 eebac9d349aeed2946f69d145c3952fd g-cpan-0.14.0.tar.gz 25902 +RMD160 0e5587b406f64b84c9807390cc72af4061edeb61 g-cpan-0.14.0.tar.gz 25902 +SHA256 5e297e0f5c4f2efb072b147a2cd03e1bca88a6c7f2f19b99d8ac88a92f1a10a4 g-cpan-0.14.0.tar.gz 25902 diff --git a/app-portage/g-cpan/g-cpan-0.14.0.ebuild b/app-portage/g-cpan/g-cpan-0.14.0.ebuild new file mode 100644 index 000000000000..0b5ea1236baf --- /dev/null +++ b/app-portage/g-cpan/g-cpan-0.14.0.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-portage/g-cpan/g-cpan-0.14.0.ebuild,v 1.1 2006/08/02 01:24:06 mcummings Exp $ + +inherit perl-module + +DESCRIPTION="g-cpan: generate and install CPAN modules using portage" +HOMEPAGE="http://www.gentoo.org/proj/en/perl/g-cpan.xml" +SRC_URI="mirror://gentoo/${P}.tar.gz" + +LICENSE="|| ( Artistic GPL-2 )" +SLOT="0" +#KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc-macos ~ppc64 ~s390 ~sh ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc64 ~sparc ~x86" +IUSE="" + +DEPEND="dev-lang/perl + dev-perl/yaml + dev-perl/Log-Agent" + +src_install() { + perl-module_src_install + diropts "-m0755" + dodir "/var/tmp/g-cpan" + keepdir "/var/tmp/g-cpan" + dodir "/var/log/g-cpan" + keepdir "/var/log/g-cpan" +} + +pkg_postinst() { + elog "You may wish to adjust the permissions on /var/tmp/g-cpan" + elog "if you have users besides root expecting to use g-cpan." +} |