From 56bd759df1d0c750a065b8c845e93d5dfa6b549d Mon Sep 17 00:00:00 2001 From: "Robin H. Johnson" Date: Sat, 8 Aug 2015 13:49:04 -0700 Subject: proj/gentoo: Initial commit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 X-Thanks: Alec Warner - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring - wrote much python to improve cvs2svn X-Thanks: Rich Freeman - validation scripts X-Thanks: Patrick Lauer - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed --- dev-perl/Unix-Syslog/Manifest | 1 + dev-perl/Unix-Syslog/Unix-Syslog-1.100.0-r1.ebuild | 16 ++++++++++++++++ dev-perl/Unix-Syslog/metadata.xml | 9 +++++++++ 3 files changed, 26 insertions(+) create mode 100644 dev-perl/Unix-Syslog/Manifest create mode 100644 dev-perl/Unix-Syslog/Unix-Syslog-1.100.0-r1.ebuild create mode 100644 dev-perl/Unix-Syslog/metadata.xml (limited to 'dev-perl/Unix-Syslog') diff --git a/dev-perl/Unix-Syslog/Manifest b/dev-perl/Unix-Syslog/Manifest new file mode 100644 index 000000000000..2e1d5cebde22 --- /dev/null +++ b/dev-perl/Unix-Syslog/Manifest @@ -0,0 +1 @@ +DIST Unix-Syslog-1.1.tar.gz 13738 SHA256 08d268384365dec42a8e9e2dd2c39b87f8afe2d5bacc48e2e93ad8379169e4bd SHA512 cb1ea3846844b7c82e081f3bb778c698b681d1875b83201b1beef2267a288890c6fc62af8edbfbc04553a9caa1ebafa429130e784f31c9531719b11a4c47c3ba WHIRLPOOL 8b860aa9522656ec6b77132fb98b18e14b87b8b86c28180f9c72607f868b72c9c85d552cbe60351d6c29a78639f6e26ba50f4352326017d04d6c09f0fac075fb diff --git a/dev-perl/Unix-Syslog/Unix-Syslog-1.100.0-r1.ebuild b/dev-perl/Unix-Syslog/Unix-Syslog-1.100.0-r1.ebuild new file mode 100644 index 000000000000..1d7aa90f56db --- /dev/null +++ b/dev-perl/Unix-Syslog/Unix-Syslog-1.100.0-r1.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +MODULE_AUTHOR=MHARNISCH +MODULE_VERSION=1.1 +inherit perl-module + +DESCRIPTION="A Perl module which provides access to the system logger" + +SLOT="0" +LICENSE="Artistic-2" +KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86" +IUSE="" diff --git a/dev-perl/Unix-Syslog/metadata.xml b/dev-perl/Unix-Syslog/metadata.xml new file mode 100644 index 000000000000..a7e636b25848 --- /dev/null +++ b/dev-perl/Unix-Syslog/metadata.xml @@ -0,0 +1,9 @@ + + + + perl + + Unix-Syslog + Unix::Syslog + + -- cgit v1.2.3-65-gdbad