diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 13:49:04 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 17:38:18 -0700 |
commit | 56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch) | |
tree | 3f91093cdb475e565ae857f1c5a7fd339e2d781e /dev-perl/Linux-Inotify2 | |
download | gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.gz gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.bz2 gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.zip |
proj/gentoo: Initial commit
This commit represents a new era for Gentoo:
Storing the gentoo-x86 tree in Git, as converted from CVS.
This commit is the start of the NEW history.
Any historical data is intended to be grafted onto this point.
Creation process:
1. Take final CVS checkout snapshot
2. Remove ALL ChangeLog* files
3. Transform all Manifests to thin
4. Remove empty Manifests
5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$
5.1. Do not touch files with -kb/-ko keyword flags.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests
X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project
X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration
X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn
X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts
X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration
X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging
X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed
Diffstat (limited to 'dev-perl/Linux-Inotify2')
-rw-r--r-- | dev-perl/Linux-Inotify2/Linux-Inotify2-1.220.0-r1.ebuild | 20 | ||||
-rw-r--r-- | dev-perl/Linux-Inotify2/Manifest | 1 | ||||
-rw-r--r-- | dev-perl/Linux-Inotify2/metadata.xml | 15 |
3 files changed, 36 insertions, 0 deletions
diff --git a/dev-perl/Linux-Inotify2/Linux-Inotify2-1.220.0-r1.ebuild b/dev-perl/Linux-Inotify2/Linux-Inotify2-1.220.0-r1.ebuild new file mode 100644 index 000000000000..ed948ee5f117 --- /dev/null +++ b/dev-perl/Linux-Inotify2/Linux-Inotify2-1.220.0-r1.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +MODULE_AUTHOR=MLEHMANN +MODULE_VERSION=1.22 +inherit perl-module + +DESCRIPTION="scalable directory/file change notification" + +SLOT="0" +KEYWORDS="~amd64 ~sparc ~x86" +IUSE="" + +DEPEND="dev-perl/common-sense" +RDEPEND="${DEPEND}" + +SRC_TEST="do" diff --git a/dev-perl/Linux-Inotify2/Manifest b/dev-perl/Linux-Inotify2/Manifest new file mode 100644 index 000000000000..8a6b1b1a82ca --- /dev/null +++ b/dev-perl/Linux-Inotify2/Manifest @@ -0,0 +1 @@ +DIST Linux-Inotify2-1.22.tar.gz 8533 SHA256 bc9d253f4079935a78b9c071721a5da5c4cb51fb79874e7a28cc4cd5d13521d1 SHA512 ff98f0ee1cc5722b6242b9073a8754da1e433193416c04749be433fe93ff5269339fd25af8cbb42af192fe09bd1f1b6cbb96ae13c5cdb71024946ecbd92929c1 WHIRLPOOL 6a08f0a37af89fe92a2ce0b3242afc134b35d85091b9ac5789a7d90cdd2a3f03cdc7115f6977c0b83d951a96096b8890551f4221ad9c6a24412e356a12146817 diff --git a/dev-perl/Linux-Inotify2/metadata.xml b/dev-perl/Linux-Inotify2/metadata.xml new file mode 100644 index 000000000000..5453c8b55cac --- /dev/null +++ b/dev-perl/Linux-Inotify2/metadata.xml @@ -0,0 +1,15 @@ +<?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> + <upstream> + <remote-id type="cpan">Linux-Inotify2</remote-id> + <remote-id type="cpan-module">Linux::Inotify2</remote-id> + <remote-id type="cpan-module">Linux::Inotify2::Event</remote-id> + <remote-id type="cpan-module">Linux::Inotify2::Watch</remote-id> + </upstream> +</pkgmetadata> |