diff options
author | Torsten Veller <tove@gentoo.org> | 2008-10-31 17:18:25 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2008-10-31 17:18:25 +0000 |
commit | dee146d5ed7dbabfbdd26cbd482b010633b47260 (patch) | |
tree | 2f3baf08d172827c3f1fcc99f8f39587a476fabb /dev-perl/LWPx-ParanoidAgent/LWPx-ParanoidAgent-1.04.ebuild | |
parent | Version bump (diff) | |
download | gentoo-2-dee146d5ed7dbabfbdd26cbd482b010633b47260.tar.gz gentoo-2-dee146d5ed7dbabfbdd26cbd482b010633b47260.tar.bz2 gentoo-2-dee146d5ed7dbabfbdd26cbd482b010633b47260.zip |
Version bump
(Portage version: 2.2_rc12/cvs/Linux 2.6.26-tuxonice i686)
Diffstat (limited to 'dev-perl/LWPx-ParanoidAgent/LWPx-ParanoidAgent-1.04.ebuild')
-rw-r--r-- | dev-perl/LWPx-ParanoidAgent/LWPx-ParanoidAgent-1.04.ebuild | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/dev-perl/LWPx-ParanoidAgent/LWPx-ParanoidAgent-1.04.ebuild b/dev-perl/LWPx-ParanoidAgent/LWPx-ParanoidAgent-1.04.ebuild new file mode 100644 index 000000000000..045404399840 --- /dev/null +++ b/dev-perl/LWPx-ParanoidAgent/LWPx-ParanoidAgent-1.04.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/LWPx-ParanoidAgent/LWPx-ParanoidAgent-1.04.ebuild,v 1.1 2008/10/31 17:18:25 tove Exp $ + +MODULE_AUTHOR=BRADFITZ +inherit perl-module + +DESCRIPTION="Subclass of LWP::UserAgent that protects you from harm" + +LICENSE="|| ( Artistic GPL-2 )" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="dev-perl/libwww-perl + dev-perl/Net-DNS + virtual/perl-Time-HiRes" + +SRC_TEST=no |