diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2008-09-30 08:41:04 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2008-09-30 08:41:04 +0000 |
commit | 63528600876786fe46dcb59368d454bb9f221edc (patch) | |
tree | b8a33ef88ece7d8d4b5f5a457514f80cdd0c7418 /dev-perl | |
parent | Unmask soap for net-libs/webkit-gtk, as the necessary version is in portage t... (diff) | |
download | historical-63528600876786fe46dcb59368d454bb9f221edc.tar.gz historical-63528600876786fe46dcb59368d454bb9f221edc.tar.bz2 historical-63528600876786fe46dcb59368d454bb9f221edc.zip |
New ebuild by Robin H. Johnson <robbat2@gentoo.org>. Used for some of the external qpsmtpd plugins.
Package-Manager: portage-2.2_rc11/cvs/Linux 2.6.27-rc1-10246-gca5de40 x86_64
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/WWW-Curl/ChangeLog | 11 | ||||
-rw-r--r-- | dev-perl/WWW-Curl/Manifest | 4 | ||||
-rw-r--r-- | dev-perl/WWW-Curl/WWW-Curl-4.05.ebuild | 18 | ||||
-rw-r--r-- | dev-perl/WWW-Curl/metadata.xml | 9 |
4 files changed, 42 insertions, 0 deletions
diff --git a/dev-perl/WWW-Curl/ChangeLog b/dev-perl/WWW-Curl/ChangeLog new file mode 100644 index 000000000000..d876282b9734 --- /dev/null +++ b/dev-perl/WWW-Curl/ChangeLog @@ -0,0 +1,11 @@ +# ChangeLog for dev-perl/WWW-Curl +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Curl/ChangeLog,v 1.1 2008/09/30 08:41:04 robbat2 Exp $ + +*WWW-Curl-4.05 (30 Sep 2008) + + 30 Sep 2008; Robin H. Johnson <robbat2@gentoo.org> +metadata.xml, + +WWW-Curl-4.05.ebuild: + New ebuild by Robin H. Johnson <robbat2@gentoo.org>. Used for some of the + external qpsmtpd plugins. + diff --git a/dev-perl/WWW-Curl/Manifest b/dev-perl/WWW-Curl/Manifest new file mode 100644 index 000000000000..04576458b14f --- /dev/null +++ b/dev-perl/WWW-Curl/Manifest @@ -0,0 +1,4 @@ +DIST WWW-Curl-4.05.tar.gz 40162 RMD160 af4333bf95e4435eeb1a3180844dc47624d417e9 SHA1 1d0eb6d4f1d9c29d8035fc94a6c0811f6c79fc59 SHA256 208bf29e4f61591974c4572d839d25a91b36a0387680fa51fa3e7d496a8f0fd6 +EBUILD WWW-Curl-4.05.ebuild 457 RMD160 93b399e437242b52e28696035847d019ec77d821 SHA1 c9d809b7e5da84151dd7f492035b9e4086c311c9 SHA256 ebdefc6bb1d309a9326656c4d802fa2f96811fe9f0e6dbcada31f6a5fac68218 +MISC ChangeLog 436 RMD160 da161898a548bca23b65b2a06a27a39bbd6b1c3d SHA1 d47b581cfb92f612e13f6a3f4b5bf9e864eb83ad SHA256 ca07532b22327c22d3543697b35f992050d2f11170980a888d8f20354e46d369 +MISC metadata.xml 271 RMD160 33d1e6d38b3ecde19f2a3a873476e4fc03fd0a41 SHA1 1b49b2ba691f42cbf4f86231769f560b7232453a SHA256 0670df6d1cf19fc80b5a9b574234d0d260f42c2c1889155d94922b0d63976ac2 diff --git a/dev-perl/WWW-Curl/WWW-Curl-4.05.ebuild b/dev-perl/WWW-Curl/WWW-Curl-4.05.ebuild new file mode 100644 index 000000000000..0fa9629dda42 --- /dev/null +++ b/dev-perl/WWW-Curl/WWW-Curl-4.05.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Curl/WWW-Curl-4.05.ebuild,v 1.1 2008/09/30 08:41:04 robbat2 Exp $ + +MODULE_AUTHOR="SZBALINT" +inherit perl-module + +DESCRIPTION="Perl extension interface for libcurl" + +IUSE="" + +RDEPEND="net-misc/curl" +DEPEND="${RDEPEND}" + +SLOT="0" +LICENSE="|| ( Artistic GPL-2 )" +KEYWORDS="~amd64 ~ppc ~x86" +SRC_TEST="do" diff --git a/dev-perl/WWW-Curl/metadata.xml b/dev-perl/WWW-Curl/metadata.xml new file mode 100644 index 000000000000..8ac7a1c994df --- /dev/null +++ b/dev-perl/WWW-Curl/metadata.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>perl</herd> + <maintainer> + <email>robbat2@gentoo.org</email> + <description>Primary Maintainer</description> + </maintainer> +</pkgmetadata> |