diff options
author | Michael Cummings <mcummings@gentoo.org> | 2006-08-05 20:14:17 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2006-08-05 20:14:17 +0000 |
commit | 23e10fcfff06a5fb976847c5578685887b4213ac (patch) | |
tree | 83cf9bd82ac18ac0f0e410468237877161bd95c5 /dev-perl/SNMP_Session | |
parent | Adding perl dep; fixed DEPEND (diff) | |
download | gentoo-2-23e10fcfff06a5fb976847c5578685887b4213ac.tar.gz gentoo-2-23e10fcfff06a5fb976847c5578685887b4213ac.tar.bz2 gentoo-2-23e10fcfff06a5fb976847c5578685887b4213ac.zip |
Adding perl dep; fixed header; fixed DEPEND
(Portage version: 2.1.1_pre3-r1)
Diffstat (limited to 'dev-perl/SNMP_Session')
-rw-r--r-- | dev-perl/SNMP_Session/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/SNMP_Session/SNMP_Session-0.92-r1.ebuild | 8 | ||||
-rw-r--r-- | dev-perl/SNMP_Session/SNMP_Session-0.92.ebuild | 8 |
3 files changed, 18 insertions, 6 deletions
diff --git a/dev-perl/SNMP_Session/ChangeLog b/dev-perl/SNMP_Session/ChangeLog index 5f3220917614..026094726bbe 100644 --- a/dev-perl/SNMP_Session/ChangeLog +++ b/dev-perl/SNMP_Session/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/SNMP_Session -# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/SNMP_Session/ChangeLog,v 1.13 2005/10/02 13:13:01 agriffis Exp $ +# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/SNMP_Session/ChangeLog,v 1.14 2006/08/05 20:14:17 mcummings Exp $ + + 05 Aug 2006; Michael Cummings <mcummings@gentoo.org> + SNMP_Session-0.92.ebuild, SNMP_Session-0.92-r1.ebuild: + Adding perl dep; fixed header; fixed DEPEND 02 Oct 2005; Aron Griffis <agriffis@gentoo.org> SNMP_Session-0.92-r1.ebuild: diff --git a/dev-perl/SNMP_Session/SNMP_Session-0.92-r1.ebuild b/dev-perl/SNMP_Session/SNMP_Session-0.92-r1.ebuild index 1514b6c0caff..e874dee05df5 100644 --- a/dev-perl/SNMP_Session/SNMP_Session-0.92-r1.ebuild +++ b/dev-perl/SNMP_Session/SNMP_Session-0.92-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/SNMP_Session/SNMP_Session-0.92-r1.ebuild,v 1.9 2005/10/02 13:13:01 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/SNMP_Session/SNMP_Session-0.92-r1.ebuild,v 1.10 2006/08/05 20:14:17 mcummings Exp $ inherit perl-module @@ -20,3 +20,7 @@ src_install() { perl-module_src_install dohtml *.html } + + +DEPEND="dev-lang/perl" +RDEPEND="${DEPEND}" diff --git a/dev-perl/SNMP_Session/SNMP_Session-0.92.ebuild b/dev-perl/SNMP_Session/SNMP_Session-0.92.ebuild index 75601ebbe431..61dd59ce56fb 100644 --- a/dev-perl/SNMP_Session/SNMP_Session-0.92.ebuild +++ b/dev-perl/SNMP_Session/SNMP_Session-0.92.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/SNMP_Session/SNMP_Session-0.92.ebuild,v 1.16 2004/07/14 20:25:32 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/SNMP_Session/SNMP_Session-0.92.ebuild,v 1.17 2006/08/05 20:14:17 mcummings Exp $ inherit perl-module @@ -20,3 +20,7 @@ src_install() { perl-module_src_install dohtml *.html } + + +DEPEND="dev-lang/perl" +RDEPEND="${DEPEND}" |