diff options
author | Jörg Bornkessel <hd_brummy@gentoo.org> | 2008-02-24 18:50:27 +0000 |
---|---|---|
committer | Jörg Bornkessel <hd_brummy@gentoo.org> | 2008-02-24 18:50:27 +0000 |
commit | 21beb7c955998cfdd51b492b0acd25970a91598e (patch) | |
tree | 2ca67c2c8bc78a7a4dfe4a9b8d5ebe5cf45de972 /dev-perl | |
parent | Version bump, bug 211191. Thank Vieri <rentorbuy AT yahoo.com> for all work! (diff) | |
download | gentoo-2-21beb7c955998cfdd51b492b0acd25970a91598e.tar.gz gentoo-2-21beb7c955998cfdd51b492b0acd25970a91598e.tar.bz2 gentoo-2-21beb7c955998cfdd51b492b0acd25970a91598e.zip |
intial ebuild
(Portage version: 2.1.3.19)
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/Linux-Inotify2/ChangeLog | 10 | ||||
-rw-r--r-- | dev-perl/Linux-Inotify2/Linux-Inotify2-1.1.ebuild | 16 | ||||
-rw-r--r-- | dev-perl/Linux-Inotify2/Manifest | 4 | ||||
-rw-r--r-- | dev-perl/Linux-Inotify2/metadata.xml | 14 |
4 files changed, 44 insertions, 0 deletions
diff --git a/dev-perl/Linux-Inotify2/ChangeLog b/dev-perl/Linux-Inotify2/ChangeLog new file mode 100644 index 000000000000..cb43dd77b047 --- /dev/null +++ b/dev-perl/Linux-Inotify2/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for dev-perl/Linux-Inotify2 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Linux-Inotify2/ChangeLog,v 1.1 2008/02/24 18:50:27 hd_brummy Exp $ + +*Linux-Inotify2-1.1 (24 Feb 2008) + + 24 Feb 2008; Joerg Bornkessel <hd_brummy@gentoo.org> +metadata.xml, + +Linux-Inotify2-1.1.ebuild: + intial ebuild + diff --git a/dev-perl/Linux-Inotify2/Linux-Inotify2-1.1.ebuild b/dev-perl/Linux-Inotify2/Linux-Inotify2-1.1.ebuild new file mode 100644 index 000000000000..cff95164527c --- /dev/null +++ b/dev-perl/Linux-Inotify2/Linux-Inotify2-1.1.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Linux-Inotify2/Linux-Inotify2-1.1.ebuild,v 1.1 2008/02/24 18:50:27 hd_brummy Exp $ + +inherit perl-module + +DESCRIPTION="scalable directory/file change notification" +SRC_URI="http://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/${P}.tar.gz" +HOMEPAGE="http://search.cpan.org/~mlehmann/" +SLOT="0" +LICENSE="|| ( Artistic GPL-2 )" +KEYWORDS="~amd64 ~sparc ~x86" + +SRC_TEST="do" + +DEPEND="dev-lang/perl" diff --git a/dev-perl/Linux-Inotify2/Manifest b/dev-perl/Linux-Inotify2/Manifest new file mode 100644 index 000000000000..9959ee161a1a --- /dev/null +++ b/dev-perl/Linux-Inotify2/Manifest @@ -0,0 +1,4 @@ +DIST Linux-Inotify2-1.1.tar.gz 9700 RMD160 60e6b7d69805e6389b0b1f1369e2aed6c572f960 SHA1 2ded9997556dc0cb40cb565922f174ef497cd9bd SHA256 fd409f0c10b9be6b3423a89355fa9d28e0019f5d1c67d007f27be4dc2f4ac411 +EBUILD Linux-Inotify2-1.1.ebuild 525 RMD160 d7bb98bac36cec739bb82685bc38b52e341abd84 SHA1 392988c946804b255c85e79d3e28a5e20e5b16e2 SHA256 869304b5f2ff45450b930e8cdff8b19435052c50c44398c2671a76e5c86eb35a +MISC ChangeLog 276 RMD160 0944cf64e9ae185846a10a20d203cb5e5c85a4d2 SHA1 296a47c46d2e84be20e8cc5d5f04791eb006eca6 SHA256 c3c3c8e4562f6147de51ba906e74895f5322033d426a3096192fcb3624d00431 +MISC metadata.xml 358 RMD160 1ef8886ad743ee3cc6a31b708d35551ccd0646c2 SHA1 1c5588586e141b3bfbc441804bf9d495699763fd SHA256 74ed29728d29c84a5f7ac28405e6fb6db5e7b394149fa57f08423f55c503b5c4 diff --git a/dev-perl/Linux-Inotify2/metadata.xml b/dev-perl/Linux-Inotify2/metadata.xml new file mode 100644 index 000000000000..7f60b47bb5a1 --- /dev/null +++ b/dev-perl/Linux-Inotify2/metadata.xml @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>perl</herd> +<maintainer> +<email>hd_brummy@gentoo.org</email> +<name>Joerg Bornkessel</name> +</maintainer> +<maintainer> +<email>perl@gentoo.org</email> +<description>Secondary Maintainer</description> +</maintainer> +</pkgmetadata> + |